mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Merged with main
This commit is contained in:
commit
978d45b931
44 changed files with 653 additions and 373 deletions
|
|
@ -1414,7 +1414,7 @@ fieldset.daggerheart.chat legend {
|
|||
fieldset.daggerheart.chat legend:before,
|
||||
fieldset.daggerheart.chat legend:after {
|
||||
content: '\f0d8';
|
||||
font-family: "Font Awesome 6 Pro";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
}
|
||||
fieldset.daggerheart.chat.expanded legend:before,
|
||||
fieldset.daggerheart.chat.expanded legend:after {
|
||||
|
|
@ -1559,13 +1559,13 @@ fieldset.daggerheart.chat .daggerheart.chat {
|
|||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.daggerheart.chat.roll .target-selection input[type="radio"] {
|
||||
.daggerheart.chat.roll .target-selection input[type='radio'] {
|
||||
display: none;
|
||||
}
|
||||
.daggerheart.chat.roll .target-selection input[type="radio"]:checked + label {
|
||||
text-shadow: 0px 0px 4px #CE5937;
|
||||
.daggerheart.chat.roll .target-selection input[type='radio']:checked + label {
|
||||
text-shadow: 0px 0px 4px #ce5937;
|
||||
}
|
||||
.daggerheart.chat.roll .target-selection input[type="radio"]:not(:checked) + label {
|
||||
.daggerheart.chat.roll .target-selection input[type='radio']:not(:checked) + label {
|
||||
opacity: 0.75;
|
||||
}
|
||||
.daggerheart.chat.roll .target-selection label {
|
||||
|
|
@ -1573,7 +1573,7 @@ fieldset.daggerheart.chat .daggerheart.chat {
|
|||
opacity: 0.75;
|
||||
}
|
||||
.daggerheart.chat.roll .target-selection label.target-selected {
|
||||
text-shadow: 0px 0px 4px #CE5937;
|
||||
text-shadow: 0px 0px 4px #ce5937;
|
||||
opacity: 1;
|
||||
}
|
||||
.daggerheart.chat.roll .target-section {
|
||||
|
|
@ -1700,7 +1700,7 @@ fieldset.daggerheart.chat .daggerheart.chat {
|
|||
display: none;
|
||||
}
|
||||
.daggerheart.chat [data-view-perm='false']::after {
|
||||
content: "??";
|
||||
content: '??';
|
||||
}
|
||||
.theme-colorful .chat-message.duality {
|
||||
border-color: black;
|
||||
|
|
@ -1786,7 +1786,7 @@ fieldset.daggerheart.chat .daggerheart.chat {
|
|||
align-items: end;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
.theme-colorful .chat-message.duality .message-content .dice-result .dice-tooltip .wrapper .tooltip-part .dice .dice-rolls.duality {
|
||||
.theme-colorful .chat-message.duality .message-content .dice-result .dice-tooltip .wrapper .tooltip-part .dice .dice-rolls {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.theme-colorful .chat-message.duality .message-content .dice-result .dice-tooltip .wrapper .tooltip-part .dice .dice-rolls.duality li {
|
||||
|
|
@ -3474,7 +3474,7 @@ div.daggerheart.views.multiclass {
|
|||
#resources:has(.fear-bar) {
|
||||
min-width: 200px;
|
||||
}
|
||||
.theme-light .daggerheart.dh-style.countdown.minimized .minimized-view .mini-countdown-container {
|
||||
.theme-light .daggerheart.dh-style.countdown .minimized-view .mini-countdown-container {
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
}
|
||||
.daggerheart.dh-style.countdown {
|
||||
|
|
@ -3494,23 +3494,12 @@ div.daggerheart.views.multiclass {
|
|||
.daggerheart.dh-style.countdown fieldset legend a {
|
||||
text-shadow: none;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized {
|
||||
height: auto !important;
|
||||
max-height: unset !important;
|
||||
max-width: 740px !important;
|
||||
width: auto !important;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized .window-content {
|
||||
display: flex;
|
||||
padding: 4px 8px;
|
||||
justify-content: center;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized .minimized-view {
|
||||
.daggerheart.dh-style.countdown .minimized-view {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized .minimized-view .mini-countdown-container {
|
||||
.daggerheart.dh-style.countdown .minimized-view .mini-countdown-container {
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -3522,15 +3511,15 @@ div.daggerheart.views.multiclass {
|
|||
color: light-dark(#efe6d8, #222);
|
||||
cursor: pointer;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized .minimized-view .mini-countdown-container.disabled {
|
||||
.daggerheart.dh-style.countdown .minimized-view .mini-countdown-container.disabled {
|
||||
cursor: initial;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized .minimized-view .mini-countdown-container img {
|
||||
.daggerheart.dh-style.countdown .minimized-view .mini-countdown-container img {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 6px 0 0 6px;
|
||||
}
|
||||
.daggerheart.dh-style.countdown.minimized .minimized-view .mini-countdown-container .mini-countdown-name {
|
||||
.daggerheart.dh-style.countdown .minimized-view .mini-countdown-container .mini-countdown-name {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.daggerheart.dh-style.countdown .hidden {
|
||||
|
|
@ -5423,6 +5412,18 @@ div.daggerheart.views.multiclass {
|
|||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
.application.dh-style fieldset.flex.wrap {
|
||||
flex-wrap: wrap;
|
||||
gap: 10px 20px;
|
||||
}
|
||||
.application.dh-style fieldset.flex .inline-child {
|
||||
flex: 1;
|
||||
}
|
||||
.application.dh-style fieldset.flex .checkbox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.application.dh-style fieldset.one-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue