MediaWiki:Common.css

From Age of Dungeons Wiki
Revision as of 06:13, 16 May 2025 by Pecon (talk | contribs) (Left-align subitems)

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 */
.infobox {
	width: 300px;
	float: right;
	
	padding: 0.75em;
	margin: 0 0 1.5em 2.0em;
	background: #f8f9fa;
	border: solid #eaecf0;
	border-width: 1px 1px 0.2em;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
}
.infobox-title {
	font-size: 1.5em;
	text-align: center;
}
.infobox-image {
	text-align: center;
}
.infobox-table th {
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.infobox-table td {
	vertical-align: top;
}

h1 {
	clear: right;
}

h2 {
	clear: right;
}

h3 {
	clear: right;
}