User:Ninjamask/User CSS

From AniDB
Revision as of 05:16, 19 February 2009 by Ninjamask (talk | contribs) (New page: →‎Style for Temp and Full Votes: .vote { font-weight: bold; } .temp { font-weight: normal; font-style: italic; } →‎Color for Votes: .high { color: darkgreen !important; } .mid { color: ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/*Style for Temp and Full Votes*/ .vote { font-weight: bold; } .temp { font-weight: normal; font-style: italic; }

/*Color for Votes*/ .high { color: darkgreen !important; } .mid { color: darkblue !important; } .low { color: darkred !important; }

/*Color for Verificationstatus*/ .verified.no { color: darkred; } .verified.yes { color: darkgreen; }

/*Colors Textfields on Hover*/

  • [type="text"]:hover { background-color:#aaaaff; }

/*Colors Tablerows on Hover (doesn't look so good)*/

  1. layout-main tr:hover, #layout-main tr.g_odd:hover { background-color:powderblue !important; }

/*Hides some Listitems on the menu*/

  1. layout-menu li.myreviews, #layout-menu li.myreports, #layout-menu li.ed2kdump, #layout-menu li.report, #layout-menu li.credits, #layout-menu li.irc { display: none; }