Template:Series Nav/styles.css

From StrategyWiki, the video game walkthrough and strategy guide wiki
Revision as of 22:52, 27 April 2021 by Prod (talk | contribs) (shrink spacing)
.series_box {
	clear: both;
	text-align: center;
	padding: 0;
}

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

.series_box_parent {
	position: absolute;
	right: 0.6em;
}

.series_box p {
	margin: 1.25em 0.5em;
}

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

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

.series_box ul > li,
div.series-game-list ul,
div.series-game-list ul > li {
	display: inline;
}

.series_box ul > li:before,
div.series-game-list ul > li:before {
	content: "\00B7\0020";
	font-weight: bold;
}

.series_box ul > li:first-child:before,
div.series-game-list ul > li:first-child:before {
	content: "";
	display: none;
}