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: #5e4747;}
+
 
A:visited {text-decoration: none; color: #5e4747;}
+
/* Control Link Colors */
A:active {text-decoration: none; color: #5e4747;}
+
A:link {text-decoration: none; color: #75799b;}
A:hover {text-decoration: underline; color: #5e4747;}
+
A:visited {text-decoration: none; color: #75799b;}
 +
A:active {text-decoration: none; color: #75799b;}
 +
A:hover {text-decoration: underline; color: #75799b;}
 +
 
 +
/* Control Redlink Colors */
 +
a.new {text-decoration: none; color: #9b7575;}
 +
a.new:visited {text-decoration: none; color: #9b7575;}
 +
a.new:hover {text-decoration: underline; color: #9b7575}

Revision as of 22:15, 5 October 2010

/**/ /* CSS placed here will be applied to all skins */ /**/

/* Control Link Colors */
A:link {text-decoration: none; color: #75799b;}
A:visited {text-decoration: none; color: #75799b;}
A:active {text-decoration: none; color: #75799b;}
A:hover {text-decoration: underline; color: #75799b;}

/* Control Redlink Colors */
a.new {text-decoration: none; color: #9b7575;}
a.new:visited {text-decoration: none; color: #9b7575;}
a.new:hover {text-decoration: underline; color: #9b7575}