Actions

User

Difference between revisions of "Bezking/monobook.css"

From The RadioReference Wiki

< User:Bezking
Line 5: Line 5:
 
a:hover  { text-decoration: underline; }
 
a:hover  { text-decoration: underline; }
 
a:active  { color:#000FFF; }
 
a:active  { color:#000FFF; }
a.new:link { color:#ffffff; }
+
.new { color:#F0F0F0; }
a.new:visited { color:#ffffff; }
 
a.new:hover { color:#ffffff; }
 
a.new:active { color:#ffffff; }
 
 
/* </pre> */
 
/* </pre> */

Revision as of 16:12, 28 April 2008

/* <pre> */
/* Custom CSS for the RR skin */
a:link    { color:#000FFF; text-decoration: none; }
a:visited { color:#000FFF; }
a:hover   { text-decoration: underline; }
a:active  { color:#000FFF; }
.new { color:#F0F0F0; }
/* </pre> */