MediaWiki:Common.css

From Videogame Interface Wiki
Revision as of 03:02, 17 August 2022 by Rjt (talk | contribs) (Removed margin from top of infobox)

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 */

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;
}