From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
.series_box {
	clear: both;
	text-align: center;
	padding: 0;
}

.series_box_header {
	position: relative;
	margin: 0;
	padding: 0.5em;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	font-weight: 700;
}

.series_box_parent,
.series_box_links {
	float: right;
	clear: right;
	font-size: smaller;
}

/* Series nav as a list */
.series_box_content ul {
	margin: 0;
	display: inline-block;
}

.series_box_content div {
	margin: 1.25em 0.5em;
}

.series_box_content ul > li {
	display: inline;
}

.series_box_content ul > li:before {
	content: "\00B7\0020";
	font-weight: bold;
}

.series_box_content ul > li:first-child:before {
	content: "";
}

.series_box_content ul ul {
	display: inline;
}

.series_box_content ul > li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.series_box_content ul > li li:last-child:after {
	content: ")";
}

@media all and (min-width: 720px) {
	.series_box_links {
		position: absolute;
		left: 0.6em;
		font-size: smaller;
	}
	
	.series_box_parent {
		position: absolute;
		right: 0.6em;
	}
}