sourcehypertextpubliccosmeticssubtitles.css

video::cue {
/*Box model stuff*/
	background-color: transparent;
/*Typography stuff*/
	font-family: "Archivo Narrow", Arial Narrow, Arial Condensed, var(--sans-serif);
	font-size: 1em;
	text-shadow: -1px -1px black, -1px 0 black, -1px 1px black, 0 -1px black, 0 0 black, 0 -1px black, 1px 1px black, 1px 0 black, 1px -1px black, 2px 2px black, 3px 3px black;
	color: white;
/*Miscellaneous*/
	inset-block-end: 1em;
}

video::cue(c.yellow) {
/*Typography stuff*/
	color: #FF0;
}

video::cue(c.cyan) {
/*Typography stuff*/
	color: #0FF;
}

video::cue(c.green) {
/*Typography stuff*/
	color: #0F0;
}

video::cue(c.magenta) {
/*Typography stuff*/
	color: #F0F;
}