Init/progression dice
This commit is contained in:
@ -60,6 +60,12 @@ i.lethalfantasy {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.combat-sidebar li.combatant .token-initiative .initiative {
|
||||
margin-right: 16px;
|
||||
}
|
||||
.combat-sidebar li.combatant .token-initiative {
|
||||
flex: none;
|
||||
}
|
||||
.lethalfantasy .character-sheet-common label {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
@ -146,8 +152,8 @@ i.lethalfantasy {
|
||||
flex: 1;
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-left {
|
||||
min-width: 220px;
|
||||
max-width: 220px;
|
||||
min-width: 200px;
|
||||
max-width: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@ -165,28 +171,34 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-left .character-hp {
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
gap: 4px;
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-left .character-hp .character-hp-value .form-fields input {
|
||||
.lethalfantasy .character-main .character-pc .character-left .character-hp .name {
|
||||
flex: none;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
margin-left: 10px;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-left .character-hp input {
|
||||
flex: none;
|
||||
min-width: 2.2rem;
|
||||
max-width: 2.2rem;
|
||||
margin-left: 4px;
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-left .character-hp .character-hp-max {
|
||||
clear: both;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: 3px 0;
|
||||
margin: 4px 0;
|
||||
align-items: center;
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-left .character-hp .character-hp-max input {
|
||||
width: 50px;
|
||||
width: 3.2rem;
|
||||
text-align: center;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc .character-right {
|
||||
display: flex;
|
||||
@ -200,16 +212,15 @@ i.lethalfantasy {
|
||||
width: 400px;
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc-play {
|
||||
min-width: 400px;
|
||||
min-width: 320px;
|
||||
}
|
||||
.lethalfantasy .character-main .character-pc-edit {
|
||||
min-width: 400px;
|
||||
min-width: 320px;
|
||||
}
|
||||
.lethalfantasy .character-main .character-characteristics {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
}
|
||||
.lethalfantasy .character-main .character-characteristics .character-characteristic {
|
||||
display: flex;
|
||||
@ -323,10 +334,10 @@ i.lethalfantasy {
|
||||
width: 50px;
|
||||
}
|
||||
.lethalfantasy .character-main .character-characteristics-play {
|
||||
min-width: 225px;
|
||||
min-width: 160px;
|
||||
}
|
||||
.lethalfantasy .character-main .character-characteristic-edit {
|
||||
min-width: 400px;
|
||||
min-width: 160px;
|
||||
}
|
||||
.lethalfantasy .tab.character-biography .biodata {
|
||||
display: grid;
|
||||
@ -485,8 +496,8 @@ i.lethalfantasy {
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .wounds .wound .wound-description {
|
||||
min-width: 16rem;
|
||||
max-width: 16rem;
|
||||
min-width: 14rem;
|
||||
max-width: 14rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-combat .wounds .wound .wound-duration {
|
||||
min-width: 3rem;
|
||||
@ -552,6 +563,27 @@ i.lethalfantasy {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spell-details {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spell-details .spell-detail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spell-details .spell-detail button {
|
||||
min-width: 10rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spell-details .spell-detail .armor-hp {
|
||||
min-width: 20rem;
|
||||
max-width: 20rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spell-details .spell-detail .armor-hp .input {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells .spells {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
@ -583,6 +615,27 @@ i.lethalfantasy {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracle-details {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracle-details .miracle-detail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracle-details .miracle-detail button {
|
||||
min-width: 10rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracle-details .miracle-detail .armor-hp {
|
||||
min-width: 20rem;
|
||||
max-width: 20rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracle-details .miracle-detail .armor-hp .input {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-miracles .miracles {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
@ -662,53 +715,53 @@ i.lethalfantasy {
|
||||
.lethalfantasy .monster-main {
|
||||
display: flex;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex: 1;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left {
|
||||
min-width: 220px;
|
||||
max-width: 220px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left .monster-left-image {
|
||||
.lethalfantasy .monster-main .monster-left-image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 8px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left .monster-left-image .monster-img {
|
||||
.lethalfantasy .monster-main .monster-left-image .monster-img {
|
||||
height: 140px;
|
||||
width: 140px;
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left .monster-hp {
|
||||
.lethalfantasy .monster-main .monster-pc {
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
gap: 10px;
|
||||
flex: 1;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-hp {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left .monster-hp .monster-hp-value .form-fields input {
|
||||
.lethalfantasy .monster-main .monster-pc .monster-hp .name {
|
||||
flex: none;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
margin-left: 10px;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left .monster-hp .monster-hp-max {
|
||||
.lethalfantasy .monster-main .monster-pc .monster-hp input {
|
||||
flex: none;
|
||||
min-width: 2.2rem;
|
||||
max-width: 2.2rem;
|
||||
margin-left: 4px;
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-hp .character-hp-max {
|
||||
clear: both;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: 3px 0;
|
||||
margin: 4px 0;
|
||||
align-items: center;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-left .monster-hp .monster-hp-max input {
|
||||
width: 50px;
|
||||
.lethalfantasy .monster-main .monster-pc .monster-hp .character-hp-max input {
|
||||
width: 3.2rem;
|
||||
text-align: center;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-pc .monster-right {
|
||||
display: flex;
|
||||
@ -781,7 +834,7 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-resists .monster-resist .form-group .form-fields {
|
||||
flex: none;
|
||||
width: 50px;
|
||||
width: 2.5rem;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-movements {
|
||||
display: flex;
|
||||
@ -849,10 +902,10 @@ i.lethalfantasy {
|
||||
width: 50px;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-characteristics-play {
|
||||
min-width: 225px;
|
||||
min-width: 200px;
|
||||
}
|
||||
.lethalfantasy .monster-main .monster-characteristic-edit {
|
||||
min-width: 400px;
|
||||
min-width: 200px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-biography .biodata {
|
||||
display: grid;
|
||||
@ -1005,12 +1058,16 @@ i.lethalfantasy {
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-combat .attacks .attack .name {
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
.lethalfantasy .tab.monster-combat .attacks .attack .damage-dice {
|
||||
width: 4rem;
|
||||
max-width: 3.5rem;
|
||||
}
|
||||
.lethalfantasy .tab.monster-combat .attacks .attack .numeric {
|
||||
width: 2.5rem;
|
||||
width: 2.2rem;
|
||||
}
|
||||
.lethalfantasy .tab.monster-combat .attacks .attack .attack-icons a {
|
||||
margin-left: 4px;
|
||||
@ -1065,37 +1122,6 @@ i.lethalfantasy {
|
||||
.lethalfantasy .tab.monster-spells prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles .miracles {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles .miracles .miracle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles .miracles .miracle .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles .miracles .miracle .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
.lethalfantasy .tab.monster-miracles prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.lethalfantasy .skill-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
|
Reference in New Issue
Block a user