Module:Category series navigation/styles.css

From RetroWikipedia
Revision as of 04:07, 25 July 2025 by D2sk (talk | contribs) (1 revision imported: Imported content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
.categorySeriesNavigation {
	display: flow-root;
}

.categorySeriesNavigation-range {
	display: table;
	border-collapse: separate;
	margin: auto;
	padding: 8px;
	text-align: center;
}

body.skin-vector-2022 .categorySeriesNavigation-range,
body.skin-minerva .categorySeriesNavigation-range {
	padding: 3px;
}

.categorySeriesNavigation-range-transparent {
	border-width: 0;
	background-color: transparent;
}

.categorySeriesNavigation-item-inactive {
	color: #72777d;
}