Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
body.rootpage-334 #mw-head-base, | body.rootpage-334 #mw-head-base, | ||
body.rootpage-334 #content, | body.rootpage-334 #content, | ||
| − | body.rootpage-334 #mw-head li { | + | body.rootpage-334 #mw-head > li { |
background-color: #e2e2ec; | background-color: #e2e2ec; | ||
} | } | ||
| − | body.rootpage-334 .toc { | + | body.rootpage-334 > .toc { |
background-color: #eeeef2; | background-color: #eeeef2; | ||
} | } | ||
Revision as of 11:46, 17 July 2016
/* CSS placed here will be applied to all skins */
/* suppress auto-numbering in table of contents */
.tocnumber { display: none; }
/* styling for 334 pages */
body.rootpage-334,
body.rootpage-334 #mw-head-base,
body.rootpage-334 #content,
body.rootpage-334 #mw-head > li {
background-color: #e2e2ec;
}
body.rootpage-334 > .toc {
background-color: #eeeef2;
}