Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
m reorder
still need text-align for narrow widths, when there is a line wrap
Line 8: Line 8:
margin: auto;
margin: auto;
padding: 8px;
padding: 8px;
text-align: center;
}
}



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 {
	padding: 3px;
}

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

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