Corrections CSS sur fiche archetype et système
All checks were successful
Release Creation / build (release) Successful in 50s
All checks were successful
Release Creation / build (release) Successful in 50s
This commit is contained in:
@@ -4,71 +4,37 @@
|
||||
src: url('../fonts/rivanna.ttf') format("truetype");
|
||||
}
|
||||
|
||||
:root {
|
||||
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
||||
--window-header-title-font-size: 1.3rem;
|
||||
--window-header-title-font-weight: normal;
|
||||
--window-header-title-color: #f5f5f5;
|
||||
|
||||
--major-button-font-size: 1.05rem;
|
||||
--major-button-font-weight: normal;
|
||||
--major-button-color: #dadada;
|
||||
|
||||
--tab-header-font-size: 1.0rem;
|
||||
--tab-header-font-weight: 700;
|
||||
--tab-header-color: #403f3e;
|
||||
--tab-header-color-active: #4a0404;
|
||||
|
||||
--actor-input-font-size: 0.8rem;
|
||||
--actor-input-font-weight: 500;
|
||||
--actor-input-color: black;
|
||||
|
||||
--actor-label-font-size: 0.8rem;
|
||||
--actor-label-font-weight: 700;
|
||||
--actor-label-color: #464331c4;
|
||||
|
||||
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
|
||||
--debug-background-color-red: #ff000054;
|
||||
--debug-background-color-blue: #1d00ff54;
|
||||
--debug-background-color-green: #54ff0054;
|
||||
|
||||
--debug-box-shadow-red: inset 0 0 2px red;
|
||||
--debug-box-shadow-blue: inset 0 0 2px blue;
|
||||
--debug-box-shadow-green: inset 0 0 2px green;
|
||||
}
|
||||
|
||||
/*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/
|
||||
/* Global styles & Font */
|
||||
/* Global styles scoped to Maléfices windows only */
|
||||
.fvtt-malefices .window-app {
|
||||
text-align: justify;
|
||||
font-size: 16px;
|
||||
letter-spacing: 1px;
|
||||
text-align: justify;
|
||||
font-size: 16px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
|
||||
font-size: 1.0rem;
|
||||
} /* For title, sidebar character and scene */
|
||||
/* Fonts — scoped to system sheets */
|
||||
.fvtt-malefices .sheet header.sheet-header h1 input,
|
||||
#actors .directory-list,
|
||||
#navigation #scene-list .scene.nav-item {
|
||||
font-size: 1.0rem;
|
||||
}
|
||||
.fvtt-malefices .sheet nav.sheet-tabs {
|
||||
font-size: 0.8rem;
|
||||
} /* For nav and title */
|
||||
.window-app input, .fvtt-malefices .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;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.fvtt-malefices .item-form,
|
||||
.fvtt-malefices .sheet header.sheet-header .flex-group-center.flex-compteurs,
|
||||
.fvtt-malefices .sheet header.sheet-header .flex-group-center.flex-fatigue,
|
||||
.fvtt-malefices .item-checkbox,
|
||||
#sidebar, #players, #navigation #nav-toggle {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.window-header{
|
||||
background: rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.strong-text{
|
||||
.strong-text {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tabs .item.active, .blessures-list li ul li:first-child:hover, a:hover {
|
||||
.fvtt-malefices .tabs .item.active,
|
||||
.blessures-list li ul li:first-child:hover {
|
||||
text-shadow: 1px 0px 0px @color-accent;
|
||||
}
|
||||
|
||||
@@ -78,15 +44,15 @@ background: rgba(0,0,0,0.75);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input:hover, select:hover {
|
||||
.fvtt-malefices input:hover, .fvtt-malefices select:hover {
|
||||
border-width: 4px;
|
||||
border-color: rgb(85, 65, 130);
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
.fvtt-malefices input:disabled {
|
||||
color:#1c2058;
|
||||
}
|
||||
select:disabled {
|
||||
.fvtt-malefices select:disabled {
|
||||
color:#1c2058;
|
||||
}
|
||||
table {border: 1px solid #7a7971;}
|
||||
|
||||
@@ -48,6 +48,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Description editor: ensure enough vertical room */
|
||||
.tab.description {
|
||||
prose-mirror,
|
||||
.editor,
|
||||
.ProseMirror {
|
||||
min-height: 440px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Header layout override for item sheets (smaller than actor sheet header) */
|
||||
.sheet-header {
|
||||
flex: 0 0 auto;
|
||||
|
||||
@@ -204,23 +204,29 @@ li.folder > .folder-header h3 {
|
||||
/*background: #494e6b;*/
|
||||
}
|
||||
|
||||
input[type="text"], select[type="text"] {
|
||||
.fvtt-malefices input[type="text"], .fvtt-malefices select[type="text"] {
|
||||
background:white;
|
||||
color: @color-input-text;
|
||||
}
|
||||
|
||||
select {
|
||||
.fvtt-malefices select {
|
||||
background:white;
|
||||
color: @color-input-text;
|
||||
}
|
||||
/* background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
|
||||
/*color: rgba(168, 139, 139, 0.5);*/
|
||||
.window-app.sheet .window-content .sheet-header select[type="text"], .window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-body input[type="text"], .window-app.sheet .window-content .sheet-body input[type="number"], .window-app.sheet .window-content .sheet-body select[type="text"] {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header select[type="text"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="text"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="number"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="text"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="number"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body select[type="text"] {
|
||||
color: @color-text;
|
||||
/*color: #494e6b;*/
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="password"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="date"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
color: @color-text;
|
||||
background: @bg-sheet;
|
||||
border: 1 none;
|
||||
@@ -228,7 +234,9 @@ select {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body input[type="password"], .window-app.sheet .window-content .sheet-body input[type="date"], .window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="password"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="date"],
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
color: @color-text;
|
||||
background: @bg-sheet;
|
||||
border: 1 none;
|
||||
@@ -236,7 +244,8 @@ select {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body select, .window-app.sheet .window-content .sheet-header select {
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-body select,
|
||||
.fvtt-malefices.window-app.sheet .window-content .sheet-header select {
|
||||
color: @color-text;
|
||||
background: #fff;
|
||||
border: 1 none;
|
||||
@@ -262,7 +271,7 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
nav.sheet-tabs {
|
||||
.fvtt-malefices nav.sheet-tabs {
|
||||
font-size: @tab-font-size;
|
||||
font-weight: bold;
|
||||
height: @tab-height;
|
||||
@@ -289,7 +298,7 @@ nav.sheet-tabs {
|
||||
color: #6d5923 !important;
|
||||
}
|
||||
|
||||
nav.sheet-tabs .item {
|
||||
.fvtt-malefices nav.sheet-tabs .item {
|
||||
position: relative;
|
||||
padding: 0 0.25rem;
|
||||
color: @color-tab-text;
|
||||
@@ -297,7 +306,7 @@ nav.sheet-tabs .item {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
nav.sheet-tabs .item:after {
|
||||
.fvtt-malefices nav.sheet-tabs .item:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user