Jump to content

MediaWiki:Common.css: Difference between revisions

From Wiki ZB
No edit summary
No edit summary
Line 6: Line 6:
     background-color: orange;
     background-color: orange;
     color: white:
     color: white:
}
mw-page-container {
  background-color: pink;
}
}

Revision as of 10:02, 17 September 2025

/* CSS placed here will be applied to all skins */


/* Public Domain background in the Help namespace */
.action-view.ns-12 #bodyContent {
    background-color: orange;
    color: white:
}

mw-page-container {
   background-color: pink;
}