Ame/Ame max
This commit is contained in:
@@ -2,34 +2,34 @@
|
||||
/* ==================== (A) Fonts ==================== */
|
||||
@font-face {
|
||||
font-family: "Charlemagne";
|
||||
src: url('../assets/fonts/CharlemagneStd-Bold.otf') format("otf");
|
||||
src: url('../assets/fonts/CharlemagneStd-Bold.otf') format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "CentaurMT";
|
||||
src: url('../assets/fonts/CentaurMT.otf') format("otf");
|
||||
src: url('../assets/fonts/CentaurMT.otf') format("opentype");
|
||||
}
|
||||
|
||||
:root {
|
||||
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
||||
--window-header-font-family: Charlemagne;
|
||||
--window-header-font-family: CentaurMT;
|
||||
--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: CentaurMT;
|
||||
--major-button-font-size: 1.05rem;
|
||||
--major-button-font-weight: normal;
|
||||
--major-button-color: #dadada;
|
||||
|
||||
--tab-header-font-family: Charlemagne;
|
||||
--tab-header-font-family: CentaurMT;
|
||||
--tab-header-font-size: 1.0rem;
|
||||
--tab-header-font-weight: 700;
|
||||
--tab-header-color: #403f3e;
|
||||
--tab-header-color-active: #4a0404;
|
||||
|
||||
--font-primary: CentaurMT;
|
||||
--font-secondary: Charlemagne;
|
||||
--font-secondary: CentaurMT;
|
||||
|
||||
--actor-input-font-size: 0.8rem;
|
||||
--actor-input-font-weight: 500;
|
||||
@@ -67,7 +67,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: CentaurMT;
|
||||
text-align: justify;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
@@ -79,15 +79,14 @@
|
||||
.window-app .window-header,
|
||||
#actors .directory-list,
|
||||
#navigation #scene-list .scene.nav-item {
|
||||
font-family: "Charlemagne";
|
||||
font-family: "CentaurMT";
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/* For title, sidebar character and scene */
|
||||
.sheet header.sheet-header h1 input {
|
||||
font-family: "Charlemagne";
|
||||
font-family: "CentaurMT";
|
||||
font-size: 0.8rem;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
.journal-sidebar .headings .heading.h3,
|
||||
@@ -116,13 +115,17 @@
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header select option {
|
||||
background-color: rgb(68, 25, 25);
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header input,
|
||||
.fvtt-mournblade-cyd2 .sheet-header select {
|
||||
color: lightgray;
|
||||
color: black;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header .liste-etat {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
|
||||
.window-header {
|
||||
@@ -304,9 +307,7 @@
|
||||
}
|
||||
|
||||
.background-sheet-header {
|
||||
background-image: url("../assets/ui/mournblade-cyd2_background_01.png");
|
||||
background-blend-mode: soft-light;
|
||||
color: lightgray;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -364,8 +365,7 @@
|
||||
border-bottom: 0;
|
||||
font-weight: bold;
|
||||
font-size: 2rem;
|
||||
font-family: "Charlemagne";
|
||||
color: lightgray;
|
||||
font-family: "CentaurMT";
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header h1.charname input {
|
||||
@@ -373,9 +373,10 @@
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
font-family: "Charlemagne";
|
||||
font-family: "CentaurMT";
|
||||
font-size: 2rem;
|
||||
color: lightgray;
|
||||
min-width: 30rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-tabs {
|
||||
@@ -1582,7 +1583,7 @@
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: "Charlemagne";
|
||||
font-family: "CentaurMT";
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user