Initial import

This commit is contained in:
2023-11-26 17:00:12 +01:00
parent 09b89f794f
commit 386ce186af
64 changed files with 268 additions and 247 deletions

View File

@@ -59,7 +59,7 @@
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 {
.window-app input, .fvtt-wasteland .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
font-size: 0.8rem;
}
@@ -204,7 +204,7 @@ table {border: 1px solid #7a7971;}
/* Styles limited to foundryvtt-vadentis sheets */
.fvtt-mournblade .sheet-header {
.fvtt-wasteland .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
@@ -224,7 +224,7 @@ table {border: 1px solid #7a7971;}
margin-bottom: 10px;
}
.fvtt-mournblade .sheet-header .profile-img {
.fvtt-wasteland .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px;
@@ -264,13 +264,13 @@ table {border: 1px solid #7a7971;}
vertical-align: bottom;
}
.fvtt-mournblade .sheet-header .header-fields {
.fvtt-wasteland .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.fvtt-mournblade .sheet-header h1.charname {
.fvtt-wasteland .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
@@ -280,7 +280,7 @@ table {border: 1px solid #7a7971;}
font-family: "Charlemagne";
}
.fvtt-mournblade .sheet-header h1.charname input {
.fvtt-wasteland .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
@@ -289,15 +289,15 @@ table {border: 1px solid #7a7971;}
font-size: 2rem;
}
.fvtt-mournblade .sheet-tabs {
.fvtt-wasteland .sheet-tabs {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
}
.fvtt-mournblade .sheet-body,
.fvtt-mournblade .sheet-body .tab,
.fvtt-mournblade .sheet-body .tab .editor {
.fvtt-wasteland .sheet-body,
.fvtt-wasteland .sheet-body .tab,
.fvtt-wasteland .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
}
@@ -320,70 +320,70 @@ table {border: 1px solid #7a7971;}
padding: 0 3px;
}
.fvtt-mournblade .tox .tox-editor-container {
.fvtt-wasteland .tox .tox-editor-container {
background: #fff;
}
.fvtt-mournblade .tox .tox-edit-area {
.fvtt-wasteland .tox .tox-edit-area {
padding: 0 8px;
}
.fvtt-mournblade .resource-label {
.fvtt-wasteland .resource-label {
font-weight: bold;
text-transform: uppercase;
}
.fvtt-mournblade .tabs {
.fvtt-wasteland .tabs {
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-mournblade .tabs .item {
.fvtt-wasteland .tabs .item {
line-height: 40px;
font-weight: bold;
}
.fvtt-mournblade .tabs .item.active {
.fvtt-wasteland .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.fvtt-mournblade .items-list {
.fvtt-wasteland .items-list {
list-style: none;
margin: 1px 0;
padding: 0;
overflow-y: auto;
}
.fvtt-mournblade .items-list .item-header {
.fvtt-wasteland .items-list .item-header {
font-weight: bold;
}
.fvtt-mournblade .items-list .item {
.fvtt-wasteland .items-list .item {
height: 30px;
line-height: 24px;
padding: 1px 0;
border-bottom: 1px solid #BBB;
}
.fvtt-mournblade .items-list .item .item-image {
.fvtt-wasteland .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 {
.fvtt-wasteland .items-list .item img {
display: block;
}
.fvtt-mournblade .items-list .item-name {
.fvtt-wasteland .items-list .item-name {
margin: 0;
}
.fvtt-mournblade .items-list .item-controls {
.fvtt-wasteland .items-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px;
@@ -924,8 +924,6 @@ ul, li {
}
#sidebar #sidebar-tabs i{
width: 25px;
height: 25px;
display: inline-block;
background-position:center;
background-size:cover;
@@ -1299,7 +1297,7 @@ ul, li {
color: #CCC
}
#pause > img {
content: url(../assets/logos/mournblade_logo_chaos.webp);
content: url(../assets/logos/wasteland_logo_chaos.webp);
height: 256px;
width: 256px;
top: -80px;
@@ -1307,7 +1305,7 @@ ul, li {
}
#logo {
content : url(../assets/logos/mournblade_logo_texte.webp);
content : url(../assets/logos/wasteland_logo_texte.webp);
width: 120px;
height: 40px;
}