Specifically, this works as intended:
Code: Select all
WEBVTT
STYLE
::cue {
color: red;
background-color: yellow;
}
STYLE
::cue(.bgwhite) {
color: blue;
background-color: white;
}
00:00:00.000 --> 00:00:10.000 line:83% align:center
Red over yellow and <c.bgwhite>blue over white<c>
Code: Select all
WEBVTT
STYLE
::cue {
color: red;
background-color: yellow;
}
STYLE
::cue(.bg_white) {
color: blue;
background-color: white;
}
00:00:00.000 --> 00:00:10.000 line:83% align:center
Red over yellow and <c.bg_white>blue over white<c>
Am I missing something?
Otherwise, VLC is fantastic!