ENH: Styling
parent
d9ec802338
commit
579322181b
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
|
@ -12,7 +12,7 @@
|
||||||
border: 1px solid $colorDark;
|
border: 1px solid $colorDark;
|
||||||
.panel-title {
|
.panel-title {
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
background: $colorDark;
|
background: $darkBackground;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -112,7 +112,8 @@
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: $colorDark;
|
border: 1px solid $colorDark;
|
||||||
|
background: $darkBackground;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
&.attribute-secondaries {
|
&.attribute-secondaries {
|
||||||
|
@ -147,7 +148,7 @@
|
||||||
.attribute-name {
|
.attribute-name {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 38px;
|
line-height: 35px;
|
||||||
a {
|
a {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
@ -170,14 +171,16 @@
|
||||||
}
|
}
|
||||||
.item-titles {
|
.item-titles {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 4px;
|
padding: 4px;
|
||||||
|
border: 1px solid $colorDark;
|
||||||
|
box-shadow: 0 0 5px $colorDark;
|
||||||
.item-name {
|
.item-name {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-indent: 8px;
|
text-indent: 8px;
|
||||||
}
|
}
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background: $colorDark;
|
background: $darkBackground;
|
||||||
color: white;
|
color: white;
|
||||||
input {
|
input {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
/* Sheet Styles */
|
/* Sheet Styles */
|
||||||
/* ----------------------------------------- */
|
/* ----------------------------------------- */
|
||||||
|
|
||||||
|
$darkBackground: url('/systems/ose/assets/back.png');
|
||||||
$colorDark: rgba(0, 0, 0, 0.9);
|
$colorDark: rgba(0, 0, 0, 0.9);
|
||||||
$colorFaint: #c9c7b8;
|
$colorFaint: #c9c7b8;
|
||||||
$colorBeige: #b5b3a4;
|
$colorBeige: #b5b3a4;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ol class="item-list resizable" data-base-size="310">
|
<ol class="item-list resizable" data-base-size="300">
|
||||||
{{#each abilities as |item|}}
|
{{#each abilities as |item|}}
|
||||||
<li class="item-entry">
|
<li class="item-entry">
|
||||||
<div class="item flexrow" data-item-id="{{item._id}}">
|
<div class="item flexrow" data-item-id="{{item._id}}">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<section class="inventory resizable" data-base-size="320">
|
<section class="inventory resizable" data-base-size="310">
|
||||||
<div>
|
<div>
|
||||||
<li class="item-titles flexrow">
|
<li class="item-titles flexrow">
|
||||||
<div class="item-name">{{localize "OSE.items.Weapons"}}</div>
|
<div class="item-name">{{localize "OSE.items.Weapons"}}</div>
|
||||||
|
|
Loading…
Reference in New Issue