MediaWiki:Common.css

From Protoball
Revision as of 11:29, 11 June 2012 by Dave (talk | contribs)
Jump to navigation Jump 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

.number, .dayInput { text-align: right; }
.center { text-align: center; }
.bold { font-weight: bold; }

.page_intro { font-weight: bold; font-size: larger; }

.add_to_the_discussion { clear: both; }

.infobox {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	color: black;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em; 
	float: right; 
	clear: right;
	text-align: left;
	font-size: 88%;
	line-height: 1.5em;
}

.infobox caption{font-size:125%;font-weight:bold}
.infobox td,.infobox th{vertical-align:top; text-align: center;}
.infobox.bordered{border-collapse:collapse}
.infobox.bordered td,.infobox.bordered th{border:1px solid #aaa}
.infobox.bordered .borderless td,.infobox.bordered .borderless th{border:0}
.infobox th {background-color: #ddd;}
.infobox hr {width:100px;}

.game { margin-bottom: 1em; }
.game h2 { border-bottom: none; }
.game .sources { padding-left: 5em; position: relative; }
.game .sources .sources_label { position: absolute; left: 0; font-weight: bold; }
.game .kind_of_game {float: right; position:relative; top:10px; margin-right: 2em;}

.source {margin-top: 1em;}
.source {padding-left: 1em; text-indent:-1em;}
.source .read_online { margin-left: 1em; }