singe/testScripts/scene47.rml

24 lines
761 B
Text

<rml>
<head>
<title>scene47</title>
<link type="text/rcss" href="Singe/gui.rcss"/>
<style>
body { width: 100%; height: 100%; font-size: 15dp; }
.panel { width: 100%; height: 100%; box-sizing: border-box; padding: 10dp; text-align: center; }
h2 { font-size: 17dp; margin: 0 0 8dp 0; }
.line { display: block; margin: 0 0 8dp 0; word-break: break-word; }
.hot { color: #7ce07c; }
.small { font-size: 11dp; }
</style>
</head>
<body id="scene47">
<div class="panel">
<h2>ON THE<br/>ARTWORK</h2>
<div class="line">guiDrawScreen<br/>draws me on the<br/>artwork.</div>
<div class="line">step</div>
<div class="line hot" id="step">1</div>
<div class="line">bezel</div>
<div class="line hot small" id="bezel">no</div>
</div>
</body>
</rml>