User talk:HiEv: Difference between revisions

Jump to navigation Jump to search
(user css)
 
mNo edit summary
Line 1: Line 1:
== user css ==
== user css ==
 
from my user css (ninjamask):
from my user css (ninjamask)
<pre>/*Style for Temp and Full Votes*/
/*Style for Temp and Full Votes*/
.vote { font-weight: bold; }
.vote { font-weight: bold; }
.temp { font-weight: normal; font-style: italic; }
.temp { font-weight: normal; font-style: italic; }
Line 20: Line 19:
/*Colors Tablerows on Hover  (doesn`t look so good)*/
/*Colors Tablerows on Hover  (doesn`t look so good)*/
#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; }
</pre>