Template:Chord/styles.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Created page with "span[data-chord]:before { position: relative; top: -1.3em; display: inline-block; content: attr(data-chord); width: 0; font-style: italic; font-size: 80%; } span[data-chord] { line-height: 2em; }")
 
No edit summary
 
Line 7: Line 7:
font-style: italic;
font-style: italic;
font-size: 80%;
font-size: 80%;
white-space: nowrap
}
}
span[data-chord] {
span[data-chord] {
line-height: 2em;
line-height: 2em;
}
}

Latest revision as of 05:54, 23 February 2024

span[data-chord]:before {
	position: relative;
	top: -1.3em;
	display: inline-block;
	content: attr(data-chord);
	width: 0;
	font-style: italic;
	font-size: 80%;
	white-space: nowrap
}
span[data-chord] {
	line-height: 2em;
}