forked from GitHub-Mirrors/foundry-sw5e
0.7.x Updates for Archetypes, Backgrounds, Classes, Lightsaber Forms, and Species
Tons of updates to relect recent changes to PHB and EC source materials. AC minimum for "Hide" species trait currently does not working using DAE.
This commit is contained in:
parent
d392b568db
commit
18a28217c1
189 changed files with 340 additions and 232 deletions
25
sw5e.css
25
sw5e.css
|
@ -450,7 +450,7 @@ body {
|
|||
background-color: #bdc8cc;
|
||||
text-transform: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-weight: bold;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
.sw5e.sheet .filter-list {
|
||||
|
@ -1761,4 +1761,27 @@ body {
|
|||
border: 1px solid #7a7971;
|
||||
line-height: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.icon:before {
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
a.entity-link {
|
||||
background: #DDD;
|
||||
padding: 1px 4px;
|
||||
border: 1px solid #4b4a44;
|
||||
border-radius: 2px;
|
||||
white-space: nowrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
a.entity-link i::before {
|
||||
content: url("ui/jedi-order.svg") !important;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue