WIP for vehicle sheets
This commit is contained in:
@ -1235,8 +1235,7 @@ ul, li {
|
||||
|
||||
/*************************************************************/
|
||||
#pause
|
||||
{
|
||||
font-size: 2rem;
|
||||
{ font-size: 2rem;
|
||||
}
|
||||
#pause > h3
|
||||
{
|
||||
@ -1285,6 +1284,8 @@ Focus FOC: #ff0084
|
||||
background-color: black;
|
||||
background: black;
|
||||
}
|
||||
.color-class-fc,
|
||||
.color-class-man,
|
||||
.color-class-agi,
|
||||
.color-class-ranged-attack {
|
||||
background-color: #02a41d;
|
||||
@ -1303,10 +1304,12 @@ Focus FOC: #ff0084
|
||||
.color-class-meleedmg {
|
||||
background-color: #5f3d00;
|
||||
}
|
||||
.color-class-hr,
|
||||
.color-class-phy,
|
||||
.color-class-dmgres {
|
||||
background-color: #990304;
|
||||
}
|
||||
.color-class-ad,
|
||||
.color-class-mr {
|
||||
background-color: #050505;
|
||||
}
|
||||
@ -1325,6 +1328,7 @@ Focus FOC: #ff0084
|
||||
.color-class-ranged-damage {
|
||||
background-color: #f9c801;
|
||||
}
|
||||
.color-class-pc,
|
||||
.color-class-foc {
|
||||
background-color: #ff0084;
|
||||
}
|
||||
@ -1377,8 +1381,8 @@ Focus FOC: #ff0084
|
||||
min-height: 36px;
|
||||
}
|
||||
.item-stat-roll-vehicle {
|
||||
max-height: 96px;
|
||||
min-height: 90px;
|
||||
max-height: 102px;
|
||||
min-height: 102px;
|
||||
}
|
||||
.item-stat-roll select, .item-stat-roll input {
|
||||
margin-top: 4px;
|
||||
|
Reference in New Issue
Block a user