MediaWiki:Common.css: Difference between revisions

From Videogame Interface Wiki
(border-spacing)
(Removed margin from top of infobox)
Line 7: Line 7:
display:block;
display:block;
float:right;
float:right;
margin:1em 0 1em 1em;
margin:0 0 1em 1em;
padding:1em;
padding:1em;
text-align:left;
text-align:left;

Revision as of 03:02, 17 August 2022

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

table#infobox {
	border:grey 1px dashed;
	border-radius:1em;
	border-spacing:1em 0.5em;
	display:block;
	float:right;
	margin:0 0 1em 1em;
	padding:1em;
	text-align:left;
	width:auto;
}

table#infobox hr {
	border-bottom:1px gray dashed;
	background:none;
}

table#infobox th {
	vertical-align:top;
}