main.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. background-color: #1A1A1A; }
  5. #header {
  6. position: fixed;
  7. display: none; }
  8. #main {
  9. height: 207.26mm;
  10. width: 455.04741mm;
  11. margin: 0 auto; }
  12. #main #page-left {
  13. float: left;
  14. background-position: right; }
  15. #main #page-right {
  16. float: right;
  17. background-position: left; }
  18. #main .page {
  19. position: relative;
  20. width: 227.41mm;
  21. height: 207.26mm;
  22. background-repeat: no-repeat;
  23. background-size: contain; }
  24. #main .page .overlay {
  25. position: relative;
  26. width: 100%;
  27. height: 100%;
  28. background-position: center;
  29. background-repeat: no-repeat;
  30. background-size: contain;
  31. z-index: 1; }
  32. #main .page .maps {
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. width: 100%;
  37. height: 100%;
  38. z-index: 2; }
  39. #main .page .maps .map {
  40. position: absolute;
  41. background-color: rgba(50, 50, 50, 0.8);
  42. cursor: pointer; }
  43. #main .page.page-6 .overlay {
  44. background-image: url("../../images/vectos/04_chance-RB.svg"); }