tsukinofaerii: headdesk (Headdesk)
tsukinofaerii ([personal profile] tsukinofaerii) wrote2008-02-29 01:07 pm
Entry tags:

Custom Locks

Well, LJ's done something new again. Now there's a special icon indicating custom FO levels in posts. Only you see it. And while it is indeed shiny, it also means every layout I've ever made needs updating in one way or another. GAH. x.x But I don't want to update until a big in the Calendar is worked out.

In the meantime, a lot of people have been complaining about how it looks. Can't say I blame them. It's yellow - the color scheme accents mine only by accident. So, because I'm a nice person, here's the CSS for changing it. If it's not working, let me know and tell me what your layout is. I'll happily help. :D

Return to the "original" FO pic

.entryHolder .entryHeaderSubject img[src="http://stat.livejournal.com/img/icon_groups.gif"]{
visiblity: hidden;
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
background-image: url(http://stat.livejournal.com/img/icon_protected.gif) !important;
padding-top: 15px !important;
padding-left: 15px; !important;
padding-right: 2px !important;
}

Change color to grey

Upload to your own server.

Replace ***** with the image address

.entryHolder .entryHeaderSubject img[src="http://stat.livejournal.com/img/icon_groups.gif"]{
visiblity: hidden;
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-color: transparent !important;
background-image: url(*****) !important;
padding-top: 16px !important;
padding-left: 17px; !important;
padding-right: 2px !important;
}



Return to the "original" FO pic

.lj-entry-securityicon img[src="http://stat.livejournal.com/img/icon_groups.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-color:transparent !important;
background-image: url(http://stat.livejournal.com/img/icon_protected.gif) !important;
padding-top: 15px !important;
padding-left: 15px !important;
padding-right: 2px !important;
}

Change color to grey

Upload to your own server.

Replace ***** with the image address

.lj-entry-securityicon img[src="http://stat.livejournal.com/img/icon_groups.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-color:transparent !important;
background-image: url(*****) !important;
padding-top: 15px !important;
padding-left: 15px !important;
padding-right: 2px !important;
}

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org