Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:03, 18 February 2025 by Prd (talk | contribs) (Created page with ".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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
}