diff --git a/styles/simple.css b/styles/simple.css index 254dd5b0..d7fdb732 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1292,6 +1292,9 @@ display: inline-flex; .tooltip { position: relative; display: inline-block; +} + +.tooltip-dotted { border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ } @@ -1332,9 +1335,16 @@ display: inline-flex; padding: 3px 0; } -.tooltip-nobottom { - border-bottom: unset; /* If you want dots under the hoverable text */ +.tooltip .ttt-titre { + text-align: justify; + width: 100%; + top: 30px; + background: rgba(220,220,210,0.95); + border-radius: 6px; + font-size: 0.9rem; + padding: 3px; } + .tooltip .ttt-xp { width: 250px; background: rgba(220,220,210,0.95); diff --git a/templates/actor-sheet-competence-partial.html b/templates/actor-sheet-competence-partial.html index 7d938044..4e87bf5d 100644 --- a/templates/actor-sheet-competence-partial.html +++ b/templates/actor-sheet-competence-partial.html @@ -6,7 +6,7 @@ {{/if}} {{#if data.isLevelUp}} - + Vous pouvez dépenser {{data.xpNext}} points d'Experience pour augmenter de 1 votre compétence {{name}} diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 70145c11..5c3f8eef 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -66,7 +66,7 @@ {{/if}} - Malus de fatigue : {{calc.fatigue.malus}} + Malus de fatigue : {{calc.fatigue.malus}} {{{calc.fatigue.html}}} {{calc.resumeBlessures}} @@ -134,13 +134,13 @@ {{else}} {{#if carac.isLevelUp}} - + Vous pouvez dépenser {{carac.xpNext}} points d'Experience pour augmenter de 1 votre caractéristique {{carac.label}} {{carac.label}} {{else}} - {{carac.label}} + {{carac.label}} {{/if}} diff --git a/templates/chat-infojet.html b/templates/chat-infojet.html index 957ec522..ea13ceb3 100644 --- a/templates/chat-infojet.html +++ b/templates/chat-infojet.html @@ -1,5 +1,5 @@ - + {{rolled.caracValue}} à {{numberFormat rolled.finalLevel decimals=0 sign=true}} {{#if ajustements}} diff --git a/templates/dialog-competence.html b/templates/dialog-competence.html index 1e508d8c..afc60424 100644 --- a/templates/dialog-competence.html +++ b/templates/dialog-competence.html @@ -18,7 +18,7 @@ {{else}} Tactique: - + Attaque normale Charge diff --git a/templates/partial-roll-ajustements.html b/templates/partial-roll-ajustements.html index b249f046..238dcc5d 100644 --- a/templates/partial-roll-ajustements.html +++ b/templates/partial-roll-ajustements.html @@ -1,5 +1,5 @@ - + Ajustement Final: {{selectedCarac.value}} / {{numberFormat finalLevel decimals=0 sign=true}}