minimap-util.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. .nav-ui-wrap {
  2. position: absolute;
  3. margin-left: 1%;
  4. margin-top: 0.5%;
  5. }
  6. .nav-ui-wrap div{
  7. border: 4px solid #5555ff;
  8. }
  9. .map-button {
  10. border: 1px solid #6d6f72;
  11. width: 24px;
  12. height: 24px;
  13. margin: 1px -6px 1px 1px;
  14. background-color: white;
  15. color: black;
  16. padding: 0;
  17. align-items: flex-start;
  18. text-align: center;
  19. cursor: default;
  20. }
  21. #nav-arrows {
  22. border: none;
  23. display: block;
  24. position: relative;
  25. margin-top: 15%;
  26. }
  27. #zoom {
  28. border: none;
  29. display: block;
  30. left: 35%;
  31. position: relative;
  32. }
  33. #zoom-in {
  34. border: 1px solid #6d6f72;
  35. margin: 1px;
  36. background-color: white;
  37. color: black;
  38. padding: 0;
  39. align-items: flex-start;
  40. text-align: center;
  41. cursor: default;
  42. display: block;
  43. }
  44. #zoom-out {
  45. margin-top: 3%;
  46. background-color: #ffffff;
  47. display: block;
  48. }
  49. #nav-up {
  50. position: relative;
  51. margin-bottom: 2.5%;
  52. left: 35%;
  53. background-color: #ffffff;
  54. display: block;
  55. }
  56. #nav-left {
  57. display: inline-block;
  58. background-color: #ffffff;
  59. }
  60. #nav-right {
  61. display: inline-block;
  62. background-color: #ffffff;
  63. margin-left: -1px;
  64. }
  65. #nav-down {
  66. /*position: relative;
  67. left: 14.25%;*/
  68. margin-left: -1px;
  69. display: inline-block;
  70. /*margin-top: -1%;*/
  71. background-color: #ffffff;
  72. }
  73. #nav-up > a, #nav-down > a, #nav-left > a, #nav-right > a {
  74. min-width: 100%;
  75. min-height: 100%;
  76. }
  77. #nav-up:hover, #nav-down:hover, #nav-left:hover, #nav-right:hover, #zoom-in:hover, #zoom-out:hover,
  78. #nav-up:focus, #nav-down:focus, #nav-left:focus, #nav-right:focus, #zoom-in:focus, #zoom-out:focus {
  79. /*opacity: 0.3;*/
  80. background-color: #5555ff;
  81. }
  82. #nav-reset {
  83. display: inline-block;
  84. position: relative;
  85. margin-left: 36.5%;
  86. /*width: 32px;*/
  87. background-color: #ffffff;
  88. background-image: url(../gfx/icon_home.svg);
  89. background-repeat: no-repeat;
  90. background-position: center;
  91. background-size: 110%;
  92. }
  93. #nav-reset:hover, #nav-reset:focus {
  94. /*opacity: 0.3;*/
  95. background-color: #5555ff;
  96. }
  97. #layer-toggle {
  98. width: 2em;
  99. height: 2em;
  100. margin-left: 30%;
  101. position: relative;
  102. display: none;
  103. background-color: #ffffff;
  104. /*background-image: url(../gfx/globe.svg);*/
  105. /*background-position: center;*/
  106. /*background-repeat: no-repeat;*/
  107. /*background-si1ze: 90%;*/
  108. }
  109. #layer-toggle:hover {
  110. background-color: #5555ff;
  111. }
  112. .map-legend {
  113. position: relative;
  114. }
  115. .map-legend button.legend {
  116. background-color: #000000;
  117. color: #ffffff;
  118. }
  119. .map-legend button.legend:hover, .map-legend button.legend:focus {
  120. background-color: #6d6f72;
  121. border: 1px solid #000000;
  122. }
  123. .map-legend-info {
  124. font-family: Metric, sans-serif;
  125. position: absolute;
  126. top: 10em;
  127. left: 0;
  128. height: 14em;
  129. background-color: #ffffff;
  130. width: 15%;
  131. min-width: 11em;
  132. text-align: left;
  133. padding: 10px;
  134. }
  135. .map-legend-info .icon {
  136. width: 20px!important;
  137. height: 20px!important;
  138. vertical-align: middle;
  139. }
  140. .map-legend-info .legend-title {
  141. /*
  142. .smallcaps {
  143. font-size: 75%;
  144. font-weight: 400;
  145. letter-spacing: 1px;
  146. text-transform: uppercase; } */
  147. /* shadow-bottom= box-shadow: 0 6px 10px -8px #000;;*/
  148. font-size: 80%;
  149. position: relative;
  150. margin-left: -10px;
  151. padding-left: 10px;
  152. height: 30px;
  153. width: 90px;
  154. line-height: 32px;
  155. letter-spacing: 3px;
  156. background-color: #000000;
  157. color: #ffffff;
  158. }
  159. .map-legend-info .legend-title::after {
  160. position: absolute;
  161. left: 100%;
  162. top: 50%;
  163. content: ' ';
  164. pointer-events: none;
  165. height: 0;
  166. width: 0;
  167. border-color: rgba(105, 192, 186, 0);
  168. border-width: 15px;
  169. border-left: 10px solid #000000;
  170. margin-top: -15px;
  171. }
  172. .nav-ui-wrap #open-legend {
  173. background-color: #000000;
  174. color: #ffffff;
  175. position: relative;
  176. left: 35%;
  177. top: 1em;
  178. }
  179. .nav-ui-wrap #open-legend:hover {
  180. background-color: #ffffff;
  181. color: #000000;
  182. }
  183. .map-legend-info .closelegend {
  184. position: absolute;
  185. right: 5px;
  186. top: 5px;
  187. }
  188. .map-legend-info .closemenu {
  189. border: 0;
  190. }
  191. .map-legend-info .closemenu:hover, .map-legend-info .closemenu:focus {
  192. border: 0;
  193. background-color: transparent;
  194. color: #000000;
  195. }
  196. .map-legend-info .legend-row {
  197. font-size: 70%;
  198. margin-top: 10px;
  199. }
  200. .map-legend-info .legend-row div, .map-legend-info .legend-controls > div {
  201. display: inline;
  202. }
  203. .map-legend-info .legend-controls {
  204. font-size: 65%;
  205. margin: 20px 0 10px 0;
  206. padding: 20px 0;
  207. border-top: 1px solid black;
  208. height: 100px;
  209. text-align: center;
  210. }
  211. .map-legend-info .legend-control-icon {
  212. display: inline;
  213. vertical-align: middle;
  214. }
  215. .map-legend-info .legend-control-icon:first-of-type{
  216. width: 20px;
  217. height: 41px;
  218. }
  219. .map-legend-info .legend-control-icon:nth-of-type(2) {
  220. width: 61px;
  221. height: 41px;
  222. }
  223. #legend {
  224. display: none;
  225. }
  226. /*#legend {*/
  227. /*transform: translateY(52em);*/
  228. /*margin-left: 2%;*/
  229. /*}*/
  230. /*#legend-pre {*/
  231. /*display: inline-block;*/
  232. /*float: left;*/
  233. /*font-size: 120%;*/
  234. /*margin-top: 2.5%;*/
  235. /*}*/
  236. /*#legend-group {*/
  237. /*display: inline;*/
  238. /*}*/
  239. /*#legend-group div > div.colour-block {*/
  240. /*font-size: 1.5em;*/
  241. /*font-weight: 700;*/
  242. /*width: 16em;*/
  243. /*height: 2em;*/
  244. /*margin-top: 2%;*/
  245. /*border: 1px solid black;*/
  246. /*text-align: center;*/
  247. /*line-height: 2em;*/
  248. /*vertical-align: middle;*/
  249. /*}*/
  250. /*#legend-group div.legend-row-left {*/
  251. /*float: left;*/
  252. /*max-width: 50%;*/
  253. /*display: inline;*/
  254. /*margin-left: 5%;*/
  255. /*}*/
  256. /*#legend-group div.legend-row-right {*/
  257. /*float: right;*/
  258. /*max-width: 50%;*/
  259. /*display: inline;*/
  260. /*margin-right: 5%;*/
  261. /*}*/
  262. /*#legend-group div.legend-text {*/
  263. /*display: inline;*/
  264. /*width: 10em;*/
  265. /*line-height: 2em;*/
  266. /*font-size: 1.4em;*/
  267. /*vertical-align: middle;*/
  268. /*}*/
  269. /*.colour-block {*/
  270. /*border: 4px solid #5555ff!important;*/
  271. /*}*/
  272. /*.colour-block:focus, .colour-block:hover {*/
  273. /*background-color: #5555ff!important;*/
  274. /*}*/
  275. /*!* Portrait and Landscape *!*/
  276. /*@media screen and (max-width: 768px) {*/
  277. /*#zoom-in, #zoom-out, #nav-up, #nav-down, #nav-left, #nav-right {*/
  278. /*width: 1em;*/
  279. /*height: 1em;*/
  280. /*background-repeat: no-repeat;*/
  281. /*background-position: center center;*/
  282. /*display: inline-block;*/
  283. /*}*/
  284. /*#zoom-out {*/
  285. /*margin-top: 0;*/
  286. /*}*/
  287. /*#nav-reset {*/
  288. /*width: 1.2em;*/
  289. /*height: 1.2em;*/
  290. /*margin-left: 0;*/
  291. /*}*/
  292. /*.nav-ui-wrap {*/
  293. /*transform: translateY(155%);*/
  294. /*}*/
  295. /*#nav-arrows {*/
  296. /*margin-top: 0;*/
  297. /*width: 50%;*/
  298. /*height: auto;*/
  299. /*}*/
  300. /*#zoom {*/
  301. /*display: inline;*/
  302. /*left: 0;*/
  303. /*}*/
  304. /*#nav-up {*/
  305. /*left: 0;*/
  306. /*margin-bottom: 0;*/
  307. /*}*/
  308. /*#legend {*/
  309. /*float: right;*/
  310. /*height: 0;*/
  311. /*width: 100%;*/
  312. /*text-align: center;*/
  313. /*transform: translateY(26.5em);*/
  314. /*}*/
  315. /*#legend-group div > div.colour-block {*/
  316. /*width: 10%;*/
  317. /*font-size: 60%;*/
  318. /*margin-left: 5%;*/
  319. /*float: none;*/
  320. /*display: inline-block;*/
  321. /*}*/
  322. /*#legend-group div.legend-text {*/
  323. /*display: none;*/
  324. /*}*/
  325. /*#legend-group div.legend-row-left {*/
  326. /*margin-left: 0;*/
  327. /*float: none;*/
  328. /*}*/
  329. /*#legend-group div.legend-row-right {*/
  330. /*float: none;*/
  331. /*}*/
  332. /*#legend-pre {*/
  333. /*display: none;*/
  334. /*}*/
  335. /*}*/
  336. /*@media screen and (min-width: 768px)*/
  337. /*and (max-width: 1370px) {*/
  338. /*#cesiumContainer {*/
  339. /*width: 100%;*/
  340. /*}*/
  341. /*#legend {*/
  342. /*font-size: 65%;*/
  343. /*transform: translateY(53.5em);*/
  344. /*}*/
  345. /*#legend-pre {*/
  346. /*display: none;*/
  347. /*}*/
  348. /*}*/
  349. /*@media screen and (min-width: 1370px)*/
  350. /*and (max-width: 1600px) {*/
  351. /*#legend {*/
  352. /*transform: translateY(44em);*/
  353. /*}*/
  354. /*#legend-group div.legend-text {*/
  355. /*font-size: 1em;*/
  356. /*}*/
  357. /*}*/