ENH: Styling

master
U~man 2020-07-03 17:46:11 +02:00
parent d9ec802338
commit 579322181b
5 changed files with 11 additions and 7 deletions

BIN
src/assets/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -12,7 +12,7 @@
border: 1px solid $colorDark;
.panel-title {
color: whitesmoke;
background: $colorDark;
background: $darkBackground;
line-height: 14px;
height: 20px;
text-align: center;
@ -112,7 +112,8 @@
color: whitesmoke;
padding: 2px;
margin: 0;
background: $colorDark;
border: 1px solid $colorDark;
background: $darkBackground;
text-align: center;
}
&.attribute-secondaries {
@ -147,7 +148,7 @@
.attribute-name {
width: 40px;
margin: 0;
line-height: 38px;
line-height: 35px;
a {
margin: auto;
}
@ -170,14 +171,16 @@
}
.item-titles {
text-align: center;
padding-top: 4px;
padding: 4px;
border: 1px solid $colorDark;
box-shadow: 0 0 5px $colorDark;
.item-name {
text-align: left;
text-indent: 8px;
}
font-weight: 300;
font-size: 12px;
background: $colorDark;
background: $darkBackground;
color: white;
input {
color: white;

View File

@ -3,6 +3,7 @@
/* Sheet Styles */
/* ----------------------------------------- */
$darkBackground: url('/systems/ose/assets/back.png');
$colorDark: rgba(0, 0, 0, 0.9);
$colorFaint: #c9c7b8;
$colorBeige: #b5b3a4;

View File

@ -8,7 +8,7 @@
{{/if}}
</div>
</div>
<ol class="item-list resizable" data-base-size="310">
<ol class="item-list resizable" data-base-size="300">
{{#each abilities as |item|}}
<li class="item-entry">
<div class="item flexrow" data-item-id="{{item._id}}">

View File

@ -1,4 +1,4 @@
<section class="inventory resizable" data-base-size="320">
<section class="inventory resizable" data-base-size="310">
<div>
<li class="item-titles flexrow">
<div class="item-name">{{localize "OSE.items.Weapons"}}</div>