style.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. body.overlay-visible #fullScreenOverlay {
  2. display: block;
  3. }
  4. #fullScreenOverlay {
  5. display: none;
  6. position: fixed;
  7. top: 0;
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. margin: 0;
  12. padding: 0;
  13. background-color: rgba(0, 0, 0, .75);
  14. z-index: 1040;
  15. }
  16. #pch-navbar .dropdown-menu[data-bs-popper] {
  17. left: initial;
  18. right: 0;
  19. }
  20. #pch-navbar #accessListMenu .accessItem .logout {
  21. float: right;
  22. }
  23. #pch-navbar .bt-filter-active {
  24. display: none;
  25. }
  26. body.filter-active #pch-navbar .bt-filter-active {
  27. display: initial;
  28. }
  29. body.filter-active #pch-navbar .bt-filter-inactive {
  30. display: none;
  31. }
  32. #pch-filterbarContainer {
  33. display: none;
  34. }
  35. #pch-page {
  36. margin-top: 6rem;
  37. padding: 1em 3em;
  38. }
  39. #pch-page > .spinner {
  40. text-align: center;
  41. }
  42. #pch-page > .spinner.hidden {
  43. display: none;
  44. }
  45. #pch-mediaList {
  46. list-style: none;
  47. margin: 0 auto 0 auto;
  48. padding: 0;
  49. text-align: center;
  50. }
  51. #pch-mediaList > .pch-image.loading {
  52. height: 250px;
  53. }
  54. #pch-mediaList > .pch-image {
  55. display: inline-flex;
  56. max-height: 450px;
  57. min-width: 450px;
  58. justify-content: center;
  59. padding: 1em;
  60. }
  61. #pch-mediaList > .pch-image img {
  62. transition: scale 300ms;
  63. object-fit: contain;
  64. }
  65. #pch-mediaList > .pch-image:hover img {
  66. scale: 98%;
  67. transition: scale 700ms;
  68. }
  69. #pch-mediaList.selection > .pch-image input,
  70. #pch-mediaList.selection > .pch-image button {
  71. visibility: visible;
  72. }
  73. #pch-mediaList > .pch-image:hover input {
  74. visibility: visible;
  75. }
  76. #pch-mediaList > .pch-image input,
  77. #pch-mediaList > .pch-image button {
  78. display: inline-block;
  79. visibility: hidden;
  80. position: absolute;
  81. top: 2rem;
  82. left: 2.5rem;
  83. height: 2rem;
  84. width: 2rem;
  85. border-radius: 1rem;
  86. }
  87. #pch-mediaList > .pch-image button {
  88. left: 5rem;
  89. }
  90. #pch-mediaList > h3, #pch-mediaList > h4 {
  91. text-align: left;
  92. }
  93. .pch-image {
  94. position: relative;
  95. text-align: center;
  96. }
  97. .pch-image .spinner {
  98. display: none;
  99. }
  100. .pch-image.loading .spinner {
  101. position: absolute;
  102. width: 100%;
  103. height: 100%;
  104. display: flex;
  105. justify-content: center;
  106. align-items: center;
  107. }
  108. .pch-image.loading img {
  109. visibility: hidden;
  110. }
  111. .hidden {
  112. display: none !important;
  113. }
  114. #pch-fullPageMedia {
  115. display: flex;
  116. position: fixed;
  117. left: 0;
  118. right: 0;
  119. top: 0;
  120. bottom: 0;
  121. margin: 1.5em;
  122. overflow: hidden;
  123. height: auto;
  124. width: auto;
  125. z-index: 1050;
  126. }
  127. #pch-fullPageMedia > div {
  128. margin: 0;
  129. width: 100%;
  130. max-width: initial;
  131. overflow: hidden;
  132. }
  133. #pch-fullPageMedia .modal-content {
  134. height: 100%;
  135. }
  136. #pch-fullPageMedia .modal-title {
  137. flex: 1;
  138. }
  139. #pch-fullPageMedia .modal-body {
  140. overflow: hidden;
  141. max-width: initial;
  142. }
  143. #pch-fullPageMedia .modal-body > .row {
  144. height: 100%;
  145. width: 100%;
  146. display: inline-flex;
  147. overflow: auto;
  148. }
  149. #pch-fullPageMedia .modal-body > .row > .col:first-child {
  150. display: inline-flex;
  151. justify-content: center;
  152. align-items: center;
  153. }
  154. #pch-fullPageMedia .modal-body > .row > .col {
  155. height: 100%;
  156. overflow-x: hidden;
  157. overflow-y: auto;
  158. }
  159. #pch-fullPageMedia #pch-fullPagePreviewContainer {
  160. max-height: 100%;
  161. display: inline-flex;
  162. flex: 1;
  163. }
  164. #pch-fullPageMedia .leaflet-container {
  165. margin-top: 1em;
  166. margin-bottom: 1em;
  167. background: none;
  168. }
  169. #pch-fullPageMedia .leaflet-container > div {
  170. min-height: 300px;
  171. }
  172. #pch-fullPagePreview {
  173. max-height: 100%;
  174. max-width: 100%;
  175. object-fit: contain;
  176. }
  177. #pch-fullPageDetail {
  178. overflow: hidden;
  179. word-break: break-word;
  180. }
  181. #pch-fullPageDetail > ul {
  182. list-style-type: none;
  183. padding: 0;
  184. margin: 0;
  185. }
  186. #pch-fullPageDetail > ul .metaKey {
  187. text-decoration: underline;
  188. }
  189. #pch-fullPageDetail > ul .metaVal {
  190. display: inline-block;
  191. }
  192. #pch-fullPageMedia .taglist {
  193. margin: 0 -3px;
  194. }
  195. #pch-fullPageMedia .taglist li {
  196. margin: 0 3px;
  197. }
  198. #pch-fullPageMedia .taglist .removeBt {
  199. padding-left: calc(var(--bs-badge-padding-x) / 2);
  200. margin-left: calc(var(--bs-badge-padding-x) / 2);
  201. }
  202. .login-wrapper {
  203. position: fixed;
  204. justify-content: center;
  205. align-items: center;
  206. text-align: center;
  207. z-index: 1050;
  208. top: 0;
  209. bottom: 0;
  210. left: 0;
  211. right: 0;
  212. max-height: fit-content;
  213. max-width: fit-content;
  214. margin: auto;
  215. display: none;
  216. }
  217. body.login-visible .login-wrapper {
  218. display: flex;
  219. }
  220. .login-wrapper .modal {
  221. display: inline-flex;
  222. flex-direction: column;
  223. justify-content: center;
  224. align-items: center;
  225. position: static;
  226. display: inline;
  227. margin: 0;
  228. width: auto;
  229. height: auto;
  230. }
  231. .login-wrapper hr {
  232. width: 75%;
  233. margin-left: auto;
  234. margin-right: auto;
  235. }
  236. .slider-value {
  237. display: inline;
  238. width: auto;
  239. }
  240. .slider-col {
  241. display: flex;
  242. }
  243. .slider-col > .slider {
  244. flex: 1;
  245. }