Files
2026-06-10 16:12:51 +02:00

32 lines
521 B
Plaintext

<rml>
<head>
<title>RCSS Test description</title>
<link type="text/rcss" href="style.rcss"/>
<style>
body {
font-family: rmlui-debugger-font;
font-weight: normal;
font-style: normal;
font-size: 16dp;
width: auto;
color: #444;
position: absolute;
top: 0; right: 0;
bottom: 0; left: 0;
background-color: #222222f9;
color: #ddd;
z-index: 200;
}
#code {
display: block;
white-space: pre-wrap;
font-size: 0.9em;
padding: 20dp 30dp;
}
</style>
</head>
<body>
<div id="code"/>
</body>
</rml>