~Community Skin Thread~
Welcome! Welcome!
*This idea originally came from a friend of mine called Cael. He's not the forums though...at least I don't think he is lol*
This is a Community skin thread where you will be able to find, hopefully, lots of skins to wear on this forum. However, this is not a request shop. I might make a few requests here and there, but this is just a community place to place all the themes created. If you have a theme to submit or maybe suggest, then please share with us

Reputation Codes:
*This is where codes are placed that change the reputation images*
Hear me Roar! Rep
Dark themes:
Light themes:
How to:
If you are making themes and found that you can't post the full code here on the forums, as I suspect, you can upload your themes at "userstyles.org" and then past a preview image and the link to the theme, here in a neat posting


Hear me Roar! Rep
Code:
@-moz-document domain("finalfantasyforums.net") {
[src$="reputation_pos.gif"] ,[src$="reputation_highpos.gif"]{
width: 0 !important;
height: 0 !important;
padding-left: 8px !important;
padding-top: 11px !important;
background: url(http://edge.imgur.com/JlVTx.png) !important;
}
[src$="reputation_neg.gif"],[src$="reputation_highneg.gif"]{
width: 0 !important;
height: 0 !important;
padding-left: 8px !important;
padding-top: 11px !important;
background: url(http://edge.imgur.com/OZCDk.png) !important;
}
[src$="reputation_off.gif"]{
width: 0 !important;
height: 0 !important;
padding-left: 8px !important;
padding-top: 11px !important;
background: url(http://i.imgur.com/4NYeW.png) !important;
}
img[src="http://www.anifreak.com/forums/skin_kakashi/statusicon/user_offline.gif"]
{
width:0 !important;
height:15px !important;
background-image: url("http://i.imgur.com/9xI0c.png") !important;
background-repeat: no-repeat !important;
padding-left: 15px !important;
}
img[src="http://www.anifreak.com/forums/skin_kakashi/statusicon/user_online.gif"]
{
width:0 !important;
height:15px !important;
background-image: url("http://i.imgur.com/UMWIs.png") !important;
background-repeat: no-repeat !important;
padding-left: 15px !important;
}
img[src="http://www.anifreak.com/forums/skin_kakashi/statusicon/user_invisible.gif"]
{
width:0 !important;
height:15px !important;
background-image: url("http://i.imgur.com/kaQwB.png") !important;
background-repeat: no-repeat !important;
padding-left: 15px !important;
}
Copy (and install Stylish) and then create a new Style. Name it and paste the code. Save and enable and bam!
Last edited by a moderator: