Difference between revisions of "MediaWiki:Monobook.css"
From AdCiv
| (41 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | h1 {text-align: center;} body { font-family: | + | h1 {text-align: center;} |
| + | body { font-family: Arial, sans-serif; } | ||
| + | body.page-Main_Page h1.firstHeading { display:none; } | ||
| + | |||
| + | /* 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; | ||
| + | color: #323232; | ||
| + | } | ||
Latest revision as of 16:31, 30 December 2009
h1 {text-align: center;}
body { font-family: Arial, sans-serif; }
body.page-Main_Page h1.firstHeading { display:none; }
/* 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;
color: #323232;
}