MediaWiki

Difference between revisions of "Common.css"

From Children of StarClan

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: #005825;}
+
A:link {text-decoration: none; color: #5e4747;}
A:visited {text-decoration: none; color: #005825;}
+
A:visited {text-decoration: none; color: #5e4747;}
A:active {text-decoration: none; color: #005825;}
+
A:active {text-decoration: none; color: #5e4747;}
A:hover {text-decoration: underline; color: #005825;}
+
A:hover {text-decoration: underline; color: #5e4747;}

Revision as of 00:17, 4 October 2010

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