Actions

User

Difference between revisions of "Bezking/monobook.css"

From The RadioReference Wiki

< User:Bezking
(Removing all content from page)
Line 1: Line 1:
 
+
/* <pre> */
 +
/* Custom CSS for the RR skin */
 +
a:link    { color:#000000; text-decoration: none; }
 +
a:visited { color:#000000; }
 +
a:hover  { text-decoration: underline; }
 +
a:active  { color:#000000; }
 +
a.new:link { color:#ffffff; }
 +
a.new:visited { color:#ffffff; }
 +
a.new:hover { color:#ffffff; }
 +
a.new:active { color:#ffffff; }
 +
/* </pre> */

Revision as of 16:09, 28 April 2008

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