Jump to content

Template:Custom TOC/styles.css: Difference between revisions

From Marxist Wiki
Created page with ".template-toc { display: table; padding: 7px; border: 1px solid #a2a9b1; background-color: #f8f9fa; font-size: 95%; } .template-toc li { margin-bottom: 0.1em; } .template-toc ul { list-style: none; margin: 0.3em 0; padding: 0; } .template-toc ul ul { margin: 0 0 0 2em; } .template-toc .template-toctitle { text-align: center; } .template-toc .tocnumber { padding-right: 0.5em; }"
 
m Protected "Template:Custom TOC/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 03:59, 14 March 2025

.template-toc {
	display: table;
	padding: 7px;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	font-size: 95%;
}
.template-toc li {
	margin-bottom: 0.1em;
}
.template-toc ul {
	list-style: none;
	margin: 0.3em 0;
	padding: 0;
}
.template-toc ul ul {
	margin: 0 0 0 2em;
}
.template-toc .template-toctitle {
	text-align: center;
}
.template-toc .tocnumber {
	padding-right: 0.5em;
}