Add skill+weapon rolls
This commit is contained in:
@ -327,6 +327,12 @@ i.lethalfantasy {
|
||||
max-width: 5rem;
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
.lethalfantasy .character-main .character-saves .character-save .name-pain {
|
||||
flex: 0;
|
||||
min-width: 3rem;
|
||||
max-width: 3rem;
|
||||
margin-left: 0.7rem;
|
||||
}
|
||||
.lethalfantasy .character-main .character-saves .character-save .form-group {
|
||||
flex: 0;
|
||||
padding-left: 5px;
|
||||
@ -418,15 +424,15 @@ i.lethalfantasy {
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .skills .skill .item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .skills .skill .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .gifts {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .gifts .gift {
|
||||
@ -435,12 +441,15 @@ i.lethalfantasy {
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .gifts .gift .item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .gifts .gift .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .vulnerabilities {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .vulnerabilities .vulnerability {
|
||||
@ -449,8 +458,11 @@ i.lethalfantasy {
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .vulnerabilities .vulnerability .item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
.lethalfantasy .tab.character-skills .vulnerabilities .vulnerability .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons {
|
||||
display: grid;
|
||||
@ -462,7 +474,7 @@ i.lethalfantasy {
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .weapons {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .weapons .weapon {
|
||||
@ -471,10 +483,17 @@ i.lethalfantasy {
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .weapons .weapon .item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .weapons .weapon .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .weapons .weapon .attack-icons a {
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .armors {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
@ -486,10 +505,34 @@ i.lethalfantasy {
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .armors .armor .item-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .armors .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .equipments {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .equipments .equipment {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .equipments .equipment .item-img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .equipments .equipment .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-weapons .equipments .name {
|
||||
min-width: 12rem;
|
||||
}
|
||||
.lethalfantasy .tab.character-spells {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
@ -1410,15 +1453,18 @@ i.lethalfantasy {
|
||||
width: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
.main,
|
||||
.dialog-damage,
|
||||
.dialog-resource,
|
||||
.dialog-challenge,
|
||||
.dialog-save {
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: var(--font-secondary);
|
||||
font-size: calc(var(--font-size-standard) * 1.2);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
color: var(--color-dark-1);
|
||||
}
|
||||
.dice-roll {
|
||||
|
Reference in New Issue
Block a user