|
- #map1 {
- height: 46%
- }
-
- #map2 {
- margin-top: 10px;
- height: 46%;
- margin-bottom: 10px;
- }
-
- #p_date {
- position: absolute;
- bottom: 20px;
- }
-
- #logo_side {
- width: 60%;
- margin-left: 20%;
- margin-top: 10%;
- }
-
- #central {
- margin:0 auto;
- }
-
- #left {
- width: 75%;
- float: left;
- }
-
- #right {
- width: 24%;
- float: right;
- }
-
- div.yearno {
- pointer-events: none;
- position: absolute;
- z-index: 1000;
- font-size: 19pt;
- background-color: white;
- border-radius: 5px;
- padding: 5px;
- color: 333333;
- border: 2px solid rgba(0, 0, 0, 0.3);
- }
-
- #div19 {
- top: 30px;
- left: 30px;
- }
-
- #div29 {
- top: 330px;
- left: 30px;
- }
-
- .slider {
- -webkit-appearance: none;
- width: 100%;
- float: right;
- height: 15px;
- border-radius: 5px;
- background: #d3d3d3;
- outline: none;
- opacity: 0.9;
- -webkit-transition: .2s;
- transition: opacity .2s;
- }
-
- .slider::-webkit-slider-thumb {
- -webkit-appearance: none;
- appearance: none;
- width: 25px;
- height: 25px;
- border-radius: 50%;
- background: #4CAF50;
- cursor: pointer;
- }
-
- .slider::-moz-range-thumb {
- width: 25px;
- height: 25px;
- border-radius: 50%;
- background: #4CAF50;
- cursor: pointer;
- }
-
- .no-bloom-icon {
- height: 30px;
- }
|