diff --git a/styles/simple.css b/styles/simple.css index e279bf05..275c3375 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -362,25 +362,25 @@ table {border: 1px solid #7a7971;} flex-grow: 0; } -.rdd.sheet .window-content .sheet-body .carac-list .competence { +.rdd.sheet .window-content .sheet-body .carac-list .caracteristique { flex-wrap: nowrap; justify-content: stretch; } -.rdd.sheet .window-content .sheet-body .carac-list .competence > .carac-label { +.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .carac-label { flex-basis: 50%; } -.rdd.sheet .window-content .sheet-body .carac-list .competence > .attribut-label { +.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .attribut-label { flex-basis: 50%; } -.rdd.sheet .window-content .sheet-body .carac-list .competence > .competence-value.total { +.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .competence-value.total { flex-grow: 1; text-align: right; } -.rdd.sheet .window-content .sheet-body .carac-list .competence > .utiliser-attribut { +.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .utiliser-attribut { flex-basis: available; flex-grow: 1; } -.rdd.sheet .window-content .sheet-body .carac-list .competence > * { +.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > * { flex-basis: 13%; flex-grow: 0; } @@ -588,7 +588,7 @@ table {border: 1px solid #7a7971;} color: rgba(255, 255, 255, 0.75); background: rgba(255, 255, 255, 0.05); border: 0 none; - margin-bottom: 0.25rem; + margin-bottom: 0.2rem; } .window-app .window-content, .window-app.sheet .window-content .sheet-body{ @@ -622,7 +622,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;} nav.sheet-tabs .item { position: relative; - padding: 0 0.25rem; + padding: 0 0.2rem; } nav.sheet-tabs .item:after { @@ -725,11 +725,14 @@ ul, ol { ul, li { list-style-type: none; } - -.sheet li { +.sheet .caracteristique li { margin: 0.1rem; padding: 0.2rem; } +.sheet li { + margin: 0.1rem; + padding: 0.1rem; +} .header-fields li { margin: 0; padding: 0; @@ -745,10 +748,10 @@ ul, li { background: rgb(160, 130, 100, 0.05); } .xp-level-up { - margin: 0.125rem; + margin: 0.1rem; box-shadow: inset 0px 0px 1px #00000096; border-radius: 0.25rem; - padding: 0.125rem; + padding: 0.1rem; flex: 1 1 5rem; background: var(--gradient-gold) !important; } @@ -841,7 +844,7 @@ ul, li { width: 24px; height: 24px; flex-grow: 0; - margin-right: 0.25rem; + margin-right: 0.2rem; vertical-align: bottom; } .competence-column { @@ -976,7 +979,7 @@ ul, li { flex-basis: auto; padding: 0; line-height: 1rem; - margin: 0.25rem; + margin: 0.2rem; } .control-icon.tokenhudicon.right { margin-left: 8px; @@ -1094,7 +1097,7 @@ ul, li { .sidebar-tab .directory-list .entity { border-top: 1px dashed rgba(0,0,0,0.25); border-bottom: 0 none; - padding: 0.25rem 0; + padding: 0.2rem 0; } .sidebar-tab .directory-list .entity:hover { diff --git a/templates/actor-entite-sheet.html b/templates/actor-entite-sheet.html index 67b27dee..3725c03f 100644 --- a/templates/actor-entite-sheet.html +++ b/templates/actor-entite-sheet.html @@ -33,7 +33,7 @@
    {{#each data.carac as |carac key|}} -
  1. +
  2. {{#if (eq key 'taille')}} {{carac.label}} {{else}} @@ -50,7 +50,7 @@
      -
    1. +
    2. Catégorie :
    3. -
    4. +
    5. Type d'entité :
    6. {{#each data.attributs as |attr key|}} -
    7. +
    8. {{attr.label}} :
    9. {{/each}} -
    10. +
    11. Endurance : / diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index b9ced891..4e20af8c 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -102,9 +102,9 @@
        {{#each data.carac as |carac key|}} {{#if carac.isLevelUp}} -
      • +
      • {{else}} -
      • +
      • {{/if}} {{#if (eq key 'taille')}} {{carac.label}} @@ -139,22 +139,23 @@ {{/if}}
      • {{/each}} -
      • +
      • Total Caractéristiques {{calc.caracTotal}}
      • -
      +
      -
    • +
    • Beauté :
    • {{#each data.attributs as |attr key|}} + {{log 'key hautrevant' key}} {{#unless (eq key 'hautrevant')}} -
    • +
    • {{attr.label}} : {{#if (eq key 'protection')}} @@ -167,7 +168,7 @@ {{/each}}
      -
    • +
    • Chance actuelle Utiliser @@ -176,7 +177,7 @@ {{#if (eq compteur.label 'Chance')}} {{else if (eq compteur.label 'Experience')}} {{else if compteur.isInput}} -
    • +
    • {{compteur.label}} {{#if (eq compteur.label 'Ethylisme')}} {{#select data.categorie}} @@ -33,31 +33,31 @@ {{/select}}
    • -
    • +
    • Résistance
    • -
    • +
    • Structure
    • -
    • +
    • Vitesse
    • -
    • +
    • Bonus
    • -
    • +
    • Manoeuvrabilité
    • -
    • +
    • Equipage
    • -
    • +
    • Capacité d'Encombrement