frame.css 694 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. html, body, canvas {
  2. overflow: hidden;
  3. width: 100%;
  4. height: 100%;
  5. background-color: #272822;
  6. margin:0;
  7. font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  8. touch-action: none;
  9. }
  10. #fpsLabel {
  11. position: absolute;
  12. right: 10px;
  13. top: 20px;
  14. cursor: default;
  15. color: white;
  16. }
  17. #link {
  18. position: absolute;
  19. width: 100%;
  20. bottom: 10px;
  21. cursor: default;
  22. color: white;
  23. text-align: center;
  24. left:0;
  25. cursor:pointer;
  26. }
  27. #refresh {
  28. position: absolute;
  29. width: 100%;
  30. top: 10px;
  31. cursor: default;
  32. color: white;
  33. text-align: center;
  34. left:0;
  35. cursor:pointer;
  36. }