3078 lines
78 KiB
CSS
3078 lines
78 KiB
CSS
/* ==================== (A) Fonts ==================== */
|
|
@font-face {
|
|
font-family: "Charlemagne";
|
|
src: url('../assets/fonts/CharlemagneStd-Bold.otf') format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: "CentaurMT";
|
|
src: url('../assets/fonts/CentaurMT.otf') format("opentype");
|
|
}
|
|
:root {
|
|
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
|
--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: CentaurMT;
|
|
--major-button-font-size: 1.05rem;
|
|
--major-button-font-weight: normal;
|
|
--major-button-color: #dadada;
|
|
--tab-header-font-family: CentaurMT;
|
|
--tab-header-font-size: 1rem;
|
|
--tab-header-font-weight: 700;
|
|
--tab-header-color: #403f3e;
|
|
--tab-header-color-active: #4a0404;
|
|
--font-primary: CentaurMT;
|
|
--font-secondary: CentaurMT;
|
|
--actor-input-font-size: 0.9rem;
|
|
--actor-input-font-weight: 500;
|
|
--actor-input-color: black;
|
|
--actor-label-font-size: 0.9rem;
|
|
--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;
|
|
}
|
|
.window-app button,
|
|
.window-app select,
|
|
.window-app input {
|
|
font-family: "CentaurMT";
|
|
text-align: center;
|
|
}
|
|
/*@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: CentaurMT;
|
|
text-align: justify;
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
}
|
|
/* Fonts */
|
|
.sheet header.sheet-header h1 input,
|
|
.window-app .window-header,
|
|
#actors .directory-list,
|
|
#navigation #scene-list .scene.nav-item {
|
|
font-family: "CentaurMT";
|
|
font-size: 0.9rem;
|
|
}
|
|
/* For title, sidebar character and scene */
|
|
.sheet nav.sheet-tabs {
|
|
font-family: "Charlemagne";
|
|
font-size: 0.8rem;
|
|
}
|
|
/* For nav and title */
|
|
.window-app input,
|
|
.fvtt-mournblade .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.9rem;
|
|
}
|
|
.window-header {
|
|
background: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.window-app.sheet .window-content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.strong-text {
|
|
font-weight: bold;
|
|
}
|
|
.tabs .item.active,
|
|
.blessures-list li ul li:first-child:hover,
|
|
a:hover {
|
|
text-shadow: 1px 0px 0px #ff6600;
|
|
}
|
|
.rollable:hover,
|
|
.rollable:focus {
|
|
color: #000;
|
|
text-shadow: 0 0 10px red;
|
|
cursor: pointer;
|
|
}
|
|
input:disabled,
|
|
select:disabled {
|
|
opacity: 1;
|
|
cursor: not-allowed;
|
|
-webkit-text-fill-color: currentColor;
|
|
}
|
|
table {
|
|
border: 1px solid #7a7971;
|
|
}
|
|
.grid,
|
|
.grid-2col {
|
|
display: grid;
|
|
grid-column: span 2 / span 2;
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
gap: 10px;
|
|
margin: 10px 0;
|
|
padding: 0;
|
|
}
|
|
.grid-3col {
|
|
grid-column: span 3 / span 3;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
.grid-4col {
|
|
grid-column: span 4 / span 4;
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
.grid-5col {
|
|
grid-column: span 5 / span 5;
|
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
}
|
|
.grid-6col {
|
|
grid-column: span 5 / span 5;
|
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
}
|
|
.grid-7col {
|
|
grid-column: span 7 / span 7;
|
|
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
}
|
|
.grid-8col {
|
|
grid-column: span 8 / span 8;
|
|
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
}
|
|
.grid-9col {
|
|
grid-column: span 9 / span 9;
|
|
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
}
|
|
.grid-10col {
|
|
grid-column: span 10 / span 10;
|
|
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
}
|
|
.grid-11col {
|
|
grid-column: span 11 / span 11;
|
|
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
}
|
|
.grid-12col {
|
|
grid-column: span 12 / span 12;
|
|
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
}
|
|
.flex-group-center,
|
|
.flex-group-left,
|
|
.flex-group-right {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
padding: 5px;
|
|
}
|
|
.flex-group-left {
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
text-align: left;
|
|
}
|
|
.flex-group-right {
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
text-align: right;
|
|
}
|
|
.flex-center {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
.table-create-actor {
|
|
font-size: 0.9rem;
|
|
}
|
|
.flex-between {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.flex-shrink {
|
|
flex: 'flex-shrink';
|
|
}
|
|
/* Styles limited to foundryvtt-vadentis sheets */
|
|
.fvtt-mournblade .sheet-header {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 210px;
|
|
flex: 0 0 210px;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
margin-bottom: 10px;
|
|
}
|
|
.fvtt-mournblade .sheet-header .profile-img {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 128px;
|
|
flex: 0 0 128px;
|
|
height: 128px;
|
|
width: 128px;
|
|
margin-right: 10px;
|
|
object-fit: cover;
|
|
object-position: 50% 0;
|
|
}
|
|
.button-img {
|
|
vertical-align: baseline;
|
|
width: 8%;
|
|
height: 8%;
|
|
max-height: 48px;
|
|
border-width: 0;
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
}
|
|
.button-img:hover {
|
|
color: rgba(255, 255, 128, 0.7);
|
|
border: 1px solid rgba(255, 128, 0, 0.8);
|
|
cursor: pointer;
|
|
}
|
|
.button-effect-img {
|
|
vertical-align: baseline;
|
|
width: 16px;
|
|
max-height: 16px;
|
|
height: 16;
|
|
border-width: 0;
|
|
}
|
|
.small-button-container {
|
|
height: 16px;
|
|
width: 16px;
|
|
border: 0;
|
|
vertical-align: bottom;
|
|
}
|
|
.fvtt-mournblade .sheet-header .header-fields {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.fvtt-mournblade .sheet-header h1.charname {
|
|
height: 50px;
|
|
padding: 0px;
|
|
margin: 5px 0;
|
|
border-bottom: 0;
|
|
font-weight: bold;
|
|
font-size: 2rem;
|
|
font-family: "CentaurMT";
|
|
}
|
|
.fvtt-mournblade .sheet-header h1.charname input {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
font-family: "CentaurMT";
|
|
font-size: 2rem;
|
|
text-align: left;
|
|
}
|
|
.fvtt-mournblade .sheet-tabs {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0;
|
|
flex: 0;
|
|
}
|
|
.fvtt-mournblade .sheet-body,
|
|
.fvtt-mournblade .sheet-body .tab {
|
|
height: auto;
|
|
font-size: 0.9rem;
|
|
}
|
|
.fvtt-mournblade .sheet-body .tab .editor {
|
|
height: 100%;
|
|
font-size: 0.9rem;
|
|
}
|
|
.predilection-text {
|
|
padding-left: 8px;
|
|
font-style: italic;
|
|
font-size: 0.6rem;
|
|
}
|
|
.editor {
|
|
border: 2;
|
|
height: 300px;
|
|
padding: 0 3px;
|
|
}
|
|
.medium-editor {
|
|
border: 2;
|
|
height: 240px;
|
|
padding: 0 3px;
|
|
}
|
|
.small-editor {
|
|
border: 2;
|
|
height: 120px;
|
|
padding: 0 3px;
|
|
}
|
|
.fvtt-mournblade .tox .tox-editor-container {
|
|
background: #fff;
|
|
}
|
|
.fvtt-mournblade .tox .tox-edit-area {
|
|
padding: 0 8px;
|
|
}
|
|
.fvtt-mournblade .resource-label {
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
.fvtt-mournblade .tabs {
|
|
height: 40px;
|
|
border-top: 1px solid #AAA;
|
|
border-bottom: 1px solid #AAA;
|
|
color: #000000;
|
|
}
|
|
.fvtt-mournblade .tabs .item {
|
|
line-height: 40px;
|
|
font-weight: bold;
|
|
}
|
|
.fvtt-mournblade .tabs .item.active {
|
|
text-decoration: underline;
|
|
text-shadow: none;
|
|
}
|
|
.fvtt-mournblade .items-list {
|
|
list-style: none;
|
|
margin: 1px 0;
|
|
padding: 0;
|
|
overflow-y: auto;
|
|
}
|
|
.fvtt-mournblade .items-list .item-header {
|
|
font-weight: bold;
|
|
}
|
|
.fvtt-mournblade .items-list .item {
|
|
height: 30px;
|
|
line-height: 24px;
|
|
padding: 1px 0;
|
|
border-bottom: 1px solid #BBB;
|
|
}
|
|
.fvtt-mournblade .items-list .item .item-image {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 24px;
|
|
flex: 0 0 24px;
|
|
margin-right: 5px;
|
|
}
|
|
.fvtt-mournblade .items-list .item img {
|
|
display: block;
|
|
}
|
|
.fvtt-mournblade .items-list .item-name {
|
|
margin: 0;
|
|
}
|
|
.fvtt-mournblade .items-list .item-controls {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 86px;
|
|
flex: 0 0 86px;
|
|
text-align: right;
|
|
}
|
|
/* ======================================== */
|
|
/* 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") repeat left top;
|
|
/*color: rgba(168, 139, 139, 0.5);*/
|
|
}
|
|
.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-header input[type="password"],
|
|
.window-app.sheet .window-content .sheet-header input[type="date"],
|
|
.window-app.sheet .window-content .sheet-header input[type="time"] {
|
|
color: rgba(36, 37, 37, 0.75);
|
|
background: rgba(255, 255, 255, 0.05);
|
|
border: 0 none;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
.window-app .window-content,
|
|
.window-app.sheet .window-content .sheet-body {
|
|
font-size: 0.9rem;
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat left top;
|
|
}
|
|
/* background: rgba(245,245,240,0.6) url("../images/ui/sheet_background.webp") left top;*/
|
|
section.sheet-body {
|
|
padding: 0.25rem 0.5rem;
|
|
}
|
|
.sheet header.sheet-header .profile-img {
|
|
object-fit: cover;
|
|
object-position: 50% 0;
|
|
margin: 0.5rem 0 0.5rem 0.5rem;
|
|
padding: 0;
|
|
}
|
|
.sheet nav.sheet-tabs {
|
|
font-size: 0.7rem;
|
|
font-weight: bold;
|
|
height: 3rem;
|
|
flex: 0 0 3rem;
|
|
margin: 0;
|
|
padding: 0 0 0 0.25rem;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
line-height: 1.5rem;
|
|
border-top: 0 none;
|
|
border-bottom: 0 none;
|
|
background-color: black;
|
|
color: beige;
|
|
}
|
|
nav.sheet-tabs .item {
|
|
position: relative;
|
|
padding: 0 0.25rem;
|
|
color: beige;
|
|
}
|
|
nav.sheet-tabs .item:after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 2rem;
|
|
width: 1px;
|
|
border-right: 1px dashed rgba(52, 52, 52, 0.25);
|
|
}
|
|
.sheet .tab[data-tab] {
|
|
padding: 0;
|
|
}
|
|
section.sheet-body:after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
.sheet header.sheet-header .flex-compteurs {
|
|
text-align: right;
|
|
}
|
|
.sheet header.sheet-header .resource-content {
|
|
width: 2rem;
|
|
}
|
|
.select-diff {
|
|
display: inline-block;
|
|
text-align: left;
|
|
width: 50px;
|
|
}
|
|
.window-app.sheet .window-content .tooltip:hover .tooltiptext {
|
|
top: 2rem;
|
|
left: 2rem;
|
|
margin: 0;
|
|
padding: 0.25rem;
|
|
}
|
|
.window-app.sheet .window-content .carac-value,
|
|
.window-app.sheet .window-content .competence-xp {
|
|
margin: 0.05rem;
|
|
flex-basis: 3rem;
|
|
text-align: center;
|
|
}
|
|
/* ======================================== */
|
|
/* Global UI elements */
|
|
/* ======================================== */
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font-weight: bold;
|
|
}
|
|
ul,
|
|
ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul,
|
|
li {
|
|
list-style-type: none;
|
|
}
|
|
.sheet li {
|
|
margin: 0.01rem;
|
|
padding: 0.25rem;
|
|
}
|
|
.header-fields li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.alterne-list > .list-item:hover {
|
|
background: rgba(100, 100, 50, 0.25);
|
|
}
|
|
.alterne-list > .list-item:nth-child(even) {
|
|
background: rgba(80, 60, 0, 0.1);
|
|
}
|
|
.alterne-list > .list-item:nth-child(odd) {
|
|
background: #a08264;
|
|
}
|
|
.specialisation-label {
|
|
font-size: 0.9rem;
|
|
}
|
|
.carac-label,
|
|
.attr-label {
|
|
font-weight: bold;
|
|
}
|
|
.list-item {
|
|
margin: 0.125rem;
|
|
box-shadow: inset 0px 0px 1px #00000096;
|
|
border-radius: 0.25rem;
|
|
padding: 0.125rem;
|
|
flex: 1 1 5rem;
|
|
}
|
|
.item-display-show {
|
|
display: block;
|
|
}
|
|
.item-display-hide {
|
|
display: none;
|
|
}
|
|
.conteneur-type {
|
|
background: #c80a64;
|
|
}
|
|
.item-quantite {
|
|
margin-left: 0.5rem;
|
|
}
|
|
.list-item-margin1 {
|
|
margin-left: 1rem;
|
|
}
|
|
.list-item-margin2 {
|
|
margin-left: 2rem;
|
|
}
|
|
.list-item-margin3 {
|
|
margin-left: 3rem;
|
|
}
|
|
.list-item-margin4 {
|
|
margin-left: 4rem;
|
|
}
|
|
.sheet-competence-img {
|
|
width: 24px;
|
|
height: 24px;
|
|
flex-grow: 0;
|
|
margin-right: 0.25rem;
|
|
}
|
|
.competence-column {
|
|
flex-direction: column;
|
|
align-content: flex-start;
|
|
justify-content: flex-start;
|
|
flex-grow: 0;
|
|
flex-basis: 1;
|
|
}
|
|
.competence-header {
|
|
align-content: flex-start;
|
|
justify-content: flex-start;
|
|
font-weight: bold;
|
|
flex-grow: 0;
|
|
}
|
|
.secondaire-label,
|
|
.arme-label,
|
|
.generic-label,
|
|
.competence-label,
|
|
.devotion-label,
|
|
.sort-label,
|
|
.technique-label,
|
|
.stat-label,
|
|
.arme-label,
|
|
.armure-label,
|
|
.equipement-label,
|
|
.description-label {
|
|
flex-grow: 2;
|
|
margin-left: 4px;
|
|
}
|
|
.roll-dialog-label {
|
|
margin: 4px 0;
|
|
}
|
|
.short-label {
|
|
flex-grow: 1;
|
|
}
|
|
.keyword-label {
|
|
font-size: 0.85rem;
|
|
}
|
|
.item-sheet-label {
|
|
flex-grow: 1;
|
|
}
|
|
.item-text-long-line {
|
|
flex-grow: 3;
|
|
}
|
|
.score-label {
|
|
flex-grow: 2;
|
|
align-content: center;
|
|
}
|
|
.attribut-value,
|
|
.carac-value {
|
|
flex-grow: 0;
|
|
flex-basis: 64px;
|
|
margin-right: 4px;
|
|
margin-left: 4px;
|
|
}
|
|
.sante-value,
|
|
.competence-value {
|
|
flex-grow: 0;
|
|
flex-basis: 2rem;
|
|
margin-right: 0.25rem;
|
|
margin-left: 0.25rem;
|
|
}
|
|
.description-value {
|
|
flex-grow: 0;
|
|
flex-basis: 4rem;
|
|
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;
|
|
}
|
|
.padd-right {
|
|
margin-right: 8px;
|
|
}
|
|
.padd-left {
|
|
margin-left: 8px;
|
|
}
|
|
.stack-left {
|
|
align-items: center;
|
|
flex-shrink: 1;
|
|
flex-grow: 0;
|
|
}
|
|
.npc-stat-label {
|
|
flex-grow: 2;
|
|
}
|
|
.packed-left {
|
|
white-space: nowrap;
|
|
flex-grow: 0;
|
|
}
|
|
.input-numeric-short {
|
|
width: 40px;
|
|
max-width: 40px;
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
flex-basis: 40px;
|
|
margin-right: 0.25rem;
|
|
margin-left: 0.25rem;
|
|
}
|
|
.stats-table {
|
|
align-content: flex-start;
|
|
}
|
|
/* ======================================== */
|
|
.tokenhudext {
|
|
display: flex;
|
|
flex: 0 !important;
|
|
font-weight: 600;
|
|
}
|
|
.tokenhudext.left {
|
|
justify-content: flex-start;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
top: 2.75rem;
|
|
right: 4rem;
|
|
}
|
|
.tokenhudext.right {
|
|
justify-content: flex-start;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
top: 2.75rem;
|
|
left: 4rem;
|
|
}
|
|
.control-icon.tokenhudicon {
|
|
width: fit-content;
|
|
height: fit-content;
|
|
min-width: 6rem;
|
|
flex-basis: auto;
|
|
padding: 0;
|
|
line-height: 1rem;
|
|
margin: 0.25rem;
|
|
}
|
|
.control-icon.tokenhudicon.right {
|
|
margin-left: 8px;
|
|
}
|
|
#token-hud .status-effects.active {
|
|
z-index: 2;
|
|
}
|
|
/* ======================================== */
|
|
.item-checkbox {
|
|
height: 25px;
|
|
border: 1px solid #736953a6;
|
|
border-left: none;
|
|
font-weight: 500;
|
|
font-size: 1rem;
|
|
color: black;
|
|
padding-top: 5px;
|
|
margin-right: 0px;
|
|
width: 45px;
|
|
position: relative;
|
|
left: 0px;
|
|
text-align: center;
|
|
}
|
|
.flex-actions-bar {
|
|
flex-grow: 2;
|
|
}
|
|
/* ======================================== */
|
|
/* Sidebar CSS */
|
|
#sidebar {
|
|
font-size: 1rem;
|
|
background-position: 100%;
|
|
color: rgba(220, 220, 220, 0.75);
|
|
}
|
|
/* background: rgb(105,85,65) url("../images/ui/texture_feuille_perso_onglets.webp") no-repeat right bottom;*/
|
|
#sidebar.collapsed {
|
|
height: 470px !important;
|
|
}
|
|
#sidebar-tabs > .collapsed,
|
|
#chat-controls .chat-control-icon {
|
|
color: rgba(220, 220, 220, 0.75);
|
|
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
|
|
}
|
|
.sidebar-tab .directory-list .entity {
|
|
border-top: 1px dashed rgba(0, 0, 0, 0.25);
|
|
border-bottom: 0 none;
|
|
padding: 0.25rem 0;
|
|
}
|
|
.sidebar-tab .directory-list .entity:hover {
|
|
background: rgba(0, 0, 0, 0.05);
|
|
cursor: pointer;
|
|
}
|
|
.chat-message-header {
|
|
background: rgba(220, 220, 210, 0.5);
|
|
font-size: 1.1rem;
|
|
height: 48px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.chat-message .message-header .flavor-text,
|
|
.chat-message .message-header .whisper-to {
|
|
font-size: 0.9rem;
|
|
}
|
|
.chat-message .message-content {
|
|
font-size: 0.9rem;
|
|
font-family: CentaurMT;
|
|
}
|
|
.message-content .roll-success {
|
|
color: #34ee34;
|
|
font-weight: bold;
|
|
font-family: Charlemagne;
|
|
}
|
|
.message-content .roll-failure {
|
|
color: #e0850d;
|
|
font-weight: bold;
|
|
font-family: Charlemagne;
|
|
}
|
|
.message-content .roll-heroic {
|
|
color: #0000ff;
|
|
font-weight: bold;
|
|
font-family: Charlemagne;
|
|
}
|
|
.message-content .roll-dramatic {
|
|
color: purple;
|
|
font-weight: bold;
|
|
font-family: Charlemagne;
|
|
}
|
|
.chat-actor-name {
|
|
padding: 4px;
|
|
}
|
|
.chat-img {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
.roll-dialog-header {
|
|
height: 52px;
|
|
}
|
|
.skill-roll-dialog {
|
|
font-family: CentaurMT;
|
|
}
|
|
.actor-icon {
|
|
float: left;
|
|
width: 48px;
|
|
height: 48px;
|
|
padding: 2px 6px 2px 2px;
|
|
}
|
|
.padding-dice {
|
|
padding-top: 0.2rem;
|
|
padding-bottom: 0.2rem;
|
|
}
|
|
.dice-image {
|
|
box-sizing: border-box;
|
|
border: none;
|
|
border-radius: 0;
|
|
max-width: 100%;
|
|
}
|
|
.dice-image-reroll {
|
|
background-color: rgba(115, 224, 115, 0.25);
|
|
border-color: #011d33;
|
|
box-sizing: border-box;
|
|
border: 1px;
|
|
border-radius: 0%;
|
|
max-width: 100%;
|
|
}
|
|
.chat-dice {
|
|
width: 15%;
|
|
height: 15%;
|
|
font-size: 15px;
|
|
padding: 10px;
|
|
padding-bottom: 20px;
|
|
padding-top: 0.2rem;
|
|
padding-bottom: 0.2rem;
|
|
}
|
|
.div-river-full {
|
|
height: 5rem;
|
|
align-items: flex-start;
|
|
}
|
|
.div-river {
|
|
align-content: center;
|
|
margin-left: 8px;
|
|
align-content: space-around;
|
|
justify-content: space-around;
|
|
}
|
|
.div-center {
|
|
align-self: center;
|
|
}
|
|
.chat-message {
|
|
background: rgba(220, 220, 210, 0.5);
|
|
font-size: 0.9rem;
|
|
}
|
|
.chat-message.whisper {
|
|
background: rgba(220, 220, 210, 0.75);
|
|
border: 2px solid #545469;
|
|
}
|
|
.chat-message .chat-icon {
|
|
border: 0;
|
|
padding: 2px 6px 2px 2px;
|
|
float: left;
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
#sidebar-tabs {
|
|
flex: 0 0 32px;
|
|
box-sizing: border-box;
|
|
margin: 0 0 5px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0);
|
|
box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.5);
|
|
}
|
|
#sidebar-tabs > .item.active {
|
|
border: 1px solid #726248;
|
|
background: rgba(30, 25, 20, 0.75);
|
|
box-shadow: 0 0 6px inset #726248;
|
|
}
|
|
#sidebar #sidebar-tabs i {
|
|
display: inline-block;
|
|
background-position: center;
|
|
background-size: cover;
|
|
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
|
|
}
|
|
/*#sidebar #sidebar-tabs i.fa-comments:before, #sidebar #sidebar-tabs i.fa-fist-raised:before, #sidebar #sidebar-tabs i.fa-users:before, #sidebar #sidebar-tabs i.fa-map:before, #sidebar #sidebar-tabs i.fa-suitcase:before, #sidebar #sidebar-tabs i.fa-book-open:before, #sidebar #sidebar-tabs i.fa-th-list:before, #sidebar #sidebar-tabs i.fa-music:before, #sidebar #sidebar-tabs i.fa-atlas:before, #sidebar #sidebar-tabs i.fa-cogs:before {content: "";}
|
|
#sidebar #sidebar-tabs i.fa-comments {background: url("img/ui/icon_sidebar_chat.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-fist-raised {background: url("img/ui/icon_sidebar_fight.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-users {background: url("img/ui/icon_sidebar_actor.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-map {background: url("img/ui/icon_sidebar_scene.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-suitcase {background: url("img/ui/icon_sidebar_item.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-book-open {background: url("img/ui/icon_sidebar_journal.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-th-list {background: url("img/ui/icon_sidebar_rolltable.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-music {background: url("img/ui/icon_sidebar_music.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-atlas {background: url("img/ui/icon_sidebar_compendium.svg") no-repeat;}
|
|
#sidebar #sidebar-tabs i.fa-cogs {background: url("img/ui/icon_sidebar_settings.svg") no-repeat;}
|
|
|
|
#combat #combat-controls {
|
|
box-shadow: inset 0 0 2rem rgba(0,0,0,0.5);
|
|
}
|
|
*/
|
|
/*--------------------------------------------------------------------------*/
|
|
/* Control, Tool, hotbar & navigation */
|
|
#controls .scene-control,
|
|
#controls .control-tool {
|
|
box-shadow: 0 0 3px #000;
|
|
margin: 0 0 8px;
|
|
border-radius: 0;
|
|
background: #1e1914;
|
|
background-origin: padding-box;
|
|
border-image: url(img/ui/footer-button.png) 10 repeat;
|
|
border-image-width: 4px;
|
|
border-image-outset: 0px;
|
|
}
|
|
#controls .scene-control.active,
|
|
#controls .control-tool.active,
|
|
#controls .scene-control:hover,
|
|
#controls .control-tool:hover {
|
|
background: #482e1c;
|
|
background-origin: padding-box;
|
|
border-image: url(img/ui/footer-button.png) 10 repeat;
|
|
border-image-width: 4px;
|
|
border-image-outset: 0px;
|
|
box-shadow: 0 0 3px #ff6400;
|
|
}
|
|
#hotbar #action-bar #macro-list {
|
|
border: 1px solid #482e1c;
|
|
box-shadow: 2px 2px 5px #000000;
|
|
}
|
|
#hotbar #action-bar .macro {
|
|
border-image: url(img/ui/bg_control.jpg) 21 repeat;
|
|
border-image-slice: 6 6 6 6 fill;
|
|
border-image-width: 6px 6px 6px 6px;
|
|
border-image-outset: 0px 0px 0px 0px;
|
|
border-radius: 0px;
|
|
}
|
|
#hotbar .bar-controls {
|
|
background: #1e1914;
|
|
border: 1px solid #482e1c;
|
|
}
|
|
#players {
|
|
border-image: url(img/ui/footer-button.png) 10 repeat;
|
|
border-image-width: 4px;
|
|
border-image-outset: 0px;
|
|
background: #1e1914;
|
|
}
|
|
#navigation #scene-list .scene.nav-item.active {
|
|
background: #482e1c;
|
|
}
|
|
#navigation #scene-list .scene.nav-item {
|
|
background: #1e1914;
|
|
background-origin: padding-box;
|
|
border-image: url(img/ui/footer-button.png) 10 repeat;
|
|
border-image-width: 4px;
|
|
border-image-outset: 0px;
|
|
}
|
|
#navigation #scene-list .scene.view,
|
|
#navigation #scene-list .scene.context {
|
|
background: #482e1c;
|
|
background-origin: padding-box;
|
|
border-image: url(img/ui/footer-button.png) 10 repeat;
|
|
border-image-width: 4px;
|
|
border-image-outset: 0px;
|
|
box-shadow: 0 0 3px #ff6400;
|
|
}
|
|
#navigation #nav-toggle {
|
|
background: #1e1914;
|
|
background-origin: padding-box;
|
|
border-image: url(img/ui/footer-button.png) 10 repeat;
|
|
border-image-width: 4px;
|
|
border-image-outset: 0px;
|
|
}
|
|
/* Tooltip container */
|
|
.tooltip {
|
|
position: relative;
|
|
display: inline-block;
|
|
/*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
|
|
}
|
|
/* Tooltip text */
|
|
.tooltip .tooltiptext {
|
|
text-align: left;
|
|
background: rgba(231, 229, 226, 0.9);
|
|
width: 150px;
|
|
padding: 3px 0;
|
|
font-size: 0.9rem;
|
|
/* Position the tooltip text */
|
|
top: 1px;
|
|
position: absolute;
|
|
z-index: 1;
|
|
/* Fade in tooltip */
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: opacity 0.3s;
|
|
}
|
|
.tooltip .ttt-fatigue {
|
|
width: 360px;
|
|
background: rgba(30, 25, 20, 0.9);
|
|
border-image: url(img/ui/bg_control.jpg) 21 repeat;
|
|
border-image-slice: 6 6 6 6 fill;
|
|
border-image-width: 6px 6px 6px 6px;
|
|
border-image-outset: 0px 0px 0px 0px;
|
|
border-radius: 0px;
|
|
font-size: 0.8rem;
|
|
padding: 3px 0;
|
|
}
|
|
.tooltip .ttt-ajustements {
|
|
width: 150px;
|
|
background: rgba(220, 220, 210, 0.95);
|
|
border-radius: 6px;
|
|
font-size: 0.9rem;
|
|
padding: 3px 0;
|
|
}
|
|
.tooltip-nobottom {
|
|
border-bottom: unset;
|
|
/* If you want dots under the hoverable text */
|
|
}
|
|
.tooltip .ttt-xp {
|
|
width: 250px;
|
|
background: rgba(220, 220, 210, 0.95);
|
|
border-radius: 6px;
|
|
font-size: 0.9rem;
|
|
padding: 3px 0;
|
|
}
|
|
/* Show the tooltip text when you mouse over the tooltip container */
|
|
.tooltip:hover .tooltiptext {
|
|
visibility: visible;
|
|
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%);
|
|
background-color: #7d5d3b00;
|
|
border-radius: 3px;
|
|
border: 2px ridge #846109;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
font-size: 0.8rem;
|
|
padding: 4px 4px 0px 4px;
|
|
text-decoration: none;
|
|
text-shadow: 0px 1px 0px #4d3534;
|
|
position: relative;
|
|
margin: 2px;
|
|
}
|
|
.chat-card-button-degats {
|
|
background: linear-gradient(to bottom, #e2c256fc 5%, #b85b04ab 100%);
|
|
background-color: #7d5d3b00;
|
|
}
|
|
.chat-card-button:hover {
|
|
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
|
|
background-color: red;
|
|
}
|
|
.chat-card-button:active {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.button-sheet-roll {
|
|
box-shadow: inset 0px 1px 0px 0px #a6827e;
|
|
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 60%);
|
|
background-color: #7d5d3b00;
|
|
border-radius: 4px;
|
|
border: 1px ridge #846109;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
font-size: 0.8rem;
|
|
padding: 1px 1px 0px 1px;
|
|
text-decoration: none;
|
|
text-shadow: 0px 1px 0px #4d3534;
|
|
position: relative;
|
|
max-height: 1.8rem;
|
|
width: 3.5rem;
|
|
margin-left: 4px;
|
|
}
|
|
.button-sheet-roll-offline {
|
|
box-shadow: inset 0px 1px 0px 0px #a6827e;
|
|
background: linear-gradient(to bottom, #313131fc 5%, #dee2e4ab 60%);
|
|
background-color: #7d5d3b00;
|
|
border-radius: 4px;
|
|
border: 1px ridge #846109;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
color: rgba(10, 10, 10, 0.75);
|
|
font-size: 0.8rem;
|
|
padding: 1px 1px 0px 1px;
|
|
text-decoration: none;
|
|
text-shadow: 0px 1px 0px #4d3534;
|
|
position: relative;
|
|
max-height: 1.8rem;
|
|
width: 3.5rem;
|
|
margin-left: 4px;
|
|
}
|
|
.button-sheet-roll-large {
|
|
max-width: 6rem;
|
|
}
|
|
.button-sheet-roll:hover {
|
|
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
|
|
background-color: red;
|
|
}
|
|
.button-sheet-roll:active {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.plus-minus-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;
|
|
padding: 2px 6px 0px 6px;
|
|
text-decoration: none;
|
|
text-shadow: 0px 1px 0px #4d3534;
|
|
position: relative;
|
|
margin: 3px;
|
|
max-width: 1.2rem;
|
|
}
|
|
.river-button:hover,
|
|
.plus-minus-button:hover,
|
|
.chat-card-button:hover {
|
|
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
|
|
background-color: red;
|
|
}
|
|
.plus-minus-button:active,
|
|
.chat-card-button:active {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.plus-minus {
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
}
|
|
.ul-level1 {
|
|
padding-left: 2rem;
|
|
}
|
|
.drop-equipment-effect,
|
|
.drop-power-effect,
|
|
.drop-perk-effect,
|
|
.drop-ability-effect,
|
|
.drop-effect-specaffected,
|
|
.drop-effect-spec,
|
|
.drop-ability-weapon,
|
|
.drop-ability-armor,
|
|
.drop-race-perk,
|
|
.drop-spec-perk,
|
|
.drop-ability-power,
|
|
.drop-ability-spec,
|
|
.drop-spec-power,
|
|
.drop-abilities,
|
|
.drop-optionnal-abilities,
|
|
.drop-specialperk1,
|
|
.drop-perk2,
|
|
.drop-spec1,
|
|
.drop-spec2 {
|
|
background: linear-gradient(to bottom, #6c95b9fc 5%, #105177ab 100%);
|
|
background-color: #7d5d3b00;
|
|
border-radius: 3px;
|
|
border: 2px ridge #846109;
|
|
}
|
|
.label-name {
|
|
padding-top: 7px;
|
|
padding-left: 4px;
|
|
margin-left: 4px;
|
|
min-width: 5rem;
|
|
max-width: 5rem;
|
|
}
|
|
/*************************************************************/
|
|
.competence-name {
|
|
padding-top: 7px;
|
|
padding-left: 4px;
|
|
margin-left: 4px;
|
|
flex-grow: 2;
|
|
}
|
|
/*************************************************************/
|
|
.competence-niveau {
|
|
flex-grow: 1;
|
|
min-width: 64px;
|
|
max-width: 64px;
|
|
}
|
|
/*************************************************************/
|
|
.arme-defensif {
|
|
padding-top: 7px;
|
|
padding-left: 4px;
|
|
margin-left: 4px;
|
|
text-align: center;
|
|
flex-grow: 2;
|
|
}
|
|
/*************************************************************/
|
|
.button-roll-competence {
|
|
min-width: 64px;
|
|
max-width: 64px;
|
|
background-color: #d3ddbb;
|
|
padding-top: 7px;
|
|
padding-left: 4px;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
border-radius: 12px;
|
|
}
|
|
/*************************************************************/
|
|
.button-roll-competence-empty {
|
|
min-width: 64px;
|
|
max-width: 64px;
|
|
padding-top: 7px;
|
|
padding-left: 4px;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
border-radius: 12px;
|
|
}
|
|
/*************************************************************/
|
|
.item-name-img {
|
|
flex-grow: 1;
|
|
max-width: 2rem;
|
|
min-width: 2rem;
|
|
max-height: 2rem;
|
|
}
|
|
/*************************************************************/
|
|
#pause {
|
|
font-size: 2rem;
|
|
}
|
|
#pause > h3 {
|
|
color: #CCC;
|
|
}
|
|
#pause > img {
|
|
content: url(../assets/logos/mournblade_logo_chaos.webp);
|
|
height: 256px;
|
|
width: 256px;
|
|
top: -80px;
|
|
left: calc(50% - 132px);
|
|
}
|
|
#logo {
|
|
content: url(../assets/logos/mournblade_logo_texte.webp);
|
|
width: 120px;
|
|
height: 40px;
|
|
}
|
|
.dice-cell {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
width: 60px;
|
|
text-align: center;
|
|
}
|
|
.dice-formula,
|
|
.dice-total {
|
|
height: 54px;
|
|
position: relative;
|
|
}
|
|
.item-name-label-header {
|
|
flex-grow: 2;
|
|
max-width: 12rem;
|
|
min-width: 12rem;
|
|
}
|
|
.item-name-label {
|
|
flex-grow: 2;
|
|
max-width: 10rem;
|
|
min-width: 10rem;
|
|
}
|
|
.item-name-label-level2 {
|
|
flex-grow: 2;
|
|
max-width: 9rem;
|
|
min-width: 9rem;
|
|
}
|
|
.item-field-label-short {
|
|
flex-grow: 1;
|
|
max-width: 4rem;
|
|
min-width: 4rem;
|
|
}
|
|
.item-field-label-medium {
|
|
flex-grow: 1;
|
|
max-width: 6rem;
|
|
min-width: 6rem;
|
|
}
|
|
.item-field-label-long {
|
|
flex-grow: 1;
|
|
max-width: 8rem;
|
|
min-width: 8rem;
|
|
}
|
|
.item-control-end {
|
|
align-self: flex-end;
|
|
}
|
|
.alternate-list {
|
|
margin-top: 4px;
|
|
flex-wrap: nowrap;
|
|
}
|
|
.item-filler {
|
|
flex-grow: 6;
|
|
flex-shrink: 7;
|
|
}
|
|
.item-controls-fixed {
|
|
min-width: 3.2rem;
|
|
max-width: 3.2rem;
|
|
}
|
|
/* Item Sheet Header Actions */
|
|
.header-actions {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
margin-left: auto;
|
|
}
|
|
.chat-card-button {
|
|
background: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
padding: 4px 8px;
|
|
border-radius: 4px;
|
|
transition: background-color 0.2s;
|
|
color: #d4af37;
|
|
font-size: 1rem;
|
|
}
|
|
.chat-card-button:hover {
|
|
background-color: rgba(212, 175, 55, 0.2);
|
|
color: #f5f5f5;
|
|
}
|
|
.chat-card-button i {
|
|
margin-right: 4px;
|
|
}
|
|
/* Item Sheet Navigation Tabs */
|
|
.sheet-tabs.tabs {
|
|
display: flex;
|
|
border-bottom: 1px solid #7a7971;
|
|
margin-bottom: 10px;
|
|
background-color: #1c1c1c;
|
|
padding: 4px;
|
|
}
|
|
.sheet-tabs.tabs .item {
|
|
padding: 6px 12px;
|
|
color: #d4af37;
|
|
text-decoration: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px 4px 0 0;
|
|
margin-right: 4px;
|
|
transition: all 0.2s;
|
|
}
|
|
.sheet-tabs.tabs .item:hover {
|
|
background-color: rgba(212, 175, 55, 0.1);
|
|
}
|
|
.sheet-tabs.tabs .item.active {
|
|
background-color: #2a2a2a;
|
|
border-bottom-color: #d4af37;
|
|
color: #f5f5f5;
|
|
}
|
|
.sheet-tabs.tabs .item i {
|
|
margin-right: 6px;
|
|
}
|
|
/* ==================== Roll Dialog V2 Styles ==================== */
|
|
.application.mournblade-roll-dialog .window-content {
|
|
padding: 0;
|
|
}
|
|
.window-app.mournblade-roll-dialog .window-content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.mournblade-roll-dialog {
|
|
background: url("../assets/ui/pc_sheet_bg.webp");
|
|
background-repeat: repeat;
|
|
font-family: CentaurMT;
|
|
}
|
|
.mournblade-roll-dialog * {
|
|
color: #2a2a2a;
|
|
}
|
|
/* Header */
|
|
.mournblade-roll-dialog .dialog-header {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
padding: 8px;
|
|
background: linear-gradient(135deg, #4a0404 0%, #6d0808 100%);
|
|
border-bottom: 3px solid #8b0000;
|
|
margin-bottom: 0;
|
|
}
|
|
.mournblade-roll-dialog .dialog-header .actor-icon {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 4px;
|
|
border: 2px solid #8b0000;
|
|
object-fit: cover;
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.mournblade-roll-dialog .dialog-header .dialog-title {
|
|
flex: 1;
|
|
}
|
|
.mournblade-roll-dialog .dialog-header .dialog-title h3 {
|
|
margin: 0;
|
|
font-size: 1.1rem;
|
|
color: #f5f5f5;
|
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
|
|
font-family: Charlemagne;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-roll-dialog .dialog-header .dialog-title .competence-name {
|
|
font-size: 0.85rem;
|
|
color: #ffcccb;
|
|
margin-top: 2px;
|
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
|
|
}
|
|
.mournblade-roll-dialog .dialog-header .dialog-title .competence-name .attribut-info {
|
|
color: #ffd700;
|
|
font-weight: bold;
|
|
font-size: 0.9em;
|
|
}
|
|
/* Content */
|
|
.mournblade-roll-dialog .dialog-content {
|
|
padding: 8px;
|
|
max-height: 650px;
|
|
overflow-y: auto;
|
|
}
|
|
.mournblade-roll-dialog .dialog-content::-webkit-scrollbar {
|
|
width: 8px;
|
|
}
|
|
.mournblade-roll-dialog .dialog-content::-webkit-scrollbar-track {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
border-radius: 4px;
|
|
}
|
|
.mournblade-roll-dialog .dialog-content::-webkit-scrollbar-thumb {
|
|
background: rgba(139, 0, 0, 0.6);
|
|
border-radius: 4px;
|
|
}
|
|
.mournblade-roll-dialog .dialog-content::-webkit-scrollbar-thumb:hover {
|
|
background: rgba(139, 0, 0, 0.8);
|
|
}
|
|
/* Form Groups */
|
|
.mournblade-roll-dialog .form-group {
|
|
margin-bottom: 8px;
|
|
}
|
|
.mournblade-roll-dialog .form-group label {
|
|
display: block;
|
|
font-weight: bold;
|
|
color: #1a1a1a;
|
|
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
|
|
margin-bottom: 3px;
|
|
font-size: 0.9rem;
|
|
}
|
|
.mournblade-roll-dialog .form-group input,
|
|
.mournblade-roll-dialog .form-group select {
|
|
width: 100%;
|
|
padding: 5px 8px;
|
|
background: rgba(255, 255, 255, 0.95);
|
|
border: 1px solid rgba(100, 100, 100, 0.5);
|
|
border-radius: 3px;
|
|
color: #1a1a1a;
|
|
font-size: 0.95rem;
|
|
font-weight: 500;
|
|
font-family: CentaurMT;
|
|
}
|
|
.mournblade-roll-dialog .form-group input:focus,
|
|
.mournblade-roll-dialog .form-group select:focus {
|
|
outline: none;
|
|
border-color: #8b0000;
|
|
box-shadow: 0 0 5px rgba(139, 0, 0, 0.6);
|
|
background: #ffffff;
|
|
}
|
|
.mournblade-roll-dialog .form-group input:disabled,
|
|
.mournblade-roll-dialog .form-group select:disabled {
|
|
opacity: 0.7;
|
|
cursor: not-allowed;
|
|
background: rgba(200, 200, 200, 0.9);
|
|
color: #555;
|
|
}
|
|
/* Grids */
|
|
.mournblade-roll-dialog .modifiers-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 8px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* Sections spéciales */
|
|
.mournblade-roll-dialog .attributes-section {
|
|
background: rgba(139, 0, 0, 0.1);
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(139, 0, 0, 0.3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.mournblade-roll-dialog .rune-section {
|
|
background: rgba(75, 0, 130, 0.1);
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(75, 0, 130, 0.3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.mournblade-roll-dialog .weapon-section {
|
|
background: rgba(184, 134, 11, 0.1);
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(184, 134, 11, 0.3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.mournblade-roll-dialog .weapon-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 5px 8px;
|
|
background: rgba(184, 134, 11, 0.15);
|
|
border-radius: 3px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.mournblade-roll-dialog .weapon-info .weapon-label {
|
|
font-weight: bold;
|
|
font-size: 0.9rem;
|
|
color: #1a1a1a;
|
|
}
|
|
.mournblade-roll-dialog .weapon-info .weapon-bonus {
|
|
font-size: 0.85rem;
|
|
color: #8b0000;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-roll-dialog .defense-info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 4px 8px;
|
|
background: rgba(0, 100, 0, 0.1);
|
|
border-radius: 3px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.mournblade-roll-dialog .defense-info .defense-label {
|
|
font-size: 0.85rem;
|
|
color: #1a1a1a;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-roll-dialog .defense-info .defense-value {
|
|
font-size: 1rem;
|
|
color: #006400;
|
|
font-weight: bold;
|
|
}
|
|
/* Combat modifiers */
|
|
.mournblade-roll-dialog .combat-modifiers,
|
|
.mournblade-roll-dialog .ranged-combat-section {
|
|
background: rgba(139, 0, 0, 0.1);
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(139, 0, 0, 0.3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.mournblade-roll-dialog .combat-modifiers h4,
|
|
.mournblade-roll-dialog .ranged-combat-section h4 {
|
|
margin: 0 0 8px 0;
|
|
color: #2a2a2a;
|
|
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
|
|
font-size: 0.95rem;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-roll-dialog .modifiers-columns {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 5px 10px;
|
|
}
|
|
.mournblade-roll-dialog .checkbox-label {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
padding: 4px 6px;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
transition: background 0.2s ease;
|
|
}
|
|
.mournblade-roll-dialog .checkbox-label:hover {
|
|
background: rgba(255, 255, 255, 0.15);
|
|
}
|
|
.mournblade-roll-dialog .checkbox-label input[type="checkbox"] {
|
|
width: auto;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
accent-color: #8b0000;
|
|
}
|
|
.mournblade-roll-dialog .checkbox-label span {
|
|
color: #1a1a1a;
|
|
font-size: 0.85rem;
|
|
user-select: none;
|
|
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
|
|
}
|
|
.mournblade-roll-dialog .checkbox-label.highlight {
|
|
background: rgba(255, 215, 0, 0.15);
|
|
border: 1px solid rgba(255, 215, 0, 0.4);
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-roll-dialog .info-message {
|
|
padding: 6px 10px;
|
|
background: rgba(33, 150, 243, 0.1);
|
|
border-left: 3px solid rgba(33, 150, 243, 0.6);
|
|
border-radius: 3px;
|
|
font-size: 0.85rem;
|
|
color: #1a1a1a;
|
|
margin-bottom: 8px;
|
|
}
|
|
/* Malus section */
|
|
.mournblade-roll-dialog .malus-section {
|
|
background: rgba(100, 100, 100, 0.1);
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(100, 100, 100, 0.3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.mournblade-roll-dialog .malus-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 8px;
|
|
}
|
|
.mournblade-roll-dialog .malus-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 4px 8px;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
border-radius: 3px;
|
|
}
|
|
.mournblade-roll-dialog .malus-item .malus-label {
|
|
font-size: 0.85rem;
|
|
color: #2a2a2a;
|
|
font-weight: 500;
|
|
}
|
|
.mournblade-roll-dialog .malus-item .malus-value {
|
|
font-size: 0.95rem;
|
|
color: #8b0000;
|
|
font-weight: bold;
|
|
}
|
|
/* Registered modifiers */
|
|
.mournblade-roll-dialog .registered-modifiers {
|
|
background: rgba(75, 0, 130, 0.1);
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(75, 0, 130, 0.3);
|
|
margin-bottom: 10px;
|
|
}
|
|
.mournblade-roll-dialog .registered-modifiers h4 {
|
|
margin: 0 0 6px 0;
|
|
color: #2a2a2a;
|
|
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
|
|
font-size: 0.9rem;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-roll-dialog .registered-modifiers h4 i {
|
|
margin-right: 6px;
|
|
color: #4b0082;
|
|
}
|
|
.mournblade-roll-dialog .modifier-item {
|
|
margin-bottom: 4px;
|
|
}
|
|
/* Special option */
|
|
.mournblade-roll-dialog .special-option {
|
|
margin-top: 10px;
|
|
}
|
|
/* Dialog buttons */
|
|
.mournblade-roll-dialog .dialog-buttons {
|
|
display: flex;
|
|
gap: 10px;
|
|
padding: 10px;
|
|
border-top: 2px solid rgba(139, 0, 0, 0.3);
|
|
background: rgba(0, 0, 0, 0.05);
|
|
}
|
|
.mournblade-roll-dialog .dialog-buttons button {
|
|
flex: 1;
|
|
padding: 8px 14px;
|
|
border: none;
|
|
border-radius: 4px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
transition: all 0.2s ease;
|
|
font-size: 0.9rem;
|
|
font-family: Charlemagne;
|
|
text-transform: uppercase;
|
|
}
|
|
.mournblade-roll-dialog .dialog-buttons button[data-action="rolld10"],
|
|
.mournblade-roll-dialog .dialog-buttons button[data-action="rolld20"] {
|
|
background: linear-gradient(135deg, #8b0000 0%, #6d0808 100%);
|
|
color: #f5f5f5;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.mournblade-roll-dialog .dialog-buttons button[data-action="rolld10"]:hover,
|
|
.mournblade-roll-dialog .dialog-buttons button[data-action="rolld20"]:hover {
|
|
background: linear-gradient(135deg, #a00000 0%, #8b0000 100%);
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 4px 8px rgba(139, 0, 0, 0.5);
|
|
}
|
|
.mournblade-roll-dialog .dialog-buttons button[data-action="cancel"] {
|
|
background: rgba(100, 100, 100, 0.3);
|
|
color: #2a2a2a;
|
|
}
|
|
.mournblade-roll-dialog .dialog-buttons button[data-action="cancel"]:hover {
|
|
background: rgba(100, 100, 100, 0.5);
|
|
}
|
|
/* ==================== Sheet Mode Toggle Button ==================== */
|
|
.sheet-mode-toggle {
|
|
background: linear-gradient(135deg, #8b0000 0%, #4a0404 100%);
|
|
border: 1px solid #8b0000;
|
|
border-radius: 3px;
|
|
color: #f5f5f5;
|
|
padding: 2px 4px;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
font-size: 0.8rem;
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-shrink: 0;
|
|
}
|
|
.sheet-mode-toggle:hover {
|
|
background: linear-gradient(135deg, #a00000 0%, #5a0505 100%);
|
|
transform: translateY(-1px);
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.sheet-mode-toggle i {
|
|
margin: 0;
|
|
font-size: 0.75rem;
|
|
}
|
|
/* ==================== Chat Message Styles ==================== */
|
|
.mournblade-chat-result {
|
|
background: linear-gradient(135deg, rgba(74, 4, 4, 0.2) 0%, rgba(139, 0, 0, 0.15) 100%);
|
|
border: 2px solid #8b0000;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
font-family: CentaurMT, serif;
|
|
}
|
|
.mournblade-chat-result .chat-result-header {
|
|
background: linear-gradient(135deg, #4a0404 0%, #2a0202 100%);
|
|
border-bottom: 2px solid #8b0000;
|
|
padding: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
.mournblade-chat-result .chat-result-header .actor-icon {
|
|
width: 48px;
|
|
height: 48px;
|
|
border-radius: 4px;
|
|
border: 1px solid #8b0000;
|
|
object-fit: cover;
|
|
flex-shrink: 0;
|
|
}
|
|
.mournblade-chat-result .chat-result-header .header-info {
|
|
flex: 1;
|
|
}
|
|
.mournblade-chat-result .chat-result-header .header-info .actor-name {
|
|
margin: 0;
|
|
color: #f5f5f5;
|
|
font-size: 1.1rem;
|
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.mournblade-chat-result .chat-result-header .header-info .action-title {
|
|
color: #ffd700;
|
|
font-size: 0.9rem;
|
|
margin-top: 2px;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
.mournblade-chat-result .chat-result-header .header-info .action-title i {
|
|
margin-right: 4px;
|
|
}
|
|
.mournblade-chat-result .result-main {
|
|
background: rgba(255, 250, 240, 0.9);
|
|
padding: 4px 8px;
|
|
border-bottom: 1px solid rgba(139, 0, 0, 0.3);
|
|
}
|
|
.mournblade-chat-result .result-main .result-display {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
gap: 8px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.mournblade-chat-result .result-main .result-display .dice-result,
|
|
.mournblade-chat-result .result-main .result-display .total-result,
|
|
.mournblade-chat-result .result-main .result-display .difficulty {
|
|
text-align: center;
|
|
flex: 1;
|
|
background: rgba(255, 255, 255, 0.7);
|
|
padding: 4px 6px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(139, 0, 0, 0.2);
|
|
}
|
|
.mournblade-chat-result .result-main .result-display .dice-result i,
|
|
.mournblade-chat-result .result-main .result-display .total-result i,
|
|
.mournblade-chat-result .result-main .result-display .difficulty i {
|
|
color: #8b0000;
|
|
font-size: 1rem;
|
|
display: block;
|
|
margin-bottom: 2px;
|
|
}
|
|
.mournblade-chat-result .result-main .result-display .dice-result span,
|
|
.mournblade-chat-result .result-main .result-display .total-result span,
|
|
.mournblade-chat-result .result-main .result-display .difficulty span {
|
|
display: block;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-chat-result .result-main .result-display .dice-result .dice-value,
|
|
.mournblade-chat-result .result-main .result-display .total-result .dice-value,
|
|
.mournblade-chat-result .result-main .result-display .difficulty .dice-value,
|
|
.mournblade-chat-result .result-main .result-display .dice-result .total-value,
|
|
.mournblade-chat-result .result-main .result-display .total-result .total-value,
|
|
.mournblade-chat-result .result-main .result-display .difficulty .total-value,
|
|
.mournblade-chat-result .result-main .result-display .dice-result .difficulty-value,
|
|
.mournblade-chat-result .result-main .result-display .total-result .difficulty-value,
|
|
.mournblade-chat-result .result-main .result-display .difficulty .difficulty-value {
|
|
font-size: 1.5rem;
|
|
color: #8b0000;
|
|
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
}
|
|
.mournblade-chat-result .result-main .result-display .dice-result .total-label,
|
|
.mournblade-chat-result .result-main .result-display .total-result .total-label,
|
|
.mournblade-chat-result .result-main .result-display .difficulty .total-label,
|
|
.mournblade-chat-result .result-main .result-display .dice-result .difficulty-label,
|
|
.mournblade-chat-result .result-main .result-display .total-result .difficulty-label,
|
|
.mournblade-chat-result .result-main .result-display .difficulty .difficulty-label {
|
|
font-size: 0.75rem;
|
|
color: #4a0404;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
line-height: 1.1;
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 4px;
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container .result-badge {
|
|
padding: 4px 12px;
|
|
border-radius: 3px;
|
|
font-weight: bold;
|
|
font-size: 0.9rem;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container .result-badge i {
|
|
margin-right: 6px;
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container .result-badge.heroique {
|
|
background: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
|
|
color: #1a1a1a;
|
|
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container .result-badge.success {
|
|
background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
|
|
color: white;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container .result-badge.failure {
|
|
background: linear-gradient(135deg, #8b0000 0%, #4a0404 100%);
|
|
color: white;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-main .result-badge-container .result-badge.dramatique {
|
|
background: linear-gradient(135deg, #4b0082 0%, #2d004d 100%);
|
|
color: white;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-details {
|
|
padding: 8px;
|
|
background: rgba(255, 255, 255, 0.4);
|
|
}
|
|
.mournblade-chat-result .result-details .details-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 3px;
|
|
}
|
|
.mournblade-chat-result .result-details .details-section .detail-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 3px 6px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
font-size: 0.85rem;
|
|
}
|
|
.mournblade-chat-result .result-details .details-section .detail-row.bonus {
|
|
background: rgba(255, 200, 200, 0.6);
|
|
border: 1px solid rgba(139, 0, 0, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-details .details-section .detail-row.malus {
|
|
background: rgba(255, 180, 180, 0.6);
|
|
border: 1px solid rgba(100, 0, 0, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-details .details-section .detail-row.rune {
|
|
background: rgba(200, 180, 255, 0.6);
|
|
border: 1px solid rgba(75, 0, 130, 0.5);
|
|
}
|
|
.mournblade-chat-result .result-details .details-section .detail-row .detail-label {
|
|
color: #000000;
|
|
font-weight: bold;
|
|
}
|
|
.mournblade-chat-result .result-details .details-section .detail-row .detail-value {
|
|
color: #000000;
|
|
font-weight: 500;
|
|
}
|
|
.mournblade-chat-result .result-effects {
|
|
padding: 8px;
|
|
background: rgba(255, 230, 230, 0.4);
|
|
border-top: 1px solid rgba(139, 0, 0, 0.3);
|
|
}
|
|
.mournblade-chat-result .result-effects .effect-item {
|
|
padding: 5px 8px;
|
|
margin-bottom: 5px;
|
|
background: rgba(255, 255, 255, 0.7);
|
|
border-left: 3px solid #8b0000;
|
|
border-radius: 3px;
|
|
color: #000000;
|
|
font-size: 0.85rem;
|
|
}
|
|
.mournblade-chat-result .result-effects .effect-item.victory {
|
|
background: rgba(255, 245, 200, 0.8);
|
|
border-left-color: #ffd700;
|
|
}
|
|
.mournblade-chat-result .result-effects .effect-item i {
|
|
margin-right: 6px;
|
|
color: #8b0000;
|
|
}
|
|
.mournblade-chat-result .result-effects .effect-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.mournblade-chat-result .result-effects .damage-buttons {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 6px;
|
|
margin-top: 8px;
|
|
}
|
|
.mournblade-chat-result .result-effects .damage-buttons button {
|
|
width: 100%;
|
|
}
|
|
.mournblade-chat-result .result-warning {
|
|
padding: 8px;
|
|
background: rgba(255, 220, 180, 0.7);
|
|
border-top: 1px solid rgba(255, 165, 0, 0.4);
|
|
border-left: 3px solid #ff8c00;
|
|
color: #000000;
|
|
font-size: 0.85rem;
|
|
}
|
|
.mournblade-chat-result .result-warning i {
|
|
margin-right: 6px;
|
|
color: #ff8c00;
|
|
}
|
|
.mournblade-chat-result .predilection-section {
|
|
padding: 8px;
|
|
background: rgba(220, 200, 255, 0.4);
|
|
border-top: 1px solid rgba(75, 0, 130, 0.3);
|
|
}
|
|
.mournblade-chat-result .predilection-section button {
|
|
width: 100%;
|
|
}
|
|
.mournblade-chat-result .chat-card-button {
|
|
background: linear-gradient(135deg, #8b0000 0%, #4a0404 100%);
|
|
border: 1px solid #8b0000;
|
|
border-radius: 3px;
|
|
color: #f5f5f5;
|
|
padding: 6px 12px;
|
|
font-family: CentaurMT, serif;
|
|
font-size: 0.9rem;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.mournblade-chat-result .chat-card-button i {
|
|
margin-right: 4px;
|
|
}
|
|
.mournblade-chat-result .chat-card-button:hover {
|
|
background: linear-gradient(135deg, #a00000 0%, #5a0505 100%);
|
|
transform: translateY(-1px);
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.mournblade-chat-result .chat-card-button.predilection-reroll {
|
|
background: linear-gradient(135deg, #4b0082 0%, #2d004d 100%);
|
|
border-color: #4b0082;
|
|
}
|
|
.mournblade-chat-result .chat-card-button.predilection-reroll:hover {
|
|
background: linear-gradient(135deg, #5b1092 0%, #3d005d 100%);
|
|
}
|
|
/* -------------------------------------------- */
|
|
/* Welcome Message Styling */
|
|
/* -------------------------------------------- */
|
|
.mournblade-welcome-message {
|
|
background: linear-gradient(135deg, rgba(139, 0, 0, 0.15) 0%, rgba(74, 4, 4, 0.2) 100%);
|
|
border: 2px solid #8b0000;
|
|
border-radius: 8px;
|
|
padding: 0;
|
|
margin: 8px 0;
|
|
overflow: hidden;
|
|
font-family: CentaurMT, serif;
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.mournblade-welcome-message .welcome-header {
|
|
background: linear-gradient(135deg, #8b0000 0%, #4a0404 100%);
|
|
padding: 10px;
|
|
text-align: center;
|
|
border-bottom: 2px solid #ffd700;
|
|
position: relative;
|
|
}
|
|
.mournblade-welcome-message .welcome-header .welcome-icon {
|
|
font-size: 1.8rem;
|
|
color: #ffd700;
|
|
margin-bottom: 4px;
|
|
text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
|
|
animation: pulse 2s ease-in-out infinite;
|
|
}
|
|
.mournblade-welcome-message .welcome-header .welcome-title {
|
|
margin: 4px 0 2px 0;
|
|
font-size: 1.3rem;
|
|
font-weight: bold;
|
|
color: #ffd700;
|
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
|
|
font-family: CentaurMT, serif;
|
|
line-height: 1.2;
|
|
}
|
|
.mournblade-welcome-message .welcome-header .welcome-subtitle {
|
|
font-size: 0.9rem;
|
|
color: #f5e6d3;
|
|
font-style: italic;
|
|
margin-top: 2px;
|
|
line-height: 1.2;
|
|
}
|
|
.mournblade-welcome-message .welcome-content {
|
|
padding: 12px;
|
|
background: rgba(245, 230, 211, 0.9);
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section {
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-bottom: 10px;
|
|
padding: 8px;
|
|
background: rgba(255, 255, 255, 0.6);
|
|
border-left: 4px solid #8b0000;
|
|
border-radius: 4px;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-icon {
|
|
flex-shrink: 0;
|
|
font-size: 1.3rem;
|
|
color: #8b0000;
|
|
width: 28px;
|
|
text-align: center;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-text {
|
|
flex: 1;
|
|
color: #2a2a2a;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-text strong {
|
|
display: block;
|
|
color: #8b0000;
|
|
font-size: 1rem;
|
|
margin-bottom: 2px;
|
|
line-height: 1.2;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-text p {
|
|
margin: 2px 0;
|
|
line-height: 1.3;
|
|
font-size: 0.9rem;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-text .welcome-link {
|
|
display: inline-block;
|
|
margin-top: 4px;
|
|
color: #8b0000;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
transition: all 0.2s;
|
|
font-size: 0.9rem;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-text .welcome-link i {
|
|
margin-right: 4px;
|
|
}
|
|
.mournblade-welcome-message .welcome-content .welcome-section .section-text .welcome-link:hover {
|
|
color: #a00000;
|
|
text-shadow: 0 0 4px rgba(139, 0, 0, 0.3);
|
|
transform: translateX(2px);
|
|
}
|
|
.mournblade-welcome-message .welcome-footer {
|
|
background: linear-gradient(135deg, #4a0404 0%, #8b0000 100%);
|
|
padding: 8px;
|
|
text-align: center;
|
|
color: #ffd700;
|
|
font-style: italic;
|
|
font-size: 0.95rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
line-height: 1.2;
|
|
}
|
|
.mournblade-welcome-message .welcome-footer i {
|
|
font-size: 1rem;
|
|
}
|
|
@keyframes pulse {
|
|
0%,
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
50% {
|
|
transform: scale(1.1);
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
/* ==================== Item Sheet Styles ==================== */
|
|
/* Item header with image and name */
|
|
.fvtt-mournblade.item {
|
|
/* Background pour toute la fiche d'item */
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
/* AppV2 - Remove window content padding */
|
|
/* AppV2 - Main section structure */
|
|
/* AppV2 Item Sheets - Disabled inputs readability */
|
|
/* Inputs and selects styling */
|
|
/* Tabs - Modern style matching actor sheets */
|
|
/* Tab content */
|
|
/* Item list in details tab */
|
|
/* Labels */
|
|
/* Field labels */
|
|
/* Editor fields */
|
|
}
|
|
.fvtt-mournblade.item .window-content {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.fvtt-mournblade.item section {
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat-y;
|
|
color: black;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.fvtt-mournblade.item input:disabled,
|
|
.fvtt-mournblade.item select:disabled {
|
|
color: #000000;
|
|
opacity: 0.8;
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.fvtt-mournblade.item input[type="text"],
|
|
.fvtt-mournblade.item input[type="number"],
|
|
.fvtt-mournblade.item select {
|
|
color: #000000;
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
border: 1px solid #999999;
|
|
margin: 0;
|
|
padding: 2px 4px;
|
|
font-family: "CentaurMT", serif;
|
|
font-size: 0.85rem;
|
|
}
|
|
.fvtt-mournblade.item textarea {
|
|
margin: 0;
|
|
padding: 2px 4px;
|
|
}
|
|
.fvtt-mournblade.item input[type="checkbox"] {
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0 4px;
|
|
align-self: center;
|
|
}
|
|
.fvtt-mournblade.item .header {
|
|
flex: 0 0 auto;
|
|
border-bottom: 1px solid #999;
|
|
margin: 0;
|
|
}
|
|
.fvtt-mournblade.item .sheet-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
padding: 0.5rem;
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat;
|
|
flex: 0 0 auto;
|
|
}
|
|
.fvtt-mournblade.item .item-sheet-img {
|
|
flex: 0 0 64px;
|
|
width: 64px;
|
|
height: 64px;
|
|
object-fit: cover;
|
|
border: 1px solid #999;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
}
|
|
.fvtt-mournblade.item .item-sheet-img:hover {
|
|
box-shadow: 0 0 8px rgba(255, 102, 0, 0.8);
|
|
}
|
|
.fvtt-mournblade.item .header-fields {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.25rem;
|
|
}
|
|
.fvtt-mournblade.item .header-actions {
|
|
flex: 0 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
}
|
|
.fvtt-mournblade.item .header-actions button {
|
|
background: rgba(0, 0, 0, 0.1);
|
|
border: 1px solid #999;
|
|
padding: 0.25rem 0.5rem;
|
|
cursor: pointer;
|
|
font-family: "CentaurMT", serif;
|
|
}
|
|
.fvtt-mournblade.item .header-actions button:hover {
|
|
background: rgba(255, 102, 0, 0.2);
|
|
box-shadow: 0 0 5px rgba(255, 102, 0, 0.5);
|
|
}
|
|
.fvtt-mournblade.item .header-actions .chat-card-button {
|
|
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);
|
|
border: 2px ridge #846109;
|
|
color: #d4b5a8;
|
|
padding: 0.3rem 0.5rem;
|
|
transition: all 0.2s ease;
|
|
}
|
|
.fvtt-mournblade.item .header-actions .chat-card-button i {
|
|
font-size: 0.9rem;
|
|
}
|
|
.fvtt-mournblade.item .header-actions .chat-card-button:hover {
|
|
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
|
|
color: #ffffff;
|
|
box-shadow: 0 0 8px rgba(128, 0, 0, 0.6);
|
|
}
|
|
.fvtt-mournblade.item .header-actions .chat-card-button:active {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.fvtt-mournblade.item .sheet-header h1.charname {
|
|
height: 50px;
|
|
padding: 0;
|
|
margin: 5px 0;
|
|
border-bottom: 0;
|
|
font-weight: bold;
|
|
font-size: 2rem;
|
|
font-family: "CentaurMT";
|
|
}
|
|
.fvtt-mournblade.item .sheet-header h1.charname input {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
font-family: "CentaurMT";
|
|
font-size: 2rem;
|
|
text-align: left;
|
|
border: 0 none;
|
|
}
|
|
.fvtt-mournblade.item .sheet-header h1.charname input:focus {
|
|
outline: 1px solid #ff6600;
|
|
}
|
|
.fvtt-mournblade.item nav.tabs {
|
|
display: flex;
|
|
border-bottom: 1px solid #7a7971;
|
|
margin: 0;
|
|
padding: 4px;
|
|
background-color: #1c1c1c;
|
|
flex: 0 0 auto;
|
|
}
|
|
.fvtt-mournblade.item nav.tabs a.item {
|
|
padding: 6px 12px;
|
|
color: #d4af37;
|
|
text-decoration: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px 4px 0 0;
|
|
margin-right: 4px;
|
|
transition: all 0.2s;
|
|
}
|
|
.fvtt-mournblade.item nav.tabs a.item i {
|
|
display: none;
|
|
}
|
|
.fvtt-mournblade.item nav.tabs a.item:hover {
|
|
background-color: rgba(212, 175, 55, 0.1);
|
|
}
|
|
.fvtt-mournblade.item nav.tabs a.item.active {
|
|
background-color: #2a2a2a;
|
|
border-bottom-color: #d4af37;
|
|
color: #f5f5f5;
|
|
}
|
|
.fvtt-mournblade.item .tab {
|
|
display: none;
|
|
padding: 4px 8px;
|
|
overflow-y: auto;
|
|
flex: 1 1 auto;
|
|
}
|
|
.fvtt-mournblade.item .tab.active {
|
|
display: block;
|
|
}
|
|
.fvtt-mournblade.item .item-list {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.fvtt-mournblade.item .item-list li.item {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 2px;
|
|
padding: 2px 4px;
|
|
min-height: 24px;
|
|
border-bottom: none;
|
|
}
|
|
.fvtt-mournblade.item .item-list li.item.flexrow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
.fvtt-mournblade.item .generic-label {
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
font-weight: 700;
|
|
color: #464331c4;
|
|
font-size: 0.9rem;
|
|
font-family: "CentaurMT", serif;
|
|
margin: 0;
|
|
padding: 0 4px 0 0;
|
|
}
|
|
.fvtt-mournblade.item .item-field-label-short {
|
|
flex: 0 0 60px;
|
|
max-width: 60px;
|
|
}
|
|
.fvtt-mournblade.item .item-field-label-medium {
|
|
flex: 0 0 100px;
|
|
max-width: 100px;
|
|
}
|
|
.fvtt-mournblade.item .item-field-label-long {
|
|
flex: 1;
|
|
min-width: 150px;
|
|
}
|
|
.fvtt-mournblade.item .item-field-label-long1 {
|
|
flex: 1;
|
|
min-width: 200px;
|
|
}
|
|
.fvtt-mournblade.item .item-field-label-long2 {
|
|
flex: 1;
|
|
min-width: 250px;
|
|
max-width: 250px;
|
|
}
|
|
.fvtt-mournblade.item .item-field-label-long3 {
|
|
flex: 1;
|
|
min-width: 350px;
|
|
max-width: 350px;
|
|
}
|
|
.fvtt-mournblade.item .numeric-input {
|
|
text-align: center;
|
|
width: 60px;
|
|
}
|
|
.fvtt-mournblade.item .editor {
|
|
height: 300px;
|
|
border: 1px solid #999;
|
|
background: rgba(255, 255, 255, 0.9);
|
|
}
|
|
.fvtt-mournblade.item .editor .editor-content {
|
|
height: 100%;
|
|
padding: 0.5rem;
|
|
color: #000;
|
|
}
|
|
/* ==================== Actor Sheet Styles ==================== */
|
|
.fvtt-mournblade.actor {
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat;
|
|
}
|
|
.fvtt-mournblade.actor .window-content {
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
.fvtt-mournblade.actor form,
|
|
.fvtt-mournblade.actor .sheet-form-layout {
|
|
height: 100%;
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat-y;
|
|
color: black;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.fvtt-mournblade.actor form > section,
|
|
.fvtt-mournblade.actor .sheet-form-layout > section {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
min-height: 0;
|
|
overflow: hidden;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header {
|
|
background: url("../assets/ui/pc_sheet_bg.webp") repeat;
|
|
padding: 0.5rem;
|
|
margin: 0;
|
|
flex: 0 0 auto !important;
|
|
overflow: visible !important;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .background-sheet-header {
|
|
background: transparent;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-main-content {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-stats-grid {
|
|
display: grid;
|
|
grid-template-columns: 2fr 1fr 1fr;
|
|
gap: 0.75rem;
|
|
padding: 0.5rem;
|
|
background: rgba(0, 0, 0, 0.15);
|
|
border: 2px solid rgba(139, 69, 19, 0.5);
|
|
border-radius: 4px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.3rem;
|
|
padding: 0.35rem 0.6rem;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
border: 1px solid rgba(139, 69, 19, 0.4);
|
|
border-radius: 3px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-group.stat-group-health {
|
|
border-left: 3px solid rgba(200, 0, 0, 0.6);
|
|
background: rgba(40, 0, 0, 0.15);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-title {
|
|
font-size: 0.75rem;
|
|
font-weight: bold;
|
|
color: #f5e6d3;
|
|
margin: 0;
|
|
padding: 0 0 0.3rem 0;
|
|
border-bottom: 1px solid rgba(139, 69, 19, 0.5);
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
font-family: "CentaurMT", serif;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-values {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 0.5rem;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.2rem;
|
|
align-items: center;
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-label {
|
|
font-size: 0.7rem;
|
|
color: #d4c5b0;
|
|
margin: 0;
|
|
font-weight: 600;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-value {
|
|
font-size: 0.85rem;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
padding: 0.25rem 0.5rem;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
border: 1px solid rgba(139, 69, 19, 0.6);
|
|
border-radius: 3px;
|
|
min-width: 2.5rem;
|
|
text-align: center;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
width: 100%;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-input {
|
|
font-size: 0.8rem;
|
|
font-weight: 600;
|
|
padding: 0.25rem 0.4rem;
|
|
background: rgba(40, 30, 20, 0.7);
|
|
border: 1px solid rgba(139, 69, 19, 0.7);
|
|
color: #fff;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
min-width: 2.5rem;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-input.stat-input-single {
|
|
min-width: 3.5rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-input.stat-input-damage {
|
|
border-color: rgba(200, 0, 0, 0.8);
|
|
background: rgba(80, 0, 0, 0.5);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-input:hover {
|
|
background: rgba(60, 45, 30, 0.8);
|
|
border-color: rgba(255, 102, 0, 0.6);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .stat-input:focus {
|
|
outline: none;
|
|
border-color: #ff6600;
|
|
box-shadow: 0 0 6px rgba(255, 102, 0, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
background: rgba(70, 50, 35, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-fields h4.item-name-label.competence-name {
|
|
font-size: 0.75rem;
|
|
padding-top: 3px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-fields .item-name-label.competence-name {
|
|
font-size: 0.75rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-fields label.item-name-label.competence-name {
|
|
font-size: 0.7rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-fields .item-field-label-short {
|
|
font-size: 0.8rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-header .header-fields .status-small-label {
|
|
font-size: 0.8rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-tabs {
|
|
margin: 0;
|
|
padding: 0 0.5rem;
|
|
flex: 0 0 auto !important;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body {
|
|
margin: 0;
|
|
padding: 0.5rem;
|
|
flex: 1 !important;
|
|
min-height: 0 !important;
|
|
overflow-y: auto !important;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .tab {
|
|
padding: 0;
|
|
height: auto !important;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .tab:not(.active) {
|
|
display: none;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .tab .grid,
|
|
.fvtt-mournblade.actor .sheet-body .tab .grid-2col {
|
|
height: auto;
|
|
overflow: visible;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .tab .sheet-box {
|
|
height: auto;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .compact-list {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .compact-list li.item {
|
|
padding: 0.2rem 0.4rem;
|
|
margin-bottom: 0.15rem;
|
|
background: rgba(0, 0, 0, 0.1);
|
|
border: 1px solid rgba(139, 69, 19, 0.3);
|
|
border-radius: 3px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .compact-list li.item:hover {
|
|
background: rgba(0, 0, 0, 0.15);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .compact-list li.item.items-title-bg {
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-color: rgba(139, 69, 19, 0.5);
|
|
font-weight: 600;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .compact-list li.item.items-title-bg .item-name-label-header {
|
|
color: #f5e6d3;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.3rem;
|
|
justify-content: flex-end;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 20px;
|
|
height: 20px;
|
|
color: #5a3a1a;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
transition: all 0.2s;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control:hover {
|
|
color: #2a1a0a;
|
|
background: rgba(139, 69, 19, 0.2);
|
|
transform: scale(1.1);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control i {
|
|
font-size: 0.85rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-edit {
|
|
color: #4a7c59;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-edit:hover {
|
|
color: #2d5a3a;
|
|
background: rgba(74, 124, 89, 0.2);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-delete {
|
|
color: #a04040;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-delete:hover {
|
|
color: #802020;
|
|
background: rgba(160, 64, 64, 0.2);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-equip {
|
|
color: #6b5b3a;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-equip:hover {
|
|
color: #4a3a1a;
|
|
background: rgba(107, 91, 58, 0.2);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-equip i.fa-circle {
|
|
color: #4a7c59;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-equip i.fa-genderless {
|
|
color: #8a6a4a;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-add {
|
|
color: #4a7c59;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls .item-control.item-add:hover {
|
|
color: #2d5a3a;
|
|
background: rgba(74, 124, 89, 0.2);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .item-controls-fixed {
|
|
min-width: 3.2rem;
|
|
max-width: 3.2rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body h4,
|
|
.fvtt-mournblade.actor .sheet-body h3,
|
|
.fvtt-mournblade.actor .sheet-body label,
|
|
.fvtt-mournblade.actor .sheet-body span.item-name-label,
|
|
.fvtt-mournblade.actor .sheet-body span.competence-name,
|
|
.fvtt-mournblade.actor .sheet-body .label-name,
|
|
.fvtt-mournblade.actor .sheet-body .generic-label,
|
|
.fvtt-mournblade.actor .sheet-body .item-field-label-short,
|
|
.fvtt-mournblade.actor .sheet-body .item-field-label-medium,
|
|
.fvtt-mournblade.actor .sheet-body .item-field-label-long,
|
|
.fvtt-mournblade.actor .sheet-body .short-label,
|
|
.fvtt-mournblade.actor .sheet-body .items-title-text {
|
|
color: #3a2a1a !important;
|
|
text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body input[type="text"],
|
|
.fvtt-mournblade.actor .sheet-body input[type="number"],
|
|
.fvtt-mournblade.actor .sheet-body select {
|
|
color: #2a1a0a;
|
|
background: rgba(255, 250, 240, 0.8);
|
|
border: 1px solid rgba(139, 69, 19, 0.5);
|
|
height: 24px;
|
|
padding: 0.15rem 0.3rem;
|
|
line-height: 1.2;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body input[type="text"]:focus,
|
|
.fvtt-mournblade.actor .sheet-body input[type="number"]:focus,
|
|
.fvtt-mournblade.actor .sheet-body select:focus {
|
|
background: rgba(255, 255, 245, 0.95);
|
|
border-color: rgba(139, 69, 19, 0.8);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body h3,
|
|
.fvtt-mournblade.actor .sheet-body h4 {
|
|
font-weight: bold;
|
|
color: #2a1a0a !important;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body h4.item-name-label.competence-name {
|
|
font-size: 0.85rem;
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.3rem;
|
|
padding-top: 0;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.2rem;
|
|
padding: 0.3rem 0.4rem;
|
|
margin-bottom: 0.3rem;
|
|
background: rgba(0, 0, 0, 0.15);
|
|
border: 2px solid rgba(139, 69, 19, 0.5);
|
|
border-radius: 4px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .section-title {
|
|
font-size: 0.85rem;
|
|
font-weight: bold;
|
|
color: #f5e6d3;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.5px;
|
|
margin: 0 0 0.2rem 0;
|
|
padding: 0.2rem 0.4rem;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-left: 3px solid rgba(139, 69, 19, 0.8);
|
|
border-radius: 2px;
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
align-items: center;
|
|
gap: 0.4rem;
|
|
padding: 0.25rem 0.4rem;
|
|
background: rgba(0, 0, 0, 0.2);
|
|
border: 1px solid rgba(139, 69, 19, 0.4);
|
|
border-radius: 3px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row input {
|
|
width: 60px;
|
|
min-width: 60px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.attr-row {
|
|
grid-template-columns: 40px 1fr auto;
|
|
gap: 0.5rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.attr-row .item-name-img {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(139, 69, 19, 0.5);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.attr-row .label-name {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.attr-row .label-name a {
|
|
color: #f5e6d3;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.attr-row .label-name a:hover {
|
|
color: #fff;
|
|
text-shadow: 0 0 4px rgba(255, 200, 100, 0.8);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.attr-row select {
|
|
width: 80px;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row .label-name {
|
|
font-weight: 600;
|
|
font-size: 0.9rem;
|
|
color: #d4c5b0;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row .stat-label {
|
|
font-weight: 600;
|
|
font-size: 0.9rem;
|
|
color: #d4c5b0;
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row .value-display {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 1rem;
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding: 0.2rem 0.4rem;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(139, 69, 19, 0.6);
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row .malus-value {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 1rem;
|
|
color: #ff9999;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding: 0.2rem 0.4rem;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(200, 50, 50, 0.6);
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row {
|
|
grid-template-columns: 120px 1fr;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row .damage-label {
|
|
font-size: 0.95rem;
|
|
font-weight: 600;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row .damage-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 0.4rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row .damage-controls input {
|
|
width: 60px;
|
|
min-width: 60px;
|
|
flex-shrink: 0;
|
|
text-align: center;
|
|
font-size: 1.1rem;
|
|
font-weight: bold;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row .damage-controls .plus-minus-button {
|
|
width: 30px;
|
|
height: 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 1.2rem;
|
|
font-weight: bold;
|
|
border-radius: 4px;
|
|
border: 2px solid rgba(139, 69, 19, 0.5);
|
|
background: linear-gradient(to bottom, rgba(210, 180, 140, 0.9), rgba(180, 150, 110, 0.9));
|
|
color: #2a1a0a;
|
|
cursor: pointer;
|
|
transition: all 0.15s;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row .damage-controls .plus-minus-button:hover {
|
|
background: linear-gradient(to bottom, rgba(230, 200, 160, 0.95), rgba(200, 170, 130, 0.95));
|
|
border-color: rgba(139, 69, 19, 0.8);
|
|
transform: scale(1.08);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.damage-row .damage-controls .plus-minus-button:active {
|
|
transform: scale(0.95);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.soul-consumed-row {
|
|
grid-template-columns: 120px 1fr;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.soul-malus-row {
|
|
grid-template-columns: 90px 1fr;
|
|
gap: 0.4rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.soul-malus-row .label-name {
|
|
font-size: 0.85rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.soul-malus-row .malus-value {
|
|
font-size: 0.9rem;
|
|
padding: 0.2rem 0.3rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.malus-row {
|
|
grid-template-columns: 55px 60px 75px 50px;
|
|
gap: 0.3rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.malus-row .label-name {
|
|
font-size: 0.85rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.malus-row input {
|
|
width: 100%;
|
|
min-width: unset;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid .grid-row.malus-row .malus-value {
|
|
font-size: 0.9rem;
|
|
padding: 0.2rem 0.3rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.combat-stat {
|
|
grid-template-columns: 85px 50px 60px 55px;
|
|
gap: 0.4rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.combat-stat .stat-label {
|
|
font-size: 0.85rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.combat-stat .stat-base {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 0.85rem;
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding: 0.2rem 0.3rem;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(139, 69, 19, 0.6);
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.combat-stat input {
|
|
width: 50px;
|
|
min-width: 50px;
|
|
text-align: center;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.combat-stat .stat-total {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 0.85rem;
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding: 0.2rem 0.3rem;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(139, 69, 19, 0.6);
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.protection-row {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .section-grid.combat-grid .grid-row.protection-row .protection-value {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 1.2rem;
|
|
color: #fff;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
padding: 0.25rem 0.4rem;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(139, 69, 19, 0.6);
|
|
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.3rem;
|
|
padding: 0.3rem 0;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons button {
|
|
margin: 0;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
padding: 0.3rem 0;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons-row button {
|
|
margin: 0;
|
|
flex: 1;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons-row .mounted-checkbox {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.4rem;
|
|
padding: 0.3rem 0.6rem;
|
|
white-space: nowrap;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons-row .mounted-checkbox label {
|
|
margin: 0;
|
|
font-size: 0.9rem;
|
|
}
|
|
.fvtt-mournblade.actor .sheet-body .action-buttons-row .mounted-checkbox input[type="checkbox"] {
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
/* ==================== Creature Sheet Specific Styles ==================== */
|
|
.fvtt-mournblade.actor.creature-sheet .background-sheet-header-creature {
|
|
background: linear-gradient(135deg, rgba(0, 60, 0, 0.15) 0%, rgba(20, 80, 20, 0.1) 100%);
|
|
border: 2px solid rgba(34, 139, 34, 0.5);
|
|
border-radius: 4px;
|
|
padding: 0;
|
|
}
|
|
.fvtt-mournblade.actor.creature-sheet .sheet-box.color-bg-archetype {
|
|
background: linear-gradient(135deg, rgba(0, 40, 0, 0.08) 0%, rgba(20, 60, 20, 0.05) 100%);
|
|
}
|
|
.fvtt-mournblade.actor.creature-sheet .sheet-header {
|
|
flex: 0 0 auto !important;
|
|
padding: 0;
|
|
}
|
|
.fvtt-mournblade.actor.creature-sheet .profile-img {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 8px;
|
|
border: 2px solid rgba(34, 139, 34, 0.6);
|
|
object-fit: cover;
|
|
cursor: pointer;
|
|
flex-shrink: 0;
|
|
}
|
|
.fvtt-mournblade.actor.creature-sheet nav.tabs .item.active {
|
|
border-bottom-color: rgba(34, 139, 34, 0.8);
|
|
color: #228b22;
|
|
}
|
|
.fvtt-mournblade.actor.creature-sheet .section-title {
|
|
color: #1a5a1a;
|
|
border-bottom-color: rgba(34, 139, 34, 0.3);
|
|
}
|
|
.fvtt-mournblade.actor.creature-sheet .items-title-bg {
|
|
background: linear-gradient(135deg, rgba(0, 60, 0, 0.15) 0%, rgba(20, 80, 20, 0.1) 100%);
|
|
border-bottom: 1px solid rgba(34, 139, 34, 0.3);
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet .background-sheet-header-creature {
|
|
background: linear-gradient(135deg, rgba(80, 40, 0, 0.15) 0%, rgba(100, 50, 0, 0.1) 100%);
|
|
border: 2px solid rgba(205, 127, 50, 0.5);
|
|
border-radius: 4px;
|
|
padding: 0;
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet .sheet-box.color-bg-archetype {
|
|
background: linear-gradient(135deg, rgba(60, 30, 0, 0.08) 0%, rgba(80, 40, 0, 0.05) 100%);
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet .sheet-header {
|
|
flex: 0 0 auto !important;
|
|
padding: 0;
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet .profile-img {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 8px;
|
|
border: 2px solid rgba(205, 127, 50, 0.6);
|
|
object-fit: cover;
|
|
cursor: pointer;
|
|
flex-shrink: 0;
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet nav.tabs .item.active {
|
|
border-bottom-color: rgba(205, 127, 50, 0.8);
|
|
color: #cd7f32;
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet .section-title {
|
|
color: #b8734d;
|
|
border-bottom-color: rgba(205, 127, 50, 0.3);
|
|
}
|
|
.fvtt-mournblade.actor.pnj-sheet .items-title-bg {
|
|
background: linear-gradient(135deg, rgba(80, 40, 0, 0.15) 0%, rgba(100, 50, 0, 0.1) 100%);
|
|
border-bottom: 1px solid rgba(205, 127, 50, 0.3);
|
|
}
|
|
.gm-tools-section .grid .item-list .flexrow.item .label-name {
|
|
flex: 1;
|
|
min-width: 12rem;
|
|
}
|
|
.stat-group-alignment .stat-values.alignment-values {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.3rem;
|
|
}
|
|
.stat-group-alignment .alignment-row {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.3rem;
|
|
}
|
|
.stat-group-alignment .alignment-row .alignment-label {
|
|
font-weight: bold;
|
|
min-width: 4rem;
|
|
font-size: 0.85rem;
|
|
}
|
|
.stat-group-alignment .alignment-row .alignment-inputs {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.2rem;
|
|
flex: 1;
|
|
}
|
|
.stat-group-alignment .alignment-row .stat-label-mini {
|
|
font-size: 0.7rem;
|
|
min-width: 2.5rem;
|
|
}
|
|
.stat-group-alignment .alignment-row .stat-input-mini {
|
|
width: 2.5rem;
|
|
height: 1.5rem;
|
|
padding: 0.1rem 0.2rem;
|
|
font-size: 0.8rem;
|
|
}
|
|
.stat-group-alignment .alignment-row select.stat-input-mini {
|
|
width: 3rem;
|
|
}
|
|
.stat-group-alignment .alignment-info {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 0.2rem;
|
|
padding-top: 0.2rem;
|
|
border-top: 1px solid rgba(139, 69, 19, 0.3);
|
|
}
|
|
.stat-group-alignment .alignment-info .info-label {
|
|
font-size: 0.75rem;
|
|
color: #f5e6d3;
|
|
}
|
|
.stat-group-alignment .alignment-info .info-label strong {
|
|
color: #ffd700;
|
|
}
|
|
/*# sourceMappingURL=mournblade.css.map */
|
|
/*# sourceMappingURL=mournblade.css.map */
|