Add starship, creature and vehicle
This commit is contained in:
@@ -893,6 +893,15 @@ i.fvtt-ftl-nomad {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
width: 400px;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-main .vehicle-pc .vehicle-right .cargo label,
|
||||
.fvtt-ftl-nomad .vehicle-main .vehicle-pc .vehicle-right .capacity label {
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-main .vehicle-pc .vehicle-right .cargo input,
|
||||
.fvtt-ftl-nomad .vehicle-main .vehicle-pc .vehicle-right .capacity input {
|
||||
max-width: 3.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-main .vehicle-pc .vehicle-right .vehicle-infos {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -937,27 +946,27 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .vehicle-main .vehicle-pc-edit {
|
||||
min-width: 650px;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography {
|
||||
.fvtt-ftl-nomad .vehicle-description {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography prose-mirror.inactive {
|
||||
.fvtt-ftl-nomad .vehicle-description prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography prose-mirror.active {
|
||||
.fvtt-ftl-nomad .vehicle-description prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography .field-label {
|
||||
.fvtt-ftl-nomad .vehicle-description .field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography .biodata {
|
||||
.fvtt-ftl-nomad .vehicle-description .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography .biodata label {
|
||||
.fvtt-ftl-nomad .vehicle-description .biodata label {
|
||||
min-width: 3rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .vehicle-biography .biodata .feature {
|
||||
.fvtt-ftl-nomad .vehicle-description .biodata .feature {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
@@ -1007,36 +1016,36 @@ i.fvtt-ftl-nomad {
|
||||
height: 32px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13srem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear .rollable:focus {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear .controls {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment .controls {
|
||||
min-width: 2rem;
|
||||
max-width: 2rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear .damage {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment .damage {
|
||||
min-width: 5rem;
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear .name {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment .name {
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .gears .gear .item-img {
|
||||
.fvtt-ftl-nomad .tab.vehicle-equipment .equipments .equipment .item-img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 4px 0 0 0;
|
||||
@@ -1128,6 +1137,12 @@ i.fvtt-ftl-nomad {
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-left .spec label {
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-left .spec input {
|
||||
max-width: 3rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -1141,6 +1156,35 @@ i.fvtt-ftl-nomad {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
width: 400px;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity .dice-2d6 {
|
||||
max-width: 1.5rem;
|
||||
margin-left: 0.2rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity .rollable:hover,
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity label {
|
||||
margin-left: 0.2rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .capacity select {
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .cargo label {
|
||||
margin-left: 0.2rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .cargo input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .cargo select {
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc .starship-right .starship-infos {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -1185,27 +1229,27 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .starship-main .starship-pc-edit {
|
||||
min-width: 650px;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography {
|
||||
.fvtt-ftl-nomad .starship-description {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography prose-mirror.inactive {
|
||||
.fvtt-ftl-nomad .starship-description prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography prose-mirror.active {
|
||||
.fvtt-ftl-nomad .starship-description prose-mirror.active {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography .field-label {
|
||||
.fvtt-ftl-nomad .starship-description .field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography .biodata {
|
||||
.fvtt-ftl-nomad .starship-description .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography .biodata label {
|
||||
.fvtt-ftl-nomad .starship-description .biodata label {
|
||||
min-width: 3rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .starship-biography .biodata .feature {
|
||||
.fvtt-ftl-nomad .starship-description .biodata .feature {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
@@ -1382,11 +1426,9 @@ i.fvtt-ftl-nomad {
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-left .creature-hp input {
|
||||
flex: none;
|
||||
width: 2rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-left .creature-hp .damage-bonus {
|
||||
font-size: calc(var(--font-size-standard) * 0.8);
|
||||
width: 2.5rem;
|
||||
margin-left: 2px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-left .creature-hp .hp-separator {
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
@@ -1412,6 +1454,23 @@ i.fvtt-ftl-nomad {
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-spec label {
|
||||
max-width: 8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-spec select {
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-spec input {
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-spec .dice-2d6 {
|
||||
max-width: 1.5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-spec .rollable:hover,
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-spec .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .creature-name {
|
||||
display: flex;
|
||||
}
|
||||
@@ -1420,85 +1479,6 @@ i.fvtt-ftl-nomad {
|
||||
font-size: var(--font-size-title);
|
||||
width: 400px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san {
|
||||
align-content: flex-start;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san input {
|
||||
min-width: 2.2rem;
|
||||
max-width: 2.2rem;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san select {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .rollable:hover,
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .button {
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .san-checkbox {
|
||||
min-width: 1rem;
|
||||
max-width: 1rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .label-short-field {
|
||||
font-size: 0.9rem;
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .label-recovery {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .label-field {
|
||||
font-size: 0.9rem;
|
||||
max-width: 6rem;
|
||||
min-width: 6rem;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .label-bp {
|
||||
flex-grow: 1;
|
||||
max-width: 3rem;
|
||||
min-width: 3rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .label-insanity {
|
||||
flex-grow: 1;
|
||||
margin-left: 4px;
|
||||
max-width: 8rem;
|
||||
min-width: 8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .spacing {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .san .d100 {
|
||||
flex: 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .willpower input {
|
||||
min-width: 2.4rem;
|
||||
max-width: 2.4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .willpower input[type="checkbox"] {
|
||||
min-width: 1rem;
|
||||
max-width: 1rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .willpower .label-field {
|
||||
flex-grow: 1;
|
||||
margin-left: 4px;
|
||||
max-width: 5rem;
|
||||
min-width: 5rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right .willpower .checkbox {
|
||||
flex-grow: 0;
|
||||
min-width: 1rem;
|
||||
max-width: 1rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc .creature-right label {
|
||||
min-width: 120px;
|
||||
}
|
||||
@@ -1508,46 +1488,51 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .creature-main .creature-pc-edit {
|
||||
min-width: 650px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .rollable:hover,
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .rollable:focus {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .icon-skill {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .rollable:hover,
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .rollable {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .rollable {
|
||||
min-width: 4.5rem;
|
||||
max-width: 4.5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .char-text {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .char-text {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .d100 {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .d100 {
|
||||
flex: 0;
|
||||
max-width: 0.6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .form-group {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .form-group {
|
||||
flex: 0;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristics .creature-characteristic .form-group .form-fields {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skills .creature-skill .form-group .form-fields {
|
||||
font-size: 1.1rem;
|
||||
flex: none;
|
||||
width: 40px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristic-play {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skill-play {
|
||||
min-width: 225px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-main .creature-characteristic-edit {
|
||||
.fvtt-ftl-nomad .creature-main .creature-skill-edit {
|
||||
min-width: 400px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography {
|
||||
@@ -1562,13 +1547,24 @@ i.fvtt-ftl-nomad {
|
||||
.fvtt-ftl-nomad .creature-biography .field-label {
|
||||
margin-left: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .adapted {
|
||||
.fvtt-ftl-nomad .creature-biography .rank {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .rank label {
|
||||
min-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .rank input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .biodata {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .adapted label {
|
||||
min-width: 20rem;
|
||||
.fvtt-ftl-nomad .creature-biography .biodata label {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .creature-biography .resources {
|
||||
display: grid;
|
||||
@@ -1605,76 +1601,6 @@ i.fvtt-ftl-nomad {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor .protection {
|
||||
min-width: 5rem;
|
||||
max-width: 5rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor .name {
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .armors .armor .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .weapons .weapon .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-skills .skills {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
@@ -1836,6 +1762,120 @@ i.fvtt-ftl-nomad {
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits legend a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .traits .trait .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .abilities .ability .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-traits .psionics .psionic .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment {
|
||||
background-color: var(--color-light-1);
|
||||
display: grid;
|
||||
@@ -1845,95 +1885,145 @@ i.fvtt-ftl-nomad {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .encumbrance {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears .gear {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .encumbrance input {
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .encumbrance .encumbered {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears .gear .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears .gear .rollable:focus {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears .gear .controls {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears .gear .name {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .gears .gear .item-img {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .implants .implant .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals .ritual {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 20rem;
|
||||
max-width: 20rem;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals .ritual .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals .ritual .rollable:focus {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals .ritual .controls {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals .ritual .name {
|
||||
min-width: 17rem;
|
||||
max-width: 17rem;
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon .damage {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .rituals .ritual .item-img {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .weapons .weapon .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .armors {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes .tome {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .armors .armor {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 20rem;
|
||||
max-width: 20rem;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes .tome .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes .tome .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes .tome .controls {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .armors .armor .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes .tome .name {
|
||||
min-width: 17rem;
|
||||
max-width: 17rem;
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .armors .armor .protection {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .tomes .tome .item-img {
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .armors .armor .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .armors .armor .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments .equipment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments .equipment .rollable:hover,
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments .equipment .rollable:focus {
|
||||
text-shadow: 0 0 8px var(--color-shadow-primary);
|
||||
cursor: pointer;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments .equipment .controls {
|
||||
font-size: 0.7rem;
|
||||
min-width: 1.8rem;
|
||||
max-width: 1.8rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments .equipment .name {
|
||||
min-width: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
.fvtt-ftl-nomad .tab.creature-equipment .equipments .equipment .item-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 4px 0 0 0;
|
||||
|
Reference in New Issue
Block a user