This commit is contained in:
2025-10-26 00:50:45 +02:00
parent 0ca408b79b
commit cddc4ce48a
85 changed files with 316 additions and 314 deletions

View File

@@ -96,7 +96,7 @@
/* For nav and title */
.window-app input,
.fvtt-hawkmoon-cyd .item-form,
.fvtt-mournblade-cyd2 .item-form,
.sheet header.sheet-header .flex-group-center.flex-compteurs,
.sheet header.sheet-header .flex-group-center.flex-fatigue,
select,
@@ -108,12 +108,12 @@
font-size: 0.8rem;
}
.fvtt-hawkmoon-cyd .sheet-header select option {
.fvtt-mournblade-cyd2 .sheet-header select option {
background-color: rgb(68, 25, 25);
}
.fvtt-hawkmoon-cyd .sheet-header input,
.fvtt-hawkmoon-cyd .sheet-header select {
.fvtt-mournblade-cyd2 .sheet-header input,
.fvtt-mournblade-cyd2 .sheet-header select {
color: lightgray;
}
@@ -270,7 +270,7 @@
/* Styles limited to foundryvtt-vadentis sheets */
.fvtt-hawkmoon-cyd .sheet-header {
.fvtt-mournblade-cyd2 .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
@@ -288,7 +288,7 @@
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 10px;
background-image: url("../assets/ui/hawkmoon_background_01.png");
background-image: url("../assets/ui/mournblade-cyd2_background_01.png");
}
.sheet.journal-entry .journal-sidebar {
@@ -296,13 +296,13 @@
}
.background-sheet-header {
background-image: url("../assets/ui/hawkmoon_background_01.png");
background-image: url("../assets/ui/mournblade-cyd2_background_01.png");
background-blend-mode: soft-light;
color: lightgray;
width: 100%;
}
.fvtt-hawkmoon-cyd .sheet-header .profile-img {
.fvtt-mournblade-cyd2 .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px;
@@ -343,13 +343,13 @@
vertical-align: bottom;
}
.fvtt-hawkmoon-cyd .sheet-header .header-fields {
.fvtt-mournblade-cyd2 .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.fvtt-hawkmoon-cyd .sheet-header h1.charname {
.fvtt-mournblade-cyd2 .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
@@ -360,7 +360,7 @@
color: lightgray;
}
.fvtt-hawkmoon-cyd .sheet-header h1.charname input {
.fvtt-mournblade-cyd2 .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
@@ -370,22 +370,22 @@
color: lightgray;
}
.fvtt-hawkmoon-cyd .sheet-tabs {
.fvtt-mournblade-cyd2 .sheet-tabs {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
}
.fvtt-hawkmoon-cyd .sheet-body,
.fvtt-hawkmoon-cyd .sheet-body .tab,
.fvtt-hawkmoon-cyd .sheet-body .tab .editor {
.fvtt-mournblade-cyd2 .sheet-body,
.fvtt-mournblade-cyd2 .sheet-body .tab,
.fvtt-mournblade-cyd2 .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
color: rgba(0, 0, 0, 0.9)
}
.fvtt-hawkmoon-cyd .sheet-body input,
.fvtt-hawkmoon-cyd .sheet-body select {
.fvtt-mournblade-cyd2 .sheet-body input,
.fvtt-mournblade-cyd2 .sheet-body select {
color: rgba(0, 0, 0, 0.9)
}
@@ -407,70 +407,70 @@
padding: 0 3px;
}
.fvtt-hawkmoon-cyd .tox .tox-editor-container {
.fvtt-mournblade-cyd2 .tox .tox-editor-container {
background: #fff;
}
.fvtt-hawkmoon-cyd .tox .tox-edit-area {
.fvtt-mournblade-cyd2 .tox .tox-edit-area {
padding: 0 8px;
}
.fvtt-hawkmoon-cyd .resource-label {
.fvtt-mournblade-cyd2 .resource-label {
font-weight: bold;
text-transform: uppercase;
}
.fvtt-hawkmoon-cyd .tabs {
.fvtt-mournblade-cyd2 .tabs {
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-hawkmoon-cyd .tabs .item {
.fvtt-mournblade-cyd2 .tabs .item {
/*line-height: 40px;*/
font-weight: bold;
}
.fvtt-hawkmoon-cyd .tabs .item.active {
.fvtt-mournblade-cyd2 .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.fvtt-hawkmoon-cyd .items-list {
.fvtt-mournblade-cyd2 .items-list {
list-style: none;
margin: 1px 0;
padding: 0;
overflow-y: auto;
}
.fvtt-hawkmoon-cyd .items-list .item-header {
.fvtt-mournblade-cyd2 .items-list .item-header {
font-weight: bold;
}
.fvtt-hawkmoon-cyd .items-list .item {
.fvtt-mournblade-cyd2 .items-list .item {
height: 30px;
line-height: 24px;
padding: 1px 0;
border-bottom: 1px solid #BBB;
}
.fvtt-hawkmoon-cyd .items-list .item .item-image {
.fvtt-mournblade-cyd2 .items-list .item .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 24px;
flex: 0 0 24px;
margin-right: 5px;
}
.fvtt-hawkmoon-cyd .items-list .item img {
.fvtt-mournblade-cyd2 .items-list .item img {
display: block;
}
.fvtt-hawkmoon-cyd .items-list .item-name {
.fvtt-mournblade-cyd2 .items-list .item-name {
margin: 0;
}
.fvtt-hawkmoon-cyd .items-list .item-controls {
.fvtt-mournblade-cyd2 .items-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px;
@@ -532,7 +532,7 @@
border-bottom: 0 none;
/*background-color:#2e5561;*/
color: #151c1f;
/*background-image: url("../assets/ui/hawkmoon_background_02.png");*/
/*background-image: url("../assets/ui/mournblade-cyd2_background_02.png");*/
}
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/