Various CSS Enhancements
All checks were successful
Release Creation / build (release) Successful in 1m39s
All checks were successful
Release Creation / build (release) Successful in 1m39s
This commit is contained in:
@@ -275,9 +275,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
overflow: scroll;
|
||||
}
|
||||
@@ -400,7 +398,7 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp input {
|
||||
flex: none;
|
||||
width: 2rem;
|
||||
width: 4rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp .hp-separator {
|
||||
@@ -977,9 +975,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
overflow: scroll;
|
||||
}
|
||||
@@ -1235,9 +1231,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
overflow: scroll;
|
||||
}
|
||||
@@ -1297,6 +1291,25 @@ i.fvtt-cthulhu-eternal {
|
||||
.fvtt-cthulhu-eternal .sheet-tabs {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-hp {
|
||||
gap: 2px;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-hp .form-fields input {
|
||||
flex: none;
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-hp .damage-bonus {
|
||||
font-size: calc(var(--font-size-standard) * 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-hp .hp-separator {
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-main {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
@@ -1322,24 +1335,6 @@ i.fvtt-cthulhu-eternal {
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp {
|
||||
gap: 2px;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp input {
|
||||
flex: none;
|
||||
width: 2rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp .damage-bonus {
|
||||
font-size: calc(var(--font-size-standard) * 0.8);
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp .hp-separator {
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dv .form-fields,
|
||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dmax .form-fields {
|
||||
flex: none;
|
||||
@@ -1894,9 +1889,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .sheet-tabs a {
|
||||
@@ -1989,9 +1982,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .sheet-tabs a {
|
||||
@@ -2084,9 +2075,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .sheet-tabs a {
|
||||
@@ -2171,9 +2160,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .sheet-tabs a {
|
||||
@@ -2258,9 +2245,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .sheet-tabs a {
|
||||
@@ -2345,9 +2330,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .sheet-tabs a {
|
||||
@@ -2432,9 +2415,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .sheet-tabs a {
|
||||
@@ -2535,9 +2516,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .sheet-tabs a {
|
||||
@@ -2622,9 +2601,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .sheet-tabs a {
|
||||
@@ -2709,9 +2686,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .sheet-tabs a {
|
||||
@@ -2796,9 +2771,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .sheet-tabs a {
|
||||
@@ -2891,9 +2864,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
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%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .sheet-tabs a {
|
||||
|
||||
Reference in New Issue
Block a user