Actions

User

Difference between revisions of "Bezking/monobook.css"

From The RadioReference Wiki

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

Revision as of 16:10, 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; }
a.new:link { color:#ffffff; }
a.new:visited { color:#ffffff; }
a.new:hover { color:#ffffff; }
a.new:active { color:#ffffff; }
/* </pre> */