Tiny icons

Aug 17, 2013 01:27

Hi! My custom tiny icons wont work. Whats wrong?

Codes:

You got rockets? (colour) [19/04/10 ( Read more... )

entry usericon and username, entry security icons

Leave a comment

london_fan August 17 2013, 19:57:27 UTC
It looks like LJ changed some of the code recently. I won't look into this any deeper, because I use some different code that still works. Maybe you want to switch to this, at least until the Malionette's Tiny Icon Generator will have adapted to the changes. Customize as needed...

/* ----- CUSTOM SECURITY ICONS ----- */

/* Icon for friends-only security */
img[src*="icon_protected.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-image: url(http://your-custom-url) !important;
padding: 16px 16px 0 0 !important;
}

/* Icon for custom friends groups security */
img[src*="icon_groups.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-image: url(http://your-custom-url) !important;
padding: 16px 16px 0 0 !important;
}

/* Icon for private security */
img[src*="icon_private.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-image: url(http://your-custom-url) !important;
padding: 16px 16px 0 0 !important;
}

/* Icon for sticky post */
img[src*="icon_sticky.png"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat !important;
background-image: url(http://your-custom-url) !important;
padding: 16px 16px 0 0 !important;
}

Re: the userheads:
I'll just link you back to the still working tutorial for custom userheads.

Reply


Leave a comment

Up