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 19:44, 28 October 2021 (Created page with '.large-cat-toc { box-sizing: border-box; display: block; clear: both; width: 100%; } .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 .toctitle { font-weight: bold; line-height: 1.6em } .large-cat-toc .mw-collapsible-c...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.large-cat-toc {
	box-sizing: border-box;
	display: block;
	clear: both;
	width: 100%;
}

.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 .toctitle {
	font-weight: bold;
	line-height: 1.6em
}

.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-title,
.large-cat-toc-anum {
	font-weight: bold;
}