MediaWiki:Common.css: Difference between revisions
From jugglingpatterns
(Created page with "→CSS placed here will be applied to all skins: #content-container { color: #fff; background: #000; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
#content-container { |
#content-container, #header-navigation-container, #footer { |
||
color: #fff; |
color: #fff; |
||
background: #000; |
background: #000; |
Revision as of 11:17, 16 November 2023
/* CSS placed here will be applied to all skins */ #content-container, #header-navigation-container, #footer { color: #fff; background: #000; }