The reflection of dawn ([info]resplandor) wrote,
@ 2007-04-23 19:05:00
Previous Entry  Add to memories!  Tell a Friend  Next Entry
Current mood:cheerful
Current music:Mono - Are You There?
Entry tags:flexible squares

S2 Flexible Squares // Grey & Pink
This one isn't really new, but since I'm planning on changing my personal stylesheet I thought I'd post this for other people to use it. To be honest, I'm completely in love with this layout, it's probably the layout that has stayed more time in my LJ with a three month's record (*lol*)
If you like my work and/or are taking this, comment & don't forget to credit.

Style: S2 Flexible Squares
Website: Not required
Default Icon: Optional
Best view: 1024x768 and up
Browser(s) Compatible: IE // Firefox // Opera
Nav Bar?: Yes
Custom Comment Page?: Yes
Work best with: Free & Paid account
**This is not really recommended for plus account.


Full-Size preview | Custom Comments Preview




Overrides for Paid Account | Overrides for free Account
|


Instructions:
1. Manage > Customize
2. Select S2 under the Style System section. (For users who don't know HTML or CSS, or make only minor alterations). Click Save Changes.
3. Choose Flexible Sqares from the drop-down-menu. Save Changes.
4.Choose Custom Options and go to Sidebar:
-Show the sidebar? Yes
-Set sidebar position: Left
-Show the default user picture on the sidebar? Up to you.
-Show the blurb/free text in the sidebar? Yes
-Edit link list, Summary list as you want. Save Changes.

5. Go to Custom CSS:
- make sure all of the drop down menus are set to NO
- Paste in the stylesheet into the Custom stylesheet box
Save Changes.

LJ user icon by [info]_excentric_


FAQ

>>How do I credit?
Go to manage > Info and add this code:



>>Can I change the colors/add a header/edit the overrides?
Yes, you can do minor and major changes to the overrides, as long as you don't remove the credit at the top of the overrides and also credit me on your userinfo or link back to this post anywhere in your journal.

>>How do I add a header?
To add a header, locate the .headerimage, it's normally on the Misc section right at the bottom of the overrides (that's where I place it anyway.)
it should look like this:

.headerimage {
position: top center;
width: 0px;
height: 30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0 !important;
background-image: url("URLOFYOURHEADERGOESHERE");
background-repeat: no-repeat;
}


1- Upload your header on a server (I recommend photobucket or imageshack) and the paste the direct URL where it says background-image.
2- Change the width and height to match with your header and you're done! Now, I recommend everyone that in case of adding a header be sure to make it the same width as the layout or it will look messed up unless you also change the width of the content.

>>How do I hide the entries icon?
To hide the icon on the recent page locate this code:

.userpic {
position: relative;
float: left;
background-color:transparent;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 0px;
border-color: #cccccc;
border-style: solid;
}


And replace it for this:

.userpic {
display:none;
}


EDIT: Please check the FAQ section before asking any question, because if it's been answered before, I will ignore it





Page 1 of 3
<<[1] [2] [3] >>

(67 comments) - (Post a new comment)


[info]bunnymix
2007-04-24 12:41 am UTC (link)
OMG BB! That's so cute! :D

(Reply to this)


[info]omfgchloe
2007-04-24 10:42 am UTC (link)
Hey, I'm using this but the font is different to what's shown in the preview. :(

(Reply to this) (Thread)


[info]resplandor
2007-04-24 04:36 pm UTC (link)
I checked your LJ (hope that's not a problem) and the layout shows correctly on my browser (I'm using Forefox). I don't know what Browser you're using, but I tested it on Firefox, Internet Explorer & Opera and it worked.

If you could explain me exactly how different it looks (what exactly changed? The size? does it looks like a completely different font?) then I could be able to help you fix it.

(Reply to this) (Parent)(Thread)

(no subject) - [info]omfgchloe, 2007-04-24 06:38 pm UTC
(no subject) - [info]resplandor, 2007-04-24 11:28 pm UTC

[info]calliopes
2007-04-25 09:10 pm UTC (link)
Very nice! I'm taking. I changed the colors a bit and credit will be given of course. Thanks!

(Reply to this)


[info]jjjen
2007-04-26 08:24 pm UTC (link)
I love how simple this is. I have it up on my journal right now. Thank you. :)

