Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
/* styling for 334 pages */ | /* styling for 334 pages */ | ||
− | body.rootpage-334 { | + | body.rootpage-334, |
− | background-color: # | + | 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; | ||
} | } |
Revision as of 11:44, 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; }