Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
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; }"
 
No edit summary
 
Line 1: Line 1:
/* [[Category:CSS from Wikimedia]] */
.roman-numeral {
.roman-numeral {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;

Latest revision as of 04:17, 5 March 2025

/* [[Category:CSS from Wikimedia]] */
.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;
}