Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:ShipInfobox.css

MediaWiki interface page
Revision as of 19:33, 16 August 2024 by CornHusker (talk | contribs) (so we may have completely screwed up the color)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
.Subheader {
	padding: 0.2em 0.4em;
	background: #1b2027;
	font-weight: bold;
	font-size: 135%;
	text-align: center;
}


.EmptyRow {
	height: 20px;
}


.HorizontalLayout {
	border-bottom: 1px solid #aaa;
	height: 40px;
}
/* Left Column */
.HorizontalLayout td:first-child {
	padding: 0.2em 0.4em; 
	font-weight: bold;
	text-align: center;
}
/* Left Column */
.HorizontalLayout td:nth-child(2) {
	padding: 0.4em 0.4em;
	text-align: center;
}


/* Left Column Label */
.VerticalLayoutTop td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em;
	font-weight: bold;
	text-align: center;
}
/* Right Column Label*/
.VerticalLayoutTop td:nth-child(2) {
	padding: 0.4em 0.4em;
	font-weight: bold;
	text-align: center;
}
.VerticalLayoutBottom {
	border-bottom: 1px solid #aaa;
}
/* Left Column Value*/
.VerticalLayoutBottom td:first-child {
	border-right: 1px solid #aaa;
	padding: 0.2em 0.4em;
	text-align: center;
}
/* Right Column Value*/
.VerticalLayoutBottom td:nth-child(2) {
	padding: 0.4em 0.4em;
	text-align: center;
}