Actions

User

Difference between revisions of "Bezking/rr.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:#FFFFFF; }
+
a:link    { color:#FFFFFF; text-decoration: none; }
 
a:visited { color:#FFFFFF; }
 
a:visited { color:#FFFFFF; }
 +
a:hover  { text-decoration: underline; }
 
a:active  { color:#FFFFFF; }
 
a:active  { color:#FFFFFF; }
a:hover  { color:#FFFFFF; }
 
 
/* </pre> */
 
/* </pre> */

Latest revision as of 16:00, 28 April 2008

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