Skip to content

Commit

Permalink
Merge pull request #13518 from ctotone/Yradhil_update
Browse files Browse the repository at this point in the history
Graphic update and Roll update
  • Loading branch information
NorWhal authored Nov 21, 2024
2 parents 505bdf0 + 0063fae commit 15aab43
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 44 deletions.
45 changes: 28 additions & 17 deletions Chroniques_Katura/yradhil.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down
Loading

0 comments on commit 15aab43

Please sign in to comment.