User:Cshadd/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
* { margin: 0 }
* { margin: 0 }
.nav { border: medium solid green; background-color: yellow; }


a { color: blue; font-weight: bold; text-decoration:underline;}
a { color: blue; font-weight: bold; text-decoration:underline;}
Line 12: Line 10:


a:active { color: red; }
a:active { color: red; }
#ad_topBottom { border: medium dotted silver; margin-left:10%; margin-right:10% }
#ad_side { border: medium dotted silver; margin-left:80%; margin-top:10%}

Revision as of 15:21, July 11, 2010

* { margin: 0 }

a { color: blue; font-weight: bold; text-decoration:underline;}

a:link { color: blue; }

a:visited { color: purple; }

a:hover { color: orange; }

a:active { color: red; }