(Reply to this)


[info]hope_tattoo
2007-05-16 08:08 am UTC (link)
snagged!

(Reply to this)


[info]ssanja
2007-05-22 03:02 pm UTC (link)
snagged, thanks :)

(Reply to this)


[info]thisgirlownsmlb
2007-06-07 02:47 am UTC (link)
Snagged! Totally adorable!

(Reply to this)


[info]motoredxheart
2007-06-12 09:11 pm UTC (link)
love love love! will use, credit, and tweak. :)

(Reply to this)


[info]desravines
2007-06-19 04:10 pm UTC (link)
Using!

(Reply to this)


[info]creativemaze
2007-06-25 09:32 pm UTC (link)
That's definitely a beautiful one, using it =) Credit is in my userinfo.

(Reply to this)


[info]fenimore
2007-06-30 01:54 am UTC (link)
hey, this is really nice :-O
I am gonna try to use it and will credit in my profile..thank you

(Reply to this)


[info]donemegood
2007-07-08 07:54 am UTC (link)
snagged and credited. :)

(Reply to this)


[info]elle_one
2007-07-09 01:56 am UTC (link)
Using it & crediting! Thanks so much sweetie! <3

Tell me later if you like what I did, ok? :)

(Reply to this)


[info]lindsabum
2007-07-09 04:59 pm UTC (link)
this is simple & lovely. I'm using it & will credit :)

(Reply to this)


[info]ex_betterino391
2007-07-29 05:11 am UTC (link)
Ooo, this is great! Taking, will credit when used. <3

(Reply to this)


[info]lalita82
2007-07-29 11:13 pm UTC (link)
taking. thanks. will credit when used.

(Reply to this)


[info]lemonstreetlove
2007-07-30 02:41 am UTC (link)
i love this. i've been trolling around lj forever trying to find a nice, clean and simple layout. credited in my user info.

(Reply to this)


[info]aysha_aka
2007-08-01 11:17 am UTC (link)
thanks I'm planning to take this layout but I have Q

>>How do I hide the entries icon?
To hide the icon on the recent page locate this code:

.userpic {
position: relative;
float: left;
background-color:transparent;
padding: 5px;
margin: 10px;
z-index: 15;
border-width: 0px;
border-color: #cccccc;
border-style: solid;
}

And replace it for this:

.userpic {
display:none;
}


this will make the userpic display how about the friendpic will display also..!!

(Reply to this) (Thread)


[info]resplandor
2007-08-02 12:55 am UTC (link)
Sorry, I'm not sure I understand your question, you mean you want to eliminate the friend's userpic also? Because there's an explanation for that on the FAQ, just look under the "hide userpics in communities" question.

By the way, you credit your current layout as minty_peach and the credit actually belongs to me, would you please fix that? Thanks in advance.

ps. Sorry about the double comment, I was in the wrong session.

(Reply to this) (Parent)


[info]faechan
2007-08-03 06:26 pm UTC (link)
So nice! I'm trying it right now, credit given in my info.

(Reply to this)


[info]onew
2007-08-04 04:00 am UTC (link)

snagging this. will credit! :D

(Reply to this)


[info]halls
2007-08-05 05:20 pm UTC (link)
I loved this :) Took it and credit when i use.

(Reply to this)


[info]xliquidskiesx
2007-08-15 06:06 pm UTC (link)
snagged this beautiful layout and already credited ;)

(Reply to this)


[info]khushiyan
2007-08-19 06:16 pm UTC (link)

Snagged! Credited! ♥

(Reply to this)


[info]x0serenity0x
2007-08-20 07:41 am UTC (link)
taking. will credit!

(Reply to this)


[info]vitrocious
2007-08-23 06:05 pm UTC (link)
I adore this layout and I plan to use it for a good while.
It's excellent. [info]milkfed totally sold me on it.

(Reply to this)


(67 comments) - (Post a new comment)

Page 1 of 3
<<[1] [2] [3] >>

Create an Account
Forgot your login or password?
Login w/ OpenID
English • Español • Deutsch • Русский…