Enhance styling
This commit is contained in:
@ -217,9 +217,10 @@ table {border: 1px solid #7a7971;}
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 128px;
|
||||
flex: 0 0 128px;
|
||||
width: 128px;
|
||||
width: 196px;
|
||||
height: auto;
|
||||
max-height:260px;
|
||||
margin-top: 0px;
|
||||
margin-right: 10px;
|
||||
object-fit: cover;
|
||||
object-position: 50% 0;
|
||||
@ -1253,11 +1254,18 @@ Stealth STL: #505050
|
||||
Perception PER: #f9c801 Also Used for Ranged Damage
|
||||
Focus FOC: #ff0084
|
||||
*/
|
||||
.color-class-black {
|
||||
background-color: black;
|
||||
background: black;
|
||||
}
|
||||
.color-class-agi,
|
||||
.color-class-range {
|
||||
background-color: #02a41d;
|
||||
background: #02a41d;
|
||||
}
|
||||
.color-class-pool {
|
||||
background-color:#c5c3c3;
|
||||
}
|
||||
.color-class-mnd {
|
||||
background-color: #a100fe;
|
||||
}
|
||||
@ -1272,6 +1280,9 @@ Focus FOC: #ff0084
|
||||
.color-class-dmgres {
|
||||
background-color: #990304;
|
||||
}
|
||||
.color-class-mr {
|
||||
background-color: #050505;
|
||||
}
|
||||
.color-class-com,
|
||||
.color-class-melee {
|
||||
background-color: #0136ff;
|
||||
@ -1306,10 +1317,10 @@ Focus FOC: #ff0084
|
||||
max-width: 24px;
|
||||
}
|
||||
.status-col-name {
|
||||
max-width: 48px;
|
||||
max-width: 62px;
|
||||
}
|
||||
.status-block {
|
||||
max-width: 128px;
|
||||
max-width: 216px;
|
||||
}
|
||||
.momentum-block {
|
||||
max-width: 128px;
|
||||
@ -1325,7 +1336,7 @@ Focus FOC: #ff0084
|
||||
}
|
||||
.stat-margin {
|
||||
margin-left: 4px;
|
||||
margin-top: 6px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.combat-margin {
|
||||
margin-left: 4px;
|
||||
@ -1336,6 +1347,7 @@ Focus FOC: #ff0084
|
||||
}
|
||||
.item-stat-roll {
|
||||
max-height: 42px;
|
||||
min-height: 36px;
|
||||
}
|
||||
.item-stat-roll select, .item-stat-roll input {
|
||||
margin-top: 4px;
|
||||
@ -1349,4 +1361,17 @@ Focus FOC: #ff0084
|
||||
max-width: 48px;
|
||||
max-height: 48px;
|
||||
border: 0;
|
||||
}
|
||||
.items-title-bg {
|
||||
margin-top: 6px;
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
||||
.lock-icon {
|
||||
width:16px;
|
||||
height: 16px;
|
||||
}
|
||||
.item-sheet-img {
|
||||
width: 64px;
|
||||
height: auto;
|
||||
}
|
Reference in New Issue
Block a user