Template:Refbegin/styles.css

Revision as of 10:27, 22 October 2020 by Caleb Cooper (talk | contribs) (Created page with "{{pp-template}}: .refbegin { font-size: 90%; Default font-size: margin-bottom: 0.5em; } Hanging indentation for Template:Refbegin: .refbegin-hangin...")
(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}} */
.refbegin {
	font-size: 90%;            /* Default font-size */
	margin-bottom: 0.5em;
}
/* Hanging indentation for Template:Refbegin */
.refbegin-hanging-indents > ul {
	list-style-type: none;
	margin-left: 0;
}
/* Definition list version is deprecated */
.refbegin-hanging-indents > ul > li,
.refbegin-hanging-indents > dl > dd {
	margin-left: 0;
	padding-left: 3.2em;
	text-indent: -3.2em;
	list-style: none;
}
/* Option for normal fontsize in {{refbegin}} */
.refbegin-100 {
	font-size: 100%;
}