Update sheets and fix basic bugs
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
#lethalfantasy-application-manager {
|
||||
display: flex;
|
||||
|
||||
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%;
|
||||
|
||||
.lethalfantasy-table {
|
||||
margin: 1rem;
|
||||
background: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
.player {
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "Cat Franken";
|
||||
src: url("../fonts/catfranken-deutsch.ttf") format("truetype");
|
||||
font-family: "Georama";
|
||||
src: url("../assets/fonts/georama.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.fvtt-cthulhu-eternal {
|
||||
@import "mixins.less";
|
||||
@import "character.less";
|
||||
@import "protagonist.less";
|
||||
@import "skill.less";
|
||||
@import "injury.less";
|
||||
@import "weapon.less";
|
||||
@ -16,4 +16,3 @@
|
||||
}
|
||||
|
||||
@import "roll.less";
|
||||
@import "application-manager.less";
|
||||
|
@ -1,7 +1,8 @@
|
||||
:root {
|
||||
--font-size-standard: 1.0rem;
|
||||
--background-image-base: url("../assets/parchment.jpg");
|
||||
--font-secondary: "Amiri", serif;
|
||||
--font-primary: "Georama";
|
||||
--font-secondary: "Georama";
|
||||
--logo-standard: url("../assets/logos/reanimated-ce-logo.webp");
|
||||
}
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.character-sheet-common {
|
||||
.protagonist-sheet-common {
|
||||
label {
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
|
@ -1,41 +1,41 @@
|
||||
.character-content {
|
||||
.protagonist-content {
|
||||
.sheet-common();
|
||||
.character-sheet-common();
|
||||
.protagonist-sheet-common();
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.character-main {
|
||||
.protagonist-main {
|
||||
display: flex;
|
||||
|
||||
.character-personnage {
|
||||
.protagonist-pc {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex: 1;
|
||||
|
||||
.character-gauche {
|
||||
.protagonist-left {
|
||||
min-width: 180px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.character-gauche-image {
|
||||
.protagonist-left-image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 20px;
|
||||
.character-img {
|
||||
.protagonist-img {
|
||||
height: 140px;
|
||||
width: auto;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.character-dv,
|
||||
.character-dmax {
|
||||
.protagonist-dv,
|
||||
.protagonist-dmax {
|
||||
.form-fields {
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
.character-dmax-edit {
|
||||
.protagonist-dmax-edit {
|
||||
input {
|
||||
display: flex;
|
||||
width: 60px;
|
||||
@ -48,19 +48,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.character-droite {
|
||||
.protagonist-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
||||
.character-name {
|
||||
.protagonist-name {
|
||||
display: flex;
|
||||
input {
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.character-infos {
|
||||
.protagonist-infos {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
@ -69,29 +69,11 @@
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.character-voie-majeure,
|
||||
.character-voie-mineure {
|
||||
display: flex;
|
||||
input {
|
||||
width: 280px;
|
||||
}
|
||||
.controls {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.character-commanditaire {
|
||||
display: flex;
|
||||
input {
|
||||
width: 280px;
|
||||
}
|
||||
}
|
||||
|
||||
.character-pv {
|
||||
.protagonist-hp {
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
align-items: center;
|
||||
.character-pv-value {
|
||||
.protagonist-hp-value {
|
||||
.form-fields input {
|
||||
flex: none;
|
||||
width: 50px;
|
||||
@ -99,7 +81,7 @@
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
}
|
||||
}
|
||||
.character-pv-max {
|
||||
.protagonist-hp-max {
|
||||
clear: both;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -112,7 +94,7 @@
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
}
|
||||
}
|
||||
.pv-separator {
|
||||
.hp-separator {
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -123,21 +105,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.character-personnage-play {
|
||||
.protagonist-pc-play {
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
.character-personnage-edit {
|
||||
.protagonist-pc-edit {
|
||||
min-width: 650px;
|
||||
}
|
||||
|
||||
.character-caracteristiques {
|
||||
.protagonist-characteristics {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
|
||||
.character-caracteristique {
|
||||
.protagonist-characteristic {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.rollable:hover,
|
||||
@ -182,21 +164,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.character-caracteristiques-play {
|
||||
.protagonist-characteristic-play {
|
||||
min-width: 225px;
|
||||
}
|
||||
|
||||
.character-caracteristiques-edit {
|
||||
.protagonist-characteristic-edit {
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
.character-ressources {
|
||||
.protagonist-resources {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
flex: 1;
|
||||
|
||||
.character-ressource {
|
||||
.protagonist-resource {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.rollable:hover,
|
||||
@ -213,7 +195,7 @@
|
||||
width: 70px;
|
||||
}
|
||||
}
|
||||
.character-ressource-edit {
|
||||
.protagonist-resource-edit {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
@ -239,16 +221,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.character-ressources-play {
|
||||
.protagonist-resources-play {
|
||||
min-width: 235px;
|
||||
}
|
||||
|
||||
.character-ressources-edit {
|
||||
.protagonist-resources-edit {
|
||||
min-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.character-biography {
|
||||
.protagonist-biography {
|
||||
prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
||||
@ -257,7 +239,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tab.character-items {
|
||||
.tab.protagonist-skills {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
legend {
|
||||
@ -266,20 +248,32 @@
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
.talents {
|
||||
.skills {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
.talent {
|
||||
.skill {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
.item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tab.protagonist-equipment {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
legend {
|
||||
a {
|
||||
font-size: calc(var(--font-size-standard) * 1.4);
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
.weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
@ -310,19 +304,22 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.spells {
|
||||
.gears {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
.spell {
|
||||
.gear {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
.item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.appris {
|
||||
font-weight: bold;
|
||||
}
|
||||
prose-mirror.inactive {
|
||||
min-height: 40px;
|
||||
}
|
Reference in New Issue
Block a user