MediaWiki:Monobook.css

From MI2wiki
Revision as of 12:24, 30 January 2013 by Soul (talk | contribs)
Jump to navigationJump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */

/* tabs: border on the a, not the div */
* > html #p-cactions li {
	border: none;
	background-color: black;
	color: white;
}
* > html #p-cactions li a {
	background-color: black;
	color: white;
	border: 1px solid #aaa;
	border-bottom: none;
}
* > html #p-cactions li.selected a {
	border-color: #fabd23;
}
/* footer icons need a fixed width */
* > html #f-poweredbyico,
* > html #f-copyrightico {
	width: 88px;
}
* > html #bodyContent,
* > html #bodyContent pre {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 25px;
}