Monobook.css – MediaWiki
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
h1.firstHeading { | h1.firstHeading { | ||
margin-top: 20px; | margin-top: 20px; | ||
} | |||
/* only normal articles have white background - test */ | |||
body { | |||
background: #F5FAFF; | |||
} | |||
.ns-0 body { | |||
background: white; | |||
} | } | ||