view_source.rml 521 B

12345678910111213141516171819202122232425262728293031
  1. <rml>
  2. <head>
  3. <title>RCSS Test description</title>
  4. <link type="text/rcss" href="style.rcss"/>
  5. <style>
  6. body {
  7. font-family: rmlui-debugger-font;
  8. font-weight: normal;
  9. font-style: normal;
  10. font-size: 16dp;
  11. width: auto;
  12. color: #444;
  13. position: absolute;
  14. top: 0; right: 0;
  15. bottom: 0; left: 0;
  16. background-color: #222222f9;
  17. color: #ddd;
  18. z-index: 200;
  19. }
  20. #code {
  21. display: block;
  22. white-space: pre-wrap;
  23. font-size: 0.9em;
  24. padding: 20dp 30dp;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div id="code"/>
  30. </body>
  31. </rml>