| | |
| | | font-size: 14px; |
| | | |
| | | position: absolute; |
| | | width: 300px; |
| | | right: -315px; |
| | | width: 350px; |
| | | right: -365px; |
| | | top: 0; |
| | | bottom: 0; |
| | | |
| | |
| | | |
| | | @media (max-width: 600px) { |
| | | #popup { |
| | | width: 90%; |
| | | width: 80%; |
| | | right: -100%; |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | #popup .close { |
| | | .close { |
| | | float: right; |
| | | cursor: pointer; |
| | | font-size: 20px; |
| | | padding: 0px 10px; |
| | | } |
| | | #fail .close { |
| | | font-size: inherit; |
| | | height: 1em; |
| | | } |
| | | #popup .type { |
| | | padding-bottom: 0; |
| | |
| | | .ol-zoom { |
| | | top: 2.2em; |
| | | } |
| | | #track { |
| | | top: 6em; |
| | | left: 0.5em; |
| | | } |
| | | .ol-touch #track { |
| | | top: 7em; |
| | | } |
| | | |
| | | .ol-control button svg * { |
| | | stroke: white; |
| | | stroke-width: 5%; |
| | | fill: none; |
| | | } |
| | | .ol-control button svg .fill { |
| | | fill: white; |
| | | } |
| | | .ol-control button.clicked { |
| | | background-color: black; |
| | | } |
| | | .ol-control button.clicked:hover, .ol-control button.clicked:active { |
| | | background-color: rgba(0,0,0,.5); |
| | | } |
| | | .ol-control button.hidden { |
| | | display: none; |
| | | } |
| | | |
| | | a { |
| | | color: #337ab7; |