forked from GitHub-Mirrors/foundry-sw5e
completed NPC sheet
This commit is contained in:
parent
88b4e6dfc9
commit
27a53a9361
7 changed files with 235 additions and 130 deletions
|
@ -93,6 +93,11 @@
|
|||
.charlevel {
|
||||
.russoOne(17px);
|
||||
text-align: right;
|
||||
input {
|
||||
display: inline-block;
|
||||
width: 42px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.experience {
|
||||
|
@ -932,6 +937,9 @@
|
|||
&>.panel {
|
||||
grid-template-rows: 32px 24px 24px auto;
|
||||
}
|
||||
h3.power-dc {
|
||||
line-height: 24px;
|
||||
}
|
||||
.powercasting-ability {
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 1fr 1fr;
|
||||
|
@ -991,4 +999,52 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
&.npc {
|
||||
.swalt-sheet {
|
||||
header {
|
||||
h1.character-name {
|
||||
align-self: auto;
|
||||
}
|
||||
.attributes {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
footer {
|
||||
&.proficiency {
|
||||
margin-top: 0;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
&.hit-points {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
nav.sheet-navigation {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
.tab.attributes {
|
||||
.traits-resources {
|
||||
display: block;
|
||||
|
||||
.counter {
|
||||
display: flex;
|
||||
.counter-value {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
// section.traits {
|
||||
// display:block;
|
||||
// }
|
||||
}
|
||||
}
|
||||
.tab.powerbook {
|
||||
input.powercasting-level {
|
||||
width: 48px;
|
||||
}
|
||||
}
|
||||
.tab.biography.active {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -404,4 +404,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
&.npc {
|
||||
.swalt-sheet {
|
||||
header {
|
||||
.experience {
|
||||
color: @actorProficiencyTextColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue