Template:Historical affiliations/styles.css

From Wikipedia, the free encyclopedia
.historical-affiliation {
	box-sizing: border-box;
	background-color: #f8f9fa;
	font-size: 88%;
	padding: 0.5em;
	border: 1px solid #aaa;
	width: 25em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	/* @noflip */
	margin: 0.5em 0 1em 1em;
}

.ha-float-left {
	/* @noflip */
	float: left;
	/* @noflip */
	clear: left;
	/* @noflip */
	margin: 0.5em 1em 1em 0;
}

.ha-float-none {
	float: none;
	clear: none;
	/* @noflip */
	margin: 0.5em 1em 1em 0;
}

.historical-affiliation-title {
	font-weight: bold;
	text-align: center;
	font-size: 105%;
	margin-bottom: 2px;
}

.historical-affiliation-list {
	list-style: none;
	margin-left: 0;
}

@media screen and (max-width: 600px) {
	.historical-affiliation {
		width: 100%;
	}
}