HiEv

Joined 3 January 2008
1,005 bytes added ,  21 April 2009
→‎User CSS Tricks: Add Ninjamask's tricks
mNo edit summary
(→‎User CSS Tricks: Add Ninjamask's tricks)
Line 21: Line 21:


== User CSS Tricks ==
== User CSS Tricks ==
(Note: List needs to be organized or grouped in some way.  Show sample images?)


  #layout-menu li.X {display: none;}
  #layout-menu li.X {display: none;}
Line 57: Line 59:


Fix display of signatures in forum and messages for Opera.
Fix display of signatures in forum and messages for Opera.
.vote { font-weight: bold; }
.temp { font-weight: normal; font-style: italic; }
Shows temporary votes in ''italic'' and permanent votes in '''bold'''.
.high { color: darkgreen !important; }
.mid { color: darkblue !important; }
.low { color: darkred !important; }
This colors your votes depending on your score.  Red for low votes, blue for middle votes, and green for high votes.  These colors may be hard to see with some styles.
.verified.no { color: darkred; }
.verified.yes { color: darkgreen; }
This colors for the verification status for a file.  If it is dark red then the file needs to be dumped with [[AVDump]].  Dark green means the file has already been verified.
*[type="text"]:hover { background-color:#aaaaff; }
Colors Textfields on Hover (?)
#layout-main tr:hover, #layout-main tr.g_odd:hover { background-color:powderblue !important; }
Colors Tablerows on Hover (doesn`t look so good) (?)
128

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.