#27 Gestion des rencontres

This commit is contained in:
2020-11-21 14:30:00 +01:00
parent 176e3b7916
commit 357e08758a
8 changed files with 66 additions and 22 deletions

View File

@ -15,31 +15,35 @@
font-family: "Fondamento";
src: url('../fonts/Fondamento.ttf') format("truetype");
}
@font-face {
font-family: "CaslonAntique";
src: url('../fonts/CaslonAntique.ttf') format("truetype");
}
:root {
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
--window-header-title-font-family: Gothic;
--window-header-title-font-family: CaslonAntique;
--window-header-title-font-size: 1.5rem;
--window-header-title-font-weight: normal;
--window-header-title-color: #f5f5f5;
--major-button-font-family: Gothic;
--major-button-font-family: CaslonAntique;
--major-button-font-size: 1.25rem;
--major-button-font-weight: normal;
--major-button-color: #dadada;
--tab-header-font-family: Gothic;
--tab-header-font-family: CaslonAntique;
--tab-header-font-size: 1rem;
--tab-header-font-weight: 700;
--tab-header-color: #403f3e;
--tab-header-color-active: #4a0404;
--actor-input-font-family: Gothic;
--actor-input-font-family: CaslonAntique;
--actor-input-font-size: 1rem;
--actor-input-font-weight: 500;
--actor-input-color: black;
--actor-label-font-family: Gothic;
--actor-label-font-family: CaslonAntique;
--actor-label-font-size: 1rem;
--actor-label-font-weight: 700;
--actor-label-color: #464331c4;
@ -57,7 +61,7 @@
/*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/
/* Global styles & Font */
.window-app {
font-family: Gothic;
font-family: CaslonAntique;
text-align: justify;
font-size: 14px;
letter-spacing: 1px;
@ -65,9 +69,9 @@
/* Fonts */
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {font-family: "GoudyAcc"}
.sheet nav.sheet-tabs {font-family: "MedievalSharp";}
.sheet nav.sheet-tabs {font-family: "GoudyAcc";}
.window-app input, .foundryvtt-reve-de-dragon .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
font-family: "Gothic";
font-family: "CaslonAntique";
}
.window-header{
@ -356,7 +360,7 @@ table {border: 1px solid #7a7971;}
/* ======================================== */
/* Sheet */
.window-app.sheet .window-content .sheet-header{
background: #011d33 url("img/bg_header.jpg") no-repeat left top;
background: #011d33 url("img/bg_header.webp") no-repeat left top;
color: rgba(255, 255, 255, 1);
}