i don't have much trust in the april sun

Jan 10, 2010 15:20

Right away, here as I promised. Pretty simple, nothing extra about it.

Layout: Spring Is On Its Way {S2 Flexible Squares}
Features: custom contextual pop-up, mini icons, custom comments pages
Account types: basic // plus // paid
Notes: The sidebar comes without a link list. However, if you want links in your sidebar, you can code your links into the ( Read more... )

&layouts:color:b&w, &layouts:style:simple, &layouts: flexisquares, layouts

Leave a comment

Comments 14

(The comment has been removed)

ghost_factory January 10 2010, 15:37:40 UTC
aww, thanks! hopefully i'll be back for good now :) at least i have inspiration :)

Reply


dianazh January 10 2010, 20:09:20 UTC
so beautiful. i will try it even if I like my current theme so much..

Reply


flyssa January 10 2010, 20:09:39 UTC
Pretty! I really did miss your layouts &hearts

Reply


roks_angel January 13 2010, 00:34:13 UTC
pretty! taking...and will credit when used.

thanks! =)

Reply

roks_angel January 13 2010, 22:42:59 UTC
I'm probably an idiot but I'm having problems with this layout. The lil pictures for the mood, music, location etc isn't showing up. Am I doing something wrong?
I'd be grateful if you could help. Thanks.

Reply

ghost_factory January 14 2010, 18:24:07 UTC
find the currents & tags section in your code. make it sure that the URL of the mini icon (the one in the brackets) is after background:url and inside the curly brackets area :)

Reply

roks_angel January 15 2010, 12:44:19 UTC
aha! It was because there was a huge gap between the "background:url" and the URL. Thanks!!

Reply


binni January 17 2010, 22:44:39 UTC
Hiii, I'm sorry to bother you so randomly, but I'm having a similar issue to the person above, only this time regarding the mini icons representing the privacy status of the post. The small locks and key are not showing up anywhere on the post. I was wondering if you might now how to fix that...?

It could be that I'm an idiot, of course; this is the part of the CSS I'm referring to:

img[src*="icon_protected.gif"]{background-image: url(http://i42.tinypic.com/5nm3o8.png)}
img[src*="icon_private.gif"]{background-image: url(http://i42.tinypic.com/2yxnekp.png)}
img[src*="icon_groups.gif"]{background-image: url(http://i42.tinypic.com/5nm3o8.png)}

Reply

ghost_factory January 18 2010, 19:52:44 UTC
oh yes. i noticed it a little late, for some reason or another, this piece of coding just won't work. substitute with:
img[src*="icon_protected.gif"]{ width: 0; height: 0; padding: 16px 16px 0px 0px !important; background: transparent url(http://i42.tinypic.com/5nm3o8.png) no-repeat scroll 0 0; }
img[src*="icon_private.gif"]{ width: 0;height: 0; padding: 16px 16px 0px 0px !important; background: transparent url(http://i42.tinypic.com/2yxnekp.png) no-repeat scroll 0 0; }
img[src*="icon_groups.gif"] { height: 0px; width: 0px; padding: 0px 0px 16px 16px !important; background: url(http://i42.tinypic.com/5nm3o8.png) no-repeat scroll 0 0; }

Reply

binni January 18 2010, 21:25:19 UTC
Thank you! However, when I plugged that in the layout reverted to the base layout in Flexible Squares. I messed with it, though, and got it to work. This is what I got it to work with:

img[src="http://l-stat.livejournal.com/img/icon_protected.gif"]{ width: 0; height: 0; padding: 16px 16px 0px 0px; background: url(http://i42.tinypic.com/5nm3o8.png); background-repeat: no-repeat ( ... )

Reply

ghost_factory January 19 2010, 18:58:19 UTC
strange, and thanks!
i've been messing around with those a lot, actually, there must have been some changes made so that the old codes don't work. weird.

Reply


Leave a comment

Up