Hello!
I have a problem that I'm just bamboozled by - all of my replacements for the default security icons show up fine, except the general "protected" one (my custom friends group locked post show up with my custom security icon as intended). Any ideas?!
.ljuser img[src="
http://p-stat.livejournal.com/img/userinfo.gif"]
{ background-image: url('
http://img.photobucket.com/albums/v334/Punkheid/cake.png'); }
.ljuser img[src="
http://p-stat.livejournal.com/img/community.gif"]
{ background-image: url('
http://img.photobucket.com/albums/v334/Punkheid/rainbow-1.png'); }
}
.subject img[src="
http://l-stat.livejournal.com/img/icon_protected.gif"]{
width: 0; height: 0; padding: 0 16px 16px 0; background: url(
http://img.photobucket.com/albums/v334/Punkheid/lock.png); }
.subject img[src="
http://l-stat.livejournal.com/img/icon_private.gif"]{
width: 0; height: 0; padding: 0 16px 16px 0; background: url(
http://img.photobucket.com/albums/v334/Punkheid/key.png); }
.subject img[src="
http://l-stat.livejournal.com/img/icon_groups.gif"]{
width: 0; height: 0; padding: 0 16px 16px 0; background: url(
http://img.photobucket.com/albums/v334/Punkheid/lock.png); }
This issue was fixed when I updated my code as shown
here.