MediaWiki:Common.css: Difference between revisions

From Protoball
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:


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

Revision as of 12:03, 7 June 2012

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

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

.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}
.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 { text-align: center; background-color: #ddd; }

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