mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-17 03:21:12 +00:00
32 lines
521 B
Plaintext
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>
|