Custom Locks
Feb. 29th, 2008 01:07 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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;
}
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

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

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;
}