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.

92 lines
1.2KB

  1. #map1 {
  2. height: 46%
  3. }
  4. #map2 {
  5. margin-top: 10px;
  6. height: 46%;
  7. margin-bottom: 10px;
  8. }
  9. #p_date {
  10. position: absolute;
  11. bottom: 20px;
  12. }
  13. #logo_side {
  14. width: 60%;
  15. margin-left: 20%;
  16. margin-top: 10%;
  17. }
  18. #central {
  19. margin:0 auto;
  20. }
  21. #left {
  22. width: 75%;
  23. float: left;
  24. }
  25. #right {
  26. width: 24%;
  27. float: right;
  28. }
  29. div.yearno {
  30. pointer-events: none;
  31. position: absolute;
  32. z-index: 1000;
  33. font-size: 19pt;
  34. background-color: white;
  35. border-radius: 5px;
  36. padding: 5px;
  37. color: 333333;
  38. border: 2px solid rgba(0, 0, 0, 0.3);
  39. }
  40. #div19 {
  41. top: 30px;
  42. left: 30px;
  43. }
  44. #div29 {
  45. top: 330px;
  46. left: 30px;
  47. }
  48. .slider {
  49. -webkit-appearance: none;
  50. width: 100%;
  51. float: right;
  52. height: 15px;
  53. border-radius: 5px;
  54. background: #d3d3d3;
  55. outline: none;
  56. opacity: 0.9;
  57. -webkit-transition: .2s;
  58. transition: opacity .2s;
  59. }
  60. .slider::-webkit-slider-thumb {
  61. -webkit-appearance: none;
  62. appearance: none;
  63. width: 25px;
  64. height: 25px;
  65. border-radius: 50%;
  66. background: #4CAF50;
  67. cursor: pointer;
  68. }
  69. .slider::-moz-range-thumb {
  70. width: 25px;
  71. height: 25px;
  72. border-radius: 50%;
  73. background: #4CAF50;
  74. cursor: pointer;
  75. }
  76. .no-bloom-icon {
  77. height: 30px;
  78. }