Item ehnance, fixes on actor sheet
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
.oathhammer .skills-container .skills-header,
|
||||
.oathhammer .skills-container .skill-row {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3rem 3rem;
|
||||
grid-template-columns: 1fr 2.5rem 2.5rem 2.5rem 5.5rem;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
@@ -124,14 +124,59 @@
|
||||
margin-bottom: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.oathhammer .skills-container .skills-header span {
|
||||
text-align: center;
|
||||
}
|
||||
.oathhammer .skills-container .skills-header .skill-name-col {
|
||||
text-align: left;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row label.skill-name-col {
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-rank-col input {
|
||||
.oathhammer .skills-container .skill-row .skill-rank-col select,
|
||||
.oathhammer .skills-container .skill-row .skill-modifier-col input {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
padding: 1px 2px;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col .color-dice-dot {
|
||||
display: inline-block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col .color-dice-dot.color-dice-white {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col .color-dice-dot.color-dice-red {
|
||||
background: #d9534f;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col .color-dice-dot.color-dice-black {
|
||||
background: #222;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col .color-dice-select {
|
||||
flex: 1;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
padding: 1px 1px;
|
||||
min-width: 0;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-color-col input[type="number"] {
|
||||
width: 2.2rem;
|
||||
text-align: center;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
padding: 1px 2px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .skills-container .skill-row .skill-total {
|
||||
text-align: center;
|
||||
@@ -193,15 +238,105 @@
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
.oathhammer .character-main .character-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
border-bottom: 1px solid #535128;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.oathhammer .character-main .character-name input {
|
||||
flex: 1;
|
||||
font-family: "Sherwood", "Palatino Linotype", serif;
|
||||
font-size: calc(0.82rem * 1.1);
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 2px 6px;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 3px;
|
||||
background: rgba(0, 0, 0, 0.15);
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
min-width: 6rem;
|
||||
min-height: 1.6rem;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot.empty {
|
||||
opacity: 0.6;
|
||||
font-style: italic;
|
||||
border-style: dashed;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot .identity-img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
border-radius: 2px;
|
||||
border: none;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot .identity-name {
|
||||
flex: 1;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot .slot-icon {
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
opacity: 0.6;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot .slot-placeholder {
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot a {
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
opacity: 0.7;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-slot a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-xp {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
margin-left: auto;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-xp .xp-label {
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
color: #535128;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-xp .xp-sep {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.oathhammer .character-main .character-identity-bar .identity-xp input {
|
||||
width: 3rem;
|
||||
text-align: center;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
padding: 1px 2px;
|
||||
}
|
||||
.oathhammer .attributes-stress-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 6px;
|
||||
}
|
||||
.oathhammer .attributes-stress-row .character-attributes {
|
||||
flex: 1;
|
||||
}
|
||||
.oathhammer .attributes-stress-row .character-arcane-stress {
|
||||
flex-shrink: 0;
|
||||
width: auto;
|
||||
}
|
||||
.oathhammer .attributes-grid {
|
||||
display: grid;
|
||||
@@ -294,15 +429,22 @@
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
}
|
||||
.oathhammer .character-arcane-stress .flexrow {
|
||||
.oathhammer .character-arcane-stress .stress-inputs {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 4px;
|
||||
}
|
||||
.oathhammer .character-arcane-stress div.form-group {
|
||||
display: contents;
|
||||
}
|
||||
.oathhammer .character-arcane-stress input {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
width: 2.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
.oathhammer .character-arcane-stress span {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.oathhammer .defense-display {
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
@@ -328,50 +470,136 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.oathhammer .item-entry {
|
||||
display: flex;
|
||||
.oathhammer .item-list-header {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 3px 4px;
|
||||
gap: 4px;
|
||||
padding: 2px 4px 3px;
|
||||
border-bottom: 1px solid #535128;
|
||||
margin-bottom: 2px;
|
||||
font-family: "BlueDragon", "Palatino Linotype", serif;
|
||||
font-size: calc(0.82rem * 0.9);
|
||||
color: #084a74;
|
||||
}
|
||||
.oathhammer .item-list-header span {
|
||||
text-align: center;
|
||||
}
|
||||
.oathhammer .item-list-header .col-name {
|
||||
text-align: left;
|
||||
}
|
||||
.oathhammer .item-entry {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 2px 4px;
|
||||
border-bottom: 1px solid rgba(83, 81, 40, 0.2);
|
||||
}
|
||||
.oathhammer .item-entry:hover {
|
||||
background-color: rgba(8, 74, 116, 0.08);
|
||||
}
|
||||
.oathhammer .item-entry .item-img {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: 1px solid #535128;
|
||||
border-radius: 2px;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
align-self: center;
|
||||
justify-self: center;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.oathhammer .item-entry .item-name {
|
||||
flex: 1;
|
||||
font-family: "Calibri", "Segoe UI", sans-serif;
|
||||
font-size: 0.82rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
min-width: 0;
|
||||
}
|
||||
.oathhammer .item-entry .item-detail {
|
||||
font-size: calc(0.82rem * 0.9);
|
||||
color: #535128;
|
||||
min-width: 4rem;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.oathhammer .item-entry .item-type {
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
font-size: calc(0.82rem * 0.9);
|
||||
color: #084a74;
|
||||
min-width: 6rem;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.oathhammer .item-entry a {
|
||||
.oathhammer .item-entry .item-equipped {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.oathhammer .item-entry .item-equipped input[type="checkbox"] {
|
||||
width: 0.95rem;
|
||||
height: 0.95rem;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
}
|
||||
.oathhammer .item-entry .item-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 4px;
|
||||
}
|
||||
.oathhammer .item-entry .item-actions a {
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.2s;
|
||||
font-size: calc(0.82rem * 0.85);
|
||||
}
|
||||
.oathhammer .item-entry a:hover {
|
||||
.oathhammer .item-entry .item-actions a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.oathhammer .item-entry a:hover {
|
||||
.oathhammer .item-entry .item-actions a:hover {
|
||||
color: #084a74;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.oathhammer .item-list--ammo .item-list-header,
|
||||
.oathhammer .item-list--ammo .item-entry {
|
||||
grid-template-columns: 24px 1fr 4rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--spell .item-list-header,
|
||||
.oathhammer .item-list--spell .item-entry {
|
||||
grid-template-columns: 24px 1fr 3rem 6rem 3rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--miracle .item-list-header,
|
||||
.oathhammer .item-list--miracle .item-entry {
|
||||
grid-template-columns: 24px 1fr 4.5rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--equipment .item-list-header,
|
||||
.oathhammer .item-list--equipment .item-entry {
|
||||
grid-template-columns: 24px 1fr 5rem 3rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--magic-item .item-list-header,
|
||||
.oathhammer .item-list--magic-item .item-entry {
|
||||
grid-template-columns: 24px 1fr 5rem 3.5rem;
|
||||
}
|
||||
.oathhammer .item-list--condition .item-list-header,
|
||||
.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--oath .item-list-header,
|
||||
.oathhammer .item-list--oath .item-entry {
|
||||
grid-template-columns: 24px 1fr 5.5rem 3.5rem;
|
||||
}
|
||||
.oathhammer .no-items {
|
||||
color: var(--color-dark-5);
|
||||
font-style: italic;
|
||||
|
||||
Reference in New Issue
Block a user