Tiny Usericons are overwritten by LJ custom userhead - SOLVED! THANKS

Jun 21, 2012 11:48

Hello,

I've just noticed that the tiny icons I use are overwritten by the custom userheads from LJ. I've managed to mess with the padding to set name and icon in one line again but I'm lost to figure how to remove the custom userhead again. The picture name doesn't seem to have changed. So I'd be really grateful if you could have a wee look.
It doesn't affect the icons for protected entries, just User and Community Icons.

I use Expressive and have a Paid account.





The layer I use is ID: 15976402

/* Tiny Icons Stuff --*/

/* so that IE users will see a new image */
* html span.ljuser{
background-image: url(http://img.photobucket.com/albums/v429/MTina/Various%20-%20also%20crap%20-/Moving%20Pics/Boards/LJ/Friends-2.png) !important;
background-repeat: no-repeat;
background-position: left middle;
padding: 0px 18px 18px 0px !important;
}
* html span.ljuser img{
visibility: hidden;
}

/* icon for users */
.ljuser img[src*="userinfo.gif"] {
width: 0;
height: 0;
background-repeat: no-repeat;
background-image: url(http://img.photobucket.com/albums/v429/MTina/Various%20-%20also%20crap%20-/Moving%20Pics/Boards/LJ/Friends-2.png) !important;
padding:  0px 2px 2px 0px !important;
}

/* icon for communities */
.ljuser img[src*="community.gif"] {
width:0;
height: 0;
background-repeat: no-repeat;
background-image: url(http://img.photobucket.com/albums/v429/MTina/Various%20-%20also%20crap%20-/Moving%20Pics/Boards/LJ/Com.png) !important;
padding: 0px 2px 2px 0px !important;
}

/* icon for sponsored communities */
.ljuser img[src*="sponcomm.gif"] {
width:0;
height: 0;
background-repeat: no-repeat;
background-image: url(http://img.photobucket.com/albums/v429/MTina/Various%20-%20also%20crap%20-/Moving%20Pics/Boards/LJ/Com.png) !important;
padding: 0px 2px 2px 0px !important;
}



lj icons:userinfo, s2:theme layer

Previous post Next post
Up