MediaWiki:Monobook.css

From mediawiki.org

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Background colors for content actions */
/* NS Project + Project_talk (light sky blue) */
.ns-4 #p-cactions li,
.ns-4 #p-cactions li a,
.ns-5 #p-cactions li,
.ns-5 #p-cactions li a {
	background: #f8fcff;
}

/* light grey */
/* NS Special */
.ns--2 #p-cactions li,
.ns--2 #p-cactions li a,
/* NS MediaWiki + MediaWiki_talk */
.ns-8 #p-cactions li,
.ns-8 #p-cactions li a,
.ns-9 #p-cactions li,
.ns-9 #p-cactions li a {
	background: #f4f4f4;
}

/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #p-cactions li,
.ns-100 #p-cactions li a,
.ns-101 #p-cactions li,
.ns-101 #p-cactions li a {
	background: #f3f3ff;
}