How to change the default images, For moods, locked entries, etc. |
How to change the default images, For moods, locked entries, etc. |
Jan 20 2008, 09:09 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Jan 2006 Member No: 342,692 |
Is there a way to change the default photos used for:
1) Moods? 2) Friend-locked entries? (Normally this image: Thanks in advance |
|
|
|
![]() |
Jan 25 2008, 06:25 PM
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
in S2 you can change all the images separately - there is a class assigned to each icon.
I pulled this from my own code (though I didn't make it) CODE img[src="http://stat.livejournal.com/img/icon_protected.gif"]{ width: 0; height: 0; padding: 0 0 10px 7px; background: url(http://img.photobucket.com/albums/v72/panthersgem/ref/plock.gif); } img[src="http://stat.livejournal.com/img/icon_private.gif"]{ width: 0; height: 0; padding: 0 0 10px 7px; background: url(http://img.photobucket.com/albums/v72/panthersgem/ref/plock.gif); } obviously you would replace the image with your own |
|
|
|
scribbledhearts How to change the default images Jan 20 2008, 09:09 PM
libertie Unfortunately, neither of those things has a class... Jan 20 2008, 09:56 PM
scribbledhearts So something like this would require a paid accoun... Jan 23 2008, 07:36 PM
libertie Yesma'am. Jan 24 2008, 07:46 PM
Mulder actually, no. well, sort of. You need to switch ... Jan 24 2008, 11:53 PM
libertie The user icon possibly, but not the lock - there... Jan 25 2008, 01:28 PM
libertie Ah, I see - that's not a class, but it calls t... Jan 26 2008, 02:30 AM![]() ![]() |