Difference between revisions of "MediaWiki:Common.css"

From HodHood
Jump to: navigation, search
Line 18: Line 18:
 
}
 
}
  
.infobox big {
+
.infobox big,
 +
.infobox small {
 
display: block;
 
display: block;
 
text-align: center;
 
text-align: center;

Revision as of 16:16, 14 December 2016

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

.category-tree {
	background: #f9f9f9;
	border: 1px solid #aaa;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
}

.infobox {
	background: #f9f9f9;
	border: 1px solid #aaa;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 300px;
}

.infobox big,
.infobox small {
	display: block;
	text-align: center;
}

.infobox img {
	display: block;
	margin: auto;
}

.infobox th {
	text-align: right;
	vertical-align: top;
	width: 50%;
}