1
0

style.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. display: none;
  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-body {
  137. overflow: hidden;
  138. max-width: initial;
  139. }
  140. #pch-fullPageMedia .modal-body > .row {
  141. height: 100%;
  142. width: 100%;
  143. display: inline-flex;
  144. overflow: hidden;
  145. }
  146. #pch-fullPageMedia .modal-body > .row > .col:first-child {
  147. display: inline-flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. #pch-fullPageMedia .modal-body > .row > .col {
  152. height: 100%;
  153. overflow-x: hidden;
  154. overflow-y: auto;
  155. }
  156. #pch-fullPageMedia #pch-fullPagePreviewContainer {
  157. max-height: 100%;
  158. display: inline-flex;
  159. flex: 1;
  160. }
  161. #pch-fullPagePreview {
  162. max-height: 100%;
  163. max-width: 100%;
  164. object-fit: contain;
  165. }
  166. #pch-fullPageDetail {
  167. overflow: hidden;
  168. word-break: break-word;
  169. }
  170. #pch-fullPageDetail > ul {
  171. list-style-type: none;
  172. padding: 0;
  173. margin: 0;
  174. }
  175. #pch-fullPageDetail > ul .metaKey {
  176. text-decoration: underline;
  177. }
  178. #pch-fullPageDetail > ul .metaVal {
  179. display: inline-block;
  180. }
  181. #pch-fullPageMedia .taglist {
  182. margin: 0 -3px;
  183. }
  184. #pch-fullPageMedia .taglist li {
  185. margin: 0 3px;
  186. }
  187. #pch-fullPageMedia .taglist .removeBt {
  188. padding-left: calc(var(--bs-badge-padding-x) / 2);
  189. margin-left: calc(var(--bs-badge-padding-x) / 2);
  190. }
  191. .login-wrapper {
  192. position: fixed;
  193. justify-content: center;
  194. align-items: center;
  195. text-align: center;
  196. z-index: 1050;
  197. top: 0;
  198. bottom: 0;
  199. left: 0;
  200. right: 0;
  201. max-height: fit-content;
  202. max-width: fit-content;
  203. margin: auto;
  204. display: none;
  205. }
  206. body.login-visible .login-wrapper {
  207. display: flex;
  208. }
  209. .login-wrapper .modal {
  210. display: inline-flex;
  211. flex-direction: column;
  212. justify-content: center;
  213. align-items: center;
  214. position: static;
  215. display: inline;
  216. margin: 0;
  217. width: auto;
  218. height: auto;
  219. }
  220. .login-wrapper hr {
  221. width: 75%;
  222. margin-left: auto;
  223. margin-right: auto;
  224. }