Template:Infobox military conflict/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for military infoboxes. Definitions should begin with milhist- */
.milhist-main-box {
	width: 315px;
	border-spacing: 2px;
	text-align: left;
	font-size: 90%;
}
table.milhist-summary-box {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
table.milhist-summary-box th {
	padding-right: 1em;
}
.milhist-header-bar {
	background: lightsteelblue;
	text-align: center;
	vertical-align: middle;
}
.milhist-main-box td {
	border-left: 1px dotted #aaa;
}
.milhist-main-box td:first-of-type {
	border-left: none;
}
.milhist-nav-box {
	margin: 0;
	float: right;
	clear: right;
	width: 315px;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.milhist-nav-box-header {
	background: lightsteelblue;
	font-size: 90%;
}
.milhist-nav-box-wide-header {
	background: lightsteelblue;
	font-size: 95%;
}
.milhist-nav-box-header-text {
	padding: 0.2em 0;
	line-height: 1.3em;
}
.milhist-nav-box-label {
	background: gainsboro;
}
.milhist-image-box {
	text-align: center;
	font-size: 90%;
	border-bottom: 1px solid #aaa;
	line-height: 1.5em;
}
.milhist-image-box-plain {
	text-align: center;
	font-size: 90%;
	line-height: 1.5em;
}
.milhist-section-border {
	border-top: 1px solid #aaa;
	font-size: 90%;
}
.milhist-subsection-border {
	border-top: 1px dotted #aaa;
}

/* [[Category:Template stylesheets]] */