-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #685 from sw5e-foundry/Develop-2.1.5.x.x.x
Develop 2.1.5.2.4.8
- Loading branch information
Showing
16,160 changed files
with
1,176,011 additions
and
1,088,619 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
div[class^="slider-"] { | ||
border: 1px solid black; | ||
height: 10px; | ||
width: 80%; | ||
} | ||
div[class^="slider-"].noUi-base { | ||
background: #dddddd; | ||
.noUi-origin { | ||
.noUi-handle { | ||
background: none; | ||
border: none; | ||
box-shadow: none; | ||
color: white; | ||
cursor: grab; | ||
font-size: var(--font-size-16); | ||
height: 14px; | ||
right: -7px; | ||
text-shadow: 0 0 4px black; | ||
top: -4px; | ||
width: 14px; | ||
&:active { | ||
cursor: grabbing; | ||
} | ||
&:before, &:after { | ||
background: none; | ||
} | ||
.noUi-touch-area { | ||
cursor: pointer; | ||
} | ||
} | ||
.noUi-handle.handle { | ||
background: #c85019; | ||
border-radius: 2px; | ||
border: 1px solid black; | ||
box-shadow: 1px 1px 4px black; | ||
} | ||
} | ||
.noUi-tooltip { | ||
display: none; | ||
} | ||
.noUi-active { | ||
.noUi-tooltip { | ||
background-color: rgba(0, 0, 0, 0.9); | ||
color: white; | ||
display: block; | ||
line-height: 18px; | ||
padding: 6px 14px; | ||
} | ||
} | ||
.noUi-connect.range_selected { | ||
background: rgba(255, 255, 240, 0.8); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
// Height variables (appears count calculates by raw css) | ||
@indexheight0: 92%; // Appears 2 times | ||
|
||
#compendium-browser>section.window-content>.content-box { | ||
@import "filter-slider"; | ||
@import "nav"; | ||
@import "settings"; | ||
@import "tab"; | ||
flex: 1; | ||
height: inherit; | ||
overflow: hidden; | ||
} | ||
#license-viewer>section.window-content>.content-box { | ||
@import "filter-slider"; | ||
@import "nav"; | ||
@import "settings"; | ||
@import "tab"; | ||
flex: 1; | ||
height: inherit; | ||
overflow: hidden; | ||
} | ||
#compendium-browser>section.window-content>.content-box>section.content { | ||
height: @indexheight0; | ||
} | ||
#license-viewer>section.window-content>.content-box>section.content { | ||
height: @indexheight0; | ||
} | ||
#compendium-browser>section.window-content>.content-box>section.content>.tab.browser.active { | ||
height: inherit; | ||
} | ||
#license-viewer>section.window-content>.content-box>section.content>.tab.browser.active { | ||
height: inherit; | ||
} | ||
#compendium-browser>section.window-content>.content-box>section.content>.tab.browser.active>div { | ||
display: grid; | ||
grid-template-columns: 320px auto; | ||
.control-area { | ||
grid-column-start: 1; | ||
} | ||
ul { | ||
grid-column-start: 2; | ||
} | ||
} | ||
#license-viewer>section.window-content>.content-box>section.content>.tab.browser.active>div { | ||
display: grid; | ||
grid-template-columns: 320px auto; | ||
.control-area { | ||
grid-column-start: 1; | ||
} | ||
ul { | ||
grid-column-start: 2; | ||
} | ||
} | ||
|
||
@import "tags"; | ||
@import (inline) "./node_modules/@yaireo/tagify/dist/tagify.css";; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
>nav { | ||
align-items: center; | ||
background: url('ui/compendium-browser/border-pattern.webp') repeat-x top, url('ui/compendium-browser/border-pattern.webp') repeat-x bottom, var(--secondary); | ||
background: var(--secondary); | ||
border-image-outset: 0; | ||
border-image: url('ui/compendium-browser/corner-box.webp') 9 repeat; | ||
border-style: solid; | ||
border-width: 9px; | ||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); | ||
display: inline-flex; | ||
flex: 0; | ||
justify-content: space-evenly; | ||
width: 100%; | ||
} | ||
>nav>a { | ||
color: var(--sidebar-label); | ||
font-family: var(--sans-serif); | ||
font-size: var(--font-size-12); | ||
padding: 4px 0; | ||
position: relative; | ||
} | ||
>nav>a.active { | ||
&:after { | ||
border-left: 4px solid transparent; | ||
border-right: 4px solid transparent; | ||
border-top: 4px solid var(--sidebar-label); | ||
bottom: -2px; | ||
content: ''; | ||
height: 0; | ||
position: absolute; | ||
right: 39%; | ||
width: 0; | ||
} | ||
} |
Oops, something went wrong.