1WEBVTT 2 3STYLE 4::cue { 5 background-color: green; 6 color: papayawhip; 7} 8/* Style blocks cannot use blank lines nor "dash dash greater than" */ 9 10NOTE comment blocks can be used between style blocks. 11 12STYLE 13::cue(#id2) { 14 color: peachpuff; 15} 16::cue(v[voice="LaGord"]) { background-color: lime } 17 18STYLE 19::cue(v[voice="The Frog"]) { font-weight: bold } 20 21STYLE 22::cue(v){text-decoration:underline} 23 24id1 2500:00.000 --> 00:01.234 26This is the first subtitle. 27 28id2 2900:02.345 --> 00:03.456 30This is the second subtitle. 31 3200:20.000 --> 00:21.000 33This is a <v.clazz Mary>reference by element</v> 34 3500:25.000 --> 00:28.000 36<v LaGord>You are an idiot</v> 37<v The Frog>You don't have the guts</v> 38