Jump to content

Template:Roman numeral/styles.css

From The Democratika Wiki
Revision as of 04:42, 23 February 2025 by >Johnuniq (Reverted edit by Johnuniq (talk) to last version by Pppery)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.roman-numeral {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;	
}

.roman-numeral-a {
	border: 1px solid;
}

.roman-numeral-t {
	border-top: 1px solid;
}

.roman-numeral-v {
	border: solid;
	border-width: 0 1px;
	padding: 0 2px;
}

.roman-numeral-h {
	border: solid;
	border-width: 1px 0;
}

.roman-numeral-tv {
	border: 1px solid;
	border-bottom: none;
	padding: 0 2px;
}