11 January 2013 @ 09:39 pm
Mycroft & Sherlock private-entry icons  
Now you can have big brother
watching you! And I was also asked for Sherlock.


Mycroft CSS Go to Custom CSS and insert the code.


Make sure that you don't already have a customized friends-lock icon code that could override the new one.

Sherlock CSS Go to Custom CSS and insert the code.


Make sure that you don't already have a customized friends-lock icon code that could override the new one.
 
 
( Post a new comment )
[identity profile] ourdramaqueen.livejournal.com on January 12th, 2013 12:42 am (UTC)
I already have a customised layout, and the only references to the "private" images I can find in the code are these:

var string{} sec_urls = {
# security images
"public" => "http://pics.livejournal.com/kunzite1/pic/000f5p4c"
"protected" => "$*IMGDIR/icon_protected.gif",
"private" => "$*IMGDIR/icon_private.gif",
};

var string{} sec_alts = { # security captions
"public" => "[public post]",
"protected" => "$*text_icon_alt_protected",
"private" => "$*text_icon_alt_private",
};

Any idea how I can adapt your code to fit in with that? The same would go for your "SHERlocked" icon for flocked entries. Thanks!!!

Edited 2013-01-12 12:43 am (UTC)
fueschgast[personal profile] fueschgast on January 12th, 2013 01:49 am (UTC)
Oh, I don't know that stuff, but I guess if the CSS can't override it, you can just put change $*IMGDIR/icon_protected.gif to http://fatfrog.info/Ma/A/Sherlock/idk/LJflock-SHERlocked.png.

And it looks like your not using Flexible Squares, so if you use the CSS, you should change the text before the curly bracket opens to img[src*="private.gif"].