Update CSS/Look & feel
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
|
||||
/* For nav and title */
|
||||
.window-app input,
|
||||
.fvtt-mournblade-cyd2 .item-form,
|
||||
.fvtt-mournblade-cyd-2-0 .item-form,
|
||||
.sheet header.sheet-header .flex-group-center.flex-compteurs,
|
||||
.sheet header.sheet-header .flex-group-center.flex-fatigue,
|
||||
select,
|
||||
@@ -122,15 +122,15 @@
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header input,
|
||||
.fvtt-mournblade-cyd2 .sheet-header select {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header input,
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header select {
|
||||
color: black;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header .liste-etat {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header .liste-etat {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
@@ -288,7 +288,7 @@
|
||||
|
||||
/* Styles limited to foundryvtt-vadentis sheets */
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 210px;
|
||||
flex: 0 0 210px;
|
||||
@@ -318,7 +318,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header .profile-img {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header .profile-img {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 128px;
|
||||
flex: 0 0 128px;
|
||||
@@ -359,13 +359,13 @@
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header .header-fields {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header .header-fields {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header h1.charname {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: 5px 0;
|
||||
@@ -375,7 +375,7 @@
|
||||
font-family: "CentaurMT";
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-header h1.charname input {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-header h1.charname input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
@@ -386,22 +386,22 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-tabs {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-tabs {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0;
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-body,
|
||||
.fvtt-mournblade-cyd2 .sheet-body .tab,
|
||||
.fvtt-mournblade-cyd2 .sheet-body .tab .editor {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-body,
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-body .tab,
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
font-size: 0.8rem;
|
||||
color: rgba(0, 0, 0, 0.9)
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .sheet-body input,
|
||||
.fvtt-mournblade-cyd2 .sheet-body select {
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-body input,
|
||||
.fvtt-mournblade-cyd-2-0 .sheet-body select {
|
||||
color: rgba(0, 0, 0, 0.9)
|
||||
}
|
||||
|
||||
@@ -423,70 +423,70 @@
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .tox .tox-editor-container {
|
||||
.fvtt-mournblade-cyd-2-0 .tox .tox-editor-container {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .tox .tox-edit-area {
|
||||
.fvtt-mournblade-cyd-2-0 .tox .tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .resource-label {
|
||||
.fvtt-mournblade-cyd-2-0 .resource-label {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .tabs {
|
||||
.fvtt-mournblade-cyd-2-0 .tabs {
|
||||
height: 40px;
|
||||
border-top: 1px solid #AAA;
|
||||
border-bottom: 1px solid #AAA;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .tabs .item {
|
||||
.fvtt-mournblade-cyd-2-0 .tabs .item {
|
||||
/*line-height: 40px;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .tabs .item.active {
|
||||
.fvtt-mournblade-cyd-2-0 .tabs .item.active {
|
||||
text-decoration: underline;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list {
|
||||
list-style: none;
|
||||
margin: 1px 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list .item-header {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list .item-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list .item {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list .item {
|
||||
height: 30px;
|
||||
line-height: 24px;
|
||||
padding: 1px 0;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list .item .item-image {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list .item .item-image {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 24px;
|
||||
flex: 0 0 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list .item img {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list .item img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list .item-name {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list .item-name {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-mournblade-cyd2 .items-list .item-controls {
|
||||
.fvtt-mournblade-cyd-2-0 .items-list .item-controls {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 86px;
|
||||
flex: 0 0 86px;
|
||||
|
||||
Reference in New Issue
Block a user