Module:Series navigation/styles.css: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
Dat Hack3r (talk | contribs)
Created CSS for module I.
(No difference)

Revision as of 20:27, 14 December 2024

.seriesNavigation {
	display: flow-root;
}

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

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

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

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