Jump to content

Module:Category series navigation/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by JWBTH (talk | contribs) at 07:02, 27 December 2023 (add a rule for Minerva). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.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;
}