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