Template:Infobox band/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* This is the stylesheet for [[Template:Band Infobox]] */
.band-infobox-container {
	/* Container for main infobox and below text */
	float: right;
	clear: right;
	margin: 0 0 .5em 1em;
	width: 250px;
	background: white;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	font-size: smaller;
	line-height: 1.5;
}
.band-infobox {
	/* Main infobox */
	float: right;
	margin :0;
	width: 100%;
	background: white;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
.band-infobox td {
	padding: 4px;
}
.band-infobox-name {
	text-align: center;
	color: white;
	background: #736326;
	font-size: larger;
}
.band-infobox-image {
	padding: 0;
	background: #736326;
}
.band-infobox-section {
	/* Usually corresponds to th within table */
	text-align: left;
	font-weight: bold;
	background: #C2B170;
}
.band-infobox-row {
	/* Usually corresponds to tr within table */
	vertical-align: middle; 
}
.band-infobox-field {
	/* Corresponds to the field cell e.g. gender */
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	white-space: nowrap;
}
.band-infobox-value {
	/* Corresponds to the value cell e.g. male */
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.band-infobox-end {
	text-align: center;
}

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