whisper.cat stuff

This commit is contained in:
[Harper Innes]
2023-10-05 23:28:32 +11:00
parent 2a6e28637c
commit f127b4fea8
5224 changed files with 919361 additions and 0 deletions

View File

@ -0,0 +1,182 @@
#custom_links_nav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0 !important;
background-color: #1f2326;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
z-index: 3;
}
#custom_links_nav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 20px;
color: #818181;
display: block;
transition: 0.3s;
}
#custom_links_nav a.cat-item {
padding: 8px 4px 8px 4px;
text-decoration: none;
font-size: 15px;
color: #818181;
display: block;
transition: 0.3s;
display: inline-block;
}
.cat-separator {
margin-top: 1em;
}
.cat-separator:nth-child(1) {
margin-top: 0em !important;
}
.cat-separator > a {
color: #516a77 !important;
display: table !important;
padding-left: 0.2em !important;
}
.cat-separator > a > * {
display: table-cell;
vertical-align: middle;
padding-left: 0.5em;
}
#custom_links_nav .remove-custom-link {
padding-left: 8px;
text-decoration: none;
font-size: 15px;
color: #818181;
display: block;
transition: 0.3s;
display: inline-block;
cursor: pointer;
}
#custom_links_nav .remove-custom-link:hover {
color: #f1f1f1;
}
#custom_links_nav a.closebtn {
padding: 0em;
right: 5px;
top: -5px;
font-size: 38px;
}
#custom_links_nav a:hover {
color: #f1f1f1;
}
#custom_links_nav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
#custom_links_nav {
padding-top: 15px;
}
#custom_links_nav a {
font-size: 18px;
}
}
#userCustomLinks {
max-height: 80vh;
min-height: 20vh;
overflow: hidden;
position: relative;
}
#menu-select {
display: none;
}
#custom-category-color {
padding: 0px !important;
}
#add-link-form {
margin-bottom: 15px;
}
#customLinksNavOpen {
position: absolute;
right: 5px;
font-size: 30px;
z-index: 2;
}
#infoContainer {
top: 40px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
#userCustomLinks {
max-height: 20vh;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
#userCustomLinks {
max-height: 30vh;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#userCustomLinks {
max-height: 40vh;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#userCustomLinks {
max-height: 50vh;
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#userCustomLinks {
max-height: 60vh;
}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-height: 600px) {
#userCustomLinks {
max-height: 20vh;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-height: 600px) {
#userCustomLinks {
max-height: 40vh;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-height: 768px) {
#userCustomLinks {
max-height: 50vh;
}
}

View File

@ -0,0 +1 @@
#custom_links_nav{height:100%;width:0;position:fixed;top:0;right:0!important;background-color:#1f2326;overflow-x:hidden;transition:.5s;padding-top:60px;z-index:3}#custom_links_nav a,#custom_links_nav a.cat-item{padding:8px 8px 8px 32px;text-decoration:none;font-size:20px;color:#818181;display:block;transition:.3s}#custom_links_nav a.cat-item{padding:8px 4px;font-size:15px;display:inline-block}.cat-separator{margin-top:1em}.cat-separator:nth-child(1){margin-top:0!important}.cat-separator>a{color:#516a77!important;display:table!important;padding-left:.2em!important}.cat-separator>a>*{display:table-cell;vertical-align:middle;padding-left:.5em}#custom_links_nav .remove-custom-link{padding-left:8px;text-decoration:none;font-size:15px;color:#818181;transition:.3s;display:inline-block;cursor:pointer}#custom_links_nav a.closebtn{padding:0;right:5px;top:-5px;font-size:38px}#custom_links_nav .remove-custom-link:hover,#custom_links_nav a:hover{color:#f1f1f1}#custom_links_nav .closebtn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px}@media screen and (max-height:450px){#custom_links_nav{padding-top:15px}#custom_links_nav a{font-size:18px}}#userCustomLinks{max-height:80vh;min-height:20vh;overflow:hidden;position:relative}#menu-select{display:none}#custom-category-color{padding:0!important}#add-link-form{margin-bottom:15px}#customLinksNavOpen{position:absolute;right:5px;font-size:30px;z-index:2}#infoContainer{top:40px}@media only screen and (max-width:600px){#userCustomLinks{max-height:20vh}}@media only screen and (min-width:600px){#userCustomLinks{max-height:30vh}}@media only screen and (min-width:768px){#userCustomLinks{max-height:40vh}}@media only screen and (min-width:992px){#userCustomLinks{max-height:50vh}}@media only screen and (min-width:1200px){#userCustomLinks{max-height:60vh}}@media only screen and (max-height:600px){#userCustomLinks{max-height:20vh}}@media only screen and (min-height:600px){#userCustomLinks{max-height:40vh}}@media only screen and (min-height:768px){#userCustomLinks{max-height:50vh}}

