MediaWiki:Common.css

From JellyRO Wiki
Revision as of 03:38, 1 December 2013 by Adellie (Talk | contribs)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
div.printfooter {     display: none;}

/* Navboxes */
table.navbox {
	border: 1px solid #aaa;
	clear: both;
	font-size: 88%;
	padding: 1px;
	width: 100%;
}
table.navbox > tbody > tr > td.bodystyle {
	background: #fdfdfd;
	width: 100%;
	vertical-align: middle;
}
table.navbox > tbody > tr > td.titlestyle {
	background: #ccccff;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}
table.navbox > tbody > tr > td.abovestyle {
	background: #ddddff;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}
.belowstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: center;}.groupstyle {background: #ddddff; padding-left: 1em; padding-right: 1em; text-align: right; font-weight: bold;}.liststyle {background: transparent; text-align: left;}.liststyle ul {margin: 0; padding: 0.125em 0;}.liststyle li {display: inline;}.liststyle li:after {content: " · "; font-weight: bold;}.liststyle li:last-child:after {content: " "}.oddstyle {background: transparent;}.evenstyle {background: #f7f7f7;}