Jump to content

Module:Large category TOC/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 20:00, 28 October 2021 (merge the bold in, we can suffer on timeless if we need to). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.large-cat-toc {
	box-sizing: border-box;
	display: block;
	clear: both;
}

.large-cat-toc-body {
	text-align: center;
}

.large-cat-toc-scroll {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.large-cat-toc.mw-collapsible {
	padding: 4px;
	text-align: center;
	border: 1px solid #a2a9b1;
	font-size: 95%
}

.large-cat-toc .mw-collapsible-content,
.large-cat-toc.mw-collapsible code {
	background-color: white;
}

.large-cat-toc-jumpy-title {
	margin: 0 4em;
}

.large-cat-toc.mw-collapsible .toctitle,
.large-cat-toc-title,
.large-cat-toc-anum {
	font-weight: bold;
}