MediaWiki

Difference between revisions of "Common.css"

From Children of StarClan

(Testing Something...)
Line 4: Line 4:
 
A:active {text-decoration: none; color: #005825;}
 
A:active {text-decoration: none; color: #005825;}
 
A:hover {text-decoration: underline; color: #005825;}
 
A:hover {text-decoration: underline; color: #005825;}
 +
 +
/* CSS for Making Things Easier for Me */
 +
.homenotice {background: #FFCC00; border: 1px dashed #330000; -moz-border-radius: 1em;  -webkit-border-radius: 1em; color: #330000; color: #330000;}

Revision as of 14:26, 28 July 2010

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

/* CSS for Making Things Easier for Me */
.homenotice {background: #FFCC00; border: 1px dashed #330000; -moz-border-radius: 1em;  -webkit-border-radius: 1em; color: #330000; color: #330000;}