Template:Chord/styles.css

From Puella Magi Wiki
< Template:Chord
Revision as of 05:50, 23 February 2024 by Celtic Minstrel (talk | contribs) (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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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;
}