User:Plumber/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 9: | Line 9: | ||
a:visited { color: green; } | a:visited { color: green; } | ||
a:active { color: blue; } | a:active { color: blue; } | ||
#p-personal a.new, a.new { color: # | #p-personal a.new, a.new { color: #000 } | ||
#p-personal a.new:visited, a.new:visited { color: #808; } | #p-personal a.new:visited, a.new:visited { color: #808; } | ||
#p-logo a { background-image: url(/images/b/bd/P-logo.PNG) !important; } | #p-logo a { background-image: url(/images/b/bd/P-logo.PNG) !important; } |
Revision as of 21:06, May 29, 2007
/* red/blue */
#content, #content table {color:#111;background:#FE3;border:1px solid black; }
#p-cactions ul li a:hover { background-color:#000 }
#p-personal ul li a { color:#F00;background-color:blue }
#p-personal ul li a:hover {background-color:#FOO }
body { font-family:Comic Sans; font-size:11px;
background: url(http://www.mariowiki.com/images/e/e0/CHEESE%21.PNG) ;}
a { color: #F00; text-decoration: none; }
a:visited { color: green; }
a:active { color: blue; }
#p-personal a.new, a.new { color: #000 }
#p-personal a.new:visited, a.new:visited { color: #808; }
#p-logo a { background-image: url(/images/b/bd/P-logo.PNG) !important; }