| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- body.overlay-visible #fullScreenOverlay {
- display: block;
- }
- #fullScreenOverlay {
- display: none;
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: 0;
- padding: 0;
- background-color: rgba(0, 0, 0, .75);
- z-index: 1040;
- }
- #pch-navbar .dropdown-menu[data-bs-popper] {
- left: initial;
- right: 0;
- }
- #pch-navbar #accessListMenu .accessItem .logout {
- float: right;
- }
- #pch-navbar .bt-filter-active {
- display: none;
- }
- body.filter-active #pch-navbar .bt-filter-active {
- display: initial;
- }
- body.filter-active #pch-navbar .bt-filter-inactive {
- display: none;
- }
- #pch-filterbarContainer {
- display: none;
- }
- #pch-page {
- margin-top: 6rem;
- padding: 1em 3em;
- }
- #pch-page > .spinner {
- text-align: center;
- }
- #pch-page > .spinner.hidden {
- display: none;
- }
- #pch-mediaList {
- list-style: none;
- margin: 0 auto 0 auto;
- padding: 0;
- text-align: center;
- }
- #pch-mediaList > .pch-image.loading {
- height: 250px;
- }
- #pch-mediaList > .pch-image {
- display: inline-flex;
- max-height: 450px;
- min-width: 450px;
- justify-content: center;
- padding: 1em;
- }
- #pch-mediaList > .pch-image img {
- transition: scale 300ms;
- object-fit: contain;
- max-height: 100%;
- max-width: 100%;
- }
- #pch-mediaList > .pch-image:hover img {
- scale: 98%;
- transition: scale 700ms;
- }
- #pch-mediaList.selection > .pch-image input,
- #pch-mediaList.selection > .pch-image button {
- visibility: visible;
- }
- #pch-mediaList > .pch-image:hover input {
- visibility: visible;
- }
- #pch-mediaList > .pch-image input,
- #pch-mediaList > .pch-image button {
- display: inline-block;
- visibility: hidden;
- position: absolute;
- top: 2rem;
- left: 2.5rem;
- height: 2rem;
- width: 2rem;
- border-radius: 1rem;
- }
- #pch-mediaList > .pch-image button {
- left: 5rem;
- }
- #pch-mediaList > h3, #pch-mediaList > h4 {
- text-align: left;
- }
- .pch-image {
- position: relative;
- text-align: center;
- }
- .pch-image .spinner {
- display: none;
- }
- .pch-image.loading .spinner {
- position: absolute;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .pch-image.loading img {
- visibility: hidden;
- }
- .hidden {
- display: none !important;
- }
- #pch-fullPageMedia {
- display: flex;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: 1.5em;
- overflow: hidden;
- height: auto;
- width: auto;
- z-index: 1050;
- }
- #pch-fullPageMedia > div {
- margin: 0;
- width: 100%;
- max-width: initial;
- overflow: hidden;
- }
- #pch-fullPageMedia .modal-content {
- height: 100%;
- }
- #pch-fullPageMedia .modal-title {
- flex: 1;
- }
- #pch-fullPageMedia .modal-body {
- overflow: hidden;
- max-width: initial;
- }
- #pch-fullPageMedia .modal-body > .row {
- height: 100%;
- width: 100%;
- display: inline-flex;
- overflow: auto;
- }
- #pch-fullPageMedia .modal-body > .row > .col:first-child {
- display: inline-flex;
- justify-content: center;
- align-items: center;
- }
- #pch-fullPageMedia .modal-body > .row > .col {
- height: 100%;
- overflow-x: hidden;
- overflow-y: auto;
- }
- #pch-fullPageMedia #pch-fullPagePreviewContainer {
- max-height: 100%;
- display: inline-flex;
- flex: 1;
- justify-content: center;
- }
- #pch-fullPageMedia .leaflet-container {
- margin-top: 1em;
- margin-bottom: 1em;
- background: none;
- }
- #pch-fullPageMedia .leaflet-container > div {
- min-height: 300px;
- }
- #pch-fullPagePreview {
- max-height: 100%;
- max-width: 100%;
- object-fit: contain;
- }
- #pch-fullPageDetail {
- overflow: hidden;
- word-break: break-word;
- }
- #pch-fullPageDetail > ul {
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- #pch-fullPageDetail > ul .metaKey {
- text-decoration: underline;
- }
- #pch-fullPageDetail > ul .metaVal {
- display: inline-block;
- }
- #pch-fullPageMedia .taglist {
- margin: 0 -3px;
- }
- #pch-fullPageMedia .taglist li {
- margin: 0 3px;
- }
- #pch-fullPageMedia .taglist .removeBt {
- padding-left: calc(var(--bs-badge-padding-x) / 2);
- margin-left: calc(var(--bs-badge-padding-x) / 2);
- }
- .login-wrapper {
- position: fixed;
- justify-content: center;
- align-items: center;
- text-align: center;
- z-index: 1050;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- max-height: fit-content;
- max-width: fit-content;
- margin: auto;
- display: none;
- }
- body.login-visible .login-wrapper {
- display: flex;
- }
- .login-wrapper .modal {
- display: inline-flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: static;
- display: inline;
- margin: 0;
- width: auto;
- height: auto;
- }
- .login-wrapper hr {
- width: 75%;
- margin-left: auto;
- margin-right: auto;
- }
- .slider-value {
- display: inline;
- width: auto;
- }
- .slider-col {
- display: flex;
- }
- .slider-col > .slider {
- flex: 1;
- }
|