Initial import

This commit is contained in:
2022-12-26 10:13:05 +01:00
parent 9686b6bd35
commit 2b3a6ec13d
7 changed files with 58 additions and 81 deletions

View File

@@ -48,7 +48,7 @@
text-align: justify;
font-size: 12px;
letter-spacing: 1px;
background-image: url("../assets/ui/pc_sheet_bg.webp");
background-image: url("../assets/ui/fiche_background_simple_01.webp");
background-repeat: repeat;
}
/* Fonts */
@@ -66,13 +66,13 @@
font-size: 0.8rem;
color: #151c1f;
} /* For nav and title */
.window-app input, .fvtt-hawkmoon-cyd .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-les-heritiers .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;
}
.fvtt-hawkmoon-cyd .sheet-header select option {
.fvtt-les-heritiers .sheet-header select option {
background-color: rgb(68, 25, 25);
}
.fvtt-hawkmoon-cyd .sheet-header input, .fvtt-hawkmoon-cyd .sheet-header select {
.fvtt-les-heritiers .sheet-header input, .fvtt-les-heritiers .sheet-header select {
color: lightgray;
}
.window-header{
@@ -82,7 +82,7 @@
.window-app.sheet .window-content {
margin: 0;
padding: 0;
background-image: url("../assets/ui/pc_sheet_bg.webp");
background-image: url("../assets/ui/fiche_background_simple_01.webp");
background-repeat: repeat;
}
.strong-text{
@@ -218,7 +218,7 @@ table {border: 1px solid #7a7971;}
/* Styles limited to foundryvtt-vadentis sheets */
.fvtt-hawkmoon-cyd .sheet-header {
.fvtt-les-heritiers .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
@@ -245,7 +245,7 @@ table {border: 1px solid #7a7971;}
color: lightgray;
}
.fvtt-hawkmoon-cyd .sheet-header .profile-img {
.fvtt-les-heritiers .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px;
@@ -285,13 +285,13 @@ table {border: 1px solid #7a7971;}
vertical-align: bottom;
}
.fvtt-hawkmoon-cyd .sheet-header .header-fields {
.fvtt-les-heritiers .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.fvtt-hawkmoon-cyd .sheet-header h1.charname {
.fvtt-les-heritiers .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
@@ -302,7 +302,7 @@ table {border: 1px solid #7a7971;}
color: lightgray;
}
.fvtt-hawkmoon-cyd .sheet-header h1.charname input {
.fvtt-les-heritiers .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
@@ -312,21 +312,21 @@ table {border: 1px solid #7a7971;}
color: lightgray;
}
.fvtt-hawkmoon-cyd .sheet-tabs {
.fvtt-les-heritiers .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-les-heritiers .sheet-body,
.fvtt-les-heritiers .sheet-body .tab,
.fvtt-les-heritiers .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-les-heritiers .sheet-body input, .fvtt-les-heritiers .sheet-body select {
color:rgba(0,0,0,0.9)
}
@@ -348,70 +348,70 @@ table {border: 1px solid #7a7971;}
padding: 0 3px;
}
.fvtt-hawkmoon-cyd .tox .tox-editor-container {
.fvtt-les-heritiers .tox .tox-editor-container {
background: #fff;
}
.fvtt-hawkmoon-cyd .tox .tox-edit-area {
.fvtt-les-heritiers .tox .tox-edit-area {
padding: 0 8px;
}
.fvtt-hawkmoon-cyd .resource-label {
.fvtt-les-heritiers .resource-label {
font-weight: bold;
text-transform: uppercase;
}
.fvtt-hawkmoon-cyd .tabs {
.fvtt-les-heritiers .tabs {
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-hawkmoon-cyd .tabs .item {
.fvtt-les-heritiers .tabs .item {
/*line-height: 40px;*/
font-weight: bold;
}
.fvtt-hawkmoon-cyd .tabs .item.active {
.fvtt-les-heritiers .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.fvtt-hawkmoon-cyd .items-list {
.fvtt-les-heritiers .items-list {
list-style: none;
margin: 1px 0;
padding: 0;
overflow-y: auto;
}
.fvtt-hawkmoon-cyd .items-list .item-header {
.fvtt-les-heritiers .items-list .item-header {
font-weight: bold;
}
.fvtt-hawkmoon-cyd .items-list .item {
.fvtt-les-heritiers .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-les-heritiers .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-les-heritiers .items-list .item img {
display: block;
}
.fvtt-hawkmoon-cyd .items-list .item-name {
.fvtt-les-heritiers .items-list .item-name {
margin: 0;
}
.fvtt-hawkmoon-cyd .items-list .item-controls {
.fvtt-les-heritiers .items-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px;
@@ -1350,7 +1350,7 @@ ul, li {
color: #CCC
}
#pause > img {
content: url(../assets/logos/hawkmoon_logo.webp);
content: url(../assets/ui/logo_main_01.webp);
height: 256px;
width: 256px;
top: -80px;
@@ -1358,7 +1358,7 @@ ul, li {
}
#logo {
content : url(../assets/logos/hawkmoon_logo.webp);
content : url(../assets/ui/logo_main_01.webp);
width: 120px;
height: 40px;
}