Support des propriétés d'items

Amélioration de l'interface
Améliorations cosmétiques
This commit is contained in:
ZigmundKreud
2021-12-24 04:51:14 +01:00
parent d5a5990faa
commit 7531937e52
59 changed files with 1919 additions and 210 deletions

View File

@ -1,14 +1,10 @@
.window-content {
form {
background-image: url("/systems/bol/ui/logo.webp");
background-repeat: no-repeat;
background-size: @logo-width @logo-height;
background-color: white;
.sidebar {
//background-color: green;
//background-color: red;
padding-top: @logo-height;
min-width: @sidebar-width;
width: @sidebar-width;
@ -29,8 +25,6 @@
.sheet-body {
overflow: hidden;
.tab {
height: 100%;
overflow-y: auto;
.attribute {
&.vigor {
background-image: url("/systems/bol/ui/attributes/vigor.webp");

View File

@ -1,10 +1,19 @@
.window-header {
border:none;
}
.window-content {
//background: white;
height: 100%;
padding: 5px;
padding: 10px;
overflow-y: hidden;
background: transparent;
form {
border: 10px solid transparent;
border-image: url("/systems/bol/ui/box-border-large.webp") 108/3 repeat;
border-image-outset: 1;
background: white;
margin:0;
padding:0;
height: 100%;
.sheet-header {
//background-color: red;
@ -54,15 +63,16 @@
.main {
/* Sheet Tabs */
.tabs {
flex: 0 0 40px;
flex: 0 0 30px;
background-color: black;
.item {
line-height: 40px;
line-height: 30px;
font-weight: bold;
font-family: @font-handwrite;
color: white;
font-size: 14px;
padding-top: 4px;
font-size: 0.8em;
}
.item.active {
@ -75,7 +85,8 @@
overflow: hidden;
.tab {
height: 100%;
height: 95%;
border:none;
overflow-y: auto;
/* Items List */
&.description {

View File

@ -17,9 +17,9 @@ h1 {
line-height: 20px;
}
input {
text-align: right;
}
//input {
// text-align: right;
//}
}
.properties-list {