Enhance progression rolls, damage rolls and other fixes
Some checks failed
Release Creation / build (release) Failing after 56s
Some checks failed
Release Creation / build (release) Failing after 56s
This commit is contained in:
@ -190,27 +190,24 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .item-sheet-common .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .item-sheet-common input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .item-sheet-common .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .protagonist-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -235,6 +232,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .protagonist-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -362,7 +366,8 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-right .san .label-field {
|
||||
font-size: 0.9rem;
|
||||
display: flex;
|
||||
font-size: 1.05rem;
|
||||
max-width: 6rem;
|
||||
min-width: 6rem;
|
||||
flex-grow: 1;
|
||||
@ -538,6 +543,11 @@ i.fvtt-cthulhu-eternal {
|
||||
min-width: 1.2rem;
|
||||
max-width: 1.2rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .main-div .skills .skill .skill-failed-progress {
|
||||
text-decoration: dashed underline;
|
||||
text-underline-offset: 4px;
|
||||
text-decoration-color: #465a48;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tab.protagonist-skills .main-div .skills .skill .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
@ -852,13 +862,16 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .vehicle-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .vehicle-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .vehicle-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .vehicle-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -883,6 +896,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .vehicle-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .vehicle-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .vehicle-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -1099,13 +1119,16 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
overflow: scroll;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .creature-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -1130,6 +1153,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .creature-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -1747,12 +1777,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .skill-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -1777,6 +1810,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .skill-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -1800,14 +1840,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .skill-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -1837,12 +1871,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .injury-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -1867,6 +1904,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .injury-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -1890,14 +1934,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .injury-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -1927,12 +1965,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .weapon-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -1957,6 +1998,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .weapon-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -1980,14 +2028,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .weapon-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2009,12 +2051,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .armor-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2039,6 +2084,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .armor-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2062,14 +2114,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .armor-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2091,12 +2137,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .motivation-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2121,6 +2170,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .motivation-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2144,14 +2200,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .motivation-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2173,12 +2223,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2203,6 +2256,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2226,14 +2286,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2255,12 +2309,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .bond-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2285,6 +2342,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .bond-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2308,14 +2372,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .bond-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2353,12 +2411,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .gear-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2383,6 +2444,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .gear-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2406,14 +2474,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .gear-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2435,12 +2497,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .arcane-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2465,6 +2530,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .arcane-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2488,14 +2560,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .arcane-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2517,12 +2583,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .archetype-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2547,6 +2616,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .archetype-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2570,14 +2646,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .archetype-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2599,12 +2669,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .ritual-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2629,6 +2702,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .ritual-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2652,14 +2732,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .ritual-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2689,12 +2763,15 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .sheet-tabs a {
|
||||
color: rgba(32, 31, 31, 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content input:disabled,
|
||||
.fvtt-cthulhu-eternal .tome-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
@ -2719,6 +2796,13 @@ i.fvtt-cthulhu-eternal {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .form-fields input,
|
||||
.fvtt-cthulhu-eternal .tome-content .form-fields select {
|
||||
text-align: center;
|
||||
@ -2742,14 +2826,8 @@ i.fvtt-cthulhu-eternal {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
/*border-color: black;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2%;*/
|
||||
.fvtt-cthulhu-eternal .tome-content input[type="checkbox"] {
|
||||
--checkbox-checkmark-color: var(--color-dark-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
@ -2859,7 +2937,12 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.dice-roll .intro-chat .intro-right ul .nudge-roll {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
margin-left: 4rem;
|
||||
margin-left: 2rem;
|
||||
display: none;
|
||||
}
|
||||
.dice-roll .intro-chat .intro-right ul .roll-damage {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
margin-left: 2rem;
|
||||
display: none;
|
||||
}
|
||||
.dice-roll .intro-chat .intro-right ul .result-success {
|
||||
|
Reference in New Issue
Block a user