This commit is contained in:
2022-12-21 15:17:58 +01:00
parent 2f48669c85
commit d56be5dcd6
28 changed files with 176 additions and 123 deletions

View File

@ -39,7 +39,7 @@
text-align: justify;
font-size: 16px;
letter-spacing: 1px;
color: rgba(228, 240, 240, 0.75);
color: rgba(44, 133, 133, 0.75);
background: rgba(66, 66, 64, 0.95);
}
@ -47,17 +47,17 @@
/* Fonts */
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
font-size: 1.0rem;
color: rgba(228, 240, 240, 0.75);
color: rgba(224, 208, 197, 0.9);
background: rgba(66, 66, 64, 0.95);
} /* For title, sidebar character and scene */
.sheet nav.sheet-tabs {
font-size: 0.8rem;
color: rgba(228, 240, 240, 0.75);
color: rgba(224, 208, 197, 0.9);
background: rgba(66, 66, 64, 0.95);
} /* For nav and title */
.window-app input, .fvtt-hero-system-6 .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 {
.fvtt-hero-system-6 .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;
color: rgba(228, 240, 240, 0.75);
color: rgba(224, 208, 197, 0.9);
background: rgba(66, 66, 64, 0.95);
}
@ -65,15 +65,33 @@
background: rgba(0,0,0,0.75);
}
.dialog .window-content {
color: #ccdbe6;
color: rgba(66, 66, 64, 0.95);
}
.dialog-content, .dialog-buttons, .form-fields {
color: #ccdbe6;
color: rgba(66, 66, 64, 0.95);
}
.dialog-buttons {
color: rgba(66, 66, 64, 0.95);
}
.dialog .dialog-buttons button.default {
color: rgba(66, 66, 64, 0.95);
}
.window-app.sheet .window-content {
margin: 0;
padding: 0;
color: #ccdbe6;
color: rgba(224, 208, 197, 0.9);
}
input {
background: rgba(228, 240, 240, 0.75);
color: rgba(66, 66, 64, 0.95);
}
select {
background: rgba(228, 240, 240, 0.75);
color: rgba(66, 66, 64, 0.95);
}
select option {
background: rgba(228, 240, 240, 0.75);
color: rgba(66, 66, 64, 0.95);
}
.strong-text{
font-weight: bold;
@ -679,50 +697,6 @@ ul, li {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.competence-xp {
flex-grow: 0;
flex-basis: 2rem;
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.blessures-title {
font-weight: bold;
}
.alchimie-title {
font-weight: bold;
}
.blessure-data {
flex-direction: row;
align-content: flex-start;
justify-content: flex-start;
}
.blessures-soins {
flex-grow: 0;
flex-basis: 32px;
margin-right: 4px;
margin-left: 4px;
}
.blessures-loc {
flex-grow: 0;
flex-basis: 96px;
margin-right: 4px;
margin-left: 4px;
}
.pointsreve-value {
flex-grow: 0;
flex-basis: 64px;
margin-right: 4px;
margin-left: 4px;
}
.input-sante-header,
.stress-style {
flex-grow: 0;
flex-basis: 64px;
margin-right: 4px;
margin-left: 4px;
}
.small-label {
margin-top: 5px;
}
@ -1136,23 +1110,6 @@ ul, li {
opacity: 1;
}
.river-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
background-color: #7d5d3b00;
border-radius: 3px;
border: 2px ridge #846109;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-size: 0.8rem;
padding: 2px 4px 0px 4px;
text-decoration: none;
text-shadow: 0px 1px 0px #4d3534;
position: relative;
margin:4px;
}
.chat-card-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
@ -1196,7 +1153,6 @@ ul, li {
margin:0px;
}
.river-button:hover,
.plus-minus-button:hover,
.chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
@ -1486,29 +1442,3 @@ Focus FOC: #ff0084
min-width:2rem;
max-width: 2rem;
}
.dice-pool-stack {
flex: 1 1 5rem;
display: flex !important;
flex-grow: 0;
justify-content: flex-start;
}
.dice-pool-label {
margin-left: 4px;
}
.dice-pool-div {
border-left: 4px;
border-radius: 2px;
margin-bottom: 1rem;
background-color: #403f3e40;
}
.dice-pool-image {
border: 0;
margin-left: 4px;
min-width: 48px;
min-height: 48px;
max-width: 48px;
max-height: 48px;
flex-grow: 0;
}