qd30mapOLD.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. #block-quartierdix30-page-title > .box.main.title.bg-black {
  2. top: -25px!important;
  3. }
  4. #app-container {
  5. width: 75%;
  6. display: inline-block;
  7. min-height: 40em;
  8. height: 80vh;
  9. float: left;
  10. position: relative;
  11. font-family: Metric, sans-serif;
  12. }
  13. #map-ui-form {
  14. width: 24%;
  15. display: inline-block;
  16. background-color: #ffffff;
  17. float: right;
  18. margin-left: 1%;
  19. padding-bottom: 50px;
  20. }
  21. .cesium-selection-wrapper svg {
  22. fill: #e5fffd;
  23. }
  24. ::-webkit-scrollbar {
  25. width: 13px;
  26. height: 13px;
  27. }
  28. ::-webkit-scrollbar-track {
  29. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  30. border-radius: 5px;
  31. }
  32. ::-webkit-scrollbar-thumb {
  33. border-radius: 5px;
  34. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  35. }
  36. .cesium-viewer-geocoderContainer {
  37. display: none;
  38. }
  39. /*#block-quartierdix30-content {*/
  40. /*min-height: 360px;*/
  41. /*}*/
  42. .page-qd30map .region-side-navigation {
  43. display: none;
  44. }
  45. .cesium-widget-credits, .cesium-viewer-fullscreenContainer {
  46. display: none!important;
  47. }
  48. .cesium-infoBox {
  49. width: 18em;
  50. height: 15em;
  51. position: absolute;
  52. left: 0;
  53. top: calc(100% - 320px);
  54. background: white;
  55. text-align: center;
  56. box-shadow: none;
  57. font-family: Metric, sans-serif;
  58. border: 0;
  59. }
  60. .cesium-infoBox-title {
  61. display: none;
  62. }
  63. .cesium-infoBox-iframe {
  64. width: 18em;
  65. background: white;
  66. height: 15em!important;
  67. box-shadow: 0 0 10px -2px #000;
  68. }
  69. .cesium-infoBox-camera {
  70. display: none!important;
  71. }
  72. .cesium-infoBox-description {
  73. color: #000000;
  74. font-family: Metric, sans-serif;
  75. }
  76. .cesium-infoBox-description > div {
  77. }
  78. .cesium-infoBox-description a:link {
  79. color: #000000;
  80. }
  81. .cesium-infoBox-description a:hover {
  82. text-decoration: underline!important;
  83. background-color: #fcc300!important;
  84. }
  85. .cesium-infoBox-description .boutique-infobox > a:hover {
  86. background-color: inherit!important;
  87. }
  88. .cesium-infoBox-description h1 h2{
  89. color: #000000;
  90. text-align: center;
  91. display: inline-block!important;
  92. }
  93. .cesium-infoBox-description #marker-img {
  94. height: 36px;
  95. background-image: url('../gfx/icon_mappointer-b.svg');
  96. width: 36px;
  97. background-size: 100%;
  98. display: block;
  99. float: left;
  100. position: relative;
  101. top: 16px;
  102. }
  103. .cesium-infoBox-description img {
  104. display: none;
  105. height: 20%;
  106. max-width: 16em;
  107. }
  108. .boutique-infobox h2 {
  109. display: inline-block;
  110. max-width: 200px;
  111. line-height: 0.8em;
  112. padding-top: 5px;
  113. }
  114. .boutique-infobox #sector {
  115. position: relative;
  116. top: 20px
  117. }
  118. #msg-extra {
  119. padding-left: 30%;
  120. position: absolute;
  121. font-size: 75%;
  122. }
  123. #qd30map-cesium {
  124. width: 100%;
  125. height: 100%;
  126. display: inline-block;
  127. position: absolute;
  128. }
  129. .cesium-viewer-infoBoxContainer {
  130. }
  131. .boutique-map-hours {
  132. font-family: Metric, sans-serif;
  133. }
  134. .hours-day {
  135. min-height: 14px;
  136. -webkit-margin-after: 0.33em;
  137. padding-right: 5%;
  138. margin-bottom: 0;
  139. }
  140. #business-details, .boutique-info-phone, .boutique-info-website {
  141. display: block;
  142. padding-left: 36px
  143. }
  144. #business-details > *, .boutique-info-phone > *, .boutique-info-website > * {
  145. font-size: 1.2em;
  146. }
  147. .boutique-info-website {
  148. width: 200px;
  149. overflow: hidden;
  150. text-overflow: ellipsis;
  151. white-space: nowrap;
  152. }
  153. .hours-day img.icon,
  154. .boutique-info-address img.icon,
  155. .boutique-info-phone img.icon,
  156. .boutique-info-website img.icon {
  157. display: none;
  158. width: 18px;
  159. height: 18px;
  160. margin-top: -4px;
  161. padding-right: 5px;
  162. float: left;
  163. }
  164. .hours-day > span {
  165. padding-right: 4px;
  166. }
  167. .boutique-view-full {
  168. font-style: italic;
  169. text-decoration: underline;
  170. float: right;
  171. margin-top: 1em
  172. }
  173. .event {
  174. padding-top: 0.5em;
  175. margin-top: 3em;
  176. margin-left: -1em;
  177. padding-right: 2em;
  178. height: 2.5em;
  179. background-color: #333333;
  180. width: 100%;
  181. }
  182. .event .icon {
  183. width: 20px;
  184. height: 20px;
  185. float: left;
  186. margin-top: 0.5em;
  187. padding-left: 1em;
  188. }
  189. #event-before {
  190. position: absolute;
  191. /*bottom: -258px;*/
  192. left: 0;
  193. margin-top: 2.5em;
  194. /*content: ' ';*/
  195. height: 0.5em;
  196. width: 100%;
  197. background-image: url(../gfx/bg-grill.svg);
  198. background-size: 60%;
  199. }
  200. .event .readmore {
  201. display: inline;
  202. line-height: 2.5;
  203. float: right;
  204. }
  205. .event a {
  206. color: #ffffff!important;
  207. font-style: italic;
  208. }
  209. details summary::-webkit-details-marker { display:none; }
  210. form > .form-wrapper > summary {
  211. font-size: 120%;
  212. min-height: 1.3em;
  213. font-weight: 600;
  214. margin-top: 10px;
  215. }
  216. form > .form-wrapper > summary > a {
  217. font-weight: 600;
  218. text-decoration: none;
  219. }
  220. details > details {
  221. margin-left: 3%;
  222. font-size: 20px;
  223. font-weight: 300;
  224. }
  225. details > details > summary {
  226. min-height: 1.2em;
  227. }
  228. details > details > summary > a {
  229. text-transform: uppercase;
  230. font-size: 75%;
  231. text-decoration: none;
  232. font-weight: 600;
  233. }
  234. details > details > details > summary {
  235. min-height: 1.1em;
  236. font-size: 18px;
  237. }
  238. #map-ui-form div.form-item {
  239. font-size: 16px;
  240. padding-top: 0px;
  241. padding-left: 10px;
  242. }
  243. #map-ui-form div.form-item:last-child {
  244. padding-bottom: 5px;
  245. }
  246. #map-ui-form .form-item:hover {
  247. font-weight: 700;
  248. font-size: 16px;
  249. background-color: #e2e2e2;
  250. color: #000000;
  251. cursor: pointer;
  252. }
  253. #map-ui-form .form-item-search:hover {
  254. font-weight: 500;
  255. cursor: default;
  256. background-color: #ffffff;
  257. }
  258. #map-ui-form > div.form-item-search.js-form-type-entity-autocomplete {
  259. padding-left: 0;
  260. background-color: transparent;
  261. }
  262. #map-ui-form > .form-item-search {
  263. background-color: transparent;
  264. padding-bottom: 10px;
  265. }
  266. #edit-search {
  267. padding-left: 0;
  268. min-height: 2em;
  269. margin-bottom: 4%;
  270. background-color: white;
  271. width: calc(100% - 65px);
  272. font-weight: 300;
  273. }
  274. #edit-search:focus {
  275. outline: 1px solid #fcc300;
  276. }
  277. #edit-mapsubmit {
  278. display: none;
  279. margin-bottom: 2%;
  280. margin-top: -2%;
  281. }
  282. .selected-store, .selected-store > * {
  283. color: #ffffff;
  284. background-color: #000000;
  285. font-weight: 700;
  286. }
  287. @media only screen and (max-width: 531px) {
  288. #app-container {
  289. min-height: 32em;
  290. }
  291. form > .form-wrapper > summary {
  292. min-height: 1.3em;
  293. font-weight: 500;
  294. }
  295. details > details {
  296. margin-left: 2%;
  297. font-weight: 300;
  298. }
  299. details > details > details > summary {
  300. min-height: 1.1em;
  301. }
  302. #map-ui-form div.form-item {
  303. padding-left: 3%;
  304. }
  305. #map-ui-form .form-item:hover {
  306. font-weight: 700;
  307. background-color: #e2e2e2;
  308. cursor: pointer;
  309. }
  310. }
  311. @media (min-width: 532px)
  312. and (max-width: 767px) {
  313. #app-container {
  314. min-height: 38em;
  315. }
  316. }
  317. @media (min-height: 320px) and (max-height: 420px) and (max-width: 768px) {
  318. #main {
  319. height: 22em;
  320. }
  321. #main, #content-area {
  322. box-shadow: none;
  323. }
  324. #header {
  325. box-shadow: none!important;
  326. }
  327. #mobile-menu-logo {
  328. }
  329. .boutique-infobox {
  330. font-size: 1.2em!important;
  331. }
  332. #mobile-menu-button {
  333. height: 36px!important;
  334. float: left!important;
  335. }
  336. #mobile-top-bar {
  337. height: 0!important;
  338. }
  339. #mobile-menu-logo a {
  340. margin-left: -50px!important;
  341. }
  342. #mobile-menu-logo a img {
  343. width: 75%!important;
  344. }
  345. #block-quartierdix30-page-title {
  346. display: none!important;
  347. }
  348. #map-ui-form {
  349. transform: translateY(-139%);
  350. }
  351. }
  352. @media (min-height: 420px) and (max-width: 768px) {
  353. #content-area > div,
  354. #content-area > div {
  355. top: 48px!important;
  356. }
  357. }
  358. @media (min-width: 960px) {
  359. .boutique-infobox {
  360. font-size: 1.5em!important;
  361. }
  362. }
  363. @media all and (max-width: 767px) {
  364. #app-container {
  365. width: 100%;
  366. display: block;
  367. min-height: 50vh;
  368. height: 80vh;
  369. float: none;
  370. }
  371. #map-ui-form {
  372. display: block;
  373. width: 90%;
  374. min-height: 200px;
  375. padding: 5%;
  376. margin: 5%;
  377. float: none;
  378. clear: both;
  379. border: 1px solid black;
  380. }
  381. #map-ui-form div.form-item {
  382. padding-bottom: 5px;
  383. }
  384. .cesium-infoBox {
  385. width: 100vw;
  386. height: 150px;
  387. top: calc(100% - 120px);
  388. }
  389. .cesium-infoBox-iframe {
  390. width: 100%;
  391. height: 100%;
  392. }
  393. }
  394. @media all and (min-width: 300px) {
  395. #business-details {
  396. top: 0;
  397. margin-top: -10px;
  398. line-height: 0;
  399. }
  400. .boutique-info-address, .boutique-info-website, .boutique-info-phone {
  401. display: none;
  402. }
  403. .boutique-view-full {
  404. margin-top: 0;
  405. line-height: 0;
  406. padding-right: 20px;
  407. }
  408. }