0
weboasis/css/index.html Normal file
View File

View File

@ -0,0 +1,41 @@
#searchButton {
display:none;
}
#searchContainer.touchscreen > #searchButton {
display: inline-block;
position: absolute;
border: none;
border-left-style: solid;
border-left-color: #333;
border-left-width: 1px;
cursor: pointer;
text-align: center;
right: 0em !important;
top: 0em !important;
height: 3em;
font-family: Tahoma, Geneva, sans-serif;
font-size: 1.3em !important;
font-weight: 300;
color: #516A77;
background-color: transparent;
transition: .2s cubic-bezier(.4,0,.2,1);
width: 4em;
margin-right: 0.1em;
}
#searchContainer.touchscreen > #searchButton:hover {
color: rgb(160,160,160);
border: none;
border-left-style: solid;
border-left-color: #555;
border-left-width: 1px;
}
#searchContainer.touchscreen > #searchBar {
padding-right: 3.25em !important;
}
.searchbar-focused {
transition: .2s cubic-bezier(.4,0,.2,1) .2s !important;
height: 44px !important;
}

View File

@ -0,0 +1 @@
#searchButton{display:none}#searchContainer.touchscreen>#searchButton{display:inline-block;position:absolute;border:0;border-left-style:solid;border-left-color:#333;border-left-width:1px;cursor:pointer;text-align:center;right:0!important;top:0!important;height:3em;font-family:Tahoma,Geneva,sans-serif;font-size:1.3em!important;font-weight:300;color:#516a77;background-color:transparent;transition:.2s cubic-bezier(.4,0,.2,1);width:4em;margin-right:.1em}#searchContainer.touchscreen>#searchButton:hover{color:#a0a0a0;border:0;border-left-style:solid;border-left-color:#555;border-left-width:1px}#searchContainer.touchscreen>#searchBar{padding-right:3.25em!important}.searchbar-focused{transition:.2s cubic-bezier(.4,0,.2,1) .2s!important;height:44px!important}

View File

@ -0,0 +1,133 @@
/*
* Container style
*/
.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
}
/*
* Scrollbar rail styles
*/
.ps__rail-x {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
height: 0px;
/* there must be 'bottom' or 'top' for ps__rail-x */
/* please don't change 'position' */
position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
width: 8px;
/* there must be 'right' or 'left' for ps__rail-y */
right: 0px;
/* please don't change 'position' */
position: absolute;
}
.menu-link .ps__rail-y {
display: none;
opacity: 0;
transition: background-color 0.2s linear, opacity 0.2s linear;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
width: 8px;
/* there must be 'right' or 'left' for ps__rail-y */
right: 170px;
/* please don't change 'position' */
position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.9;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
/* background-color: #eee; */
background-color: #24272a;
opacity: 1;
}
/*
* Scrollbar thumb styles
*/
.ps__thumb-x {
background-color: #444444;
border-radius: 6px;
transition: background-color 0.2s linear, height 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
height: 8px;
/* there must be 'bottom' for ps__thumb-x */
bottom: 2px;
/* please don't change 'position' */
position: absolute;
}
.ps__thumb-y {
/* background-color: #aaa; */
background-color: #444444;
border-radius: 6px;
transition: background-color 0.2s linear, width 0.2s ease-in-out;
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
width: 8px;
/* there must be 'right' for ps__thumb-y */
right: 0;
/* please don't change 'position' */
position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
/* background-color: #999; */
background-color: #aaa;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
/* background-color: #999; */
background-color: #aaa;
width: 8px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}

View File

@ -0,0 +1 @@
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:8px;right:0;position:absolute}.menu-link .ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:8px;right:170px;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.9}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#24272a;opacity:1}.ps__thumb-x{background-color:#444;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:8px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#444;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:8px;right:0;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#aaa;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#aaa;width:8px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}

