Fixes and enhancements, from issue list
This commit is contained in:
@@ -550,6 +550,26 @@
|
||||
opacity: 0.7;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
}
|
||||
.oathhammer .character-main .character-stats-band .character-resources .character-resource.character-resource--luck .luck-stepper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1px;
|
||||
}
|
||||
.oathhammer .character-main .character-stats-band .character-resources .character-resource.character-resource--luck .luck-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.2rem;
|
||||
height: 1.4rem;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
font-weight: bold;
|
||||
color: #535128;
|
||||
cursor: pointer;
|
||||
line-height: 1;
|
||||
}
|
||||
.oathhammer .character-main .character-stats-band .character-resources .character-resource.character-resource--luck .luck-btn:hover {
|
||||
color: #2a1a0a;
|
||||
}
|
||||
.oathhammer .character-main .character-stats-band .character-resources .resource-label {
|
||||
min-width: 4.2rem;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
@@ -919,7 +939,7 @@
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
.oathhammer .npc-main .regiment-vitals-grid.regiment-row2 {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
border-top: none;
|
||||
margin-top: 4px;
|
||||
padding-top: 4px;
|
||||
@@ -1160,7 +1180,7 @@
|
||||
}
|
||||
.oathhammer .item-list--oath .item-list-header,
|
||||
.oathhammer .item-list--oath .item-entry {
|
||||
grid-template-columns: 24px 1fr 7rem 3.5rem 3.5rem;
|
||||
grid-template-columns: 24px 12rem 1fr 3.5rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--npc-skill .item-list-header,
|
||||
.oathhammer .item-list--npc-skill .item-entry {
|
||||
@@ -2574,9 +2594,39 @@
|
||||
.oathhammer .party-main .party-treasury .party-currency-cp .currency-label {
|
||||
color: #aa6633;
|
||||
}
|
||||
.oathhammer .party-main .party-slots {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.4rem;
|
||||
margin-top: 0.3rem;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
}
|
||||
.oathhammer .party-main .party-slots .party-slots-label {
|
||||
font-weight: bold;
|
||||
color: #535128;
|
||||
margin-right: 0.3rem;
|
||||
text-transform: uppercase;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
.oathhammer .party-main .party-slots .party-slots-current {
|
||||
font-weight: bold;
|
||||
min-width: 1.8rem;
|
||||
text-align: right;
|
||||
}
|
||||
.oathhammer .party-main .party-slots .party-slots-sep {
|
||||
color: #535128;
|
||||
}
|
||||
.oathhammer .party-main .party-slots .party-slots-max {
|
||||
width: 3.5rem;
|
||||
text-align: center;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
}
|
||||
.oathhammer .item-list--party-member .item-list-header,
|
||||
.oathhammer .item-list--party-member .item-entry {
|
||||
grid-template-columns: 1.8rem 24px 1fr 7rem 3rem 5rem 5.5rem;
|
||||
grid-template-columns: 1.8rem 24px 1fr 7rem 5rem 3rem 5.5rem;
|
||||
}
|
||||
.oathhammer .item-list--party-member .party-member-order {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
@@ -2586,6 +2636,15 @@
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
}
|
||||
.oathhammer .item-list--party-member .item-detail--center {
|
||||
text-align: center;
|
||||
}
|
||||
.oathhammer .item-list--party-member .item-detail--center a {
|
||||
color: #2a1a0a;
|
||||
}
|
||||
.oathhammer .item-list--party-member .item-detail--center .fa-faded {
|
||||
opacity: 0.2;
|
||||
}
|
||||
.oathhammer .item-list--party-loot .item-list-header,
|
||||
.oathhammer .item-list--party-loot .item-entry {
|
||||
grid-template-columns: 24px 1fr 6rem 5.5rem 5rem;
|
||||
@@ -2752,3 +2811,79 @@
|
||||
color: #987d2e;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
}
|
||||
.oh-free-roll-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 4px 6px;
|
||||
border-top: 1px solid rgba(83, 81, 40, 0.4);
|
||||
background: rgba(83, 81, 40, 0.08);
|
||||
flex-shrink: 0;
|
||||
flex-wrap: wrap;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
font-weight: bold;
|
||||
color: #2a1a0a;
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls select {
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
padding: 1px 2px;
|
||||
height: 1.6rem;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls .oh-frb-pool {
|
||||
width: 3.8rem;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls .oh-frb-color {
|
||||
flex: 1;
|
||||
min-width: 6rem;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls .oh-frb-explode-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
color: #2a1a0a;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls .oh-frb-explode-label input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls .oh-frb-roll-btn {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
font-weight: bold;
|
||||
padding: 2px 8px;
|
||||
height: 1.6rem;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 3px;
|
||||
background: rgba(83, 81, 40, 0.2);
|
||||
color: #2a1a0a;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.oh-free-roll-bar .oh-frb-controls .oh-frb-roll-btn:hover {
|
||||
background: #c8a84b;
|
||||
border-color: #ac8d34;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user