not really known
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.

34 lines
431 B

  1. body {
  2. background: black;
  3. margin: 0 auto;
  4. overflow-y: hidden;
  5. }
  6. div.frame {
  7. background: #f0f0f0;
  8. margin: 0 auto;
  9. position: relative;
  10. width: 1024px;
  11. height: 748px;
  12. overflow: hidden;
  13. }
  14. #canvas {
  15. position: relative;
  16. top: 0px !important;
  17. }
  18. canvas.gridcnv {
  19. position: relative;
  20. width: 1024px;
  21. height: 748px;
  22. top: 0px;
  23. left: 0px;
  24. }
  25. div.thumbframe {
  26. background: #d0d0d0;
  27. position: absolute;
  28. top: 0px;
  29. left: 0px;
  30. }