| | |
| | | // margin: 4rem 0 0 0!important; |
| | | // height: var(--btn); |
| | | // padding: 0; |
| | | // background-color: var(--base); |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // background-color: rgb(var(--base)); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | //} |
| | | //main>* { |
| | | // max-width: min(768px, 90vw)!important; |
| | |
| | | // height: var(--btn); |
| | | // min-width: var(--btn); |
| | | // padding: 0 .75rem; |
| | | // color: var(--contrast)!important; |
| | | // color: rgb(var(--contrast))!important; |
| | | //} |
| | | //.dashboard-nav a .icon { |
| | | // margin: 0; |
| | |
| | | //} |
| | | //.dashboard-nav .current a:hover, |
| | | //.dashboard-nav a:hover { |
| | | // background-color: var(--action-0)!important; |
| | | // background-color: rgb(var(--action-0))!important; |
| | | // color: var(--action-contrast)!important; |
| | | //} |
| | | //.dashboard-nav .current a { |
| | | // background-color: var(--base-100)!important; |
| | | // color: var(--contrast)!important; |
| | | // background-color: rgb(var(--base-100))!important; |
| | | // color: rgb(var(--contrast))!important; |
| | | //} |
| | | //.dashboard-nav .current a span { |
| | | // display: block; |
| | |
| | | // left: 0; |
| | | // right: 0; |
| | | // bottom: 0; |
| | | // background-color: rgba(var(--base-rgb),var(--op-4)); |
| | | // background-color: rgba(var(--base),var(--op-4)); |
| | | // display: flex; |
| | | // align-items: center; |
| | | // justify-content: center; |
| | |
| | | //} |
| | | // |
| | | //.loading-overlay .wrapper { |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // padding: 2rem; |
| | | // border-radius: 8px; |
| | | // text-align: center; |
| | |
| | | //.upload-spinner { |
| | | // width: 50px; |
| | | // height: 50px; |
| | | // border: 5px solid var(--base-200); |
| | | // border-top: 5px solid var(--action-0); |
| | | // border: 5px solid rgb(var(--base-200)); |
| | | // border-top: 5px solid rgb(var(--action-0)); |
| | | // border-radius: 50%; |
| | | // margin: 0 auto 1rem; |
| | | // animation: spin 1s linear infinite; |
| | |
| | | // |
| | | //.upload-status h3 { |
| | | // margin: 0 0 .5rem; |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | // |
| | | //.upload-message { |
| | | // margin: 0; |
| | | // color: var(--contrast-100); |
| | | // color: rgb(var(--contrast-100)); |
| | | // font-size: var(--txt-x-small); |
| | | //} |
| | | // |
| | |
| | | // bottom: 3rem; |
| | | // left: 0; |
| | | // right: 0; |
| | | // background-color: var(--base-100); |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // background-color: rgb(var(--base-100)); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | // z-index: 10; |
| | | //} |
| | | //.form-sections ul { |
| | |
| | | //.form-sections a { |
| | | // padding: .25rem; |
| | | // width: 100%; |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | //.replace:not(:has(.form-section.active)) .form-sections li:first-of-type a, |
| | | //.current a { |
| | | // background-color: var(--base-200); |
| | | // color: var(--contrast); |
| | | // background-color: rgb(var(--base-200)); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | //.form-sections .icon { |
| | | // margin: 0; |
| | |
| | | // padding: 0; |
| | | // width: 3rem; |
| | | // height: 3rem; |
| | | // color: var(--contrast-200); |
| | | // background-color: var(--base-200); |
| | | // color: rgb(var(--contrast-200)); |
| | | // background-color: rgb(var(--base-200)); |
| | | // justify-content: center; |
| | | // border: 3px solid transparent; |
| | | //} |
| | |
| | | // z-index: -1; |
| | | // top: calc(50% - (1.875rem / 2)); |
| | | // font-size: var(--txt-x-small); |
| | | // background-color: var(--action-0); |
| | | // background-color: rgb(var(--action-0)); |
| | | // color: var(--action-contrast); |
| | | // padding: .25rem .5rem; |
| | | // border-radius: 4px; |
| | |
| | | // } |
| | | // .save-popup:before{ |
| | | // right: -.25rem; |
| | | // border-left: .5rem solid var(--action-0); |
| | | // border-left: .5rem solid rgb(var(--action-0)); |
| | | // } |
| | | // .save-popup.show { |
| | | // right: calc(100% + .5rem); |
| | |
| | | // } |
| | | // .save-popup:before{ |
| | | // left: -.25rem; |
| | | // border-right: .5rem solid var(--action-0); |
| | | // border-right: .5rem solid rgb(var(--action-0)); |
| | | // } |
| | | // .save-popup.show { |
| | | // left: calc(100% + .5rem); |
| | |
| | | // |
| | | //.autosaving span.save, |
| | | //.autosaving button[type=submit] { |
| | | // border-color: var(--base-200); |
| | | // border-top-color: var(--action-0); |
| | | // border-bottom-color: var(--action-50); |
| | | // border-color: rgb(var(--base-200)); |
| | | // border-top-color: rgb(var(--action-0)); |
| | | // border-bottom-color: rgb(var(--action-50)); |
| | | // border-radius: 50%; |
| | | // color: var(--contrast-200); |
| | | // color: rgb(var(--contrast-200)); |
| | | // transition: color .25s var(--trans-t) var(--trans-fn); |
| | | // transition-property: color, background-color, border; |
| | | // animation: spin 1s linear infinite; |
| | |
| | | // bottom: 5rem; |
| | | // right: 1.5rem; |
| | | // text-transform: uppercase; |
| | | // color: var(--action-0); |
| | | // background-color: var(--base); |
| | | // color: rgb(var(--action-0)); |
| | | // background-color: rgb(var(--base)); |
| | | // border-radius: 4px; |
| | | // padding: .25rem .5rem; |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw-subtle); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw-subtle); |
| | | //} |
| | | //.field { |
| | | // margin: 3rem .5rem; |
| | |
| | | // |
| | | //.add-item-btn { |
| | | // padding: .5em; |
| | | // background: var(--base-100); |
| | | // border: 1px solid var(--contrast-200); |
| | | // background: rgb(var(--base-100)); |
| | | // border: 1px solid rgb(var(--contrast-200)); |
| | | // border-radius: .25rem; |
| | | // cursor: pointer; |
| | | // font-size: .875rem; |
| | |
| | | //} |
| | | // |
| | | //.add-item-btn:hover { |
| | | // background: var(--base-200); |
| | | // background: rgb(var(--base-200)); |
| | | //} |
| | | //summary .type-label { |
| | | // display: flex; |
| | |
| | | //.tabs { |
| | | // display: flex; |
| | | // margin-bottom: 1.5rem; |
| | | // border-bottom: 2px solid var(--base-200); |
| | | // border-bottom: 2px solid rgb(var(--base-200)); |
| | | // flex-wrap: wrap; |
| | | //} |
| | | //.tabs.parent { |
| | | // max-width: 100vw; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // padding: .5rem; |
| | | // width: 100vw; |
| | | // position: relative; |
| | |
| | | //.tab-content button[type=submit] { |
| | | // display: inline-flex; |
| | | // width: 48%; |
| | | // background-color: var(--action-200); |
| | | // color: var(--contrast-200); |
| | | // background-color: rgb(var(--action-200)); |
| | | // color: rgb(var(--contrast-200)); |
| | | //} |
| | | // |
| | | //.tab-navigation.next { |
| | |
| | | //} |
| | | //.tabs > button:hover, |
| | | //.tabs > button:focus { |
| | | // background-color: var(--base-200); |
| | | // background-color: rgb(var(--base-200)); |
| | | //} |
| | | //.tabs > button::after { |
| | | // content: ''; |
| | |
| | | // left: 0; |
| | | // width: 0; |
| | | // height: 3px; |
| | | // background-color: var(--action-50); |
| | | // background-color: rgb(var(--action-50)); |
| | | // transition: width .3s; |
| | | //} |
| | | //.tabs > button.active::after { |
| | |
| | | // |
| | | //.tabs > button.add-item-btn { |
| | | // margin-left: auto; |
| | | // background-color: var(--action-50); |
| | | // background-color: rgb(var(--action-50)); |
| | | // border-radius: 4px; |
| | | // padding: .5em; |
| | | // font-weight: normal; |
| | | // border: 1px solid var(--action-50); |
| | | // border: 1px solid rgb(var(--action-50)); |
| | | //} |
| | | //.tabs > button.add-item-btn:focus, |
| | | //.tabs > button.add-item-btn:hover { |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | //} |
| | | // |
| | | //.type-filter:not(.active) span:not(.count){ |
| | |
| | | //} |
| | | //.item.news summary .image { |
| | | // width: 5rem; |
| | | // background-color: var(--base-200); |
| | | // background-color: rgb(var(--base-200)); |
| | | // border-radius: 4px; |
| | | // aspect-ratio: 1; |
| | | //} |
| | |
| | | //details .no-items { |
| | | // text-align: center; |
| | | // font-style: italic; |
| | | // background-color: var(--base-50); |
| | | // background-color: rgb(var(--base-50)); |
| | | // padding: var(--p-outer); |
| | | // border-radius: var(--radius); |
| | | //} |
| | |
| | | // width: fit-content; |
| | | // height: fit-content; |
| | | // cursor: pointer; |
| | | // border: 1px solid var(--base-200); |
| | | // border: 1px solid rgb(var(--base-200)); |
| | | // border-radius: 4px; |
| | | // font-size: .875rem; |
| | | // transition: border-color var(--trans-base); |
| | |
| | | //details.type-filters label:hover, |
| | | //details.type-filters input:checked + label { |
| | | // background-color: var(--light-0); |
| | | // border-color: var(--action-0); |
| | | // color: var(--action-0); |
| | | // border-color: rgb(var(--action-0)); |
| | | // color: rgb(var(--action-0)); |
| | | //} |
| | | //details.type-filters .order-direction { |
| | | // justify-content: flex-end; |
| | |
| | | //.item-grid.empty div { |
| | | // text-align: center; |
| | | // border-radius: var(--radius); |
| | | // background-color: var(--base-100); |
| | | // background-color: rgb(var(--base-100)); |
| | | //} |
| | | //.item-grid.empty h3 .icon { |
| | | // display: inline-flex; |
| | |
| | | // top: .125rem; |
| | | // padding: 0!important; |
| | | // border-radius: var(--radius); |
| | | // background-color: rgba(var(--base-rgb),var(--op-3)); |
| | | // color: var(--base-200); |
| | | // background-color: rgba(var(--base),var(--op-3)); |
| | | // color: rgb(var(--base-200)); |
| | | //} |
| | | //.item-grid:not(.list-view) button.favourite:hover, |
| | | //.item-grid:not(.list-view) .item-select label:hover { |
| | | // background-color: rgba(var(--base-rgb),var(--op-6)); |
| | | // color: var(--contrast); |
| | | // background-color: rgba(var(--base),var(--op-6)); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | //.item-grid:not(.list-view) .item-select label::before { |
| | | // border-color: var(--base-200); |
| | | // border-color: rgb(var(--base-200)); |
| | | // position: relative; |
| | | // top: 0; |
| | | // left: 0; |
| | |
| | | // left: calc(50% - 4px)!important; |
| | | //} |
| | | //.item-grid:not(.list-view) .item-select label:hover::before { |
| | | // border-color: var(--contrast); |
| | | // border-color: rgb(var(--contrast)); |
| | | //} |
| | | //.item-grid:not(.list-view) .item-select label { |
| | | // left: .1255rem; |
| | |
| | | ///** List View **/ |
| | | //.replace:not(:has(.list-view)) button[data-view=grid], |
| | | //.replace:has(.list-view) button[data-view=list] { |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | //} |
| | | //.item-grid.list-view .item { |
| | | // display: flex; |
| | |
| | | // gap: .5rem; |
| | | //} |
| | | //.item-grid.list-view .item:nth-of-type(even){ |
| | | // background-color: var(--base-100); |
| | | // background-color: rgb(var(--base-100)); |
| | | //} |
| | | // |
| | | //.item-grid.list-view .item-select label{ |
| | |
| | | // transform: none; |
| | | //} |
| | | //.item-grid.list-view .item-select label:hover { |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | //} |
| | | // |
| | | //.item-grid.list-view .item-select label:hover::before { |
| | | // border-color: var(--action-0); |
| | | // border-color: rgb(var(--action-0)); |
| | | //} |
| | | //.item-grid.list-view img { |
| | | // width: 200px; |
| | |
| | | //Limit reached |
| | | // */ |
| | | //.reached .current { |
| | | // color: var(--action-50); |
| | | // color: rgb(var(--action-50)); |
| | | //} |
| | | //.reached textarea, |
| | | //.reached input { |
| | | // border: 2px solid var(--action-50); |
| | | // border: 2px solid rgb(var(--action-50)); |
| | | //} |
| | | ///** |
| | | //Groups |
| | |
| | | // top: 3rem; |
| | | // left: 100%; |
| | | // border: 1px solid transparent; |
| | | // background-color: var(--action-50); |
| | | // box-shadow:rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // background-color: rgb(var(--action-50)); |
| | | // box-shadow:rgba(var(--base),var(--op-45)) var(--shdw); |
| | | // z-index: 5; |
| | | //} |
| | | //.selection-container #save-changes:hover { |
| | | // background-color: var(--base); |
| | | // border: 1px solid var(--action-50); |
| | | // color: 1px solid var(--action-50); |
| | | // background-color: rgb(var(--base)); |
| | | // border: 1px solid rgb(var(--action-50)); |
| | | // color: 1px solid rgb(var(--action-50)); |
| | | //} |
| | | // |
| | | //.group { |
| | | // padding: 1rem .66rem; |
| | | // background-color: var(--base-50); |
| | | // background-color: rgb(var(--base-50)); |
| | | // border-radius: var(--radius-outer); |
| | | //} |
| | | //.group.empty { |
| | |
| | | // flex-direction: column; |
| | | // align-items: center; |
| | | // justify-content: center; |
| | | // border: 4px dashed var(--base-200); |
| | | // border: 4px dashed rgb(var(--base-200)); |
| | | //} |
| | | //.group.empty .items { |
| | | // padding: 0; |
| | |
| | | // margin-top: 1rem; |
| | | // padding: 1rem; |
| | | // border-radius: var(--radius); |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | //} |
| | | //.group .item-actions { |
| | | // display: flex; |
| | |
| | | // margin-bottom: 0; |
| | | //} |
| | | //.group .item-actions :checked + label { |
| | | // background-color: var(--action-50); |
| | | // color: var(--contrast); |
| | | // background-color: rgb(var(--action-50)); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | //.group .item-actions :checked + label:hover { |
| | | // border: 1px solid var(--action-50); |
| | | // border: 1px solid rgb(var(--action-50)); |
| | | // background-color: transparent; |
| | | // color: var(--action-50); |
| | | // color: rgb(var(--action-50)); |
| | | //} |
| | | //.group .item-actions label::before { |
| | | // display: none!important; |
| | |
| | | //} |
| | | // |
| | | //.group.drop { |
| | | // border: 2px dashed var(--action-0); |
| | | // border: 2px dashed rgb(var(--action-0)); |
| | | // background: var(--action-rgb-subtle); |
| | | //} |
| | | // |
| | |
| | | // |
| | | //.group.drop { |
| | | // background: var(--action-rgb-subtle); |
| | | // border: 2px dashed var(--action-0); |
| | | // border: 2px dashed rgb(var(--action-0)); |
| | | //} |
| | | //.gallery .group-item, |
| | | //.gallery .preview-item { |
| | |
| | | // display: grid; |
| | | // grid-template-columns: repeat(3, 1fr); |
| | | // padding: .5rem; |
| | | // background-color: var(--base-100); |
| | | // background-color: rgb(var(--base-100)); |
| | | // border-radius: var(--radius-outer); |
| | | //} |
| | | //.gallery-preview .preview-item { |
| | | // padding: .5rem; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // border-radius: var(--radius); |
| | | //} |
| | | // |
| | |
| | | // text-align: right; |
| | | //} |
| | | //table tr:nth-of-type(even){ |
| | | // background-color: var(--base-200); |
| | | // background-color: rgb(var(--base-200)); |
| | | //} |
| | | //thead th { |
| | | // width: 50%; |
| | | //} |
| | | //thead tr, |
| | | //tfoot tr { |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // text-transform: uppercase; |
| | | // padding: .5rem 0; |
| | | // line-height: 2; |
| | |
| | | // |
| | | ///** Favourites Lists **/ |
| | | //.list-card { |
| | | // background-color: var(--base-50); |
| | | // background-color: rgb(var(--base-50)); |
| | | // padding: 1rem; |
| | | // border-radius: var(--radius); |
| | | //} |
| | |
| | | ///** Repeater **/ |
| | | //.add-repeater-row { |
| | | // margin-left: auto; |
| | | // border: 1px solid var(--contrast-200); |
| | | // border: 1px solid rgb(var(--contrast-200)); |
| | | //} |
| | | // |
| | | ///** Image **/ |
| | |
| | | //} |
| | | // |
| | | //.file-upload-wrapper { |
| | | // border: 2px dashed var(--action-0); |
| | | // border: 2px dashed rgb(var(--action-0)); |
| | | // border-radius: 4px; |
| | | // padding: 2rem; |
| | | // text-align: center; |
| | |
| | | //.file-upload-wrapper:hover, |
| | | //.dragover { |
| | | // background: var(--action-rgb-subtle-hover); |
| | | // border-color: var(--action-0)!important; |
| | | // border-color: rgb(var(--action-0))!important; |
| | | //} |
| | | // |
| | | //.file-upload-wrapper input[type="file"] { |
| | |
| | | //} |
| | | // |
| | | //.file-upload-text { |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | // margin: 0; |
| | | // font-family: var(--body); |
| | | //} |
| | | // |
| | | //.file-upload-text strong { |
| | | // color: var(--action-0); |
| | | // color: rgb(var(--action-0)); |
| | | // text-decoration: underline; |
| | | //} |
| | | // |
| | | ///* Error state */ |
| | | //.file-error { |
| | | // color: var(--action-0); |
| | | // color: rgb(var(--action-0)); |
| | | // margin-top: .5rem; |
| | | // font-size: .9em; |
| | | //} |
| | |
| | | //.item-grid.selecting { |
| | | // --padding: .5rem; |
| | | // transition: none; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | //} |
| | | //.item { |
| | | // --padding: 0; |
| | |
| | | //.selecting .item:has(.select-checkbox:checked) { |
| | | // --padding: .5rem; |
| | | // opacity: 1; |
| | | // background-color: var(--action-0); |
| | | // background-color: rgb(var(--action-0)); |
| | | // transition: none; |
| | | //} |
| | | // |
| | |
| | | //} |
| | | //.preview-item .remove-file { |
| | | // width: 100%; |
| | | // background-color: var(--base); |
| | | // color: var(--contrast); |
| | | // background-color: rgb(var(--base)); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | //.preview-item .field:first-of-type { |
| | | // margin-top: 0!important; |
| | |
| | | //.preview-item + .preview-item { |
| | | // margin-top: 2rem; |
| | | // padding-top: 2rem; |
| | | // border-top: 2px solid var(--contrast-200); |
| | | // border-top: 2px solid rgb(var(--contrast-200)); |
| | | //} |
| | | // |
| | | //.item-grid.preview:empty + .hint { |
| | |
| | | // display: grid; |
| | | // grid-template-columns: repeat(5, 1fr); |
| | | // gap: .5rem; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // padding: .5rem; |
| | | // border-radius: var(--radius-outer); |
| | | //} |
| | |
| | | //} |
| | | //.pagination-info { |
| | | // position: sticky; |
| | | // background-color: rgba(var(--base-rgb),var(--op-6)); |
| | | // background-color: rgba(var(--base),var(--op-6)); |
| | | // top: 0; |
| | | //} |
| | | //.pagination-info:empty { |
| | |
| | | // flex-wrap: wrap; |
| | | // padding: .25rem; |
| | | // gap: 1rem; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // border-top-left-radius: var(--radius); |
| | | // border-top-right-radius: var(--radius); |
| | | // border-bottom: 4px solid var(--base-50); |
| | | // border-bottom: 4px solid rgb(var(--base-50)); |
| | | //} |
| | | //.ql-toolbar .ql-formats { |
| | | // display: flex; |
| | |
| | | //} |
| | | //.editor-container .ql-container { |
| | | // --padding: 1rem; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // border-bottom-left-radius: var(--radius); |
| | | // border-bottom-right-radius: var(--radius); |
| | | // height: fit-content; |
| | |
| | | //.ql-tooltip { |
| | | // position: absolute; |
| | | // transform: translateY(10px); |
| | | // background-color: var(--base-100); |
| | | // border: 1px solid var(--base); |
| | | // box-shadow: 0px 0px 5px rgba(var(--base-rgb),var(--op-6)); |
| | | // color: var(--contrast); |
| | | // background-color: rgb(var(--base-100)); |
| | | // border: 1px solid rgb(var(--base)); |
| | | // box-shadow: 0px 0px 5px rgba(var(--base),var(--op-6)); |
| | | // color: rgb(var(--contrast)); |
| | | // padding: 5px 12px; |
| | | // white-space: nowrap; |
| | | //} |
| | |
| | | ///** Content Grid **/ |
| | | //.all-filters { |
| | | // position: relative; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // border-radius: var(--radius-outer); |
| | | // padding: .5rem; |
| | | // display: flex; |
| | |
| | | // padding: .25rem .5rem!important; |
| | | //} |
| | | //.controls .radio-options input:not(.ch):checked+label { |
| | | // background-color: var(--base-100); |
| | | // border-color: var(--contrast-200); |
| | | // color: var(--contrast)!important; |
| | | // background-color: rgb(var(--base-100)); |
| | | // border-color: rgb(var(--contrast-200)); |
| | | // color: rgb(var(--contrast))!important; |
| | | // gap: .5rem; |
| | | //} |
| | | // |
| | |
| | | // width: 2em; |
| | | // height: 2em; |
| | | // border-radius: var(--radius); |
| | | // background-color: rgba(var(--base-rgb),var(--op-3)); |
| | | // background-color: rgba(var(--base),var(--op-3)); |
| | | // display: flex; |
| | | // justify-content: center; |
| | | // align-items: center; |
| | | //} |
| | | //.item-grid .item-actions button:focus, |
| | | //.item-grid .item-actions button:hover { |
| | | // background-color: rgba(var(--base-rgb),var(--op-6)); |
| | | // color: var(--action-0); |
| | | // background-color: rgba(var(--base),var(--op-6)); |
| | | // color: rgb(var(--action-0)); |
| | | //} |
| | | // |
| | | // |
| | |
| | | // position: relative; |
| | | // text-align: center; |
| | | // margin: 1rem 0; |
| | | // border-bottom: 1px solid var(--base-200); |
| | | // border-bottom: 1px solid rgb(var(--base-200)); |
| | | //} |
| | | // |
| | | //.term-divider span { |
| | | // background: var(--base); |
| | | // background: rgb(var(--base)); |
| | | // padding: 0 1rem; |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | // font-size: .9rem; |
| | | // position: relative; |
| | | // top: .5em; |
| | | //} |
| | | // |
| | | //.common-term { |
| | | // background: var(--base-50); |
| | | // background: rgb(var(--base-50)); |
| | | // border-radius: var(--radius); |
| | | //} |
| | | // |
| | |
| | | // justify-content: center; |
| | | // gap: .5rem; |
| | | // padding: 1rem; |
| | | // color: var(--contrast-100); |
| | | // color: rgb(var(--contrast-100)); |
| | | // font-size: .9rem; |
| | | //} |
| | | // |
| | |
| | | // text-align: center; |
| | | // padding: .5rem; |
| | | // font-size: .9rem; |
| | | // color: var(--contrast-100); |
| | | // border-top: 1px solid var(--base-100); |
| | | // color: rgb(var(--contrast-100)); |
| | | // border-top: 1px solid rgb(var(--base-100)); |
| | | //} |
| | | // |
| | | //@keyframes spin { |
| | |
| | | //.term-breadcrumb { |
| | | // margin-bottom: 1rem; |
| | | // padding: .5rem; |
| | | // background: var(--base-50); |
| | | // background: rgb(var(--base-50)); |
| | | // border-radius: 4px; |
| | | //} |
| | | // |
| | |
| | | // gap: .5rem; |
| | | // border: none; |
| | | // background: none; |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | // cursor: pointer; |
| | | // padding: .5rem; |
| | | // border-radius: 4px; |
| | |
| | | //} |
| | | // |
| | | //.back-to-parent:hover { |
| | | // background: var(--base-100); |
| | | // background: rgb(var(--base-100)); |
| | | //} |
| | | // |
| | | //.term-row { |
| | |
| | | // background: none; |
| | | // padding: .25rem; |
| | | // cursor: pointer; |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | // display: flex; |
| | | // align-items: center; |
| | | // justify-content: center; |
| | |
| | | //} |
| | | // |
| | | //.toggle-children:hover { |
| | | // background: var(--base-50); |
| | | // background: rgb(var(--base-50)); |
| | | //} |
| | | // |
| | | //.loading-indicator { |
| | |
| | | //.loading-indicator .loading { |
| | | // width: 16px; |
| | | // height: 16px; |
| | | // border: 2px solid var(--base-100); |
| | | // border-top-color: var(--contrast); |
| | | // border: 2px solid rgb(var(--base-100)); |
| | | // border-top-color: rgb(var(--contrast)); |
| | | // border-radius: 50%; |
| | | // animation: spin 1s linear infinite; |
| | | //} |
| | |
| | | // gap: .5rem; |
| | | // margin-bottom: 1rem; |
| | | // padding: .5rem; |
| | | // background: var(--base-50); |
| | | // background: rgb(var(--base-50)); |
| | | // border-radius: 4px; |
| | | //} |
| | | // |
| | |
| | | // padding: .25rem .5rem; |
| | | // border-radius: 4px; |
| | | // cursor: pointer; |
| | | // color: var(--contrast); |
| | | // color: rgb(var(--contrast)); |
| | | // font-size: var(--txt-x-small); |
| | | //} |
| | | // |
| | | //.term-breadcrumb button:hover { |
| | | // background: var(--base-100); |
| | | // background: rgb(var(--base-100)); |
| | | //} |
| | | // |
| | | //.path-separator { |
| | | // color: var(--contrast-50); |
| | | // color: rgb(var(--contrast-50)); |
| | | //} |
| | | // |
| | | //.path-level { |
| | |
| | | //.create-new-term { |
| | | // margin-top: 2rem; |
| | | // padding-top: 1rem; |
| | | // border-top: 1px solid var(--base-100); |
| | | // border-top: 1px solid rgb(var(--base-100)); |
| | | //} |
| | | //.create-new-term button { |
| | | // width: 100%; |
| | |
| | | // |
| | | //.suggestion-prompt { |
| | | // font-size: var(--txt-x-small); |
| | | // color: var(--contrast-50); |
| | | // color: rgb(var(--contrast-50)); |
| | | // margin-bottom: 1rem; |
| | | //} |
| | | // |
| | |
| | | //.name-row input { |
| | | // width: 100%!important; |
| | | // padding: .5rem; |
| | | // border: 2px solid var(--base-100); |
| | | // border: 2px solid rgb(var(--base-100)); |
| | | // border-radius: 4px; |
| | | // background: var(--base); |
| | | // color: var(--contrast); |
| | | // background: rgb(var(--base)); |
| | | // color: rgb(var(--contrast)); |
| | | //} |
| | | // |
| | | //.name-row input:focus { |
| | | // border-color: var(--action-0); |
| | | // border-color: rgb(var(--action-0)); |
| | | // outline: none; |
| | | //} |
| | | // |
| | |
| | | // padding: .5rem 1rem; |
| | | // border: none; |
| | | // border-radius: 4px; |
| | | // background: var(--action-0); |
| | | // color: var(--base); |
| | | // background: rgb(var(--action-0)); |
| | | // color: rgb(var(--base)); |
| | | // cursor: pointer; |
| | | // font-size: var(--txt-x-small); |
| | | // transition: all .2s ease; |
| | | //} |
| | | // |
| | | //.create-term-form button:hover { |
| | | // background: var(--action-50); |
| | | // background: rgb(var(--action-50)); |
| | | //} |
| | | // |
| | | //.create-term-form button:disabled { |
| | |
| | | //.create-term-form { |
| | | // position: relative; |
| | | // z-index: 1; |
| | | // background: var(--base); |
| | | // border: 2px solid var(--action-0); |
| | | // background: rgb(var(--base)); |
| | | // border: 2px solid rgb(var(--action-0)); |
| | | // border-radius: 4px; |
| | | // padding: 1rem; |
| | | // margin-top: -2px; |
| | |
| | | //} |
| | | // |
| | | //.actions .send-invites { |
| | | // background-color: var(--action-50); |
| | | // background-color: rgb(var(--action-50)); |
| | | //} |
| | | //.actions .send-invites:hover, |
| | | //.actions .send-invites:focus { |
| | | // background-color: var(--base); |
| | | // border-color: var(--action-50); |
| | | // background-color: rgb(var(--base)); |
| | | // border-color: rgb(var(--action-50)); |
| | | //} |
| | | // |
| | | //.dashboard .queue-status-panel { |
| | |
| | | ///** UPLOADER **/ |
| | | //.upload-item { |
| | | // position: relative; |
| | | // border: 1px solid var(--base-200); |
| | | // border: 1px solid rgb(var(--base-200)); |
| | | // border-radius: 8px; |
| | | // background: var(--base-50); |
| | | // background: rgb(var(--base-50)); |
| | | // transition: all .3s ease; |
| | | //} |
| | | //.upload-item:hover { |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | // transform: translateY(-2px); |
| | | //} |
| | | //.upload-item[data-status=processing] { |
| | | // border-color: var(--action-200); |
| | | // background: var(--action-100); |
| | | // border-color: rgb(var(--action-200)); |
| | | // background: rgb(var(--action-100)); |
| | | //} |
| | | //.upload-item[data-status=cached] { |
| | | // border-color: var(--secondary-0); |
| | | // background: var(--secondary-200); |
| | | // border-color: rgb(var(--secondary-0)); |
| | | // background: rgb(var(--secondary-200)); |
| | | //} |
| | | //.upload-item[data-status=uploading] { |
| | | // border-color: var(--contrast); |
| | | // background-color: var(--base-50); |
| | | // border-color: rgb(var(--contrast)); |
| | | // background-color: rgb(var(--base-50)); |
| | | //} |
| | | //.upload-item .preview { |
| | | // position: relative; |
| | |
| | | // position: absolute; |
| | | // bottom: .25rem; |
| | | // right: .25rem; |
| | | // background-color: rgba(var(--base-rgb),var(--op-3)); |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // background-color: rgba(var(--base),var(--op-3)); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | // border-radius: 50%; |
| | | //} |
| | | //.upload-item img { |
| | |
| | | // left: 0; |
| | | // right: 0; |
| | | // bottom: 0; |
| | | // background: rgba(var(--base-rgb),var(--op-6)); |
| | | // background: rgba(var(--base),var(--op-6)); |
| | | // display: flex; |
| | | // flex-direction: column; |
| | | // justify-content: space-between; |
| | |
| | | // position: fixed; |
| | | // bottom: calc(var(--btn) + 1rem); |
| | | // right: 1rem; |
| | | // background-color: var(--base); |
| | | // background-color: rgb(var(--base)); |
| | | // height: var(--btn); |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | //} |
| | | ///*** UPLOADER GROUPS ***/ |
| | | //.group-display { |
| | |
| | | // padding: .5rem; |
| | | // top: calc(var(--btn) + .25rem); |
| | | // left: 0; |
| | | // background-color: var(--base-50); |
| | | // background-color: rgb(var(--base-50)); |
| | | // z-index: 5; |
| | | //} |
| | | //.preview-actions .selected { |
| | |
| | | // gap: 1rem; |
| | | // margin-top: 1rem; |
| | | // padding: .5rem; |
| | | // background: var(--base); |
| | | // border: 1px solid var(--contrast-200); |
| | | // background: rgb(var(--base)); |
| | | // border: 1px solid rgb(var(--contrast-200)); |
| | | // border-radius: 8px; |
| | | // min-height: 60px; |
| | | //} |
| | |
| | | //} |
| | | //.upload-item:has([type=checkbox]:checked) .preview { |
| | | // padding: 1rem; |
| | | // background-color: var(--secondary-200); |
| | | // background-color: rgb(var(--secondary-200)); |
| | | //} |
| | | //.upload-item:has([open]) { |
| | | // grid-column: 1 / -1; |
| | |
| | | // |
| | | //.dragover:not(.item-grid.groups) { |
| | | // background-color: var(--overlay-action-medium); |
| | | // border: 2px dashed var(--action-0); |
| | | // border: 2px dashed rgb(var(--action-0)); |
| | | //} |
| | | // |
| | | //@keyframes dragHover { |
| | |
| | | // display: flex; |
| | | // justify-content: center; |
| | | // align-items: center; |
| | | // border: 2px dashed var(--action-200); |
| | | // border: 2px dashed rgb(var(--action-200)); |
| | | // border-radius: var(--radius); |
| | | // margin: 10px 0; |
| | | // cursor: pointer; |
| | |
| | | // display: grid; |
| | | // grid-template-columns: repeat(3, 1fr); |
| | | // gap: .5rem; |
| | | // border: 2px dashed var(--action-200); |
| | | // border: 2px dashed rgb(var(--action-200)); |
| | | // border-radius: var(--radius); |
| | | // margin: 10px 0; |
| | | // cursor: pointer; |
| | |
| | | //.empty-group.dragover, |
| | | //.item-grid.group .item-grid.group:hover, |
| | | //.item-grid.group .item-grid.group.dragover { |
| | | // border-color: var(--action-0); |
| | | // border-color: rgb(var(--action-0)); |
| | | // background-color: var(--overlay-action-light); |
| | | // color: var(--action-50); |
| | | // color: rgb(var(--action-50)); |
| | | //} |
| | | // |
| | | //.upload-group { |
| | | // background-color: var(--base-100); |
| | | // background-color: rgb(var(--base-100)); |
| | | // border-radius: var(--radius); |
| | | // border: 1px solid var(--contrast-200); |
| | | // border: 1px solid rgb(var(--contrast-200)); |
| | | //} |
| | | //.group-actions { |
| | | // width: 100%; |
| | |
| | | ///** RESTORE FROM CACHE **/ |
| | | //.restore-notification { |
| | | // border-radius: var(--radius); |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | // padding: 1rem; |
| | | // background: var(--base-200); |
| | | // border: 1px solid var(--contrast-200); |
| | | // background: rgb(var(--base-200)); |
| | | // border: 1px solid rgb(var(--contrast-200)); |
| | | // border-top-width: 4px; |
| | | // border-bottom-width: 4px; |
| | | //} |
| | |
| | | // filter: grayscale(0); |
| | | // opacity: 1; |
| | | // padding: 1rem; |
| | | // background-color: var(--secondary-200); |
| | | // background-color: rgb(var(--secondary-200)); |
| | | //} |
| | | // |
| | | //.upload-item .featured + label { |
| | | // width: 2em; |
| | | // height: 2em; |
| | | // border-radius: var(--radius); |
| | | // background-color: rgba(var(--base-rgb),var(--op-3)); |
| | | // background-color: rgba(var(--base),var(--op-3)); |
| | | // display: flex; |
| | | // justify-content: center; |
| | | // align-items: center; |
| | |
| | | // |
| | | ///*.all-uploads .active {*/ |
| | | ///* font-weight: 500;*/ |
| | | ///* color: var(--contrast);*/ |
| | | ///* color: rgb(var(--contrast));*/ |
| | | ///* font-size: .9rem;*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///* border: 1px solid var(--border);*/ |
| | | ///* border-radius: 4px;*/ |
| | | ///* background: var(--surface);*/ |
| | | ///* color: var(--contrast);*/ |
| | | ///* color: rgb(var(--contrast));*/ |
| | | ///* cursor: pointer;*/ |
| | | ///* transition: all .3s ease;*/ |
| | | ///* font-size: .875rem;*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.upload-summary button:hover {*/ |
| | | ///* background: var(--action-0);*/ |
| | | ///* background: rgb(var(--action-0));*/ |
| | | ///* color: var(--action-contrast);*/ |
| | | ///* border-color: var(--action-0);*/ |
| | | ///* border-color: rgb(var(--action-0));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*!* Upload Drop Zones *!*/ |
| | |
| | | // |
| | | ///*.file-upload-container.dragover {*/ |
| | | ///* background-color: var(--action-rgb-subtle);*/ |
| | | ///* border-color: var(--action-0);*/ |
| | | ///* border-color: rgb(var(--action-0));*/ |
| | | ///* padding: .75rem;*/ |
| | | ///*}*/ |
| | | ///* .dragover .file-upload-wrapper {*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.status.uploading {*/ |
| | | ///* background: var(--action-0);*/ |
| | | ///* background: rgb(var(--action-0));*/ |
| | | ///* color: var(--action-contrast);*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///* margin-bottom: .25rem;*/ |
| | | ///* font-weight: 500;*/ |
| | | ///* font-size: .9rem;*/ |
| | | ///* color: var(--contrast);*/ |
| | | ///* color: rgb(var(--contrast));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.upload .metadata input,*/ |
| | |
| | | ///*.upload .metadata input:focus,*/ |
| | | ///*.upload .metadata textarea:focus {*/ |
| | | ///* outline: none;*/ |
| | | ///* border-color: var(--action-0);*/ |
| | | ///* border-color: rgb(var(--action-0));*/ |
| | | ///* box-shadow: 0 0 0 2px var(--action-rgb-subtle);*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | // |
| | | ///*!* Focus Management *!*/ |
| | | ///*.upload-item:focus-within {*/ |
| | | ///* outline: 2px solid var(--action-0);*/ |
| | | ///* outline: 2px solid rgb(var(--action-0));*/ |
| | | ///* outline-offset: 2px;*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.upload .actions button:focus {*/ |
| | | ///* outline: 2px solid var(--action-0);*/ |
| | | ///* outline: 2px solid rgb(var(--action-0));*/ |
| | | ///* outline-offset: 2px;*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///* align-items: center;*/ |
| | | ///* gap: 1rem;*/ |
| | | ///* padding: .5rem 1rem;*/ |
| | | ///* background-color: var(--action-50);*/ |
| | | ///* background-color: rgb(var(--action-50));*/ |
| | | ///* border-radius: var(--radius);*/ |
| | | ///* color: var(--contrast);*/ |
| | | ///* color: rgb(var(--contrast));*/ |
| | | ///* font-size: .9rem;*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///* justify-content: space-between;*/ |
| | | ///* align-items: center;*/ |
| | | ///* padding: 1rem;*/ |
| | | ///* background-color: var(--base-100);*/ |
| | | ///* background-color: rgb(var(--base-100));*/ |
| | | ///* border-radius: var(--radius-outer);*/ |
| | | ///* margin-bottom: 1rem;*/ |
| | | ///*}*/ |
| | |
| | | ///*!* Upload Item Enhancements *!*/ |
| | | ///*.upload-item {*/ |
| | | ///* position: relative;*/ |
| | | ///* background: var(--base);*/ |
| | | ///* background: rgb(var(--base));*/ |
| | | ///* border-radius: var(--radius);*/ |
| | | ///* overflow: hidden;*/ |
| | | ///* cursor: pointer;*/ |
| | |
| | | // |
| | | ///*.upload-item:hover {*/ |
| | | ///* transform: translateY(-2px);*/ |
| | | ///* box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw);*/ |
| | | ///* box-shadow: rgba(var(--base),var(--op-45)) var(--shdw);*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.upload-item[draggable="true"] {*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.upload-item.selected {*/ |
| | | ///* border: 2px solid var(--action-50);*/ |
| | | ///* border: 2px solid rgb(var(--action-50));*/ |
| | | ///* background: rgba(255, 0, 128, .05);*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///* width: 1.5rem;*/ |
| | | ///* height: 1.5rem;*/ |
| | | ///* border-radius: 50%;*/ |
| | | ///* background: var(--base);*/ |
| | | ///* background: rgb(var(--base));*/ |
| | | ///* display: flex;*/ |
| | | ///* align-items: center;*/ |
| | | ///* justify-content: center;*/ |
| | |
| | | // |
| | | ///*!* Group Enhancements *!*/ |
| | | ///*.upload-group {*/ |
| | | ///* background: var(--base-50);*/ |
| | | ///* background: rgb(var(--base-50));*/ |
| | | ///* border-radius: var(--radius-outer);*/ |
| | | ///* padding: 1rem;*/ |
| | | ///* margin-bottom: 1rem;*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.upload-group.dragover {*/ |
| | | ///* border-color: var(--action-50);*/ |
| | | ///* border-color: rgb(var(--action-50));*/ |
| | | ///* background: rgba(255, 0, 128, .05);*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | // |
| | | ///*.group-name:focus {*/ |
| | | ///* outline: none;*/ |
| | | ///* border-bottom-color: var(--action-50);*/ |
| | | ///* border-bottom-color: rgb(var(--action-50));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.group-count {*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.group-actions button {*/ |
| | | ///* background: var(--base);*/ |
| | | ///* border: 1px solid var(--base-200);*/ |
| | | ///* background: rgb(var(--base));*/ |
| | | ///* border: 1px solid rgb(var(--base-200));*/ |
| | | ///* border-radius: var(--radius);*/ |
| | | ///* padding: .5rem;*/ |
| | | ///* cursor: pointer;*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.group-actions button:hover {*/ |
| | | ///* background: var(--action-50);*/ |
| | | ///* color: var(--contrast);*/ |
| | | ///* border-color: var(--action-50);*/ |
| | | ///* background: rgb(var(--action-50));*/ |
| | | ///* color: rgb(var(--contrast));*/ |
| | | ///* border-color: rgb(var(--action-50));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.group-actions .delete-group:hover {*/ |
| | |
| | | // |
| | | ///*.group-drop-zone:hover,*/ |
| | | ///*.group-drop-zone.dragover {*/ |
| | | ///* border-color: var(--action-50);*/ |
| | | ///* border-color: rgb(var(--action-50));*/ |
| | | ///* background: rgba(255, 0, 128, .05);*/ |
| | | ///* color: var(--action-50);*/ |
| | | ///* color: rgb(var(--action-50));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.group-items {*/ |
| | |
| | | ///* aspect-ratio: 1;*/ |
| | | ///* border-radius: var(--radius);*/ |
| | | ///* overflow: hidden;*/ |
| | | ///* background: var(--base);*/ |
| | | ///* background: rgb(var(--base));*/ |
| | | ///* transition: transform .2s ease;*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | // |
| | | ///*!* Empty Group State *!*/ |
| | | ///*.empty-group {*/ |
| | | ///* border: 4px dashed var(--base-200);*/ |
| | | ///* border: 4px dashed rgb(var(--base-200));*/ |
| | | ///* border-radius: var(--radius);*/ |
| | | ///* padding: 2rem;*/ |
| | | ///* text-align: center;*/ |
| | |
| | | // |
| | | ///*.empty-group:hover,*/ |
| | | ///*.empty-group.dragover {*/ |
| | | ///* border-color: var(--action-50);*/ |
| | | ///* border-color: rgb(var(--action-50));*/ |
| | | ///* background: rgba(255, 0, 128, .05);*/ |
| | | ///* color: var(--action-50);*/ |
| | | ///* color: rgb(var(--action-50));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*!* Sidebar *!*/ |
| | | ///*.sidebar {*/ |
| | | ///* background: var(--base-50);*/ |
| | | ///* background: rgb(var(--base-50));*/ |
| | | ///* border-radius: var(--radius-outer);*/ |
| | | ///* padding: 1.5rem;*/ |
| | | ///* min-height: 400px;*/ |
| | |
| | | // |
| | | ///*.new-group {*/ |
| | | ///* width: 100%;*/ |
| | | ///* background: var(--action-50);*/ |
| | | ///* color: var(--contrast);*/ |
| | | ///* background: rgb(var(--action-50));*/ |
| | | ///* color: rgb(var(--contrast));*/ |
| | | ///* border: none;*/ |
| | | ///* border-radius: var(--radius);*/ |
| | | ///* padding: .75rem;*/ |
| | |
| | | ///* grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));*/ |
| | | ///* gap: 1rem;*/ |
| | | ///* padding: 1rem;*/ |
| | | ///* background: var(--base-100);*/ |
| | | ///* background: rgb(var(--base-100));*/ |
| | | ///* border-radius: var(--radius-outer);*/ |
| | | ///* min-height: 200px;*/ |
| | | ///*}*/ |
| | |
| | | // |
| | | ///*!* File Upload Container *!*/ |
| | | ///*.file-upload-container.dragover {*/ |
| | | ///* border-color: var(--action-50);*/ |
| | | ///* border-color: rgb(var(--action-50));*/ |
| | | ///* background: rgba(255, 0, 128, .05);*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///*.upload-item:focus-within,*/ |
| | | ///*.group-item:focus-within,*/ |
| | | ///*.upload-group:focus-within {*/ |
| | | ///* outline: 2px solid var(--action-50);*/ |
| | | ///* outline: 2px solid rgb(var(--action-50));*/ |
| | | ///* outline-offset: 2px;*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | // |
| | | ///*.confirmation-content {*/ |
| | | ///* padding: 2rem;*/ |
| | | ///* background: var(--base);*/ |
| | | ///* background: rgb(var(--base));*/ |
| | | ///* border-radius: var(--radius-outer);*/ |
| | | ///*}*/ |
| | | // |
| | |
| | | ///* justify-content: flex-end;*/ |
| | | ///* margin-top: 1.5rem;*/ |
| | | ///* padding-top: 1rem;*/ |
| | | ///* border-top: 1px solid var(--base-200);*/ |
| | | ///* border-top: 1px solid rgb(var(--base-200));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*.confirm-start-over {*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.cancel-start-over {*/ |
| | | ///* background: var(--base-100);*/ |
| | | ///* background: rgb(var(--base-100));*/ |
| | | ///* color: var(--text);*/ |
| | | ///* border: 1px solid var(--base-300);*/ |
| | | ///* border-radius: var(--radius);*/ |
| | |
| | | ///*}*/ |
| | | // |
| | | ///*.cancel-start-over:hover {*/ |
| | | ///* background: var(--base-200);*/ |
| | | ///* background: rgb(var(--base-200));*/ |
| | | ///*}*/ |
| | | // |
| | | ///*!* Responsive Design *!*/ |
| | |
| | | // } |
| | | // /* Preview section - top half of screen */ |
| | | // .preview-wrap { |
| | | // background: var(--base); |
| | | // border-bottom: 2px solid var(--action-0); |
| | | // background: rgb(var(--base)); |
| | | // border-bottom: 2px solid rgb(var(--action-0)); |
| | | // } |
| | | // |
| | | // /* Preview actions - sticky at top */ |
| | |
| | | // position: sticky; |
| | | // top: 0; |
| | | // z-index: 10; |
| | | // background: var(--base); |
| | | // border-bottom: 1px solid var(--base-200); |
| | | // background: rgb(var(--base)); |
| | | // border-bottom: 1px solid rgb(var(--base-200)); |
| | | // flex-shrink: 0; |
| | | // } |
| | | // |
| | |
| | | // |
| | | // /* Groups section - bottom half with sticky header */ |
| | | // .sidebar { |
| | | // background: var(--base-200); |
| | | // border-top: 3px solid var(--action-50); |
| | | // background: rgb(var(--base-200)); |
| | | // border-top: 3px solid rgb(var(--action-50)); |
| | | // } |
| | | // |
| | | // /* Groups header - sticky */ |
| | | // .sidebar .header { |
| | | // border-bottom: 1px solid var(--base-200); |
| | | // border-bottom: 1px solid rgb(var(--base-200)); |
| | | // padding: 1rem; |
| | | // flex-shrink: 0; |
| | | // } |
| | |
| | | // |
| | | // .empty-group:hover, |
| | | // .empty-group.dragover { |
| | | // border-color: var(--action-0); |
| | | // border-color: rgb(var(--action-0)); |
| | | // background: var(--action-rgb-subtle-hover); |
| | | // transform: scale(1.02); |
| | | // } |
| | |
| | | // height: 3rem; |
| | | // font-size: 1.1rem; |
| | | // font-weight: 600; |
| | | // box-shadow: rgba(var(--base-rgb),var(--op-45)) var(--shdw); |
| | | // box-shadow: rgba(var(--base),var(--op-45)) var(--shdw); |
| | | // border-radius: var(--radius-outer); |
| | | // } |
| | | // |
| | |
| | | // .upload-item { |
| | | // border-radius: var(--radius); |
| | | // overflow: hidden; |
| | | // background: var(--base); |
| | | // border: 1px solid var(--base-200); |
| | | // background: rgb(var(--base)); |
| | | // border: 1px solid rgb(var(--base-200)); |
| | | // transition: transform .2s ease; |
| | | // } |
| | | // |
| | |
| | | // |
| | | // /* Enhanced group styling for mobile */ |
| | | // .upload-group { |
| | | // background: var(--base-100); |
| | | // background: rgb(var(--base-100)); |
| | | // border-radius: var(--radius); |
| | | // border: 1px solid var(--base-200); |
| | | // border: 1px solid rgb(var(--base-200)); |
| | | // padding: 1rem; |
| | | // margin-bottom: 1rem; |
| | | // } |
| | |
| | | // align-items: center; |
| | | // margin-bottom: 1rem; |
| | | // padding-bottom: .5rem; |
| | | // border-bottom: 1px solid var(--base-200); |
| | | // border-bottom: 1px solid rgb(var(--base-200)); |
| | | // flex-wrap: wrap; |
| | | // gap: .5rem; |
| | | // } |
| | |
| | | // aspect-ratio: 1; |
| | | // border-radius: 4px; |
| | | // overflow: hidden; |
| | | // border: 1px solid var(--base-200); |
| | | // border: 1px solid rgb(var(--base-200)); |
| | | // } |
| | | // |
| | | // /* Hide file upload container on mobile when in grouping mode */ |
| | |
| | | // |
| | | // .dragover { |
| | | // background: var(--action-rgb-subtle) !important; |
| | | // border-color: var(--action-0) !important; |
| | | // border-color: rgb(var(--action-0)) !important; |
| | | // transform: scale(1.05); |
| | | // animation: mobile-drop-pulse .8s infinite ease-in-out; |
| | | // } |
| | |
| | | // |
| | | // /* Enhanced selection states */ |
| | | // .upload-item.selected { |
| | | // border: 2px solid var(--action-0); |
| | | // border: 2px solid rgb(var(--action-0)); |
| | | // background-color: var(--action-rgb-subtle); |
| | | // } |
| | | // |
| | |
| | | // position: absolute; |
| | | // top: .5rem; |
| | | // right: .5rem; |
| | | // background: var(--action-0); |
| | | // background: rgb(var(--action-0)); |
| | | // color: white; |
| | | // border-radius: 50%; |
| | | // width: 24px; |
| | |
| | | // /* Enhanced details/summary for mobile */ |
| | | // .upload-item details summary { |
| | | // padding: .75rem; |
| | | // background: var(--base-100); |
| | | // background: rgb(var(--base-100)); |
| | | // border-radius: var(--radius); |
| | | // cursor: pointer; |
| | | // display: flex; |
| | |
| | | // |
| | | // .upload-item details[open] summary { |
| | | // border-radius: var(--radius) var(--radius) 0 0; |
| | | // border-bottom: 1px solid var(--base-200); |
| | | // border-bottom: 1px solid rgb(var(--base-200)); |
| | | // } |
| | | // |
| | | // /* Enhanced forms for mobile */ |
| | |
| | | // padding: .75rem; |
| | | // font-size: 16px; /* Prevents zoom on iOS */ |
| | | // border-radius: var(--radius); |
| | | // border: 2px solid var(--base-200); |
| | | // border: 2px solid rgb(var(--base-200)); |
| | | // transition: border-color .2s ease; |
| | | // } |
| | | // |
| | | // .upload-meta input:focus, |
| | | // .upload-meta textarea:focus { |
| | | // border-color: var(--action-0); |
| | | // border-color: rgb(var(--action-0)); |
| | | // outline: none; |
| | | // box-shadow: 0 0 0 3px var(--action-rgb-subtle); |
| | | // } |
| | |
| | | // left: 0; |
| | | // right: 0; |
| | | // z-index: 50; |
| | | // background: var(--base); |
| | | // background: rgb(var(--base)); |
| | | //} |
| | | // |
| | | //.form-actions { |
| | |
| | | // width: 12px; |
| | | // height: 12px; |
| | | // border: 2px solid transparent; |
| | | // border-top: 2px solid var(--action-50); |
| | | // border-top: 2px solid rgb(var(--action-50)); |
| | | // border-radius: 50%; |
| | | // animation: spin 1s linear infinite; |
| | | //} |