Actor sheet, step 1
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
:root {
|
||||
--font-size-standard: 0.9rem;
|
||||
--font-size-result: 1.4rem;
|
||||
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../assets/ui/ftl_nomad_background_01.webp");
|
||||
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../assets/ui/sheet_background_01.webp");
|
||||
--font-primary: "MinionProRegular";
|
||||
--font-secondary: "MinionProRegular";
|
||||
--font-title: "SupernaturalKnight";
|
||||
@@ -22,26 +22,23 @@
|
||||
--color-critical-success: #1527cc;
|
||||
--color-critical-failure: #8d20e7;
|
||||
}
|
||||
.d100 {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
color: black;
|
||||
border-width: 0px;
|
||||
}
|
||||
#logo {
|
||||
content: var(--logo-standard);
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
nav.tabs [data-tab] {
|
||||
color: var(--title-color);
|
||||
}
|
||||
#pause > img {
|
||||
content: var(--logo-standard);
|
||||
height: 192px;
|
||||
height: 256px;
|
||||
width: 256px;
|
||||
top: -45px;
|
||||
left: calc(50% - 96px);
|
||||
}
|
||||
i.fvtt-ftl-nomad {
|
||||
i.fvtt-hellborn {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-image: var(--logo-standard);
|
||||
@@ -53,15 +50,15 @@ i.fvtt-ftl-nomad {
|
||||
filter: grayscale(1);
|
||||
transition: 0.3s;
|
||||
}
|
||||
.application.dialog.fvtt-ftl-nomad {
|
||||
.application.dialog.fvtt-hellborn {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
background-image: var(--background-image-base);
|
||||
}
|
||||
.application.dialog.fvtt-ftl-nomad button:hover {
|
||||
.application.dialog.fvtt-hellborn button:hover {
|
||||
background: var(--color-dark-6);
|
||||
}
|
||||
.application.dialog.fvtt-ftl-nomad .legend {
|
||||
.application.dialog.fvtt-hellborn .legend {
|
||||
font-family: var(--font-primary);
|
||||
}
|
||||
.chat-message,
|
||||
@@ -169,17 +166,6 @@ i.fvtt-ftl-nomad {
|
||||
min-width: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*.character-dmax-edit {
|
||||
input {
|
||||
display: flex;
|
||||
width: 60px;
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 5px 0 5px;
|
||||
text-align: center;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-left .character-left-image {
|
||||
display: flex;
|
||||
@@ -217,16 +203,18 @@ i.fvtt-ftl-nomad {
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-spec label {
|
||||
max-width: 6rem;
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition .form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-spec .hero-armor {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition label {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-spec .hero-armor input {
|
||||
max-width: 3rem;
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition input {
|
||||
min-width: 16rem;
|
||||
max-width: 16rem;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-name {
|
||||
display: flex;
|
||||
@@ -245,125 +233,89 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-hellborn .character-main .character-pc-edit {
|
||||
min-width: 500px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills {
|
||||
.fvtt-hellborn .character-main .character-stats {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill {
|
||||
.fvtt-hellborn .character-main .character-stats .character-stat {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .icon-skill {
|
||||
.fvtt-hellborn .character-main .character-stats .character-stat .icon-stat {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .rollable:hover,
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .rollable:focus {
|
||||
.fvtt-hellborn .character-main .character-stats .character-stat .rollable:hover,
|
||||
.fvtt-hellborn .character-main .character-stats .character-stat .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .rollable {
|
||||
min-width: 4.5rem;
|
||||
max-width: 4.5rem;
|
||||
.fvtt-hellborn .character-main .character-stats .character-stat .rollable {
|
||||
min-width: 3.5rem;
|
||||
max-width: 3.5rem;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .char-text {
|
||||
margin-left: 0.5rem;
|
||||
.fvtt-hellborn .character-main .character-stats .character-stat input {
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .d100 {
|
||||
flex: 0;
|
||||
max-width: 0.6rem;
|
||||
.fvtt-hellborn .character-main .character-stats-play {
|
||||
min-width: 120px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .form-group {
|
||||
flex: 0;
|
||||
padding-left: 5px;
|
||||
.fvtt-hellborn .character-main .character-stats-edit {
|
||||
min-width: 120px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skills .character-skill .form-group .form-fields {
|
||||
font-size: 1.1rem;
|
||||
flex: none;
|
||||
width: 40px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skill-play {
|
||||
min-width: 225px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-skill-edit {
|
||||
min-width: 225px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .character-biography prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .rank {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .rank label {
|
||||
min-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .rank input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .biodata label {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .resources {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .resources label {
|
||||
min-width: 8rem;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .features,
|
||||
.fvtt-hellborn .character-biography .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .features label,
|
||||
.fvtt-hellborn .character-biography .biodata label {
|
||||
min-width: 3rem;
|
||||
}
|
||||
.fvtt-hellborn .character-biography .features .feature,
|
||||
.fvtt-hellborn .character-biography .biodata .feature {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills {
|
||||
.fvtt-hellborn .tab.character-status .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills legend a {
|
||||
.fvtt-hellborn .tab.character-status .main-div legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills {
|
||||
.fvtt-hellborn .tab.character-status .main-div .counters {
|
||||
display: flex;
|
||||
direction: column;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .counters input {
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .ailments {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .ailments .ailment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
margin-left: 4px;
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .ailments .ailment label {
|
||||
min-width: 5rem;
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .ailments .ailment .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill {
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
@@ -371,424 +323,222 @@ i.fvtt-ftl-nomad {
|
||||
min-width: 12.3rem;
|
||||
max-width: 12.3rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill .rollable:focus {
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill .controls {
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill .score {
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk .score {
|
||||
min-width: 1.2rem;
|
||||
max-width: 1.2rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill .name {
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-skills .skills .skill .item-img {
|
||||
.fvtt-hellborn .tab.character-status .main-div .perks .perk .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status legend a {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds .bond {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas .malefica {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds .bond .controls {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas .malefica .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds .bond .name {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas .malefica .name {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds .bond .type {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas .malefica .type {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds .bond .level {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas .malefica .level {
|
||||
min-width: 2rem;
|
||||
max-width: 2rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .bonds .bond .item-img {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .maleficas .malefica .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .motivations {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .rituals {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .motivations .motivation {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .rituals .ritual {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 14rem;
|
||||
max-width: 14rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .motivations .motivation .controls {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .rituals .ritual .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .motivations .motivation .name {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .rituals .ritual .name {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .motivations .motivation .item-img {
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div .rituals .ritual .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .mentaldisorders {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .mentaldisorders .mentaldisorder {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 18rem;
|
||||
max-width: 18rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .mentaldisorders .mentaldisorder .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .mentaldisorders .mentaldisorder .name {
|
||||
min-width: 14rem;
|
||||
max-width: 14rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .mentaldisorders .mentaldisorder .cured {
|
||||
min-width: 5rem;
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .mentaldisorders .mentaldisorder .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .injuries {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .injuries .injury {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 16rem;
|
||||
max-width: 16rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .injuries .injury .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .injuries .injury .name {
|
||||
min-width: 14rem;
|
||||
max-width: 14rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .injuries .injury .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents legend a {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent .rollable:focus {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent .controls {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent .damage {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent .name {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .talents .talent .item-img {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons .weapon .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .armors {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages .language {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .armors .armor {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages .language .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-talents .languages .language .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages .language .controls {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .armors .armor .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages .language .damage {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .armors .armor .protection {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages .language .name {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .armors .armor .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .languages .language .item-img {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .armors .armor .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-talents .psionics .psionic .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .encumbrance {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .encumbrance input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .encumbrance .encumbered {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .implants .implant .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .weapons .weapon .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .armors {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .armors .armor {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .armors .armor .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .armors .armor .protection {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .armors .armor .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .armors .armor .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .equipments {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .equipments .equipment {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments .equipment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .equipments .equipment .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-equipment .equipments .equipment .rollable:focus {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments .equipment .rollable:hover,
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments .equipment .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .equipments .equipment .controls {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments .equipment .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .equipments .equipment .name {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments .equipment .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .equipments .equipment .item-img {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .equipments .equipment .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment prose-mirror.inactive {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment prose-mirror.active {
|
||||
.fvtt-hellborn .tab.character-equipment .main-div prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-hellborn .vehicle-content {
|
||||
@@ -2021,6 +1771,198 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-hellborn .armor-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
.fvtt-hellborn .deal-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-hellborn .deal-content input:disabled,
|
||||
.fvtt-hellborn .deal-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-color: transparent;
|
||||
color: var(--color-dark-3);
|
||||
}
|
||||
.fvtt-hellborn .deal-content input,
|
||||
.fvtt-hellborn .deal-content select {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-color: var(--color-dark-6);
|
||||
color: var(--color-dark-2);
|
||||
}
|
||||
.fvtt-hellborn .deal-content input[name="name"] {
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
font-family: var(--font-title);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .form-fields input,
|
||||
.fvtt-hellborn .deal-content .form-fields select {
|
||||
text-align: center;
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.fvtt-hellborn .deal-content .form-fields select {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.fvtt-hellborn .deal-content legend {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .form-fields {
|
||||
padding-top: 4px;
|
||||
}
|
||||
.fvtt-hellborn .deal-content label {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset .form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset .form-group.long-input input {
|
||||
min-width: 24rem;
|
||||
max-width: 24rem;
|
||||
text-align: left;
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset .form-group input {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset .form-group select {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .header img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.fvtt-hellborn .deal-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content input:disabled,
|
||||
.fvtt-hellborn .tarot-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-color: transparent;
|
||||
color: var(--color-dark-3);
|
||||
}
|
||||
.fvtt-hellborn .tarot-content input,
|
||||
.fvtt-hellborn .tarot-content select {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-color: var(--color-dark-6);
|
||||
color: var(--color-dark-2);
|
||||
}
|
||||
.fvtt-hellborn .tarot-content input[name="name"] {
|
||||
height: 40px;
|
||||
margin-right: 10px;
|
||||
font-family: var(--font-title);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .form-fields input,
|
||||
.fvtt-hellborn .tarot-content .form-fields select {
|
||||
text-align: center;
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .form-fields select {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
.fvtt-hellborn .tarot-content legend {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .form-fields {
|
||||
padding-top: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content label {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
flex: 50%;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .align-top {
|
||||
align-self: flex-start;
|
||||
padding: 0.1rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .shift-right {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset .form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset .form-group.long-input input {
|
||||
min-width: 24rem;
|
||||
max-width: 24rem;
|
||||
text-align: left;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset .form-group input {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset .form-group select {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .header img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content label {
|
||||
flex: 10%;
|
||||
}
|
||||
.fvtt-hellborn .ritual-content {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
@@ -2376,6 +2318,23 @@ i.fvtt-ftl-nomad {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content fieldset .form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content fieldset .form-group.long-input input {
|
||||
min-width: 24rem;
|
||||
max-width: 24rem;
|
||||
text-align: left;
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content fieldset .form-group input {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content fieldset .form-group select {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user