Enhance sheets

This commit is contained in:
2021-02-03 15:33:07 +01:00
parent c65f1b8246
commit d248411e90
10 changed files with 276 additions and 13 deletions

View File

@ -203,7 +203,6 @@ table {border: 1px solid #7a7971;}
}
/* Styles limited to foundryvtt-reve-de-dragon sheets */
.foundryvtt-shadows-over-sol .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
@ -394,7 +393,8 @@ table {border: 1px solid #7a7971;}
/* ======================================== */
/* Sheet */
.window-app.sheet .window-content .sheet-header{
background: #011d33 url("img/bg_header.webp") no-repeat left top;
background: url('../img/ui/background_sheet01.webp') no-repeat left top;
/*background: #011d33 url("img/bg_header.webp") no-repeat left top;*/
color: rgba(255, 255, 255, 1);
}
@ -405,6 +405,10 @@ table {border: 1px solid #7a7971;}
margin-bottom: 0.25rem;
}
.sheet .sheet-header {
background: url('../img/ui/background_sheet01.webp') no-repeat left top;
}
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
background: rgb(245,245,240) url("img/bg_left.jpg") no-repeat left top;
}
@ -876,7 +880,7 @@ ul, li {
border-radius: 0;
background: rgba(30, 25, 20, 1);
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
/*border-image: url(img/ui/footer-button.png) 10 repeat;*/
border-image-width: 4px;
border-image-outset: 0px;
}
@ -884,7 +888,7 @@ ul, li {
#controls .scene-control.active, #controls .control-tool.active, #controls .scene-control:hover, #controls .control-tool:hover {
background: rgba(72, 46, 28, 1);
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
/*border-image: url(img/ui/footer-button.png) 10 repeat;*/
border-image-width: 4px;
border-image-outset: 0px;
box-shadow: 0 0 3px #ff6400;
@ -896,7 +900,7 @@ ul, li {
}
#hotbar #action-bar .macro {
border-image: url(img/ui/bg_control.jpg) 21 repeat;
/*border-image: url(img/ui/bg_control.jpg) 21 repeat;*/
border-image-slice: 6 6 6 6 fill;
border-image-width: 6px 6px 6px 6px;
border-image-outset: 0px 0px 0px 0px;
@ -909,7 +913,7 @@ ul, li {
}
#players {
border-image: url(img/ui/footer-button.png) 10 repeat;
/*border-image: url(img/ui/footer-button.png) 10 repeat;*/
border-image-width: 4px;
border-image-outset: 0px;
background: rgba(30, 25, 20, 1);
@ -922,7 +926,7 @@ ul, li {
#navigation #scene-list .scene.nav-item {
background: rgba(30, 25, 20, 1);
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
/*border-image: url(img/ui/footer-button.png) 10 repeat;*/
border-image-width: 4px;
border-image-outset: 0px;
}
@ -930,7 +934,7 @@ ul, li {
#navigation #scene-list .scene.view, #navigation #scene-list .scene.context {
background: rgba(72, 46, 28, 1);
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
/*border-image: url(img/ui/footer-button.png) 10 repeat;*/
border-image-width: 4px;
border-image-outset: 0px;
box-shadow: 0 0 3px #ff6400;
@ -939,7 +943,7 @@ ul, li {
#navigation #nav-toggle {
background: rgba(30, 25, 20, 1);
background-origin: padding-box;
border-image: url(img/ui/footer-button.png) 10 repeat;
/*border-image: url(img/ui/footer-button.png) 10 repeat;*/
border-image-width: 4px;
border-image-outset: 0px;
}
@ -971,7 +975,7 @@ ul, li {
width: 360px;
background: rgba(30, 25, 20, 0.9);
border-image: url(img/ui/bg_control.jpg) 21 repeat;
/*border-image: url(img/ui/bg_control.jpg) 21 repeat;*/
border-image-slice: 6 6 6 6 fill;
border-image-width: 6px 6px 6px 6px;
border-image-outset: 0px 0px 0px 0px;
@ -1006,6 +1010,11 @@ ul, li {
opacity: 1;
}
.text-red {
color: red;
font-weight: bold;
}
.chat-card-button {
box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #21374afc 5%, #152833ab 100%);