forked from GitHub-Mirrors/foundry-sw5e
Updates to Archetypes, CSS/LESS, and Species
+ Adds Pugnacity Practice to Archetypes compendium + Adds Ho'Din to Species compendium ^ Updates senses DAE in Species compendium ^ Updates search bar background color for Light Theme
This commit is contained in:
parent
1812158f67
commit
61cfc83afd
7 changed files with 122 additions and 126 deletions
|
@ -41,7 +41,7 @@
|
|||
//SW5e Colors
|
||||
@colorBlack: #1C1C1C;
|
||||
@colorDarkGray: #363636;
|
||||
@colorGray: #4f4f4f;
|
||||
@colorGray: #a9a9a9;
|
||||
@colorLightGray: #828282;
|
||||
@colorPaleGray: #D6D6D6;
|
||||
@colorRed: #c40f0f;
|
||||
|
|
BIN
packs/Icons/Archetypes/Pugnacity Practice.webp
Normal file
BIN
packs/Icons/Archetypes/Pugnacity Practice.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
packs/Icons/Species/Ho'Din.webp
Normal file
BIN
packs/Icons/Species/Ho'Din.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -56,7 +56,7 @@ body.light-theme input[type="time"],
|
|||
body.light-theme select,
|
||||
body.light-theme textarea {
|
||||
border: 1px solid #828282;
|
||||
color: #FFFFFF;
|
||||
color: #1C1C1C;
|
||||
}
|
||||
body.light-theme input[type="text"]:hover,
|
||||
body.light-theme input[type="number"]:hover,
|
||||
|
@ -83,7 +83,7 @@ body.light-theme input[type="date"]::placeholder,
|
|||
body.light-theme input[type="time"]::placeholder,
|
||||
body.light-theme select::placeholder,
|
||||
body.light-theme textarea::placeholder {
|
||||
color: #FFFFFF;
|
||||
color: #1C1C1C;
|
||||
opacity: 0.5;
|
||||
}
|
||||
body.light-theme input[type="text"] ::-ms-input-placeholder,
|
||||
|
@ -94,7 +94,7 @@ body.light-theme input[type="time"] ::-ms-input-placeholder,
|
|||
body.light-theme select ::-ms-input-placeholder,
|
||||
body.light-theme textarea ::-ms-input-placeholder {
|
||||
/* Microsoft Edge */
|
||||
color: #FFFFFF;
|
||||
color: #1C1C1C;
|
||||
opacity: 0.5;
|
||||
}
|
||||
body.light-theme button,
|
||||
|
@ -235,13 +235,13 @@ body.light-theme .dice-roll .dice-total.fumble {
|
|||
}
|
||||
body.light-theme #chat-controls .roll-type-select {
|
||||
background: #4f4f4f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body.light-theme #chat-controls label {
|
||||
color: #1C1C1C;
|
||||
}
|
||||
body.light-theme #chat-form textarea {
|
||||
background: #4f4f4f;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body.light-theme #combat #combat-round {
|
||||
color: #c40f0f;
|
||||
|
@ -298,7 +298,7 @@ body.light-theme .sidebar-tab .directory-header .header-search i.fa-search {
|
|||
color: #0d99cc;
|
||||
}
|
||||
body.light-theme .sidebar-tab .directory-header .header-search input {
|
||||
background: white;
|
||||
background: #a9a9a9;
|
||||
}
|
||||
body.light-theme .sidebar-tab .subdirectory {
|
||||
background: white;
|
||||
|
@ -777,4 +777,3 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.notes section > input {
|
|||
body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience {
|
||||
color: #4f4f4f;
|
||||
}
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
<span>{{movement.primary}}</span>
|
||||
</div>
|
||||
<footer class="attribute-footer">
|
||||
<span>{{movement.special}}</span>
|
||||
<span>{{movement.special}} {{data.attributes.movement.units}}</span>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
|
@ -115,7 +115,6 @@
|
|||
<button class="item" data-tab="powerbook">{{ localize "SW5E.Powerbook" }}</button>
|
||||
<button class="item" data-tab="effects">{{ localize "SW5E.Effects" }}</button>
|
||||
<button class="item" data-tab="biography">{{ localize "SW5E.Biography" }}</button>
|
||||
<!-- <button class="item" data-tab="notes">{{ localize "SW5E.Notes" }}</button> -->
|
||||
</nav>
|
||||
{{!-- PC Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
@ -143,8 +142,4 @@
|
|||
<section class="tab biography" data-group="primary" data-tab="biography">
|
||||
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}}
|
||||
</section>
|
||||
<!-- {{!-- Notes Tab --}}
|
||||
<section class="tab notes" data-group="primary" data-tab="notes">
|
||||
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-notes.html"}}
|
||||
</section> -->
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue