Template:Chord/styles.css

From Puella Magi Wiki
< Template:Chord
Revision as of 05:54, 23 February 2024 by Celtic Minstrel (talk | contribs)
(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%;
	white-space: nowrap
}
span[data-chord] {
	line-height: 2em;
}