Difference between revisions of "MediaWiki:Monobook.css"
From AdCiv
| Line 1: | Line 1: | ||
h1 {text-align: center;} | h1 {text-align: center;} | ||
| − | + | ||
/* Class styles */ | /* Class styles */ | ||
| − | + | ||
| − | /* .toccolours added here because | + | /* .toccolours added here because version in |
| + | monobook/main.css wasn't being used by the print style */ | ||
.toccolours { | .toccolours { | ||
| − | + | border:1px solid #aaa; | |
| − | + | background-color:#f9f9f9; | |
| − | + | padding:5px; | |
| − | + | font-size: 95%; | |
} | } | ||
Revision as of 13:48, 24 December 2006
h1 {text-align: center;}
/* Class styles */
/* .toccolours added here because version in
monobook/main.css wasn't being used by the print style */
.toccolours {
border:1px solid #aaa;
background-color:#f9f9f9;
padding:5px;
font-size: 95%;
}