Ajout/rework

This commit is contained in:
2023-04-28 09:39:18 +02:00
parent ec4223085c
commit b9978545d2
13 changed files with 66 additions and 558 deletions

View File

@ -1,7 +1,7 @@
/* ==================== (A) Fonts ==================== */
@font-face {
font-family: "Rivanna";
src: url('../fonts/rivanna.ttf') format("truetype");
font-family: "MailartRubberstamp";
src: url('../fonts/MailartRubberstamp-Regular.otf') format("otf");
}
:root {
@ -52,7 +52,7 @@
.sheet nav.sheet-tabs {
font-size: 0.8rem;
} /* For nav and title */
.window-app input, .fvtt-malefices .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-ecryme .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;
}
@ -202,7 +202,7 @@ table {border: 1px solid #7a7971;}
}
/* Styles limited to sheets */
.fvtt-malefices .sheet-header {
.fvtt-ecryme .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
@ -222,7 +222,7 @@ table {border: 1px solid #7a7971;}
margin-bottom: 10px;
}
.fvtt-malefices .sheet-header .profile-img {
.fvtt-ecryme .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px;
@ -271,38 +271,38 @@ table {border: 1px solid #7a7971;}
vertical-align: bottom;
}
.fvtt-malefices .sheet-header .header-fields {
.fvtt-ecryme .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.fvtt-malefices .sheet-header h1.charname {
.fvtt-ecryme .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
border-bottom: 0;
}
.fvtt-malefices .sheet-header h1.charname input {
font-family: Rivanna;
.fvtt-ecryme .sheet-header h1.charname input {
font-family: MailartRubberstamp;
font-size: 3rem;
width: 100%;
height: 100%;
margin: 0;
}
.fvtt-malefices .sheet-tabs {
.fvtt-ecryme .sheet-tabs {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
font-family: Rivanna;
font-family: MailartRubberstamp;
font-size: 2.2rem;
}
.fvtt-malefices .sheet-body,
.fvtt-malefices .sheet-body .tab,
.fvtt-malefices .sheet-body .tab .editor {
.fvtt-ecryme .sheet-body,
.fvtt-ecryme .sheet-body .tab,
.fvtt-ecryme .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
}
@ -325,70 +325,70 @@ table {border: 1px solid #7a7971;}
padding: 0 3px;
}
.fvtt-malefices .tox .tox-editor-container {
.fvtt-ecryme .tox .tox-editor-container {
background: #fff;
}
.fvtt-malefices .tox .tox-edit-area {
.fvtt-ecryme .tox .tox-edit-area {
padding: 0 8px;
}
.fvtt-malefices .resource-label {
.fvtt-ecryme .resource-label {
font-weight: bold;
text-transform: uppercase;
}
.fvtt-malefices .tabs {
.fvtt-ecryme .tabs {
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-malefices .tabs .item {
.fvtt-ecryme .tabs .item {
line-height: 40px;
font-weight: bold;
}
.fvtt-malefices .tabs .item.active {
.fvtt-ecryme .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.fvtt-malefices .items-list {
.fvtt-ecryme .items-list {
list-style: none;
margin: 1px 0;
padding: 0;
overflow-y: auto;
}
.fvtt-malefices .items-list .item-header {
.fvtt-ecryme .items-list .item-header {
font-weight: bold;
}
.fvtt-malefices .items-list .item {
.fvtt-ecryme .items-list .item {
height: 30px;
line-height: 24px;
padding: 1px 0;
border-bottom: 1px solid #BBB;
}
.fvtt-malefices .items-list .item .item-image {
.fvtt-ecryme .items-list .item .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 24px;
flex: 0 0 24px;
margin-right: 5px;
}
.fvtt-malefices .items-list .item img {
.fvtt-ecryme .items-list .item img {
display: block;
}
.fvtt-malefices .items-list .item-name {
.fvtt-ecryme .items-list .item-name {
margin: 0;
}
.fvtt-malefices .items-list .item-controls {
.fvtt-ecryme .items-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px;
@ -840,7 +840,7 @@ ul, li {
.chat-result-text,
.chat-actor-name {
font-weight: bold;
font-family: Rivanna;
font-family: MailartRubberstamp;
font-size: 1.2rem;
padding: 4px;
}