diff --git a/Chroniques_Katura/yradhil.css b/Chroniques_Katura/yradhil.css index 4353b2c4dee4..36f28b97e891 100644 --- a/Chroniques_Katura/yradhil.css +++ b/Chroniques_Katura/yradhil.css @@ -68,6 +68,16 @@ div.notes { transform: rotate(-4deg); } +div.portrait { + position: absolute; + z-index: 2; + width: 160px; + /* height: 100px; */ + margin-left: -22px; + margin-top: -22px; + border: 2px solid var(--vert_clair); +} + div.talent, div.dice, div.equipement, @@ -283,16 +293,17 @@ body.sheet-darkmode div.personnage { line-height: 1.1; cursor: pointer; border-radius: 10px; - height: 30px; + height: 90px; color: var(--noir); border: none; - background: var(--black); - line-height: 15px; + background: transparent; + line-height: 18px; font-family: var(--font_metamorphous); /* padding-top: 14px; */ /* background: red; */ - margin-top: 1px; - padding-top: 19px; + margin-top: 9px; + padding-top: 2px; + padding-bottom: 0px; font-style: italic; } @@ -631,7 +642,7 @@ div.psi_data { .wrapper_stats_title { display: grid; grid-template-columns: 40px 0px 145px 0px 50px 5px 40px 0px 149px 0px 50px 5px 40px 0px 145px 0px 50px; - grid-auto-rows: 30px; + grid-auto-rows: 35px; } .wrapper_stats { @@ -654,7 +665,7 @@ div.psi_data { div.stat_titre { grid-column: 1 / 6; - grid-row: 1 / 3; + grid-row: 1 / 4; white-space: nowrap; color: var(--noir); font-size: 16px; @@ -667,12 +678,12 @@ div.stat_titre { line-height: var(--line-height_titre); border-right: none; text-decoration: underline; - border-radius: 10px 0px 0px 0px; + border-radius: 10px 0px 0px 0px; } div.stat_titre_data { grid-column: 6 / 18; - grid-row: 1 / 3; + grid-row: 1 / 4; white-space: nowrap; color: var(--noir); font-size: 20px; @@ -682,9 +693,9 @@ div.stat_titre_data { border-style: var(--border_style_competence); align-content: center; text-align: center; - line-height: var(--line-height_titre); - border-left: none; - border-radius: 0px 10px 0px 0px; + line-height: var(--line-height_titre); + border-left: none; + border-radius: 0px 10px 0px 0px; } div.stat_force_dice { @@ -3781,17 +3792,17 @@ div.comp_sanguinaire_data { } .sheet-rolltemplate-ito .sheet-title { - font-size: 20px; + font-size: 18px; font-weight: bold; margin-bottom: 5px; letter-spacing: -0.5px; } .sheet-rolltemplate-ito .sheet-subtitle { - font-size: 14px; - font-style: italic; - margin-bottom: 5px; - letter-spacing: -0.5px; + font-size: 16px; + /* font-style: italic; */ + /* margin-bottom: 5px; */ + /* letter-spacing: -0.5px; */ } .sheet-rolltemplate-ito .sheet-content { diff --git a/Chroniques_Katura/yradhil.html b/Chroniques_Katura/yradhil.html index 1762efd70d1b..30c2f36f3c76 100644 --- a/Chroniques_Katura/yradhil.html +++ b/Chroniques_Katura/yradhil.html @@ -6,6 +6,11 @@