Latest fixes for Oath Hammer
This commit is contained in:
@@ -703,6 +703,19 @@
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.oathhammer .item-entry .item-group {
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
color: #535128;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.oathhammer .item-entry .item-magic {
|
||||
text-align: center;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
color: #8e44ad;
|
||||
}
|
||||
.oathhammer .item-entry .item-type {
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
color: #084a74;
|
||||
@@ -741,11 +754,11 @@
|
||||
}
|
||||
.oathhammer .item-list--weapon .item-list-header,
|
||||
.oathhammer .item-list--weapon .item-entry {
|
||||
grid-template-columns: 24px 1fr 5.5rem 3rem 1.8rem 3.5rem;
|
||||
grid-template-columns: 24px 1fr 4.5rem 3.5rem 2rem 1.5rem 1.8rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--armor .item-list-header,
|
||||
.oathhammer .item-list--armor .item-entry {
|
||||
grid-template-columns: 24px 1fr 3.5rem 5rem 1.8rem 3.5rem;
|
||||
grid-template-columns: 24px 1fr 3.5rem 2.5rem 3.5rem 1.5rem 1.8rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--ammo .item-list-header,
|
||||
.oathhammer .item-list--ammo .item-entry {
|
||||
@@ -771,13 +784,37 @@
|
||||
.oathhammer .item-list--condition .item-entry {
|
||||
grid-template-columns: 24px 1fr 5.5rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--ability .item-list-header,
|
||||
.oathhammer .item-list--ability .item-entry {
|
||||
grid-template-columns: 24px 1fr 6rem 3.5rem;
|
||||
.oathhammer .item-list--trait .item-list-header,
|
||||
.oathhammer .item-list--trait .item-entry {
|
||||
grid-template-columns: 24px 1fr 6rem 6rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--oath .item-list-header,
|
||||
.oathhammer .item-list--oath .item-entry {
|
||||
grid-template-columns: 24px 1fr 5.5rem 3.5rem;
|
||||
grid-template-columns: 24px 1fr 7rem 3.5rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-usage {
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
color: #535128;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.oathhammer .item-violated {
|
||||
text-align: center;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
}
|
||||
.oathhammer .item-violated i.fa-circle-xmark {
|
||||
color: #c0392b;
|
||||
}
|
||||
.oathhammer .item-violated i.fa-circle-check {
|
||||
color: #27ae60;
|
||||
}
|
||||
.oathhammer .oath--violated {
|
||||
background-color: rgba(192, 57, 43, 0.08);
|
||||
}
|
||||
.oathhammer .oath--violated .item-name {
|
||||
color: #c0392b;
|
||||
}
|
||||
.oathhammer .no-items {
|
||||
color: var(--color-dark-5);
|
||||
|
||||
Reference in New Issue
Block a user