Actions

User

Difference between revisions of "Bezking/rr.css"

From The RadioReference Wiki

< User:Bezking
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* <pre> */
 
/* Custom CSS for the RR skin */
 
/* Custom CSS for the RR skin */
 
+
a:link    { color:#FFFFFF; text-decoration: none; }
/* Those clicked links are horrible */
+
a:visited { color:#FFFFFF; }
a:visited { color:#000000; }
+
a:hover  { text-decoration: underline; }
 +
a:active  { color:#FFFFFF; }
 +
/* </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> */