Add party an army sheeets
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
}
|
||||
.oathhammer .character-content,
|
||||
.oathhammer .npc-content,
|
||||
.oathhammer .settlement-content {
|
||||
.oathhammer .settlement-content,
|
||||
.oathhammer .regiment-content,
|
||||
.oathhammer .party-content,
|
||||
.oathhammer .army-content {
|
||||
font-family: "Calibri", "Segoe UI", sans-serif;
|
||||
font-size: 0.86rem;
|
||||
color: #2a1a0a;
|
||||
@@ -40,20 +43,32 @@
|
||||
}
|
||||
.oathhammer .character-content nav.tabs [data-tab],
|
||||
.oathhammer .npc-content nav.tabs [data-tab],
|
||||
.oathhammer .settlement-content nav.tabs [data-tab] {
|
||||
.oathhammer .settlement-content nav.tabs [data-tab],
|
||||
.oathhammer .regiment-content nav.tabs [data-tab],
|
||||
.oathhammer .party-content nav.tabs [data-tab],
|
||||
.oathhammer .army-content nav.tabs [data-tab] {
|
||||
color: #535128;
|
||||
}
|
||||
.oathhammer .character-content nav.tabs [data-tab].active,
|
||||
.oathhammer .npc-content nav.tabs [data-tab].active,
|
||||
.oathhammer .settlement-content nav.tabs [data-tab].active {
|
||||
.oathhammer .settlement-content nav.tabs [data-tab].active,
|
||||
.oathhammer .regiment-content nav.tabs [data-tab].active,
|
||||
.oathhammer .party-content nav.tabs [data-tab].active,
|
||||
.oathhammer .army-content nav.tabs [data-tab].active {
|
||||
color: #084a74;
|
||||
}
|
||||
.oathhammer .character-content input:disabled,
|
||||
.oathhammer .npc-content input:disabled,
|
||||
.oathhammer .settlement-content input:disabled,
|
||||
.oathhammer .regiment-content input:disabled,
|
||||
.oathhammer .party-content input:disabled,
|
||||
.oathhammer .army-content input:disabled,
|
||||
.oathhammer .character-content select:disabled,
|
||||
.oathhammer .npc-content select:disabled,
|
||||
.oathhammer .settlement-content select:disabled {
|
||||
.oathhammer .settlement-content select:disabled,
|
||||
.oathhammer .regiment-content select:disabled,
|
||||
.oathhammer .party-content select:disabled,
|
||||
.oathhammer .army-content select:disabled {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
border-color: transparent;
|
||||
color: #2a1a0a;
|
||||
@@ -61,9 +76,15 @@
|
||||
.oathhammer .character-content input,
|
||||
.oathhammer .npc-content input,
|
||||
.oathhammer .settlement-content input,
|
||||
.oathhammer .regiment-content input,
|
||||
.oathhammer .party-content input,
|
||||
.oathhammer .army-content input,
|
||||
.oathhammer .character-content select,
|
||||
.oathhammer .npc-content select,
|
||||
.oathhammer .settlement-content select {
|
||||
.oathhammer .settlement-content select,
|
||||
.oathhammer .regiment-content select,
|
||||
.oathhammer .party-content select,
|
||||
.oathhammer .army-content select {
|
||||
height: 1.5rem;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
border-color: #084a74;
|
||||
@@ -71,7 +92,10 @@
|
||||
}
|
||||
.oathhammer .character-content input[name="name"],
|
||||
.oathhammer .npc-content input[name="name"],
|
||||
.oathhammer .settlement-content input[name="name"] {
|
||||
.oathhammer .settlement-content input[name="name"],
|
||||
.oathhammer .regiment-content input[name="name"],
|
||||
.oathhammer .party-content input[name="name"],
|
||||
.oathhammer .army-content input[name="name"] {
|
||||
height: 2.5rem;
|
||||
font-family: "Sherwood", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 1.2);
|
||||
@@ -82,14 +106,20 @@
|
||||
}
|
||||
.oathhammer .character-content fieldset,
|
||||
.oathhammer .npc-content fieldset,
|
||||
.oathhammer .settlement-content fieldset {
|
||||
.oathhammer .settlement-content fieldset,
|
||||
.oathhammer .regiment-content fieldset,
|
||||
.oathhammer .party-content fieldset,
|
||||
.oathhammer .army-content fieldset {
|
||||
margin-bottom: 4px;
|
||||
border-radius: 4px;
|
||||
border-color: #535128;
|
||||
}
|
||||
.oathhammer .character-content legend,
|
||||
.oathhammer .npc-content legend,
|
||||
.oathhammer .settlement-content legend {
|
||||
.oathhammer .settlement-content legend,
|
||||
.oathhammer .regiment-content legend,
|
||||
.oathhammer .party-content legend,
|
||||
.oathhammer .army-content legend {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 1.1);
|
||||
font-weight: bold;
|
||||
@@ -98,7 +128,10 @@
|
||||
}
|
||||
.oathhammer .character-content label,
|
||||
.oathhammer .npc-content label,
|
||||
.oathhammer .settlement-content label {
|
||||
.oathhammer .settlement-content label,
|
||||
.oathhammer .regiment-content label,
|
||||
.oathhammer .party-content label,
|
||||
.oathhammer .army-content label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: 0.86rem;
|
||||
color: #2a1a0a;
|
||||
@@ -882,6 +915,93 @@
|
||||
gap: 8px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
.oathhammer .npc-main .regiment-vitals-grid.regiment-row1 {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
.oathhammer .npc-main .regiment-vitals-grid.regiment-row2 {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
border-top: none;
|
||||
margin-top: 4px;
|
||||
padding-top: 4px;
|
||||
border-top: 1px dashed rgba(83, 81, 40, 0.5);
|
||||
}
|
||||
.oathhammer .regiment-content .npc-left {
|
||||
min-width: 94px;
|
||||
max-width: 94px;
|
||||
}
|
||||
.oathhammer .regiment-content .npc-left .actor-img {
|
||||
width: 94px;
|
||||
height: 110px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
-o-object-position: center top;
|
||||
object-position: center top;
|
||||
border: 2px solid rgba(42, 26, 10, 0.4);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.oathhammer .regiment-fieldset {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.oathhammer .regiment-leader-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
margin-top: 5px;
|
||||
padding: 4px 6px;
|
||||
border: 1px dashed rgba(83, 81, 40, 0.6);
|
||||
border-radius: 3px;
|
||||
background: rgba(0, 0, 0, 0.04);
|
||||
min-height: 28px;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
font-weight: bold;
|
||||
color: #2a1a0a;
|
||||
white-space: nowrap;
|
||||
min-width: 5.5rem;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-img {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #535128;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-name {
|
||||
flex: 1;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
color: #084a74;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-name:hover {
|
||||
text-decoration: underline;
|
||||
color: #c8a84b;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-empty {
|
||||
flex: 1;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
color: rgba(42, 26, 10, 0.45);
|
||||
font-style: italic;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-clear {
|
||||
color: rgba(42, 26, 10, 0.4);
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .regiment-leader-row .regiment-leader-clear:hover {
|
||||
color: #cc3333;
|
||||
}
|
||||
.oathhammer .item-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
@@ -1012,11 +1132,11 @@
|
||||
}
|
||||
.oathhammer .item-list--spell .item-list-header,
|
||||
.oathhammer .item-list--spell .item-entry {
|
||||
grid-template-columns: 24px 1fr 3rem 6rem 3rem 5.5rem;
|
||||
grid-template-columns: 24px 1fr 2.5rem 5.5rem 3.5rem 4.5rem 3.5rem 5rem;
|
||||
}
|
||||
.oathhammer .item-list--miracle .item-list-header,
|
||||
.oathhammer .item-list--miracle .item-entry {
|
||||
grid-template-columns: 24px 1fr 4.5rem 5.5rem;
|
||||
grid-template-columns: 24px 1fr 6rem 5rem;
|
||||
}
|
||||
.oathhammer .miracles-blocked {
|
||||
opacity: 0.45;
|
||||
@@ -1333,7 +1453,7 @@
|
||||
}
|
||||
.oathhammer .regiment-sheet .regiment-stats-row {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
gap: 4px;
|
||||
}
|
||||
.oathhammer .regiment-sheet .regiment-stats-row .form-group > label {
|
||||
@@ -2328,3 +2448,307 @@
|
||||
.oathhammer .settlement-buildings-header .collect-taxes-btn i {
|
||||
color: #c8a84b;
|
||||
}
|
||||
.oathhammer .party-main .party-header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
align-items: stretch;
|
||||
}
|
||||
.oathhammer .party-main .party-portrait-wrap {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .party-main .party-portrait-wrap .party-portrait {
|
||||
width: 94px;
|
||||
height: 110px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
-o-object-position: center top;
|
||||
object-position: center top;
|
||||
border: 2px solid rgba(42, 26, 10, 0.4);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.oathhammer .party-main .party-header-body {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
.oathhammer .party-main .party-header-body .character-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
border-bottom: 1px solid #535128;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.oathhammer .party-main .party-header-body .character-name input,
|
||||
.oathhammer .party-main .party-header-body .character-name span {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
font-family: "Sherwood", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 1.1);
|
||||
}
|
||||
.oathhammer .party-main .party-header-body .character-name > .control {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .party-main .party-header-fieldset {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
padding: 4px 6px;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 3px;
|
||||
background: rgba(0, 0, 0, 0.08);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-treasury-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
font-weight: bold;
|
||||
color: #2a1a0a;
|
||||
white-space: nowrap;
|
||||
min-width: 4rem;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
min-width: 7rem;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency .currency-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
font-weight: bold;
|
||||
color: #2a1a0a;
|
||||
white-space: nowrap;
|
||||
min-width: 1.8rem;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency .currency-stepper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency .currency-stepper input {
|
||||
width: 3.5rem;
|
||||
text-align: center;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
padding: 1px 2px;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency .currency-stepper .currency-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.1rem;
|
||||
height: 1.1rem;
|
||||
font-size: 0.85rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 3px;
|
||||
background: rgba(83, 81, 40, 0.2);
|
||||
color: #2a1a0a;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency .currency-stepper .currency-btn:hover {
|
||||
background: #c8a84b;
|
||||
border-color: #c8a84b;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency-gp .currency-label {
|
||||
color: #987d2e;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency-sp .currency-label {
|
||||
color: #888;
|
||||
}
|
||||
.oathhammer .party-main .party-treasury .party-currency-cp .currency-label {
|
||||
color: #aa6633;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.oathhammer .item-list--party-member .party-member-order {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
font-weight: bold;
|
||||
color: #535128;
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
}
|
||||
.oathhammer .item-list--party-loot .item-list-header,
|
||||
.oathhammer .item-list--party-loot .item-entry {
|
||||
grid-template-columns: 24px 1fr 6rem 5.5rem 5rem;
|
||||
}
|
||||
.oathhammer .item-list--party-loot .item-qty {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
}
|
||||
.oathhammer .item-list--party-loot .item-qty span {
|
||||
min-width: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
.oathhammer .item-list--party-loot .item-qty .qty-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
font-size: 0.8rem;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 2px;
|
||||
background: rgba(83, 81, 40, 0.2);
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.oathhammer .item-list--party-loot .item-qty .qty-btn:hover {
|
||||
background: #c8a84b;
|
||||
border-color: #c8a84b;
|
||||
}
|
||||
.oathhammer .army-main .army-header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
align-items: stretch;
|
||||
}
|
||||
.oathhammer .army-main .army-portrait-wrap {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .army-main .army-portrait-wrap .army-portrait {
|
||||
width: 94px;
|
||||
height: 110px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
-o-object-position: center top;
|
||||
object-position: center top;
|
||||
border: 2px solid rgba(42, 26, 10, 0.4);
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.oathhammer .army-main .army-header-body {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 5px;
|
||||
min-width: 0;
|
||||
}
|
||||
.oathhammer .army-main .army-header-body .character-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
border-bottom: 1px solid #535128;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.oathhammer .army-main .army-header-body .character-name input,
|
||||
.oathhammer .army-main .army-header-body .character-name span {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
font-family: "Sherwood", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 1.1);
|
||||
}
|
||||
.oathhammer .army-main .army-header-body .character-name > .control {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .army-main .army-header-fieldset {
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
padding: 3px 5px;
|
||||
border: 1px dashed #535128;
|
||||
border-radius: 3px;
|
||||
min-height: 2rem;
|
||||
background: rgba(83, 81, 40, 0.05);
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-field-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
font-weight: bold;
|
||||
color: #2a1a0a;
|
||||
white-space: nowrap;
|
||||
min-width: 6rem;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-leader-img {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #535128;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-leader-name {
|
||||
flex: 1;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
color: #2a1a0a;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-leader-name:hover {
|
||||
color: #535128;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-leader-clear {
|
||||
color: #535128;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-leader-clear:hover {
|
||||
color: #aa3333;
|
||||
}
|
||||
.oathhammer .army-main .army-leader-row .army-field-empty {
|
||||
flex: 1;
|
||||
font-size: calc(0.86rem * 0.9);
|
||||
color: rgba(42, 26, 10, 0.5);
|
||||
font-style: italic;
|
||||
}
|
||||
.oathhammer .army-main .army-location-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.oathhammer .army-main .army-location-row .army-field-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
font-weight: bold;
|
||||
color: #2a1a0a;
|
||||
white-space: nowrap;
|
||||
min-width: 6rem;
|
||||
}
|
||||
.oathhammer .army-main .army-location-row input {
|
||||
flex: 1;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
}
|
||||
.oathhammer .item-list--army-regiment .item-list-header,
|
||||
.oathhammer .item-list--army-regiment .item-entry {
|
||||
grid-template-columns: 24px 1fr 4.5rem 4.5rem 4.5rem 4.5rem 3rem;
|
||||
}
|
||||
.oathhammer .item-list--army-regiment .army-total-row {
|
||||
border-top: 2px solid #535128;
|
||||
font-weight: bold;
|
||||
}
|
||||
.oathhammer .item-list--army-regiment .army-total-row .army-total-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.86rem * 0.85);
|
||||
color: #2a1a0a;
|
||||
}
|
||||
.oathhammer .item-list--army-regiment .army-total-row .army-total-value {
|
||||
color: #987d2e;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user