i'm sleeping to develop my dreaming skills

Feb 05, 2010 21:06

So here is the layout I promised, titled after a song by School of Seven Bells, and - hold your breath - it comes in basically every color of the rainbow! This is the reason why I'm only linking the codes.

Layout: Wired for Light {S2 Flexible Squares}
Features: custom contextual pop-up, mini icons, custom comments pages
Account types: basic // (plus ( Read more... )

&layouts:style:simple, &layouts: flexisquares, layouts

Leave a comment

xkisswithafist August 30 2010, 08:55:23 UTC
amazing &hearts, using the lavender one already :D

Reply

xkisswithafist August 30 2010, 09:07:37 UTC
oh, I also wanted to ask you, how can I put a background image?
sorry for the silly question
thanks in advance! :)

Reply

ghost_factory August 30 2010, 09:34:48 UTC
find body in your codes (it's quite hard to miss, it's right at the beginning), and change background-color to
background: #f9f9f9 url(url of your background image here) repeat fixed 0 0;
if your background image is tiled, leave it on repeat, if it's an image you don't want to repeat, change repeat to no-repeat. if you want the background image to scroll with the rest of the content, change fixed to scroll.

i hope you could understand that. :)

Reply

xkisswithafist August 30 2010, 18:36:59 UTC
Thank you so much! I'm doing it right now, I'll let you know ;D

Reply

xkisswithafist August 30 2010, 19:29:24 UTC
:( is not working, I think I'm doing something wrong :/...
this is what I got:

body {
background: #f9f9f9 url(http://a.imageshack.us/img823/399/wall1bg.jpg) no-repeat fixed 0 0;
text-align: center;
color:#555555;
font-family: Arial, Helvetica,

And now it looks like this:

... )

Reply

ghost_factory August 30 2010, 21:17:39 UTC
find #content and set background-color to transparent.

Reply

xkisswithafist August 30 2010, 23:36:50 UTC
Done it ;D, now is working, thank you so much! (:

Reply


Leave a comment

Up