Jump to content

Module:Category series navigation/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
still need text-align for narrow widths, when there is a line wrap
add a rule for Minerva
Line 11: Line 11:
}
}


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

Revision as of 07:02, 27 December 2023

.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;
}