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