19 lines
650 B
Text
19 lines
650 B
Text
<rml>
|
|
<!--
|
|
Singe 3
|
|
Copyright (C) 2006-2026 Scott Duensing <scott@kangaroopunch.com>
|
|
|
|
Subtitles: the document behind srtLoad, srtEnable, srtPosition and overlayBanner. The engine
|
|
writes one cue, or one banner, into #slot as a .cue whose inline style carries the height it was
|
|
asked for, so everything a subtitle looks like lives in Singe/subtitle.rcss and everything it
|
|
says comes from the game or from its .srt file.
|
|
Licensed under the GNU General Public License, version 3 or later.
|
|
-->
|
|
<head>
|
|
<title>Subtitles</title>
|
|
<link type="text/rcss" href="Singe/subtitle.rcss"/>
|
|
</head>
|
|
<body id="subtitle">
|
|
<div id="slot"></div>
|
|
</body>
|
|
</rml>
|