Initial import

This commit is contained in:
2022-12-26 20:46:03 +01:00
parent ad7757da76
commit e3677e9739
7 changed files with 94 additions and 133 deletions

View File

@@ -1,23 +1,27 @@
/* ==================== (A) Fonts ==================== */
/* ==================== (A) Fonts ==================== */
@font-face {
font-family: "Charlemagne";
font-family: Charlemagne;
src: url('../assets/fonts/CharlemagneStd-Bold.otf') format("otf");
}
@font-face {
font-family: GismondaFG;
src: url('../assets/fonts/GismondaFG.woff') format("woff");
}
:root {
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
--window-header-font-family: Charlemagne;
--window-header-font-family: GismondaFG;
--window-header-title-font-size: 1.1rem;
--window-header-title-font-weight: normal;
--window-header-title-color: #f5f5f5;
--major-button-font-family: Charlemagne;
--major-button-font-family: GismondaFG;
--major-button-font-size: 1.05rem;
--major-button-font-weight: normal;
--major-button-color: #dadada;
--tab-header-font-family: Charlemagne;
--tab-header-font-family: GismondaFG;
--tab-header-font-size: 1.0rem;
--tab-header-font-weight: 700;
--tab-header-color: #403f3e;
@@ -44,7 +48,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: Charlemagne;
font-family: GismondaFG;
text-align: justify;
font-size: 12px;
letter-spacing: 1px;
@@ -53,19 +57,20 @@
}
/* Fonts */
.window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
font-family: "Charlemagne";
font-family: GismondaFG;
font-size: 0.8rem;
} /* For title, sidebar character and scene */
.sheet header.sheet-header h1 input {
font-family: "Charlemagne";
font-family: GismondaFG;
font-size: 0.8rem;
color: lightgray;
color: rgb(41, 38, 38);
}
.sheet nav.sheet-tabs {
font-family: "Charlemagne";
font-family: "GismondaFG";
font-size: 0.8rem;
color: #151c1f;
} /* For nav and title */
.window-app input, .fvtt-les-heritiers .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-size: 0.8rem;
}
@@ -73,7 +78,7 @@
background-color: rgb(68, 25, 25);
}
.fvtt-les-heritiers .sheet-header input, .fvtt-les-heritiers .sheet-header select {
color: lightgray;
color: rgb(41, 38, 38);
}
.window-header{
background: rgba(0,0,0,0.75);
@@ -236,13 +241,13 @@ table {border: 1px solid #7a7971;}
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 10px;
background-image: url("../assets/ui/hawkmoon_background_01.png");
background-image: url("../assets/ui/fiche_background_simple_01.webp");
}
.background-sheet-header {
background-image: url("../assets/ui/hawkmoon_background_01.png");
background-image: url("../assets/ui/fiche_background_simple_01.webp");
background-blend-mode: soft-light;
color: lightgray;
color: rgb(41, 38, 38);
}
.fvtt-les-heritiers .sheet-header .profile-img {
@@ -298,8 +303,8 @@ table {border: 1px solid #7a7971;}
border-bottom: 0;
font-weight: bold;
font-size: 2rem;
font-family: "Charlemagne";
color: lightgray;
font-family: GismondaFG;
color: rgb(41, 38, 38);
}
.fvtt-les-heritiers .sheet-header h1.charname input {
@@ -307,9 +312,9 @@ table {border: 1px solid #7a7971;}
height: 100%;
margin: 0;
font-weight: bold;
font-family: "Charlemagne";
font-family: GismondaFG;
font-size: 2rem;
color: lightgray;
color: rgb(41, 38, 38);
}
.fvtt-les-heritiers .sheet-tabs {
@@ -371,6 +376,7 @@ table {border: 1px solid #7a7971;}
.fvtt-les-heritiers .tabs .item {
/*line-height: 40px;*/
font-weight: bold;
font-family: GismondaFG;
}
.fvtt-les-heritiers .tabs .item.active {
@@ -423,7 +429,7 @@ table {border: 1px solid #7a7971;}
/* Sheet */
.window-app.sheet .window-content .sheet-header{
/*background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
background: url("../assets/ui/pc_sheet_bg.webp");
background: url("../assets/ui/fiche_background_simple_01.webp");
background-repeat: repeat;
}
@@ -438,7 +444,7 @@ table {border: 1px solid #7a7971;}
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
font-size: 0.8rem;
background: url("../assets/ui/pc_sheet_bg.webp");
background: url("../assets/ui/fiche_background_simple_01.webp");
background-repeat: repeat-y;
color: black;
}
@@ -467,8 +473,8 @@ table {border: 1px solid #7a7971;}
border-top: 0 none;
border-bottom: 0 none;
/*background-color:#2e5561;*/
color: #151c1f;
/*background-image: url("../assets/ui/hawkmoon_background_02.png");*/
color: #cbdaa3;
background-image: url("../assets/ui/bandeau_01.webp");
}
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/
@@ -1410,6 +1416,12 @@ ul, li {
min-width: 8rem;
}
.item-field-label-long2 {
padding-top: 6px;
flex-grow:1;
max-width: 14rem;
min-width: 14rem;
}
.item-field-label-long3 {
padding-top: 6px;
flex-grow:1;
max-width: 20rem;