Monobook.css – MediaWiki
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
/* only normal articles have white background - test */ | /* only normal articles have white background - test */ | ||
#content { | #content, #p-cactions li.selected a { | ||
background: #F5FAFF; | background: #F5FAFF; | ||
} | } | ||
.ns-0 #content { | .ns-0 #content, .ns-0 #p-cactions li.selected a { | ||
background: white; | background: white; | ||
} | } | ||