XXX [TINYICONS]

Mar 10, 2012 10:37






[DOWNLOAD @ FILEFACTORY]

So, as you can see, I have a really inappropriate sense of humor and I regret nothing.

If you don't know how to code tinyicons into your CSS (or are just lazy like I am), try Malionette's Tinyicon Generator! I used to know a flawless tutorial for custom tag images, but when I Googled it for this post I came up with jack, so if anyone knows where that is please let me know so I can link that as well! I explain as best I can how to use tag icons below, but I'm completely shit at teaching, so if there are problems when you try to use the code I give feel free to let me know.

RULES
  • Do not redistribute as your own. Redistribution is fine, but it must have a link back to this comm or this journal entry specifically and the preview images must be left intact and in the post.
  • You may change the colors, but I still need to be credited.
  • Please credit me if you're using these, either in your LJ profile or somewhere similar. Want a credit button? Those are here!
  • That's it!
ADDING CUSTOM BULLETS
ul {
list-style-image: url('IMAGE URL HERE');
}

ADDING TAGS TINYICON
.ljtags {
margin-top: 20px;
padding-right: 20px;
padding-left: 20px;
background: url('IMAGE URL HERE') no-repeat left center;
}
*Note that you likely will have to adjust the padding to get it to sit correctly.

^tinyicons

Previous post Next post
Up