The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
516 B

  1. div.logs-content {
  2. width: 90%;
  3. max-width: 95ch;
  4. margin: auto;
  5. div.header {
  6. text-align: center;
  7. vertical-align: middle;
  8. margin-bottom: 1em;
  9. h1 {
  10. display: block;
  11. font-weight: 200;
  12. text-align: center;
  13. margin-bottom: 0;
  14. }
  15. p {
  16. margin: 0.25em 0 0 0;
  17. }
  18. a {
  19. vertical-align: middle;
  20. display: inline-block;
  21. padding: 0.5em 0.5ch 0.5em 0.5ch;
  22. opacity: 0.5;
  23. }
  24. a:hover {
  25. cursor: pointer;
  26. opacity: 1;
  27. }
  28. }
  29. }