MediaWiki:Common.css: Difference between revisions

From jugglingpatterns
No edit summary
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, .header-navigation-container, .header-container, .footer, #body, .content-header,.toc,.mw-editform, .mw-editfont-monospace {
.content-container, .header-navigation-container, .header-container, .footer, #body, .content-header,.toc,.mw-editform, .mw-editfont-monospace {
color: #fff;
color: #fff !important;
background: #000;
background: #000 !important;
}
}


#toctext {
.toctext {
color: #eee;
color: #eee !important;
}
}

Revision as of 11:28, 16 November 2023

/* CSS placed here will be applied to all skins */
.content-container, .header-navigation-container, .header-container, .footer, #body, .content-header,.toc,.mw-editform, .mw-editfont-monospace {
  color: #fff !important;
  background: #000 !important;
}

.toctext {
 color: #eee !important;
}