| 12345678910111213141516171819202122232425262728293031 |
- <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>
|