forked from GitHub-Mirrors/foundry-sw5e
Updates to DAE, Archetypes, Backgrounds, Classes, Species, CSS/LESS, etc.
What the subject line said.
This commit is contained in:
parent
3afef6c7f1
commit
14e9b0c341
67 changed files with 2357 additions and 818 deletions
|
@ -5,7 +5,7 @@
|
|||
.dropShadow1();
|
||||
}
|
||||
.sw5e.sheet.actor.character {
|
||||
min-width: 780px;
|
||||
min-width: 800px;
|
||||
min-height: 720px;
|
||||
}
|
||||
.sw5e.sheet .window-content {
|
||||
|
@ -60,6 +60,11 @@
|
|||
grid-column-start: 1;
|
||||
grid-row-start: 1;
|
||||
grid-row-end: 4;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
h1.character-name {
|
||||
|
@ -93,6 +98,11 @@
|
|||
.charlevel {
|
||||
.russoOne(17px);
|
||||
text-align: right;
|
||||
input {
|
||||
display: inline-block;
|
||||
width: 42px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.experience {
|
||||
|
@ -932,6 +942,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 +1004,56 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
&.npc {
|
||||
.swalt-sheet {
|
||||
header {
|
||||
h1.character-name {
|
||||
align-self: auto;
|
||||
}
|
||||
.npc-size {
|
||||
.russoOne(18px);
|
||||
line-height: 28px;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -54,7 +54,8 @@
|
|||
color: @colorBlue;
|
||||
}
|
||||
|
||||
.sw5e.chat-card {
|
||||
.sw5e.chat-card,
|
||||
.midi-qol-item-card {
|
||||
.card-header {
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
color: @chatNotificationColor;
|
||||
}
|
||||
|
||||
.sw5e.chat-card {
|
||||
.sw5e.chat-card,
|
||||
.midi-qol-item-card {
|
||||
|
||||
.card-header {
|
||||
h3 {
|
||||
|
|
|
@ -51,7 +51,8 @@
|
|||
|
||||
}
|
||||
|
||||
.sw5e.chat-card {
|
||||
.sw5e.chat-card,
|
||||
.midi-qol-item-card {
|
||||
font-size: 13px;
|
||||
|
||||
.card-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue