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... )
Comments 14
(The comment has been removed)
Reply
Reply
Reply
thanks! =)
Reply
I'd be grateful if you could help. Thanks.
Reply
Reply
Reply
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
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
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
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