HiEv

Joined 3 January 2008
367 bytes added ,  23 April 2009
→‎User CSS Tricks: Added Hint Bar trick
(→‎User CSS Tricks: Added Hint Bar trick)
Line 22: Line 22:
== User CSS Tricks ==
== User CSS Tricks ==


(Note: List needs to be organized or grouped in some way.  Show sample images?)
(Note: List needs to be organized or grouped in some way.  Show sample images? Test tricks with "(?)" and better explain what they do.)


  #layout-menu li.X {display: none;}
  #layout-menu li.X {display: none;}
Line 60: Line 60:
Fix display of signatures in forum and messages for Opera.
Fix display of signatures in forum and messages for Opera.


  .vote { font-weight: bold; }
  .vote {font-weight: bold;}
  .temp { font-weight: normal; font-style: italic; }
  .temp {font-weight: normal; font-style: italic;}


Shows temporary votes in ''italic'' and permanent votes in '''bold'''.
Shows temporary votes in ''italic'' and permanent votes in '''bold'''.


  .high { color: darkgreen !important; }
  .high {color: darkgreen !important;}
  .mid { color: darkblue !important; }
  .mid {color: darkblue !important;}
  .low { color: darkred !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.
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.no {color: darkred;}
  .verified.yes { color: darkgreen; }
  .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.
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.
Also colors the verification status of language names.
Also colors the verification status of language names.


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


Colors Textfields on Hover (?)
Colors Textfields on hover. (?)


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


Colors Tablerows on Hover (doesn`t look so good) (?)
Colors Tablerows on hover. (doesn`t look so good) (?)
 
#layout-hint {background-color:#4A4A5A; top: 79px; left: 189px;
              color: #FFFFFF; width:auto; text-align:left; border:none;}
#layout-hint span.link, #layout-hint a:visited, #layout-hint a:active,
              #layout-hint a:link {color:#AAAAAA; text-decoration:none;}
 
Repositions and recolors Hint Bar. (?)
128

edits

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