[DOWNLOAD @ MEDIAFIRE] I hope you're all having a great holiday season, and I hope 2012 has been good to you and your loved ones. Here's to 2013 and whatever it may bring. As my gift I've got a layout with 6 dark versions and 6 light versions, a bunch of profile codes, and a pack of tinyicons. I also have slots if you want to order a custom LJ, Tumblr, or Wordpress theme, or a design for your website. Enjoy!
This pack includes some animated gif versions of some of the icons shown, which is why there aren't actually 47 icons in the image. ♥
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.
- You may change the colors (the best way would probably be to open a file in PS or GIMP and use 'colorize').
- 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.