Jump to content

Module:Large category TOC/styles.css

Page template-protected
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 20:01, 28 October 2021 (Protected "Module:Large category TOC/styles.css": Highly visible template, match parent ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* {{pp|small=y}} */
.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;
}