1462
weboasis/css/style.css Normal file

File diff suppressed because it is too large Load Diff

19
weboasis/css/style.min.css vendored Normal file
View File

@ -0,0 +1,19 @@
@font-face{font-family:'matrix_code_nfiregular';src:url('../fonts/matrix_code_nfi-webfont.woff2') format('woff2'),url('../fonts/matrix_code_nfi-webfont.woff') format('woff');font-weight:400;font-style:normal}.no-delay{transition-delay:0s !important;-moz-transition-delay:0s !important;-o-transition-delay:0s !important;-webkit-transition-delay:0s !important;transition:0ms !important;-moz-transition-delay:0s !important;-o-transition-delay:0s !important;-webkit-transition-delay:0s !important}body{background:#000;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;height:100vh;width:100%;transition:background-image .5s ease-in-out;-webkit-transition:background-image .5s ease-in-out;font-family:Tahoma,Geneva,sans-serif;font-size:9pt;color:#fff;margin:0;padding:0;transition:opacity .8s ease;overflow:hidden;position:fixed;text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased}img{max-height:50px}ul,li{list-style-type:none;margin:0;padding:0}a,a:link,a:visited{color:#fff;text-decoration:none}
a:hover,a:active{color:#7291a1}a:active,a:focus{outline:0;outline-style:none}textarea{font-family:Tahoma,Geneva,sans-serif;font-weight:300}hr{margin:5px;border:0;height:1px;background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0))}button::-moz-focus-inner{border:0}.background{position:fixed;width:100%;height:145%;z-index:-1;display:flex;justify-content:center;align-items:flex-start;font-family:'matrix_code_nfiregular'}.button-container{display:inline-block;height:55px;width:50px}.button{width:50px;min-height:50px;height:50px;border-radius:50px;background:#1f2326}.button label{color:#fff;border-color:#fff}.button svg{fill:#fff}.button.accent-black label{color:#181d22;border-color:#181d22}.button.accent-black svg{fill:#181d22}.button.accent-blue label{color:#009fff;border-color:#009fff}.button.accent-blue svg{fill:#009fff}.button.accent-green label{color:#10ffa3;border-color:#10ffa3}.button.accent-green svg{fill:#10ffa3}.button.accent-cyan label{color:#0ad6ff;border-color:#0ad6ff}
.button.accent-cyan svg{fill:#0ad6ff}.button.accent-pink label{color:#ff69b4;border-color:#ff69b4}.button.accent-pink svg{fill:#ff69b4}.button.accent-purple label{color:#c5f;border-color:#c5f}.button.accent-purple svg{fill:#c5f}.button.accent-red label{color:#cd4046;border-color:#cd4046}.button.accent-red svg{fill:#cd4046}.button.accent-orange label{color:#cf5300;border-color:#cf5300}.button.accent-orange svg{fill:#cf5300}.button.accent-yellow label{color:#ffd200;border-color:#ffd200}.button.accent-yellow svg{fill:#ffd200}.button>.button-content{text-align:right;display:block;position:absolute;width:24px;height:24px;padding:13px}.button-container.disable .button>.button-content{opacity:.2 !important}.button-container.expanding-down:not(.disable):hover{padding-bottom:10px}.button-container.expanding-down .button{transition:0s}.button-container.expanding-down:not(.disable):hover .button{width:0;text-align:left;background:0 0;position:relative;height:auto;margin:60px 0 0}#categoryMenu.hide-icons .button-container.expanding-down:not(.disable):hover .button{width:110px}
#custom-category-color{visibility:hidden}@media only screen and (max-width:500px){.button-container.expanding-down:not(.disable):hover .button{position:absolute;margin:0;top:20px;left:120px}}.button-container.expanding-down .button>.button-content{transition:.05s cubic-bezier(.4,0,.2,1) .05s}.button-container.expanding-down:not(.disable):hover .button>.button-content{opacity:0;visibility:hidden;transition:.05s cubic-bezier(.4,0,.2,1)}.button-container.expanding-down .button>.button-expanded-content{opacity:0;visibility:hidden}.button-container.expanding-down:not(.disable):hover .button>.button-expanded-content{opacity:1;visibility:visible;transition:.05s cubic-bezier(.4,0,.2,1) .05s}.button-container.expanding-down:not(.disable):hover ul.menu-link{max-height:calc(100vh - 230px);padding:1px 0;right:40px}@media only screen and (max-width:700px){.button-container.expanding-down:not(.disable):hover ul.menu-link{max-height:calc((100vh - 80px) - 230px)}.button-container.expanding-down:not(.disable):hover .button{width:0}
#infoContainer{font-size:.8rem}}.container{max-width:500px;width:85%;margin:0 auto;position:relative;border-radius:2px}#mainContainer{transition:opacity .8s ease .1s;opacity:0}#searchContainer{width:85%;background-color:#1f2326;transition:.2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}@media screen and (max-width:500px){#searchContainer{width:75%}}.input-active #searchContainer{box-shadow:0 0 8px 0 rgba(0,0,0,.18),0 8px 16px 0 rgba(0,0,0,.36);transition:.2s cubic-bezier(.4,0,.2,1) .2s}.menu-category{display:flex;position:relative;justify-content:space-between;flex-direction:row;flex-wrap:nowrap;transition:.2s cubic-bezier(.4,0,.2,1) .2s}@media screen and (max-width:500px){.menu-category{flex-direction:column}}.input-active .menu-category{opacity:0;transition:.2s cubic-bezier(.4,0,.2,1)}#notesContainer{background:#1f2326}.center-flex{display:inline-flex;width:100%;justify-content:center}.center-flex.offset-25{top:12%;position:fixed}
.center-flex.offset-26{top:12%;position:fixed}.left-flex.offset-27{top:24%;position:absolute;left:-10px;transition:max-height .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,border-radius .2s ease .1s,left .2s cubic-bezier(.4,0,.2,1)}.left-flex.offset-27:hover{left:0}.left-flex.offset-28{top:31%;position:absolute;left:-10px;transition:max-height .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,border-radius .2s ease .1s,left .2s cubic-bezier(.4,0,.2,1)}.left-flex.offset-28:hover{left:0}.left-flex.offset-29{top:38%;position:absolute;left:-10px;transition:max-height .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,border-radius .2s ease .1s,left .2s cubic-bezier(.4,0,.2,1)}.left-flex.offset-29:hover{left:0}#searchLinks{display:none}.container-search input{background:0 0;font-size:1.75em;text-align:center;color:#7291a1;padding-left:.2em;padding-top:.28em;padding-bottom:.28em;display:block;width:100%;border:0;margin-left:auto;margin-right:auto;transition:.2s cubic-bezier(.4,0,.2,1);font-family:Tahoma,Geneva,sans-serif;font-weight:300}
.container-search input::-moz-placeholder{font-family:Tahoma,Geneva,sans-serif;font-weight:300}.container-search input:focus{border-color:transparent;padding-left:.5em;padding-top:.32em;padding-bottom:.32em;font-size:2em;transition:.2s cubic-bezier(.4,0,.2,1) .2s}.container-menu{margin-top:1px}.button-container.expanding-down .button{position:absolute}.menu-link{width:300px;background-color:transparent;text-align:center;height:70vh;overflow:hidden;padding:0;box-sizing:border-box;margin-bottom:0}#categoryMenu.hide-icons .menu-link{width:300px;padding-left:20px}.menu-link-item .remove-menu-item,.menu-link-item .drag-handle{float:left;padding:5px;margin:-2px;z-index:1;background-color:#000}.tooltip{position:relative;text-align:left;width:250px;display:inline-block}.tooltipwrap{position:absolute;visibility:hidden}.tooltiptext{display:block;width:auto;background-color:#1f2326;color:#f5f5f5;position:relative;z-index:1;top:-5px;padding:3px;left:1.3em;background-color:#e92525;border-radius:5px}
.tooltiptextlast{display:block;width:auto;background-color:#1f2326;color:#f5f5f5;position:relative;z-index:1;top:-5px;padding:5px;left:20%;background-color:#e92525;border-radius:6px}.tooltip:hover .tooltipwrap{visibility:visible}.tooltiptext:after{content:"";position:absolute;top:50%;right:100%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent #e92525 transparent transparent}.tooltiptextlast:after{content:"";position:absolute;top:50%;right:100%;margin-top:-50px;border-width:5px;border-style:solid;border-color:transparent #e92525 transparent transparent}#categoryMenu.hide-icons .remove-menu-item,#categoryMenu.hide-icons .drag-handle{display:none}.menu-link-item .remove-menu-item:hover,.menu-link-item .drag-handle:hover{color:#009fff}.menu-link-item a{display:inline-block;text-align:left;font-size:1.2em}.menu-link-item:first-child a{margin-top:5px}.menu-link-item a label{background-color:#000;padding:2px 6px 6px 2px;margin-top:-2px;margin-bottom:-2px;margin-left:-15px;width:auto;min-width:95px;text-align:center;display:inline-block;cursor:pointer}
.menu-link-item:hover a label{color:#fff;border-color:#fff}.widget{top:5px;position:fixed;font-family:Tahoma,Geneva,sans-serif;font-weight:300;font-size:11px;text-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1) .05s}.widget.align-right{left:initial;right:5px;text-align:right}.container-notes{top:50px;background:#0d1011;border-radius:2px 50px 50px 2px;position:relative;max-height:48px;transition:max-height .2s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,border-radius .2s ease .1s,left .2s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);left:-300px}.container-notes:hover{left:-290px;box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.container-notes.active{max-height:532px;left:0;border-radius:2px;transition:max-height .2s cubic-bezier(.4,0,.2,1) .1s,box-shadow .2s ease .1s,border-radius .2s ease,left .2s cubic-bezier(.4,0,.2,1) .1s;box-shadow:0 0 8px 0 rgba(0,0,0,.18),0 8px 16px 0 rgba(0,0,0,.36)}
@media screen and (min-width:500px) and (max-width:700px){.container-notes.active{max-height:80vh;min-width:80vw}}.container-notes textarea{min-height:0;min-width:300px;width:92%;border:0;outline:0;padding:16px;background:0 0;color:#7291a1;resize:none;transition:min-height .2s cubic-bezier(.4,0,.2,1),opacity .2s ease;opacity:0}.container-notes.active textarea{font-size:14pt;min-height:500px;opacity:1;transition:min-height .2s cubic-bezier(.4,0,.2,1) .1s,opacity .2s ease .1s}.notes-icon{position:absolute;right:0;width:48px;height:100%;display:flex;justify-content:center;align-items:center;transition:opacity .2s ease}.container-notes.active .notes-icon{opacity:0}.notes-icon svg{fill:#ffd200}.font-3em{font-size:3em}#searchHelp{max-height:0;margin-top:6px;overflow:hidden;transition:.2s cubic-bezier(.4,0,.2,1) .1s;-webkit-transition-delay:.1s;transition-delay:.1s}#searchLinkHelp{max-height:0;margin-top:6px;overflow:hidden;transition:.2s cubic-bezier(.4,0,.2,1) .1s;-webkit-transition-delay:.1s;transition-delay:.1s}
.input-active #searchHelp{max-height:1000px;transition:.2s cubic-bezier(.4,0,.2,1) .1s;-webkit-transition-delay:.1s;transition-delay:.1s}.input-active #searchLinkHelp{max-height:1000px;transition:.2s cubic-bezier(.4,0,.2,1) .1s;-webkit-transition-delay:.1s;transition-delay:.1s}.help-list{font-size:1.4em;background-color:#1f2326}.searchSources{font-size:1.1em;padding:5px;font-weight:500;color:#a7b3b9}.selectedResult{background-color:#5f5f5f !important}.help-list span.selected{background-color:#000 !important;color:#fff;font-weight:700}.help-list span{display:inline-block;margin-right:10px;padding-left:10px;padding-top:0;padding-bottom:1px;width:25px;background-color:#1a1d1f}.help-list2 span{display:inline-block;margin-right:10px;padding-left:10px;padding-top:0;padding-bottom:1px;width:auto;background-color:transparent;color:#f5f5f5ad}.sidenav{height:100%;position:fixed;z-index:1;width:0;top:0;left:0;background-color:#1f2326;overflow-x:hidden;transition:.75s}.sidenav menu{padding:0}.sidenav menu a{font-family:Tahoma,Geneva,sans-serif;font-weight:300;text-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36);padding:2px 4px 2px 32px;text-decoration:none;font-size:16px;color:#7291a1;display:block;transition:.3s}
.sidenav menu a:hover,.offcanvas a:focus{color:#f1f1f1}.sidenav .closebtn{position:absolute;right:10px;top:5px;font-size:42px;opacity:.4}.sidenav .closebtn:hover{opacity:1}.sidenavhome{z-index:1;position:fixed;font-size:30px;padding-left:10px;font-family:Tahoma,Geneva,sans-serif;font-weight:300;text-shadow:0 0 8px rgba(0,0,0,.18),0 8px 16px rgba(0,0,0,.36)}.weboasislogo{position:fixed;width:100%;text-align:center;padding-top:5px;padding-bottom:10px;visibility:visible}@media only screen and (min-width:700px){img{max-height:65px}}#customcontainer{width:100%;position:relative;background:#1f2326}#linkheader{background:#0280cf;padding:2px}#customlinks{padding:10px}h2{padding:0;margin:0;font-weight:100;color:#fff;text-align:center}.removebtn{border:0;background:0 0;color:#fff;font-size:12px;float:right;height:22px}.removebtn:hover{opacity:.5}#favorite-links li{border-bottom:2px solid #1f2326;background:#0280cf;height:22px;line-height:22px;border-radius:3px;padding-left:5px;text-align:center}#favorite-links li:last-child{border:0}
#favorite-links a{color:#fff;margin-bottom:2px;display:block;font-size:14px}#favorite-links li:hover{background:#014775}#add-link-form{animation:fadeIn .5s ease-in-out;-webkit-animation:fadeIn .5s ease-in-out;-moz-animation:fadeIn .5s ease-in-out;-o-animation:fadeIn .5s ease-in-out;background:#1f2326;padding:5px;color:#fff;margin-bottom:15px}#add-link-form:not(.active){display:none}#add-link-form input,#add-link-form select{margin-bottom:15px;box-sizing:border-box;margin-top:2px;margin-right:0;width:100%;color:#333;padding:5px;outline:0;border:0;border-radius:3px}#new-link-button button,#add-link-form button{cursor:pointer;border-radius:3px;background:#0280cf;border:0;color:#fff;width:100%;height:22px;font-size:14px}#add-link-form button{margin-top:2px}.btn{cursor:pointer;display:inline-block;border-radius:3px;padding:3px;font-size:12px;text-align:center;background-color:#000}.btn.hollow{box-shadow:0 0 0 2px #000;background-color:transparent}.btn.small{padding:3px;font-size:12px}input[type=file]{display:none}
#settingsContainer{display:none}#settingsContainer.active{display:flex;flex-direction:column;margin-bottom:10px;margin-top:0;animation:fadeIn .5s ease-in-out;-webkit-animation:fadeIn .5s ease-in-out;-moz-animation:fadeIn .5s ease-in-out;-o-animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}#exportSettings{margin-top:0}#exportSettings,#importLabel{align-self:center;width:2.5rem}#toggleSettings.active,#exportSettings:hover,#importLabel:hover{background-color:rgba(0,0,0,.4)}#colorPicker{border:none;color:#fff !important;background-color:#1f2326 !important}#colorPicker.active{background-color:rgba(0,0,0,.4) !important}#customBackgrounds,#customMatrix,#customSettings{position:relative;text-align:center;min-width:100%}#customBackgrounds *{transition:all .5s ease}#customBackgrounds .list{position:relative}#customBackgrounds .btn,#customMatrix .btn{position:relative;z-index:2}
#customBackgrounds.active .btn,#customBackgrounds .btn.reset:hover{background-color:rgba(0,0,0,.4)}#customBackgrounds .thumb.template{display:none}#customBackgrounds .thumb{cursor:pointer;transition:all .5s ease;display:inline-block;margin:3px 5px;width:3px;height:3px;border-radius:50%;background-size:cover;background-color:#000}#customBackgrounds .thumb:hover{box-shadow:0 2px 2px 2px rgba(0,0,0,.5)}#customBackgrounds.active .thumb{width:50px;height:50px}#resetBackgroundBtn{display:none;transition:all .5s ease-in-out;width:50%}#customBackgroundFile,#customBackgroundFileDiv{display:none}#customBackgroundFileDiv{padding:5px}#customBackgrounds.active #customBackgroundFileDiv{display:block}#customBackgroundFileLabel{cursor:pointer}#customMatrix *{transition:all .5s ease-in-out;font-weight:400}#resetColor{display:none}#resetColor.active{display:inline-block;background-color:rgba(0,0,0,.4);animation:fade .5s ease-in;-webkit-animation:fade .5s ease-in;-moz-animation:fade .5s ease-in;-o-animation:fade .5s ease-in}
@keyframes fade{0%{opacity:0}50%{opacity:0}80%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade{0%{opacity:0}50%{opacity:0}80%{opacity:0}100%{opacity:1}}@-moz-keyframes fade{0%{opacity:0}50%{opacity:0}80%{opacity:0}100%{opacity:1}}#pickerContainer{height:.1px}#pickerContainer.active{display:inline-block;margin-top:10px;height:120px;animation:show-picker .5s ease-in-out;-webkit-animation:show-picker .5s ease-in-out;-moz-animation:show-picker .5s ease-in-out;-o-animation:show-picker .5s ease-in-out}@keyframes show-picker{0%{height:0;opacity:0}100%{height:120px;opacity:1}}@-webkit-keyframes show-picker{0%{height:0;opacity:0}100%{height:120px;opacity:1}}@-moz-keyframes show-picker{0%{height:0;opacity:0}100%{height:120px;opacity:1}}#resetToDefault{text-align:center}#resetToDefault .btn{margin-bottom:0}#show-hide-customization{padding-top:1px;padding-right:0;padding-bottom:0;padding-left:6px;text-align:center}#checkbox-wrapper{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}
.checkbox{display:flex;flex-direction:row;align-items:center;margin-bottom:5px}#customization-label{cursor:pointer}.ss-wrapper{overflow:hidden;height:100%;position:relative;z-index:1;float:left}.ss-content{height:100%;width:100%;padding:0 32px 0 0;position:relative;right:-18px;overflow:auto;-moz-box-sizing:border-box;box-sizing:border-box}.ss-scroll{position:relative;background:rgba(0,0,0,.1);width:9px;border-radius:4px;top:0;z-index:2;cursor:pointer;opacity:0;transition:opacity .25s linear}.ss-container:hover .ss-scroll{opacity:1}.ss-grabbed{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}#chatContainer{position:fixed;bottom:0;right:0}#chat{height:8rem;width:8rem;background-image:url("../media/chat.svg");display:block}#overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5}.modal{background:#1f2326ab;border:3px solid #000;border-radius:14px;box-shadow:0 0 0 2px #03a9f438;color:#f1f1f1;display:none;font-size:14px;font-weight:300;padding:20px;position:absolute;top:40%;left:50%;margin-right:-50%;transform:translate(-50%,-50%)}
#modal p{padding-bottom:20px}#modal-label{font-size:14px;color:#0070d0}.modal-close{color:#fff;float:right;position:absolute;cursor:pointer;padding-right:10px;font-size:14px;top:0;right:0}.modal-close:hover{color:#03a9f438}.modal-btn{color:#fff;border:none;font-size:14px;float:right;box-shadow:0 0 0 2px #000}#deleteLink{background:#ff000078}#cancelAction{background:0 0;margin-right:20px}#secretMenu{max-height:80%;min-width:12em;overflow-x:hidden;padding:2px;top:50%}#secretMenu p{text-align:center;font-weight:700;margin:0;margin-bottom:2px;padding-bottom:0}.secret-link{padding:1px;text-align:center}#secret-link-label{color:#fb4242;font-size:1.1em;padding-left:6px}#secret-link-label:hover{color:#fff}.email{padding-top:1px;text-align:center}.searchSources{cursor:pointer}canvas{position:absolute;top:0;left:0}#customAnimations{text-align:center}#customAnimationsBtn{margin-bottom:0}#customAnimationsList{display:none}#resetAnimationBtn{display:none}#customAnimationsList.active{display:flex;flex-direction:column;align-items:center;animation:fadeIn .5s ease-in-out;-webkit-animation:fadeIn .5s ease-in-out;-moz-animation:fadeIn .5s ease-in-out;-o-animation:fadeIn .5s ease-in-out}
#resetAnimationBtn.active{display:block;margin:0 auto;width:50%}#switchSearch{height:3.5em;width:3.5em;border:none;cursor:pointer;outline:none;background-color:#1f2326;-webkit-border-top-right-radius:180px;-webkit-border-bottom-right-radius:180px;-moz-border-radius-topright:180px;-moz-border-radius-bottomright:180px;border-top-right-radius:180px;border-bottom-right-radius:180px}