mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
style compedium item list
This commit is contained in:
parent
e5f0ac7d30
commit
17d01a3d3a
5 changed files with 673 additions and 28 deletions
180
styles/less/global/dialog.css
Normal file
180
styles/less/global/dialog.css
Normal file
|
|
@ -0,0 +1,180 @@
|
|||
@keyframes glow {
|
||||
0% {
|
||||
box-shadow: 0 0 1px 1px #f3c267;
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 2px 2px #f3c267;
|
||||
}
|
||||
}
|
||||
@keyframes glow-dark {
|
||||
0% {
|
||||
box-shadow: 0 0 1px 1px #18162e;
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 2px 2px #18162e;
|
||||
}
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYo.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYo.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/cinzeldecorative/v18/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelD.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h1 {
|
||||
font-family: 'Cinzel Decorative', serif;
|
||||
margin: 0;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h2,
|
||||
.application.sheet.daggerheart.dh-style h3 {
|
||||
font-family: 'Cinzel', serif;
|
||||
margin: 0;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h4 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
text-shadow: none;
|
||||
color: #f3c267;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h5 {
|
||||
font-size: 14px;
|
||||
color: #f3c267;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style p,
|
||||
.application.sheet.daggerheart.dh-style span {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style small {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
opacity: 0.8;
|
||||
}
|
||||
/**
|
||||
* Applies theme-specific styles.
|
||||
* @param {Rules} @darkRules - Styles to apply when `.theme-dark` is present
|
||||
* @param {Rules} @lightRules - Styles to apply when `.theme-light` is present
|
||||
*/
|
||||
/**
|
||||
* Apply a style to sidebar titles.
|
||||
*/
|
||||
/**
|
||||
* Apply default item list style.
|
||||
* @param {Length} @gap - The vertical spacing between elements (e.g., 10px, 1rem)
|
||||
*/
|
||||
.themed.theme-dark .application.daggerheart.sheet.dh-style.dialog,
|
||||
.themed.theme-dark.application.daggerheart.sheet.dh-style.dialog,
|
||||
body.theme-dark .application.daggerheart.dialog,
|
||||
body.theme-dark.application.daggerheart.dialog {
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.themed.theme-light .application.daggerheart.sheet.dh-style.dialog,
|
||||
.themed.theme-light.application.daggerheart.sheet.dh-style.dialog,
|
||||
body.theme-light .application.daggerheart.dialog,
|
||||
body.theme-light.application.daggerheart.dialog {
|
||||
background-image: url('../assets/parchments/dh-parchment-light.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
.application.dialog.dh-style {
|
||||
border: none;
|
||||
}
|
||||
.application.dialog.dh-style .window-header {
|
||||
background: transparent;
|
||||
border-bottom: none;
|
||||
color: light-dark(#18162e, #efe6d8);
|
||||
}
|
||||
.application.dialog.dh-style .window-header h1 {
|
||||
color: light-dark(#18162e, #efe6d8);
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.dialog.dh-style .window-header button {
|
||||
color: light-dark(#18162e, #efe6d8);
|
||||
background: light-dark(transparent, #0e0d15);
|
||||
border: 1px solid light-dark(#18162e, transparent);
|
||||
padding: 0;
|
||||
}
|
||||
.application.dialog.dh-style .window-header button:hover {
|
||||
border: 1px solid light-dark(#18162e, #f3c267);
|
||||
color: light-dark(#18162e, #f3c267);
|
||||
}
|
||||
.application.dialog.dh-style .submit-btn {
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
}
|
||||
.application.dialog.dh-style .formula-label {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
color: light-dark(#222, #efe6d8);
|
||||
}
|
||||
.application.dialog.dh-style .damage-formula {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.application.dialog.dh-style .damage-formula .damage-details {
|
||||
font-style: italic;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.application.dialog.dh-style.two-big-buttons .window-content {
|
||||
padding-top: 0;
|
||||
}
|
||||
.application.dialog.dh-style.two-big-buttons .window-content .form-footer {
|
||||
display: grid;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-flow: column;
|
||||
}
|
||||
.application.dialog.dh-style.two-big-buttons .window-content button[type='submit'] {
|
||||
gap: 5px;
|
||||
flex-direction: row;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: var(--font-size-14);
|
||||
height: 40px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.application.dialog.dh-style.two-big-buttons .window-content button[type='submit'] i {
|
||||
font-size: var(--font-size-16);
|
||||
}
|
||||
|
|
@ -78,16 +78,17 @@
|
|||
grid-auto-flow: column;
|
||||
}
|
||||
|
||||
button[type="submit"] {
|
||||
flex-direction: column-reverse;
|
||||
button[type='submit'] {
|
||||
gap: 5px;
|
||||
flex-direction: row;
|
||||
font-family: @font-body;
|
||||
font-weight: bold;
|
||||
font-size: var(--font-size-14);
|
||||
height: unset;
|
||||
padding: .5rem 1rem;
|
||||
white-space: nowrap;
|
||||
height: 40px;
|
||||
white-space: nowrap;
|
||||
|
||||
i {
|
||||
font-size: var(--font-size-20);
|
||||
font-size: var(--font-size-16);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
423
styles/less/ui/item-browser/item-browser.css
Normal file
423
styles/less/ui/item-browser/item-browser.css
Normal file
|
|
@ -0,0 +1,423 @@
|
|||
@keyframes glow {
|
||||
0% {
|
||||
box-shadow: 0 0 1px 1px #f3c267;
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 2px 2px #f3c267;
|
||||
}
|
||||
}
|
||||
@keyframes glow-dark {
|
||||
0% {
|
||||
box-shadow: 0 0 1px 1px #18162e;
|
||||
}
|
||||
100% {
|
||||
box-shadow: 0 0 2px 2px #18162e;
|
||||
}
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYo.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/cinzel/v25/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYo.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Cinzel Decorative';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/cinzeldecorative/v18/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelD.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h1 {
|
||||
font-family: 'Cinzel Decorative', serif;
|
||||
margin: 0;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h2,
|
||||
.application.sheet.daggerheart.dh-style h3 {
|
||||
font-family: 'Cinzel', serif;
|
||||
margin: 0;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h4 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-size: 14px;
|
||||
border: none;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
text-shadow: none;
|
||||
color: #f3c267;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style h5 {
|
||||
font-size: 14px;
|
||||
color: #f3c267;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style p,
|
||||
.application.sheet.daggerheart.dh-style span {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.sheet.daggerheart.dh-style small {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
opacity: 0.8;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser {
|
||||
border: initial;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 0px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content > div {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content div[data-application-part='list'] {
|
||||
flex: 1;
|
||||
gap: 10px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar {
|
||||
position: relative;
|
||||
width: 200px;
|
||||
padding: 16px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
right: 0;
|
||||
background: #f3c267;
|
||||
mask-image: linear-gradient(180deg, transparent 0%, black 50%, transparent 100%);
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar .compendium-container summary {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
font-family: 'Cinzel', serif;
|
||||
font-weight: bold;
|
||||
padding: 2px 12px;
|
||||
color: light-dark(#222, #efe6d8);
|
||||
list-style: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar .compendium-container summary::marker,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar .compendium-container summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar .compendium-container > .folder-list {
|
||||
padding: 10px;
|
||||
gap: 0;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-sidebar .compendium-container > .folder-list > div.folder-list > div {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .compendium-results {
|
||||
padding: 16px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .menu-path,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content option,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content select {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .menu-path > :first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .menu-path {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .menu-path .item-path {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
color: light-dark(#222, #efe6d8);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .menu-path .item-path.path-link {
|
||||
color: light-dark(#222, #efe6d8);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-header > div {
|
||||
gap: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .wrapper,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .form-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
gap: 10px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .form-group {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header .search-bar {
|
||||
position: relative;
|
||||
color: light-dark(#18162e50, #efe6d850);
|
||||
width: 100%;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header .search-bar input {
|
||||
border-radius: 50px;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
background: light-dark(#18162e10, #f3c26710);
|
||||
border: none;
|
||||
outline: 2px solid transparent;
|
||||
transition: all 0.3s ease;
|
||||
padding: 0 20px;
|
||||
width: 100%;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header .search-bar input:hover {
|
||||
outline: 2px solid light-dark(#222, #f3c267);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header .search-bar input:placeholder {
|
||||
color: light-dark(#18162e50, #efe6d850);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header .search-bar input::-webkit-search-cancel-button {
|
||||
-webkit-appearance: none;
|
||||
display: none;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-filter .filter-header .search-bar .icon {
|
||||
align-content: center;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
font-size: 16px;
|
||||
z-index: 1;
|
||||
color: light-dark(#18162e50, #efe6d850);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list [data-folder-id] {
|
||||
padding: 5px 10px;
|
||||
border: 1px solid transparent;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list .is-selected,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list [data-folder-id]:hover {
|
||||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
background-color: light-dark(#18162e40, #f3c26740);
|
||||
color: light-dark(#18162e, #f3c267);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list .subfolder-list {
|
||||
margin: 5px 0;
|
||||
gap: 0;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list .subfolder-list .is-selected,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .folder-list .subfolder-list [data-folder-id]:hover {
|
||||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
background-color: light-dark(#18162e10, #f3c26710);
|
||||
color: light-dark(#18162e, #f3c267);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header .item-info,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-header .item-info {
|
||||
display: grid;
|
||||
grid-template-columns: 40px 400px repeat(auto-fit, minmax(100px, 1fr));
|
||||
align-items: center;
|
||||
text-transform: capitalize;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list {
|
||||
overflow-y: auto;
|
||||
scrollbar-gutter: stable;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list [data-action='expandContent'] {
|
||||
display: flex;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header > *,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list [data-action='expandContent'] > * {
|
||||
flex: 1;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header .item-list-img,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list [data-action='expandContent'] .item-list-img {
|
||||
width: 40px;
|
||||
flex: unset;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header .item-list-name,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list [data-action='expandContent'] .item-list-name {
|
||||
flex-grow: 3 !important;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header {
|
||||
align-items: center;
|
||||
background-color: light-dark(#22222215, #2b1d0380);
|
||||
color: light-dark(#18162e, #f3c267);
|
||||
border: 1px solid light-dark(#18162e, #f3c267);
|
||||
border-radius: 3px;
|
||||
min-height: 30px;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header > * {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header div[data-sort-key]:after {
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
margin-left: 5px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header div[data-sort-key][data-sort-type='ASC']:after {
|
||||
content: '\f0d7';
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list-header div[data-sort-key][data-sort-type='DESC']:after {
|
||||
content: '\f0d8';
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-container:hover {
|
||||
background: light-dark(#18162e10, #f3c26710);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper {
|
||||
padding: 0 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper h2 {
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper h3 {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper h4 {
|
||||
font-size: 16px;
|
||||
color: #efe6d8;
|
||||
font-weight: 600;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper ul,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper ol {
|
||||
margin: 1rem 0;
|
||||
padding: 0 0 0 1.25rem;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper ul li,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper ol li {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list .item-desc .wrapper ul {
|
||||
list-style: disc;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-list img {
|
||||
border-radius: 5px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .filter-content {
|
||||
padding: 0px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .filter-content,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-desc {
|
||||
display: grid;
|
||||
grid-template-rows: 0fr;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .filter-content .wrapper,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-desc .wrapper {
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
padding: 0;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .filter-content .wrapper .form-group label,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-desc .wrapper .form-group label {
|
||||
flex: 1;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .filter-content .wrapper .form-group .form-fields,
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-desc .wrapper .form-group .form-fields {
|
||||
width: 100%;
|
||||
flex: 2;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .filter-content .wrapper .form-group .form-fields input[type='number'],
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .item-desc .wrapper .form-group .form-fields input[type='number'] {
|
||||
text-align: center;
|
||||
color: light-dark(#222, #efe6d8);
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .expanded + .extensible {
|
||||
grid-template-rows: 1fr;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .welcome-message {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: -webkit-fill-available;
|
||||
margin: 0;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .welcome-message .title {
|
||||
font-family: 'Cinzel', serif;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content .welcome-message .hint {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser .window-content [disabled] {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser.lite .menu-path,
|
||||
.application.daggerheart.dh-style.compendium-browser.no-folder .menu-path {
|
||||
display: none;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser.lite .filter-header {
|
||||
display: none;
|
||||
}
|
||||
.application.daggerheart.dh-style.compendium-browser.no-filter .filter-header a[data-action='expandContent'] {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -114,7 +114,8 @@
|
|||
.wrapper,
|
||||
.form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -203,12 +204,14 @@
|
|||
}
|
||||
|
||||
.item-list-header,
|
||||
.item-header > div {
|
||||
display: grid;
|
||||
grid-template-columns: 40px 400px repeat(auto-fit, minmax(100px, 1fr));
|
||||
align-items: center;
|
||||
text-transform: capitalize;
|
||||
// gap: 10px;
|
||||
.item-header {
|
||||
.item-info {
|
||||
display: grid;
|
||||
grid-template-columns: 40px 400px repeat(auto-fit, minmax(100px, 1fr));
|
||||
align-items: center;
|
||||
text-transform: capitalize;
|
||||
font-family: @font-body;
|
||||
}
|
||||
}
|
||||
|
||||
.item-list-header,
|
||||
|
|
@ -220,7 +223,7 @@
|
|||
}
|
||||
|
||||
.item-list-header,
|
||||
.item-list [data-action="expandContent"] {
|
||||
.item-list [data-action='expandContent'] {
|
||||
display: flex;
|
||||
|
||||
> * {
|
||||
|
|
@ -236,11 +239,14 @@
|
|||
}
|
||||
|
||||
.item-list-header {
|
||||
background-color: light-dark(transparent, #18162e);
|
||||
color: light-dark(#18162e, #f3c267);
|
||||
border: 1px solid light-dark(#18162e, #f3c267);
|
||||
border-radius: 6px;
|
||||
align-items: center;
|
||||
background-color: light-dark(@dark-15, @dark-golden-80);
|
||||
color: light-dark(@dark-blue, @golden);
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border-radius: 3px;
|
||||
min-height: 30px;
|
||||
font-family: @font-body;
|
||||
font-weight: bold;
|
||||
|
||||
> * {
|
||||
white-space: nowrap;
|
||||
|
|
@ -248,16 +254,16 @@
|
|||
|
||||
div[data-sort-key] {
|
||||
&:after {
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&[data-sort-type="ASC"]:after {
|
||||
content : "\f0d7";
|
||||
&[data-sort-type='ASC']:after {
|
||||
content: '\f0d7';
|
||||
}
|
||||
|
||||
&[data-sort-type="DESC"]:after {
|
||||
content : "\f0d8";
|
||||
&[data-sort-type='DESC']:after {
|
||||
content: '\f0d8';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -269,7 +275,7 @@
|
|||
|
||||
.item-container {
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
background: light-dark(@dark-blue-10, @golden-10);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -278,6 +284,39 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
font-family: @font-body;
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
font-weight: 600;
|
||||
}
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
h4 {
|
||||
font-size: 16px;
|
||||
color: @beige;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 1rem 0;
|
||||
padding: 0 0 0 1.25rem;
|
||||
|
||||
li {
|
||||
font-family: @font-body;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
@ -306,6 +345,7 @@
|
|||
font-family: @font-body;
|
||||
}
|
||||
.form-fields {
|
||||
width: 100%;
|
||||
flex: 2;
|
||||
|
||||
input[type='number'] {
|
||||
|
|
@ -342,12 +382,13 @@
|
|||
}
|
||||
|
||||
[disabled] {
|
||||
opacity: .5;
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.lite, &.no-folder {
|
||||
&.lite,
|
||||
&.no-folder {
|
||||
.menu-path {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -361,7 +402,7 @@
|
|||
|
||||
&.no-filter {
|
||||
.filter-header {
|
||||
a[data-action="expandContent"] {
|
||||
a[data-action='expandContent'] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
{{#each items}}
|
||||
<div class="item-container" data-item-uuid="{{uuid}}" draggable="true">
|
||||
<div class="item-header">
|
||||
<div data-action="expandContent">
|
||||
<div class="item-info" data-action="expandContent">
|
||||
<img src="{{img}}" data-item-key="img" class="item-list-img">
|
||||
<div data-item-key="name" class="item-list-name">{{name}}</div>
|
||||
{{#each ../menu.data.columns}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue