Item structure

This commit is contained in:
2022-05-29 17:55:22 +02:00
parent 6ade49ac87
commit 0e7b87738a
13 changed files with 152 additions and 617 deletions

View File

@ -193,7 +193,7 @@ table {border: 1px solid #7a7971;}
/* Styles limited to foundryvtt-vadentis sheets */
.fvtt-pegasus-rpg .sheet-header {
.fvtt-mournblade .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
@ -213,7 +213,7 @@ table {border: 1px solid #7a7971;}
margin-bottom: 10px;
}
.fvtt-pegasus-rpg .sheet-header .profile-img {
.fvtt-mournblade .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 128px;
flex: 0 0 128px;
@ -253,34 +253,34 @@ table {border: 1px solid #7a7971;}
vertical-align: bottom;
}
.fvtt-pegasus-rpg .sheet-header .header-fields {
.fvtt-mournblade .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.fvtt-pegasus-rpg .sheet-header h1.charname {
.fvtt-mournblade .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
border-bottom: 0;
}
.fvtt-pegasus-rpg .sheet-header h1.charname input {
.fvtt-mournblade .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
}
.fvtt-pegasus-rpg .sheet-tabs {
.fvtt-mournblade .sheet-tabs {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
}
.fvtt-pegasus-rpg .sheet-body,
.fvtt-pegasus-rpg .sheet-body .tab,
.fvtt-pegasus-rpg .sheet-body .tab .editor {
.fvtt-mournblade .sheet-body,
.fvtt-mournblade .sheet-body .tab,
.fvtt-mournblade .sheet-body .tab .editor {
height: 100%;
font-size: 0.8rem;
}
@ -303,70 +303,70 @@ table {border: 1px solid #7a7971;}
padding: 0 3px;
}
.fvtt-pegasus-rpg .tox .tox-editor-container {
.fvtt-mournblade .tox .tox-editor-container {
background: #fff;
}
.fvtt-pegasus-rpg .tox .tox-edit-area {
.fvtt-mournblade .tox .tox-edit-area {
padding: 0 8px;
}
.fvtt-pegasus-rpg .resource-label {
.fvtt-mournblade .resource-label {
font-weight: bold;
text-transform: uppercase;
}
.fvtt-pegasus-rpg .tabs {
.fvtt-mournblade .tabs {
height: 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
color: #000000;
}
.fvtt-pegasus-rpg .tabs .item {
.fvtt-mournblade .tabs .item {
line-height: 40px;
font-weight: bold;
}
.fvtt-pegasus-rpg .tabs .item.active {
.fvtt-mournblade .tabs .item.active {
text-decoration: underline;
text-shadow: none;
}
.fvtt-pegasus-rpg .items-list {
.fvtt-mournblade .items-list {
list-style: none;
margin: 1px 0;
padding: 0;
overflow-y: auto;
}
.fvtt-pegasus-rpg .items-list .item-header {
.fvtt-mournblade .items-list .item-header {
font-weight: bold;
}
.fvtt-pegasus-rpg .items-list .item {
.fvtt-mournblade .items-list .item {
height: 30px;
line-height: 24px;
padding: 1px 0;
border-bottom: 1px solid #BBB;
}
.fvtt-pegasus-rpg .items-list .item .item-image {
.fvtt-mournblade .items-list .item .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 24px;
flex: 0 0 24px;
margin-right: 5px;
}
.fvtt-pegasus-rpg .items-list .item img {
.fvtt-mournblade .items-list .item img {
display: block;
}
.fvtt-pegasus-rpg .items-list .item-name {
.fvtt-mournblade .items-list .item-name {
margin: 0;
}
.fvtt-pegasus-rpg .items-list .item-controls {
.fvtt-mournblade .items-list .item-controls {
-webkit-box-flex: 0;
-ms-flex: 0 0 86px;
flex: 0 0 86px;
@ -377,10 +377,10 @@ table {border: 1px solid #7a7971;}
/* ======================================== */
/* Sheet */
.window-app.sheet .window-content .sheet-header{
background: url("../images/ui/pc_sheet_bg.webp")
/*background: #011d33 url("../images/ui/fond1.webp") repeat left top;*/
background: url("../assets/ui/pc_sheet_bg.webp")
/*color: rgba(168, 139, 139, 0.5);*/
}
/* background: #011d33 url("../images/ui/fond1.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);
@ -391,7 +391,7 @@ table {border: 1px solid #7a7971;}
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
font-size: 0.8rem;
background: url("../images/ui/pc_sheet_bg.webp") repeat left top;
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;*/