Char - WIP
This commit is contained in:
@ -182,13 +182,14 @@ table {border: 1px solid #7a7971;}
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.flex-shrink {
|
||||
flex: 'flex-shrink' ;
|
||||
}
|
||||
|
||||
/* Styles limited to foundryvtt-vadentis sheets */
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-header {
|
||||
.fvtt-pegasus-rpg .sheet-header {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 210px;
|
||||
flex: 0 0 210px;
|
||||
@ -208,7 +209,7 @@ table {border: 1px solid #7a7971;}
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-header .profile-img {
|
||||
.fvtt-pegasus-rpg .sheet-header .profile-img {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 128px;
|
||||
flex: 0 0 128px;
|
||||
@ -248,34 +249,34 @@ table {border: 1px solid #7a7971;}
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-header .header-fields {
|
||||
.fvtt-pegasus-rpg .sheet-header .header-fields {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-header h1.charname {
|
||||
.fvtt-pegasus-rpg .sheet-header h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: 5px 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-header h1.charname input {
|
||||
.fvtt-pegasus-rpg .sheet-header h1.charname input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-tabs {
|
||||
.fvtt-pegasus-rpg .sheet-tabs {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0;
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .sheet-body,
|
||||
.fvtt-weapons-of-the-gods .sheet-body .tab,
|
||||
.fvtt-weapons-of-the-gods .sheet-body .tab .editor {
|
||||
.fvtt-pegasus-rpg .sheet-body,
|
||||
.fvtt-pegasus-rpg .sheet-body .tab,
|
||||
.fvtt-pegasus-rpg .sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
@ -298,69 +299,69 @@ table {border: 1px solid #7a7971;}
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .tox .tox-editor-container {
|
||||
.fvtt-pegasus-rpg .tox .tox-editor-container {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .tox .tox-edit-area {
|
||||
.fvtt-pegasus-rpg .tox .tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .resource-label {
|
||||
.fvtt-pegasus-rpg .resource-label {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .tabs {
|
||||
.fvtt-pegasus-rpg .tabs {
|
||||
height: 40px;
|
||||
border-top: 1px solid #AAA;
|
||||
border-bottom: 1px solid #AAA;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .tabs .item {
|
||||
.fvtt-pegasus-rpg .tabs .item {
|
||||
line-height: 40px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .tabs .item.active {
|
||||
.fvtt-pegasus-rpg .tabs .item.active {
|
||||
text-decoration: underline;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list {
|
||||
.fvtt-pegasus-rpg .items-list {
|
||||
list-style: none;
|
||||
margin: 1px 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list .item-header {
|
||||
.fvtt-pegasus-rpg .items-list .item-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list .item {
|
||||
.fvtt-pegasus-rpg .items-list .item {
|
||||
height: 30px;
|
||||
line-height: 24px;
|
||||
padding: 1px 0;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list .item .item-image {
|
||||
.fvtt-pegasus-rpg .items-list .item .item-image {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 24px;
|
||||
flex: 0 0 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list .item img {
|
||||
.fvtt-pegasus-rpg .items-list .item img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list .item-name {
|
||||
.fvtt-pegasus-rpg .items-list .item-name {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-weapons-of-the-gods .items-list .item-controls {
|
||||
.fvtt-pegasus-rpg .items-list .item-controls {
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 86px;
|
||||
flex: 0 0 86px;
|
||||
@ -1100,12 +1101,21 @@ ul, li {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
color: #ffffff;
|
||||
font-size: 0.9rem;
|
||||
padding: 4px 4px 0px 4px;
|
||||
font-size: 0.8rem;
|
||||
padding: 4px 12px 0px 12px;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 1px 0px #4d3534;
|
||||
position: relative;
|
||||
margin:4px;
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
.chat-card-button:hover {
|
||||
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
|
||||
background-color: red;
|
||||
}
|
||||
.chat-card-button:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
||||
.plus-moins-button {
|
||||
|
Reference in New Issue
Block a user