Fix des tailles de polices

This commit is contained in:
Vincent Vandemeulebrouck 2022-12-10 16:09:35 +01:00
parent 153bfe2e75
commit df26e654ae

View File

@ -31,12 +31,12 @@
:root { :root {
/* =================== 1. ACTOR SHEET FONT STYLES =========== */ /* =================== 1. ACTOR SHEET FONT STYLES =========== */
--window-header-title-font-family: CaslonAntique; --window-header-title-font-family: CaslonAntique;
--window-header-title-font-size: 1.5rem; --window-header-title-font-size: 1.6rem;
--window-header-title-font-weight: normal; --window-header-title-font-weight: normal;
--window-header-title-color: #f5f5f5; --window-header-title-color: #f5f5f5;
--major-button-font-family: CaslonAntique; --major-button-font-family: CaslonAntique;
--major-button-font-size: 1.25rem; --major-button-font-size: 1.4rem;
--major-button-font-weight: normal; --major-button-font-weight: normal;
--major-button-color: #dadada; --major-button-color: #dadada;
@ -88,7 +88,7 @@
.window-app { .window-app {
font-family: CaslonAntique; font-family: CaslonAntique;
text-align: justify; text-align: justify;
font-size: 16px; font-size: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
} }
@ -199,7 +199,7 @@ i:is(.fas, .far) {
/* =================== Navigation ============ */ /* =================== Navigation ============ */
.sheet nav.sheet-tabs { .sheet nav.sheet-tabs {
font-size: 0.65rem; font-size: 0.7rem;
font-weight: bold; font-weight: bold;
height: 4rem; height: 4rem;
flex: 0 0 4rem; flex: 0 0 4rem;
@ -621,6 +621,9 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
.rdd-roll-dialog .description-sort { .rdd-roll-dialog .description-sort {
max-width: 550px; max-width: 550px;
} }
.rdd-roll-dialog div.dialog-content input {
font-size: 1rem;
}
.rdd-roll-part { .rdd-roll-part {
align-items: center; align-items: center;
border-radius: 6px; padding: 3px; border-radius: 6px; padding: 3px;
@ -652,7 +655,7 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
} }
.rdd-niveau-requis{ .rdd-niveau-requis{
font-size: 0.80rem; font-size: 0.8rem;
text-align: right; text-align: right;
} }
@ -675,11 +678,11 @@ div.placeholder-resolution span.table-proba-reussite{
} }
.poesie-extrait { .poesie-extrait {
font-size: 0.85rem; font-size: 0.9rem;
font-style: italic; font-style: italic;
} }
.poesie-reference{ .poesie-reference{
font-size: 0.70rem; font-size: 0.7rem;
text-align: right; text-align: right;
} }
.poesie-overflow { .poesie-overflow {
@ -695,7 +698,7 @@ div.placeholder-resolution span.table-proba-reussite{
} }
.type-compendium{ .type-compendium{
font-size: 0.60rem; font-size: 0.6rem;
} }
/* ======================================== */ /* ======================================== */
@ -1092,7 +1095,7 @@ div.competence-column div.categorie-competence{
/* ======================================== */ /* ======================================== */
.table-nombres-astraux { .table-nombres-astraux {
border:1; border:1;
font-size: 0.75rem; font-size: 0.8rem;
} }
.table-nombres-astraux td { .table-nombres-astraux td {
border: 1px solid black; border: 1px solid black;
@ -1134,7 +1137,7 @@ div.competence-column div.categorie-competence{
margin-left: 8px; margin-left: 8px;
} }
.rdd-hud-menu label { .rdd-hud-menu label {
font-size: 0.75rem; font-size: 0.8rem;
} }
#token-hud .status-effects.active{ #token-hud .status-effects.active{
z-index: 2; z-index: 2;
@ -1434,8 +1437,8 @@ div.competence-column div.categorie-competence{
font-family: "GoudyAcc"; font-family: "GoudyAcc";
color: #CCC; color: #CCC;
opacity: 90; opacity: 90;
font-size: 13px; font-size: 0.9rem;
line-height: 1; line-height: 1px;
text-align: center; text-align: center;
padding: 0; padding: 0;
margin: 0; margin: 0;
@ -1601,7 +1604,7 @@ div.competence-column div.categorie-competence{
.calendar-time{ .calendar-time{
grid-column: 1; grid-column: 1;
grid-row: 2; grid-row: 2;
font-size: 1.10rem; font-size: 1.1rem;
text-align: center; text-align: center;
margin: auto; margin: auto;
cursor: pointer; cursor: pointer;
@ -1610,7 +1613,7 @@ div.competence-column div.categorie-competence{
.calendar-nombre-astral{ .calendar-nombre-astral{
grid-column: 2; grid-column: 2;
grid-row: 2; grid-row: 2;
font-size: 1.10rem; font-size: 1.1rem;
text-align: right; text-align: right;
margin: auto; margin: auto;
cursor: pointer; cursor: pointer;
@ -1703,7 +1706,7 @@ display: inline-flex;
cursor: pointer; cursor: pointer;
color: #ffffff; color: #ffffff;
font-family: CaslonPro; font-family: CaslonPro;
font-size: 14px; font-size: 0.9px;
padding: 4px 12px 0px 12px; padding: 4px 12px 0px 12px;
text-decoration: none; text-decoration: none;
text-shadow: 0px 1px 0px #4d3534; text-shadow: 0px 1px 0px #4d3534;