Difference between revisions of "MediaWiki:Monobook.css"
From AdCiv
Line 6: | Line 6: | ||
#toc, | #toc, | ||
.toc { | .toc { | ||
− | + | border: 1px solid #aaa; | |
− | + | background-color: red; | |
− | + | padding: 5px; | |
− | + | font-size: 95%; | |
} | } |
Revision as of 14:01, 24 December 2006
h1 {text-align: center;} /* Class styles */ /* changing toc so usable with black pages */ #toc, .toc { border: 1px solid #aaa; background-color: red; padding: 5px; font-size: 95%; }