Template:Horizontal TOC/styles.css

Revision as of 12:17, 19 October 2020 by Caleb Cooper (talk | contribs) (Created page with "{{pp-template}}: .horizontal-toc { } .horizontal-toc-align-left { float: right; } .horizontal-toc-align-left { float: left; } .horizontal-toc-align-center { margin-lef...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
/* {{pp-template}} */
.horizontal-toc {
}
.horizontal-toc-align-left {
	float: right;
}
.horizontal-toc-align-left {
	float: left;
}
.horizontal-toc-align-center {
	margin-left: auto;
	margin-right: auto;
	clear: none;
}
.horizontal-toc-clear-right {
	clear: right;
}
.horizontal-toc-clear-left {
	clear: left;
}
.horizontal-toc-clear-both {
	clear: both;
}
.horizontal-toc-clear-none {
	clear: none;
}