MediaWiki

Difference between revisions of "Common.css"

From Children of StarClan

m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
A:link {text-decoration: none; color: #5e4747;}
+
A:link {text-decoration: underline; color: #5e4747;}
A:visited {text-decoration: none; color: #5e4747;}
+
A:visited {text-decoration: underline; color: #5e4747;}
A:active {text-decoration: none; color: #5e4747;}
+
A:active {text-decoration: underline; color: #5e4747;}
A:hover {text-decoration: underline; color: #5e4747;}
+
A:hover {text-decoration: overline; color: #5e4747;}

Revision as of 00:01, 5 October 2010

/* CSS placed here will be applied to all skins */
A:link {text-decoration: underline; color: #5e4747;}
A:visited {text-decoration: underline; color: #5e4747;}
A:active {text-decoration: underline; color: #5e4747;}
A:hover {text-decoration: overline; color: #5e4747;}