Difference between revisions of "MediaWiki:Monobook.css"
From AdCiv
| Line 1: | Line 1: | ||
h1 {text-align: center;} | h1 {text-align: center;} | ||
| − | body { font-family: "Arial | + | body { font-family: "Arial Unicode MS", Arial, sans-serif; } |
/* Class styles */ | /* Class styles */ | ||
Revision as of 20:47, 29 December 2006
h1 {text-align: center;}
body { font-family: "Arial Unicode MS", Arial, sans-serif; }
/* 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;
}