Template:List Notes/Styles.css

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
/* [[Category:Template Styles]] */
/* See also: [[Template:Section Note/Styles.css]] */

.zw-list-notes ol.references {
	list-style-position: inside;
	margin-left: 0.25rem;
}

.zw-list-notes--alpha ol {
	list-style-type: lower-alpha;
}
.zw-list-notes--roman ol {
	list-style-type: lower-roman;
}

.zw-list-notes--symbol li::marker {
	font-family: ui-monospace, monospace;
}
.zw-list-notes--symbol .mw-cite-backlink {
	margin-left: 0.25rem;
}

/* These styles don't work with the current version of TemplateStyles, so we've stuck them in [[MediaWiki:Gadget-Site.css]] for now
.zw-list-notes--symbol li:nth-child(1) {
	list-style-type: '*';
}
.zw-list-notes--symbol li:nth-child(2) {
	list-style-type: '†';
}
.zw-list-notes--symbol li:nth-child(3) {
	list-style-type: '‡';
}
*/