This commit is contained in:
Argyrios Deligiannidis 2022-06-26 23:19:01 +03:00
parent 80ff869d66
commit e84cc555a2
1506 changed files with 877444 additions and 0 deletions

0
Alion/__init__.py Normal file
View File

16
Alion/asgi.py Normal file
View File

@ -0,0 +1,16 @@
"""
ASGI config for Alion project.
It exposes the ASGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/3.1/howto/deployment/asgi/
"""
import os
from django.core.asgi import get_asgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'Alion.settings')
application = get_asgi_application()

3623
Alion/static/css/animate.css vendored Normal file

File diff suppressed because it is too large Load Diff

2
Alion/static/css/aos.css Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,471 @@
/*!
* Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #999;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td.highlighted {
background: #d9edf7;
border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
background-color: #fde19a;
background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
border-color: #fdf59a #fdf59a #fbed50;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
background-color: #f3d17a;
background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
border-color: #f3e97a #f3e97a #edde34;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
background-color: #9e9e9e;
background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
background-image: linear-gradient(to bottom, #b3b3b3, #808080);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
border-color: #808080 #808080 #595959;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
background-color: #006dcc;
background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
background-image: linear-gradient(to bottom, #08c, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999;
}
.datepicker .datepicker-switch {
width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #eee;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
margin-top: 3px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
display: inline-block;
width: auto;
min-width: 16px;
height: 18px;
padding: 4px 5px;
font-weight: normal;
line-height: 18px;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: 1px solid #ccc;
margin-left: -5px;
margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */

6
Alion/static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,273 @@
/*!
* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {
width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0;
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff; }
[tabindex="-1"]:focus {
outline: 0 !important; }
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem; }
p {
margin-top: 0;
margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0; }
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem;
margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
dfn {
font-style: italic; }
b,
strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #f23a2e;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects; }
a:hover {
color: #c7180c;
text-decoration: underline; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; }
pre,
code,
kbd,
samp {
font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle;
border-style: none; }
svg {
overflow: hidden;
vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block;
margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }
textarea {
overflow: auto;
resize: vertical; }
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }
progress {
vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item;
cursor: pointer; }
template {
display: none; }
[hidden] {
display: none !important; }

7337
Alion/static/css/bootstrap/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,193 @@
input {
padding: 22px 15px !important;
border: 1px solid #CFD8DC !important;
border-radius: 4px !important;
box-sizing: border-box;
background-color: #fff !important;
color: #000 !important;
font-size: 16px !important;
letter-spacing: 1px;
position: relative
}
input:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #1976D2 !important;
outline-width: 0
}
.fa-calendar {
position: absolute;
top: 13px;
font-size: 20px;
color: #1976D2;
z-index: 1000
}
#fa-1 {
left: calc(50% - 40px)
}
#fa-2 {
left: calc(100% - 40px)
}
.form-control-placeholder {
position: absolute;
top: -10px !important;
padding: 12px 2px 0 2px;
opacity: 0.5
}
#end-p {
left: calc(50% + 4px)
}
.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
font-size: 95%;
top: 10px;
transform: translate3d(0, -100%, 0);
opacity: 1
}
::placeholder {
color: #BDBDBD;
opacity: 1
}
:-ms-input-placeholder {
color: #BDBDBD
}
::-ms-input-placeholder {
color: #BDBDBD
}
button:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline-width: 0
}
.datepicker {
background-color: #fff;
border-radius: 0 !important;
align-content: center !important;
padding: 0 !important
}
.datepicker-dropdown.datepicker-orient-left:before {
left: calc(50% - 6px) !important
}
.datepicker-dropdown.datepicker-orient-left:after {
left: calc(50% - 5px) !important;
border-bottom-color: #1976D2
}
.datepicker-dropdown.datepicker-orient-right:after {
border-bottom-color: #1976D2
}
.datepicker table tr td.today,
span.focused {
border-radius: 50% !important;
background-image: linear-gradient(#FFF3E0, #FFE0B2)
}
thead tr:nth-child(2) {
background-color: #1976D2 !important
}
thead tr:nth-child(3) th {
font-weight: bold !important;
padding: 20px 10px !important;
color: #BDBDBD !important
}
tbody tr td {
padding: 10px !important
}
tfoot tr:nth-child(2) th {
padding: 10px !important;
border-top: 1px solid #CFD8DC !important
}
.cw {
font-size: 14px !important;
background-color: #E8EAF6 !important;
border-radius: 0px !important;
padding: 0px 20px !important;
margin-right: 10px solid #fff !important
}
.old,
.day,
.new {
width: 40px !important;
height: 40px !important;
border-radius: 0px !important
}
.day.old,
.day.new {
color: #E0E0E0 !important
}
.day.old:hover,
.day.new:hover {
border-radius: 50% !important
}
.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
border-radius: 50% !important;
background-color: #eee
}
.range-start,
.range-end {
border-radius: 50% !important;
background-image: linear-gradient(#1976D2, #1976D2) !important
}
.range {
background-color: #E3F2FD !important
}
.prev,
.next,
.datepicker-switch {
border-radius: 0 !important;
padding: 10px 10px 10px 10px !important;
font-size: 18px;
opacity: 0.7;
color: #fff
}
.prev:hover,
.next:hover,
.datepicker-switch:hover {
background-color: inherit !important;
opacity: 1
}
@media screen and (max-width: 726px) {
.datepicker-dropdown.datepicker-orient-right:before {
right: calc(50% - 6px)
}
.datepicker-dropdown.datepicker-orient-right:after {
right: calc(50% - 5px)
}
}

654
Alion/static/css/jquery-ui.css vendored Normal file
View File

@ -0,0 +1,654 @@
/*! jQuery UI - v1.11.4 - 2015-12-03
* http://jqueryui.com
* Includes: core.css, button.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
/* button sets */
.ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #a6c9e2;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #4297d7;
background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
color: #ffffff;
font-weight: bold;
}
.ui-widget-header a {
color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #c5dbec;
background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
font-weight: bold;
color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #2e6e9e;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #79b7e7;
background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
font-weight: bold;
color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #1d5987;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #79b7e7;
background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
font-weight: bold;
color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #e17009;
text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fad42e;
background: #fbec88;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); /* support: IE8 */
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); /* support: IE8 */
background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
background-image: url("images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url("images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
background-image: url("images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 5px;
}
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); /* support: IE8 */
border-radius: 8px;
}

View File

@ -0,0 +1,351 @@
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 2045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 2044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 2046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

View File

@ -0,0 +1,773 @@
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
border: 0;
clip: rect( 1px, 1px, 1px, 1px );
-webkit-clip-path: inset( 50% );
clip-path: inset( 50% );
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.mejs__container {
background: #000;
box-sizing: border-box;
font-family: 'Helvetica', Arial, serif;
position: relative;
text-align: left;
text-indent: 0;
vertical-align: top;
}
.mejs__container * {
box-sizing: border-box;
}
/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
-webkit-appearance: none;
display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
height: 100%;
width: 100%;
}
.mejs__fill-container {
background: transparent;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.mejs__container:focus {
outline: none;
}
.mejs__iframe-overlay {
height: 100%;
position: absolute;
width: 100%;
}
.mejs__embed,
.mejs__embed body {
background: #000;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.mejs__fullscreen {
overflow: hidden !important;
}
.mejs__container-fullscreen {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
height: 100% !important;
width: 100% !important;
}
/* Start: LAYERS */
.mejs__background {
left: 0;
position: absolute;
top: 0;
}
.mejs__mediaelement {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.mejs__poster {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
:root .mejs__poster-img {
display: none;
}
.mejs__poster-img {
border: 0;
padding: 0;
}
.mejs__overlay {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
left: 0;
position: absolute;
top: 0;
}
.mejs__layer {
z-index: 1;
}
.mejs__overlay-play {
cursor: pointer;
}
.mejs__overlay-button {
background: url('mejs-controls.svg') no-repeat;
background-position: 0 -39px;
height: 80px;
width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
background-position: -80px -39px;
}
.mejs__overlay-loading {
height: 80px;
width: 80px;
}
.mejs__overlay-loading-bg-img {
-webkit-animation: mejs__loading-spinner 1s linear infinite;
animation: mejs__loading-spinner 1s linear infinite;
background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
display: block;
height: 80px;
width: 80px;
z-index: 1;
}
@-webkit-keyframes mejs__loading-spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes mejs__loading-spinner {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 40px;
left: 0;
list-style-type: none;
margin: 0;
padding: 0 10px;
position: absolute;
width: 100%;
z-index: 3;
}
.mejs__controls:not([style*='display: none']) {
background: rgba(255, 0, 0, 0.7);
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
font-size: 10px;
height: 40px;
line-height: 10px;
margin: 0;
width: 32px;
}
.mejs__button > button {
background: transparent url('mejs-controls.svg');
border: 0;
cursor: pointer;
display: block;
font-size: 0;
height: 20px;
line-height: 0;
margin: 10px 6px;
overflow: hidden;
padding: 0;
position: absolute;
text-decoration: none;
width: 20px;
}
/* :focus for accessibility */
.mejs__button > button:focus {
outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
outline: 0;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
box-sizing: content-box;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 24px;
overflow: hidden;
padding: 16px 6px 0;
text-align: center;
width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
background-position: 0 0;
}
.mejs__pause > button {
background-position: -20px 0;
}
.mejs__replay > button {
background-position: -160px 0;
}
/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
direction: ltr;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: 40px;
margin: 0 10px;
padding-top: 10px;
position: relative;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
border-radius: 2px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
}
.mejs__time-total {
background: rgba(255, 255, 255, 0.3);
margin: 5px 0 0;
width: 100%;
}
.mejs__time-buffering {
-webkit-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
background-size: 15px 15px;
width: 100%;
}
@-webkit-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.mejs__time-loaded {
background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
background: rgba(255, 255, 255, 0.5);
z-index: 10;
}
.mejs__time-hovered.negative {
background: rgba(0, 0, 0, 0.2);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
left: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: 0.15s ease-in all;
transition: 0.15s ease-in all;
width: 100%;
}
.mejs__time-buffering {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.mejs__time-hovered {
-webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
-webkit-transform: scaleX(0) !important;
-ms-transform: scaleX(0) !important;
transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
border: 4px solid transparent;
cursor: pointer;
left: 0;
position: absolute;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
z-index: 11;
}
.mejs__time-handle-content {
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 50%;
height: 10px;
left: -7px;
top: -4px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
width: 10px;
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mejs__time-float {
background: #eee;
border: solid 1px #333;
bottom: 100%;
color: #111;
display: none;
height: 17px;
margin-bottom: 9px;
position: absolute;
text-align: center;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 36px;
}
.mejs__time-float-current {
display: block;
left: 0;
margin: 2px;
text-align: center;
width: 30px;
}
.mejs__time-float-corner {
border: solid 5px #eee;
border-color: #eee transparent transparent;
border-radius: 0;
display: block;
height: 0;
left: 50%;
line-height: 0;
position: absolute;
top: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
}
.mejs__long-video .mejs__time-float {
margin-left: -23px;
width: 64px;
}
.mejs__long-video .mejs__time-float-current {
width: 60px;
}
.mejs__broadcast {
color: #fff;
height: 10px;
position: absolute;
top: 15px;
width: 100%;
}
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
background-position: -80px 0;
}
.mejs__unfullscreen > button {
background-position: -100px 0;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
background-position: -60px 0;
}
.mejs__unmute > button {
background-position: -40px 0;
}
.mejs__volume-button {
position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
-webkit-backface-visibility: hidden;
background: rgba(50, 50, 50, 0.7);
border-radius: 0;
bottom: 100%;
display: none;
height: 115px;
left: 50%;
margin: 0;
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 25px;
z-index: 1;
}
.mejs__volume-button:hover {
border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
background: rgba(255, 255, 255, 0.5);
height: 100px;
left: 50%;
margin: 0;
position: absolute;
top: 8px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 2px;
}
.mejs__volume-current {
background: rgba(255, 255, 255, 0.9);
left: 0;
margin: 0;
position: absolute;
width: 100%;
}
.mejs__volume-handle {
background: rgba(255, 255, 255, 0.9);
border-radius: 1px;
cursor: ns-resize;
height: 6px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 16px;
}
.mejs__horizontal-volume-slider {
display: block;
height: 36px;
position: relative;
vertical-align: middle;
width: 56px;
}
.mejs__horizontal-volume-total {
background: rgba(50, 50, 50, 0.8);
border-radius: 2px;
font-size: 1px;
height: 8px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 16px;
width: 50px;
}
.mejs__horizontal-volume-current {
background: rgba(255, 255, 255, 0.8);
border-radius: 2px;
font-size: 1px;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
.mejs__horizontal-volume-handle {
display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
position: relative;
}
.mejs__captions-button > button {
background-position: -140px 0;
}
.mejs__chapters-button > button {
background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
background: rgba(50, 50, 50, 0.7);
border: solid 1px transparent;
border-radius: 0;
bottom: 100%;
margin-right: -43px;
overflow: hidden;
padding: 0;
position: absolute;
right: 50%;
visibility: visible;
width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
margin-right: -55px;
width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
list-style-type: none !important;
margin: 0;
overflow: hidden;
padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
color: #fff;
cursor: pointer;
display: block;
list-style-type: none !important;
margin: 0 0 6px;
overflow: hidden;
padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
background-color: rgb(200, 200, 200) !important;
background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
clear: both;
float: left;
left: -1000px;
margin: 3px 3px 0 5px;
position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
cursor: pointer;
float: left;
font-size: 10px;
line-height: 15px;
padding: 4px 10px 0;
width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
color: rgba(33, 248, 248, 1);
}
.mejs__captions-translations {
font-size: 10px;
margin: 0 0 5px;
}
.mejs__captions-layer {
bottom: 0;
color: #fff;
font-size: 16px;
left: 0;
line-height: 20px;
position: absolute;
text-align: center;
}
.mejs__captions-layer a {
color: #fff;
text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs__captions-position {
bottom: 15px;
left: 0;
position: absolute;
width: 100%;
}
.mejs__captions-position-hover {
bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
background: rgba(20, 20, 20, 0.5);
box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
padding: 0;
white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
display: none;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
position: relative;
}
.mejs__overlay-error > img {
left: 0;
position: absolute;
top: 0;
z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
color: #fff;
font-size: 0.8em;
}
.mejs__cannotplay {
position: relative;
}
.mejs__cannotplay p,
.mejs__cannotplay a {
display: inline-block;
padding: 0 15px;
width: 100%;
}
/* End: Error */

6
Alion/static/css/owl.carousel.min.css vendored Normal file
View File

@ -0,0 +1,6 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

View File

@ -0,0 +1,15 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
.owl-theme .owl-dots,
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

1469
Alion/static/css/style.css Normal file

File diff suppressed because it is too large Load Diff

BIN
Alion/static/fonts/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoieHRkaXluOGg3aGEwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1NDQwMTI2NTAsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJ4dGRpeW44aDdoYTAwMDAwIjpbeyJpZCI6ODU3NjgwLCJ0ZWFtIjowLCJuYW1lIjoiZGVzayIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjJ9LHsiaWQiOjg1NzY4MiwidGVhbSI6MCwibmFtZSI6ImV4aXQiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0IjozfSx7ImlkIjo4NTc2ODksInRlYW0iOjAsIm5hbWUiOiJwYXJraW5nIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6NH0seyJpZCI6ODU3Njg2LCJ0ZWFtIjowLCJuYW1lIjoiaGFpci1kcnllciIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjV9LHsiaWQiOjg1NzY3NCwidGVhbSI6MCwibmFtZSI6Im1pbmliYXIiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo2fSx7ImlkIjo4NTc2OTQsInRlYW0iOjAsIm5hbWUiOiJkcmluayIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjd9LHsiaWQiOjg1NzY3MSwidGVhbSI6MCwibmFtZSI6InRyYXkiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo4fSx7ImlkIjo4NTc2NzgsInRlYW0iOjAsIm5hbWUiOiJjYWIiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo5fSx7ImlkIjo4NTc2OTMsInRlYW0iOjAsIm5hbWUiOiJ0diIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjEwfSx7ImlkIjo4NTc2OTEsInRlYW0iOjAsIm5hbWUiOiJwb29sIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6MX1dfQ==

Binary file not shown.

View File

@ -0,0 +1,180 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2018-12-5: Created with FontForge (http://fontforge.org)
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20160405 at Wed Dec 5 13:24:09 2018
By Apache
Copyright (c) 2018, Apache
</metadata>
<defs>
<font id="Flaticon" horiz-adv-x="512" >
<font-face
font-family="Flaticon"
font-weight="400"
font-stretch="normal"
units-per-em="512"
panose-1="2 0 5 3 0 0 0 0 0 0"
ascent="448"
descent="-64"
bbox="-0.000350193 -64 512 448"
underline-thickness="25.6"
underline-position="-51.2"
unicode-range="U+0020-F109"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
/>
<glyph glyph-name="uniF103" unicode="&#xf103;"
d="M332.8 21.333c4.71289 0 8.5332 -3.82031 8.5332 -8.5332v-34.1328c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332v-25.6006c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-42.667c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v25.6006h-204.8v-25.6006
c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-42.667c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v25.6006c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v34.1328c0 4.71289 3.82031 8.5332 8.5332 8.5332v76.8008c0.0146484 7.34766 3.20801 14.3301 8.75488 19.1484
l13.6533 66.2695c4.15039 19.7988 21.5859 33.9951 41.8135 34.0479h195.798c20.2285 -0.0527344 37.6631 -14.249 41.8135 -34.0479l13.6533 -66.2695c5.55664 -4.81348 8.75879 -11.7959 8.78027 -19.1484v-76.8008zM47.6846 180.054l-11.6143 -56.3203h269.192
l-11.6133 56.3203c-2.46582 11.8936 -12.9238 20.4385 -25.0713 20.4795h-195.823c-12.1465 -0.0410156 -22.6055 -8.58594 -25.0703 -20.4795zM25.5996 98.1338v-76.8008h290.134v76.8008c0 4.71191 -3.82129 8.5332 -8.5332 8.5332h-273.066
c-4.71289 0 -8.53418 -3.82129 -8.53418 -8.5332zM51.2002 -46.9336v17.0674h-25.6006v-17.0674h25.6006zM315.733 -46.9336v17.0674h-25.5996v-17.0674h25.5996zM324.267 -12.7998v17.0664h-307.2v-17.0664h307.2zM59.7334 98.1338
c14.1387 0 25.5996 -11.4619 25.5996 -25.6006s-11.4609 -25.5996 -25.5996 -25.5996s-25.5996 11.4609 -25.5996 25.5996s11.4609 25.6006 25.5996 25.6006zM59.7334 64c4.71289 0 8.5332 3.82031 8.5332 8.5332s-3.82031 8.5332 -8.5332 8.5332
s-8.5332 -3.82031 -8.5332 -8.5332s3.82031 -8.5332 8.5332 -8.5332zM281.6 98.1338c14.1387 0 25.6006 -11.4619 25.6006 -25.6006s-11.4619 -25.5996 -25.6006 -25.5996s-25.5996 11.4609 -25.5996 25.5996s11.4609 25.6006 25.5996 25.6006zM281.6 64
c4.71289 0 8.53418 3.82031 8.53418 8.5332s-3.82129 8.5332 -8.53418 8.5332c-4.71191 0 -8.5332 -3.82031 -8.5332 -8.5332s3.82129 -8.5332 8.5332 -8.5332zM230.4 98.1338c4.71191 0 8.5332 -3.82129 8.5332 -8.53418c0 -4.71191 -3.82129 -8.5332 -8.5332 -8.5332
h-119.467c-4.71289 0 -8.5332 3.82129 -8.5332 8.5332c0 4.71289 3.82031 8.53418 8.5332 8.53418h119.467zM230.4 72.5332c4.71191 0 8.5332 -3.82031 8.5332 -8.5332s-3.82129 -8.5332 -8.5332 -8.5332h-119.467c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332
s3.82031 8.5332 8.5332 8.5332h119.467zM230.4 46.9336c4.71191 0 8.5332 -3.82129 8.5332 -8.5332c0 -4.71289 -3.82129 -8.53418 -8.5332 -8.53418h-119.467c-4.71289 0 -8.5332 3.82129 -8.5332 8.53418c0 4.71191 3.82031 8.5332 8.5332 8.5332h119.467zM503.467 448
c4.71289 0 8.5332 -3.82031 8.5332 -8.5332v-187.733c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-68.2666v-298.667c0 -4.71289 -3.82129 -8.5332 -8.5332 -8.5332h-34.1338c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v298.667h-68.2666
c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v187.733c0 4.71289 3.82031 8.5332 8.5332 8.5332h187.733zM418.134 -46.9336v290.134h-17.0674v-290.134h17.0674zM494.934 260.267v170.667h-170.667v-170.667h170.667zM442.6 403.421
c13.083 -13.3555 12.8594 -34.7881 -0.496094 -47.8711c-6.49023 -6.40527 -15.252 -9.98242 -24.3711 -9.9502h-25.1992v-59.7334c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332s-8.5332 3.82129 -8.5332 8.5332v119.467c0 4.71289 3.82031 8.5332 8.5332 8.5332h33.7324
c9.11914 0.0332031 17.8809 -3.54395 24.3711 -9.94922c0.166992 -0.163086 0.333008 -0.329102 0.496094 -0.496094zM430.438 368.024c6.46582 6.63574 6.3291 17.2578 -0.306641 23.7236c-3.31836 3.23242 -7.76562 5.04492 -12.3984 5.05176h-25.1992v-34.1328h25.1992
c4.63281 0.00683594 9.08008 1.81836 12.3984 5.05176c0.103516 0.0996094 0.206055 0.202148 0.306641 0.305664z" />
<glyph glyph-name="uniF107" unicode="&#xf107;"
d="M503.467 -4.2666c4.71289 0 8.5332 -3.82129 8.5332 -8.5332v-34.1338c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-494.934c-4.71289 0 -8.5332 3.82129 -8.5332 8.5332v34.1338c0 4.71191 3.82031 8.5332 8.5332 8.5332h204.8v8.5332h-196.267
c-4.71191 0 -8.5332 3.82129 -8.5332 8.5332c0 4.71289 3.82129 8.5332 8.5332 8.5332h196.267v8.5332h-196.267c-4.71191 0 -8.5332 3.82129 -8.5332 8.53418v59.7334c0.15918 126.7 95.8623 232.876 221.867 246.144v26.9229h-17.0674
c-18.8506 0 -34.1328 15.2822 -34.1328 34.1328c0 18.8516 15.2822 34.1338 34.1328 34.1338h85.334c18.8506 0 34.1328 -15.2822 34.1328 -34.1338c0 -18.8506 -15.2822 -34.1328 -34.1328 -34.1328h-17.0674v-26.9229c126.005 -13.2676 221.708 -119.443 221.867 -246.144
v-59.7334c0 -4.71289 -3.82129 -8.53418 -8.5332 -8.53418h-196.267v-8.5332h196.267c4.71191 0 8.5332 -3.82031 8.5332 -8.5332c0 -4.71191 -3.82129 -8.5332 -8.5332 -8.5332h-196.267v-8.5332h204.8zM213.333 388.267h85.334c9.42578 0 17.0664 7.64062 17.0664 17.0664
c0 9.42676 -7.64062 17.0674 -17.0664 17.0674h-85.334c-9.42578 0 -17.0664 -7.64062 -17.0664 -17.0674c0 -9.42578 7.64062 -17.0664 17.0664 -17.0664zM264.533 371.2h-17.0664v-25.6006h17.0664v25.6006zM25.5996 46.9336h460.801v51.2002
c0 127.246 -103.153 230.399 -230.4 230.399s-230.4 -103.153 -230.4 -230.399v-51.2002zM230.4 21.333h51.1992v8.5332h-51.1992v-8.5332zM281.6 4.2666h-51.1992v-8.5332h51.1992v8.5332zM494.934 -38.4004v17.0674h-477.867v-17.0674h477.867zM466.381 133.684
c1.9668 -11.748 2.95508 -23.6387 2.95215 -35.5498c0 -4.71289 -3.82031 -8.53418 -8.5332 -8.53418c-4.71191 0 -8.5332 3.82129 -8.5332 8.53418c0.000976562 10.9619 -0.90625 21.9043 -2.71387 32.7168c-0.015625 0.0869141 -0.0302734 0.175781 -0.0449219 0.263672
c-0.708984 4.65918 2.49316 9.01172 7.15234 9.7207c4.65918 0.709961 9.01172 -2.49219 9.7207 -7.15137zM457.216 169.19c1.56934 -4.44336 -0.761719 -9.31934 -5.20508 -10.8887s-9.31934 0.761719 -10.8887 5.20508
c-27.8057 78.3984 -101.939 130.815 -185.122 130.894c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332c0 4.71191 3.82031 8.5332 8.5332 8.5332c90.416 -0.0859375 170.994 -57.0605 201.216 -142.276z" />
<glyph glyph-name="uniF102" unicode="&#xf102;"
d="M503.467 448c4.71289 0 8.5332 -3.82031 8.5332 -8.5332v-494.934c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-494.934c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332s3.82031 8.5332 8.5332 8.5332h486.4v477.867h-204.8v-119.467
c0 -4.71289 -3.82129 -8.5332 -8.53418 -8.5332c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v128c0 4.71289 3.82129 8.5332 8.5332 8.5332h221.867zM234.172 128.281c-13.2188 -6.69629 -29.3516 -2.57812 -37.7432 9.63477l-5.60645 -25.5322l52.4375 -31.8721
c4.85547 -2.9541 8.76758 -7.23145 11.2812 -12.3301l35.3877 -71.6807c7.27539 -14.793 1.3623 -32.6885 -13.2949 -40.2344c-4.13281 -2.1084 -8.70703 -3.20508 -13.3467 -3.2002c-11.3438 -0.00683594 -21.6943 6.46973 -26.6494 16.6748l-31.5137 63.8721
l-43.3662 26.3418l-54.2979 -54.9971c-11.1934 -10.8867 -28.8271 -11.4814 -40.7295 -1.37402l-56.6016 50.1758c-12.2725 10.9844 -13.5195 29.7637 -2.80762 42.2744c0.105469 0.124023 0.213867 0.24707 0.322266 0.369141
c10.8525 12.208 29.5479 13.3076 41.7559 2.45508l35.3105 -31.2832l43.2217 48.4355l10.9658 61.0986l-20.2842 -8.41406l-10.3936 -42.3086c-1.8916 -7.78613 -6.83301 -14.4863 -13.7129 -18.5938c-6.73047 -4.0625 -14.8125 -5.24707 -22.4258 -3.28516
c-15.9561 4.16016 -25.5967 20.3818 -21.623 36.3857l14.1562 57.3447c2.31152 9.46387 9.08691 17.21 18.1592 20.7607l69.8018 29.4912c-0.961914 2.47754 -1.75586 5.01758 -2.37402 7.60254c-7.5 31.3994 11.8721 62.9355 43.2715 70.4365
s62.9355 -11.8721 70.4365 -43.2715s-11.8721 -62.9355 -43.2715 -70.4365l11.0254 -18.5938l32.4268 16.4268c7.02051 3.5918 15.1934 4.20801 22.6729 1.70605c7.57227 -2.50684 13.8164 -7.95605 17.3223 -15.1211c7.26465 -14.793 1.34863 -32.6807 -13.3027 -40.2256z
M192.162 171.528c3.60449 0.482422 7.1084 -1.41309 8.67773 -4.69336l8.64355 -17.502c3.11719 -6.25 10.6699 -8.84766 16.9727 -5.83691l56.6104 28.6807c6.34766 3.29785 8.88379 11.0713 5.7002 17.4766c-1.5 3.06055 -4.16504 5.38965 -7.39844 6.46875
c-3.15527 1.0752 -6.6123 0.818359 -9.57422 -0.708984l-37.623 -19.0547c-0.993164 -0.500977 -2.07422 -0.805664 -3.18359 -0.896484l-2.41406 -0.1875c-3.24219 -0.240234 -6.3418 1.36816 -8.01367 4.15625l-21.2393 35.8398
c-0.782227 1.31934 -1.19434 2.8252 -1.19336 4.35938c0.00390625 4.71289 3.82812 8.53027 8.54102 8.52539c22.4053 -0.00195312 40.665 17.9785 41.0098 40.3799c0.348633 22.6465 -17.7275 41.2891 -40.374 41.6377s-41.2891 -17.7266 -41.6377 -40.374
c-0.0126953 -10.709 4.08301 -21.0137 11.4434 -28.792c2.2959 -2.47168 2.9209 -6.06348 1.59375 -9.16504c-1.85449 -4.33203 -6.86914 -6.3418 -11.2021 -4.48828l-10.4189 4.51465l-67.9424 -28.6729c-3.98242 -1.51953 -6.96875 -4.8916 -7.99609 -9.02832
l-14.1572 -57.3604c-1.75195 -6.90332 2.38086 -13.9316 9.26758 -15.7529c3.20508 -0.841797 6.61523 -0.341797 9.44629 1.38281c2.96973 1.77539 5.09863 4.67383 5.90527 8.03809l11.46 46.4551c0.647461 2.63574 2.51074 4.80566 5.01758 5.8457l38.6904 16.0518
c1.49609 0.618164 3.13867 0.798828 4.73438 0.517578c4.64258 -0.813477 7.74512 -5.2373 6.93066 -9.87891l-14.1484 -78.8486c-0.27832 -1.55176 -0.981445 -2.99609 -2.03125 -4.17285l-50.5 -56.5752c-3.13184 -3.50391 -8.50684 -3.81641 -12.0234 -0.700195
l-41.668 36.9238c-0.0683594 0.0605469 -0.137695 0.120117 -0.207031 0.180664c-5.25488 4.48535 -13.1504 3.8623 -17.6367 -1.39258c-4.66504 -5.4375 -4.13086 -13.6064 1.20312 -18.3887l56.6016 -50.1768c5.04004 -4.30078 12.5283 -4.0459 17.2637 0.588867
l59.042 59.8105c2.77539 2.81641 7.12305 3.35645 10.5049 1.30566l51.251 -31.1553c1.38672 -0.84082 2.50293 -2.05957 3.2168 -3.51562l32.6318 -66.082c3.13867 -6.23828 10.6982 -8.80859 16.9893 -5.77734v0c6.32715 3.30273 8.85449 11.0537 5.69238 17.4502
l-35.3799 71.6807c-1.08008 2.18945 -2.75781 4.02832 -4.83789 5.30762l-57.6514 35.0381c-3.1123 1.89355 -4.67871 5.55469 -3.89941 9.11328l12.0059 54.8008c0.774414 3.54297 3.70508 6.20898 7.30469 6.64746zM449.767 189.5
c3.33105 -3.33301 3.33105 -8.73438 0 -12.0664l-34.1338 -34.1338c-0.0683594 -0.0703125 -0.138672 -0.140625 -0.208984 -0.208984c-3.38965 -3.27441 -8.79102 -3.18066 -12.0664 0.208984c-3.27441 3.39062 -3.18066 8.79199 0.209961 12.0664l19.5664 19.5674h-90.334
c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332s3.82129 8.5332 8.5332 8.5332h90.334l-19.5664 19.5674c-3.19434 3.30762 -3.19434 8.5498 0 11.8564c3.27441 3.38965 8.67578 3.48438 12.0654 0.208984zM281.6 132.267c4.71289 0 8.53418 -3.82031 8.53418 -8.5332v-59.7334
c0 -4.71289 -3.82129 -8.5332 -8.53418 -8.5332c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v59.7334c0 4.71289 3.82129 8.5332 8.5332 8.5332zM281.6 251.733c4.71289 0 8.53418 -3.82129 8.53418 -8.5332v-8.5332c0 -4.71289 -3.82129 -8.5332 -8.53418 -8.5332
c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v8.5332c0 4.71191 3.82129 8.5332 8.5332 8.5332z" />
<glyph glyph-name="uniF100" unicode="&#xf100;"
d="M503.455 298.671c4.71289 0 8.5332 -3.82031 8.5332 -8.5332c0 -4.71191 -3.82031 -8.53223 -8.5332 -8.53223h-157.326l-7.72168 -12.8672c-3.66602 -6.11523 -5.60352 -13.1104 -5.60645 -20.2402v-129.015c0 -4.71191 -3.82031 -8.53223 -8.53223 -8.53223
c-4.71289 0 -8.5332 3.82031 -8.5332 8.53223v34.1309h-93.8604v-34.1309c0 -4.71191 -3.82031 -8.53223 -8.53223 -8.53223s-8.5332 3.82031 -8.5332 8.53223v129.015c0.00195312 10.2227 2.78027 20.2539 8.03809 29.0205l2.45801 4.08691h-206.748
c-4.71289 0 -8.5332 3.82031 -8.5332 8.53223c0 4.71289 3.82031 8.5332 8.5332 8.5332h216.987l68.082 113.434c5.5498 9.06836 15.4277 14.5859 26.0596 14.5576c16.4414 0.175781 29.9316 -12.9727 30.1797 -29.4131v-76.2568l54.6865 91.1123
c5.5498 9.06836 15.4268 14.5859 26.0586 14.5576c16.4414 0.175781 29.9316 -12.9727 30.1807 -29.4131v-98.5781h42.6631zM315.735 170.68v42.6641h-93.8604v-42.6641h93.8604zM323.773 277.519l2.45703 4.08691h-91.0273l-7.72168 -12.8672
c-3.66602 -6.11523 -5.60254 -13.1104 -5.60645 -20.2402v-18.0889h93.8604v18.0889c0.000976562 10.2227 2.7793 20.2539 8.03809 29.0205zM332.801 298.671v98.5781c-0.246094 7.0166 -6.09668 12.5244 -13.1143 12.3477
c-4.64258 0.0458984 -8.97266 -2.33105 -11.4258 -6.27148l-62.8096 -104.654h87.3496zM443.727 298.671v98.5781c-0.246094 7.0166 -6.09668 12.5244 -13.1152 12.3477c-4.6416 0.0458984 -8.97168 -2.33105 -11.4248 -6.27148l-62.8096 -104.654h87.3496zM509.573 82.9375
c3.29199 -3.38574 3.21582 -8.79883 -0.169922 -12.0908c-19.8691 -19.0781 -51.252 -19.0781 -71.1211 0c-13.2129 12.7051 -34.1006 12.7051 -47.3135 0c-19.8721 -19.0693 -51.249 -19.0693 -71.1201 0c-13.2129 12.7051 -34.1016 12.7051 -47.3145 0
c-19.8682 -19.0781 -51.252 -19.0781 -71.1201 0c-13.2129 12.7051 -34.1016 12.7051 -47.3145 0c-19.8711 -19.0693 -51.248 -19.0693 -71.1201 0c-13.2139 12.7109 -34.1084 12.7109 -47.3223 0l-21.1523 -20.5381c-3.37695 -3.28711 -8.77832 -3.21387 -12.0654 0.162109
c-3.29199 3.37207 -3.22656 8.77344 0.144531 12.0654l21.1445 20.5723c19.8652 19.0879 51.2549 19.0879 71.1201 0c13.2227 -12.6885 34.1006 -12.6885 47.3223 0c19.8623 19.0859 51.25 19.0859 71.1123 0c13.2139 -12.7109 34.1084 -12.7109 47.3223 0
c19.8652 19.0879 51.2549 19.0879 71.1201 0c13.2227 -12.6885 34.1006 -12.6885 47.3232 0c19.8613 19.0859 51.249 19.0859 71.1113 0c13.2139 -12.7109 34.1084 -12.7109 47.3223 0c3.38672 3.29199 8.7998 3.21484 12.0908 -0.170898zM509.565 165.697
c3.29883 -3.37402 3.2373 -8.78418 -0.136719 -12.083c-19.8721 -19.0947 -51.2744 -19.0947 -71.1465 0c-13.2129 12.7051 -34.1006 12.7051 -47.3135 0c-8.64844 -8.37988 -19.9834 -13.4277 -31.998 -14.249c-4.67676 -0.248047 -8.70508 3.25977 -9.10449 7.92676
v0.00585938c-0.323242 4.70215 3.22559 8.77539 7.92676 9.09863c7.97656 0.539062 15.5059 3.88184 21.2559 9.43652c19.8652 19.0771 51.2461 19.0771 71.1113 0c13.2139 -12.71 34.1084 -12.71 47.3223 0c3.37402 3.29883 8.7832 3.23828 12.083 -0.135742z
M179.493 180.177c4.71289 -0.155273 8.40723 -4.10156 8.25098 -8.81445c-0.155273 -4.71191 -4.10156 -8.40625 -8.81348 -8.25098c-9.22363 0.338867 -18.1875 -3.08984 -24.8311 -9.49707c-19.876 -19.0605 -51.2441 -19.0605 -71.1201 0
c-13.2256 12.6797 -34.0967 12.6797 -47.3223 0l-21.127 -20.5889c-3.37891 -3.2998 -8.79199 -3.23438 -12.0908 0.144531s-3.23438 8.79199 0.144531 12.0908l21.1699 20.6064c19.876 19.0615 51.2441 19.0615 71.1201 0c13.2139 -12.71 34.1084 -12.71 47.3232 0
c9.96973 9.6416 23.4355 14.8076 37.2959 14.3096zM509.573 -7.58594c3.29199 -3.38672 3.21582 -8.79883 -0.169922 -12.0908c-19.8721 -19.0693 -51.249 -19.0693 -71.1211 0c-13.2129 12.7051 -34.1006 12.7051 -47.3135 0
c-19.8721 -19.0693 -51.249 -19.0693 -71.1201 0c-13.2129 12.7051 -34.1016 12.7051 -47.3145 0c-19.8682 -19.0781 -51.252 -19.0781 -71.1201 0c-13.2129 12.7051 -34.1016 12.7051 -47.3145 0c-19.8711 -19.0693 -51.248 -19.0693 -71.1201 0
c-13.2227 12.6885 -34.0996 12.6885 -47.3223 0l-21.1523 -20.5723c-3.37891 -3.28418 -8.78027 -3.20801 -12.0654 0.170898c-0.00878906 0.00683594 -0.0166016 0.015625 -0.0244141 0.0244141c-3.28516 3.37891 -3.20996 8.78125 0.168945 12.0664l21.1445 20.5723
c19.876 19.0605 51.2441 19.0605 71.1201 0c13.2227 -12.6885 34.1006 -12.6885 47.3223 0c19.8652 19.0771 51.2471 19.0771 71.1123 0c13.2139 -12.7109 34.1084 -12.7109 47.3223 0c19.876 19.0605 51.2441 19.0605 71.1201 0
c13.2227 -12.6885 34.1006 -12.6885 47.3232 0c19.8652 19.0771 51.2461 19.0771 71.1113 0c13.2139 -12.7109 34.1084 -12.7109 47.3223 0c3.38672 3.29102 8.7998 3.21484 12.0908 -0.170898z" />
<glyph glyph-name="uniF109" unicode="&#xf109;"
d="M503.467 375.467c4.71289 0 8.5332 -3.82129 8.5332 -8.5332v-290.134c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-221.867v-42.667h110.934c4.71289 0 8.5332 -3.82031 8.5332 -8.5332c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-273.066
c-4.71289 0 -8.5332 3.82129 -8.5332 8.5332c0 4.71289 3.82031 8.5332 8.5332 8.5332h110.934v42.667h-221.867c-4.71289 0 -8.5332 3.82129 -8.5332 8.5332v290.134c0 4.71191 3.82031 8.5332 8.5332 8.5332h494.934zM448.733 358.4h-44.1338l-238.934 -238.934h44.1348z
M380.467 358.4h-112.4l-238.934 -238.934h112.401zM17.0664 358.4v-226.867l226.867 226.867h-226.867zM264.533 25.5996v42.667h-17.0664v-42.667h17.0664zM494.934 85.333v17.0674h-477.867v-17.0674h477.867zM494.934 119.467v238.934h-22.0674l-238.934 -238.934
h261.001z" />
<glyph glyph-name="uniF108" unicode="&#xf108;"
d="M503.467 64c4.71289 0 8.5332 -3.82031 8.5332 -8.5332v-51.2002c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-8.5332v-25.5996c0 -14.1387 -11.4619 -25.6006 -25.6006 -25.6006h-42.666c-14.1387 0 -25.6006 11.4619 -25.6006 25.6006v25.5996h-51.2002v-17.0664
c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-170.666c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v17.0664h-51.2002v-25.5996c0 -14.1387 -11.4619 -25.6006 -25.6006 -25.6006h-42.666c-14.1387 0 -25.6006 11.4619 -25.6006 25.6006v25.5996h-8.5332
c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v51.2002c0 4.71289 3.82031 8.5332 8.5332 8.5332v126.575c0.0136719 13.0225 7.15234 24.9941 18.6025 31.1973l20.3779 100.489c5.68555 28.2949 30.4375 48.7236 59.2979 48.9385h22.1865l7.60352 60.791
c0.533203 4.27051 4.16211 7.47461 8.46484 7.47559h221.867c4.29004 -0.0185547 7.89844 -3.21875 8.43066 -7.47559l7.60352 -60.791h22.1865c28.8604 -0.214844 53.6123 -20.6436 59.2979 -48.9385l20.4121 -100.489c11.4502 -6.20312 18.5889 -18.1748 18.6025 -31.1973
v-126.575zM152.602 422.4l-6.40039 -51.2002h219.598l-6.40039 51.2002h-206.797zM106.846 354.134c-13.3955 -0.0966797 -25.9873 -6.40137 -34.0908 -17.0674h366.49c-8.10352 10.666 -20.6953 16.9707 -34.0908 17.0674h-298.309zM64.2812 318.865l-18.8408 -92.7314
h421.119l-18.8408 92.7314c-0.0859375 0.392578 -0.248047 0.742188 -0.341797 1.13477h-382.763c-0.0849609 -0.383789 -0.24707 -0.742188 -0.333008 -1.13477zM93.8662 -29.8662v25.5996h-59.7324v-25.5996c0 -4.71289 3.82031 -8.53418 8.5332 -8.53418h42.666
c4.71289 0 8.5332 3.82129 8.5332 8.53418zM162.134 12.7998v34.1338h-145.067v-34.1338h145.067zM332.8 -12.7998v59.7334h-153.6v-59.7334h153.6zM341.333 64h145.067v126.575c0.118164 10.0752 -7.93945 18.3467 -18.0146 18.4912h-424.771
c-10.0752 -0.144531 -18.1328 -8.41602 -18.0146 -18.4912v-126.575h315.733zM477.866 -29.8662v25.5996h-59.7324v-25.5996c0 -4.71289 3.82031 -8.53418 8.5332 -8.53418h42.666c4.71289 0 8.5332 3.82129 8.5332 8.53418zM494.934 12.7998v34.1338h-145.067v-34.1338
h145.067zM89.5996 192c25.9102 -0.0273438 46.9062 -21.0244 46.9336 -46.9336c0 -25.9209 -21.0117 -46.9326 -46.9336 -46.9326c-25.9209 0 -46.9326 21.0117 -46.9326 46.9326s21.0117 46.9336 46.9326 46.9336zM89.5996 115.2
c16.4951 0 29.8672 13.3711 29.8672 29.8662s-13.3721 29.8672 -29.8672 29.8672c-16.4941 0 -29.8662 -13.3721 -29.8662 -29.8672s13.3721 -29.8662 29.8662 -29.8662zM422.4 192c25.9209 0 46.9326 -21.0127 46.9326 -46.9336
c-0.0273438 -25.9092 -21.0234 -46.9053 -46.9326 -46.9326c-25.9219 0 -46.9336 21.0117 -46.9336 46.9326s21.0117 46.9336 46.9336 46.9336zM422.4 115.2c16.4941 0 29.8662 13.3711 29.8662 29.8662s-13.3721 29.8672 -29.8662 29.8672
c-16.4951 0 -29.8672 -13.3721 -29.8672 -29.8672s13.3721 -29.8662 29.8672 -29.8662zM349.866 192c4.71289 0 8.53418 -3.82031 8.53418 -8.5332s-3.82129 -8.5332 -8.53418 -8.5332h-187.732c-4.71289 0 -8.53418 3.82031 -8.53418 8.5332s3.82129 8.5332 8.53418 8.5332
h187.732zM349.866 149.333c4.71289 0 8.53418 -3.82031 8.53418 -8.5332c0 -4.71191 -3.82129 -8.5332 -8.53418 -8.5332h-187.732c-4.71289 0 -8.53418 3.82129 -8.53418 8.5332c0 4.71289 3.82129 8.5332 8.53418 8.5332h187.732zM349.866 106.667
c4.71289 0 8.53418 -3.82129 8.53418 -8.5332c0 -4.71289 -3.82129 -8.53418 -8.53418 -8.53418h-187.732c-4.71289 0 -8.53418 3.82129 -8.53418 8.53418c0 4.71191 3.82129 8.5332 8.53418 8.5332h187.732zM46.9336 98.1338c7.06836 0 12.7998 -5.73145 12.7998 -12.8008
c0 -7.06836 -5.73145 -12.7998 -12.7998 -12.7998c-7.06934 0 -12.7998 5.73145 -12.7998 12.7998c0 7.06934 5.73047 12.8008 12.7998 12.8008zM46.9336 81.0664c2.35645 0 4.2666 1.91113 4.2666 4.2666c0 2.35645 -1.91016 4.2666 -4.2666 4.2666
s-4.2666 -1.91016 -4.2666 -4.2666c0 -2.35547 1.91016 -4.2666 4.2666 -4.2666zM465.066 98.1338c7.06934 0 12.7998 -5.73145 12.7998 -12.8008c0 -7.06836 -5.73047 -12.7998 -12.7998 -12.7998c-7.06836 0 -12.7998 5.73145 -12.7998 12.7998
c0 7.06934 5.73145 12.8008 12.7998 12.8008zM465.066 81.0664c2.35645 0 4.2666 1.91113 4.2666 4.2666c0 2.35645 -1.91016 4.2666 -4.2666 4.2666s-4.2666 -1.91016 -4.2666 -4.2666c0 -2.35547 1.91016 -4.2666 4.2666 -4.2666z" />
<glyph glyph-name="uniF101" unicode="&#xf101;"
d="M503.467 217.6c4.71289 0 8.5332 -3.82031 8.5332 -8.5332v-34.1328c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-8.5332v-221.867c0 -4.71289 -3.82129 -8.5332 -8.5332 -8.5332h-460.801c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v221.867h-8.5332
c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v34.1328c0 4.71289 3.82031 8.5332 8.5332 8.5332v17.0674c0 4.71191 3.82129 8.5332 8.5332 8.5332h1.2207v4.2666c0.0224609 14.3613 10.2627 26.6738 24.3799 29.3115v0.554688c0 4.71289 3.82031 8.5332 8.5332 8.5332
c4.71191 0 8.5332 -3.82031 8.5332 -8.5332v-0.554688c14.1172 -2.6377 24.3574 -14.9502 24.3799 -29.3115v-4.2666h1.21973c4.71289 0 8.5332 -3.82129 8.5332 -8.5332v-17.0674h17.4854c1.7666 23.0479 14.251 43.9297 33.7148 56.3975v97.2031
c0 42.416 34.3857 76.7998 76.7998 76.7998c42.416 0 76.8008 -34.3838 76.8008 -76.7998v-97.2031c19.4639 -12.4678 31.9482 -33.3496 33.7148 -56.3975h85.752v17.0674h-59.7334c-4.71289 0 -8.53418 3.82031 -8.53418 8.5332v93.8662
c0 4.71289 3.82129 8.5332 8.53418 8.5332h136.533c4.71191 0 8.5332 -3.82031 8.5332 -8.5332v-93.8662c0 -4.71289 -3.82129 -8.5332 -8.5332 -8.5332h-59.7334v-17.0674h68.2666zM366.934 251.733h119.467v76.7998h-119.467v-76.7998zM287.573 260.778
c-1.05078 0.339844 -2.02539 0.881836 -2.86719 1.5957c-7.73633 3.75 -16.1582 5.87891 -24.7471 6.25488l-11.4004 -14.25c-4.62012 -5.76465 -10.9961 -9.8623 -18.1582 -11.6738v-25.1055h84.7695c-1.68945 18.0039 -11.9668 34.085 -27.5967 43.1787zM162.134 371.2
v-89.3184c8.27539 2.63965 16.9131 3.97656 25.5996 3.95898c0.15332 0 0.290039 -0.0849609 0.443359 -0.0849609c0.602539 -0.0556641 1.19824 -0.174805 1.77539 -0.358398c0.492188 -0.110352 0.974609 -0.260742 1.44238 -0.452148
c0.458008 -0.248047 0.894531 -0.532227 1.30566 -0.853516c0.483398 -0.328125 0.932617 -0.706055 1.33887 -1.12598c0.102539 -0.120117 0.256836 -0.170898 0.358398 -0.298828l14.0977 -17.6221c0.575195 -0.667969 1.2002 -1.29297 1.86816 -1.86816
c7.38574 -6.35352 18.5225 -5.51562 24.875 1.86816l14.0635 17.5957c0.101562 0.120117 0.24707 0.179688 0.349609 0.291016c0.421875 0.439453 0.891602 0.832031 1.39941 1.16895c0.384766 0.318359 0.795898 0.603516 1.22852 0.852539
c0.49707 0.211914 1.01465 0.373047 1.54492 0.478516c0.554688 0.173828 1.12695 0.288086 1.70605 0.34082c0.162109 0.00878906 0.298828 0.09375 0.469727 0.09375c8.68652 0.0175781 17.3242 -1.31934 25.5996 -3.95898v89.293
c0 32.9893 -26.7432 59.7334 -59.7334 59.7334c-32.9893 0 -59.7324 -26.7441 -59.7324 -59.7334zM156.16 260.778c-15.6299 -9.09375 -25.9072 -25.1748 -27.5967 -43.1787h84.7695v25.1055c-7.14648 1.81934 -13.5059 5.91797 -18.1162 11.6738l-11.4004 14.25
c-8.58887 -0.375977 -17.0098 -2.50391 -24.7461 -6.25488c-0.854492 -0.719727 -1.84375 -1.26172 -2.91016 -1.5957v0zM35.3535 247.467v-4.2666h31.6934v4.2666c0 7.06836 -5.73145 12.7998 -12.8008 12.7998h-6.09277c-7.06836 0 -12.7998 -5.73145 -12.7998 -12.7998z
M25.5996 226.134v-8.53418h51.2002v8.53418h-51.2002zM477.866 -46.9336v213.334h-443.732v-213.334h443.732zM494.934 183.467v17.0664h-477.867v-17.0664h477.867zM264.533 379.733c4.71289 0 8.5332 -3.82129 8.5332 -8.5332v-35.5928
c-0.0371094 -28.2617 -22.9385 -51.1631 -51.2002 -51.2002v0.0175781c-28.2627 0.0332031 -51.166 22.9365 -51.1992 51.2002v27.042c0 4.71191 3.82031 8.5332 8.5332 8.5332c11.9004 0.697266 22.1973 8.52441 26.0518 19.8057
c1.11621 3.25879 4.08105 5.52734 7.51855 5.75195c3.41699 0.200195 6.63184 -1.63281 8.2002 -4.67676c4.18945 -8.38867 28.4756 -12.3477 43.5625 -12.3477zM256 335.658v27.3076c-14.209 0.373047 -28.1221 4.1416 -40.5762 10.9902
c-6.30078 -9.80371 -16.2793 -16.6611 -27.6904 -19.0293v-19.2686c0 -18.8506 15.2822 -34.1328 34.1328 -34.1328c18.8516 0 34.1338 15.2822 34.1338 34.1328z" />
<glyph glyph-name="uniF104" unicode="&#xf104;"
d="M486.464 149.332c4.71387 0 8.5332 -3.82129 8.5332 -8.53418c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-25.5996v-8.5332c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-59.7324c-4.71289 0 -8.5332 3.82129 -8.5332 8.5332v24.7471
c-24.96 -4.52246 -34.1338 -29.0137 -34.1338 -50.3467v-123.732c0 -16.4941 -13.3711 -29.8662 -29.8662 -29.8662c-16.4941 0 -29.8662 13.3721 -29.8662 29.8662v162.132c0 7.06934 -5.73145 12.8008 -12.7998 12.8008c-7.06934 0 -12.7998 -5.73145 -12.7998 -12.8008
v-140.799c-0.0371094 -32.9736 -26.7598 -59.6953 -59.7334 -59.7324h-8.5332c-29.6582 0.0566406 -54.792 21.8486 -59.0498 51.1992h-43.3486c-0.258789 -0.000976562 -0.516602 0.00976562 -0.774414 0.0322266c-4.69629 0.411133 -8.16895 4.54883 -7.75879 9.24414
l8.77148 100.487c-0.110352 0.382812 -0.19043 0.773438 -0.238281 1.16895c0.0175781 1.00879 0.219727 2.00781 0.59668 2.94434l7.42383 85.4092c-56.2676 24.6182 -101.887 88.8311 -78.8467 164.18c19.1143 58.4395 73.8369 97.7988 135.32 97.3311h0.238281
l285.856 -8.05566c13.8838 -0.325195 24.9482 -11.7119 24.874 -25.5996v-78.0459c0.0166016 -13.6748 -10.7197 -24.9473 -24.3789 -25.5996l-155.084 -7.38086c-4.25781 -51.7373 -36.9482 -96.8066 -84.8037 -116.923l8.26855 -190.292
c0.00585938 -0.125 0.0078125 -0.249023 0.0078125 -0.374023c-0.00390625 -4.71387 -3.82812 -8.53027 -8.54102 -8.52637h-50.3457c4.08203 -19.8516 21.5449 -34.1074 41.8125 -34.1328h8.5332c23.5518 0.0283203 42.6387 19.1143 42.667 42.666v140.799
c0 16.4951 13.3711 29.8672 29.8662 29.8672s29.8662 -13.3721 29.8662 -29.8672v-162.132c0 -7.06836 5.73145 -12.7998 12.7998 -12.7998c7.06934 0 12.7998 5.73145 12.7998 12.7998v123.732c0 37.4785 20.25 63.5986 51.2002 67.6514v26.2148
c0 4.71191 3.82031 8.5332 8.5332 8.5332h59.7324c4.71289 0 8.5332 -3.82129 8.5332 -8.5332v-8.5332h25.5996c4.71289 0 8.5332 -3.82129 8.5332 -8.5332c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-25.5996v-17.0664h25.5996zM392.599 424.316v-99.0293
l51.6084 2.44043c4.55273 0.21875 8.12988 3.97559 8.12402 8.5332v78.0713c0.0292969 4.62891 -3.65723 8.42676 -8.28613 8.5332zM103.245 4.26562h92.7139l-8.14941 187.365c-0.158203 3.66797 2.04883 7.02637 5.47852 8.33691
c47.0098 17.2109 78.6895 61.4482 79.8457 111.496c-0.00585938 4.56055 3.57617 8.31836 8.13184 8.5332l94.2676 4.47949v100.317l-217.223 6.13574c-53.9414 0.4375 -101.983 -34.0283 -118.852 -85.2646c-20.8643 -68.1123 22.8779 -125.9 74.623 -145.697
c3.55859 -1.36133 5.78516 -4.91602 5.45312 -8.71191l-1.45117 -16.3242h27.0508c4.71289 0 8.5332 -3.82129 8.5332 -8.5332c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-28.5352l-1.48438 -17.0674h30.0195c4.71289 0 8.5332 -3.82031 8.5332 -8.5332
c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-31.5049l-1.48438 -17.0664h32.9893c4.71289 0 8.5332 -3.82031 8.5332 -8.5332c0 -4.71191 -3.82031 -8.5332 -8.5332 -8.5332h-34.4746l-1.48438 -17.0664h35.959c4.71289 0 8.5332 -3.82031 8.5332 -8.5332
s-3.82031 -8.5332 -8.5332 -8.5332h-37.4443l-1.47559 -17.0664h38.9199c4.71289 0 8.5332 -3.82129 8.5332 -8.5332c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-40.4053zM443.798 132.265v51.2002h-42.666v-51.2002h42.666zM153.667 388.263
c42.3965 -0.046875 76.752 -34.4033 76.7998 -76.7988c0 -42.415 -34.3838 -76.7998 -76.7998 -76.7998s-76.7998 34.3848 -76.7998 76.7998s34.3838 76.7988 76.7998 76.7988zM153.667 251.73c32.9746 0.0371094 59.6953 26.7598 59.7324 59.7334
c0 32.9893 -26.7432 59.7324 -59.7324 59.7324s-59.7324 -26.7432 -59.7324 -59.7324c0 -32.9902 26.7432 -59.7334 59.7324 -59.7334z" />
<glyph glyph-name="uniF105" unicode="&#xf105;"
d="M503.467 -12.7998c4.71289 0 8.5332 -3.82129 8.5332 -8.5332v-34.1338c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-494.934c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v34.1338c0 4.71191 3.82031 8.5332 8.5332 8.5332h17.0664v273.066
c0.0263672 20.2676 14.2822 37.7314 34.1338 41.8135v137.387c0 4.71289 3.82031 8.5332 8.5332 8.5332h51.2002c4.71289 0 8.5332 -3.82031 8.5332 -8.5332v-137.387c19.8516 -4.08203 34.1074 -21.5459 34.1338 -41.8135v-6.96289
c5.14258 3.37012 10.9736 5.55176 17.0664 6.38281v111.514c0 4.71191 3.82031 8.5332 8.5332 8.5332h42.667c4.71191 0 8.5332 -3.82129 8.5332 -8.5332v-111.514c18.999 -2.1416 33.541 -17.916 34.1328 -37.0264v-90.3936h8.5332
c0.353516 0 0.706055 -0.0224609 1.05664 -0.0664062c4.67578 -0.583984 7.99316 -4.84863 7.40918 -9.52539l-16.9307 -135.475h25.5322v273.066c0 4.71289 3.82031 8.5332 8.5332 8.5332h51.2002v68.2666h-8.53418c-4.71191 0 -8.5332 3.82129 -8.5332 8.5332v42.667
c0 4.71289 3.82129 8.5332 8.5332 8.5332h85.334c4.71191 0 8.5332 -3.82031 8.5332 -8.5332v-42.667c0 -4.71191 -3.82129 -8.5332 -8.5332 -8.5332h-8.5332v-68.2666h51.1992c4.71289 0 8.53418 -3.82031 8.53418 -8.5332v-273.066h17.0664zM358.4 379.733v-25.5996
h68.2666v25.5996h-68.2666zM409.6 337.066h-34.1328v-68.2666h34.1328v68.2666zM315.733 251.733v-264.533h153.6v264.533h-153.6zM196.267 362.667v-17.0674h25.5996v17.0674h-25.5996zM196.267 328.533v-68.2666h25.5996v68.2666h-25.5996zM162.134 222.66v-5.06055
h26.666c22.9639 -0.0273438 41.5723 -18.6367 41.6006 -41.5996v-43.7334h25.5996v90.3936c-0.782227 12.0381 -11.1133 21.2012 -23.1592 20.54h-47.5479c-12.0459 0.661133 -22.3779 -8.50195 -23.1592 -20.54zM162.134 200.533v-68.2666h51.1992v43.7334
c-0.0185547 13.541 -10.9912 24.5137 -24.5332 24.5332h-26.666zM271.932 115.2h-125.73l16 -128h93.7305zM76.7998 430.934v-17.0674h34.1338v17.0674h-34.1338zM76.7998 396.8v-93.8662h34.1338v93.8662h-34.1338zM42.667 243.2v-221.867h51.1992v221.867h-51.1992z
M42.667 4.2666v-17.0664h102.331l-16.9297 135.475c-0.0439453 0.351562 -0.0664062 0.703125 -0.0664062 1.05664c-0.000976562 4.71191 3.81836 8.53418 8.53125 8.53516h8.5332v128c0 14.1387 -11.4609 25.5996 -25.5996 25.5996h-51.2002
c-14.1387 0 -25.5996 -11.4609 -25.5996 -25.5996h59.7334c4.71191 0 8.5332 -3.82031 8.5332 -8.5332v-238.934c0 -4.71191 -3.82129 -8.5332 -8.5332 -8.5332h-59.7334zM494.934 -46.9336v17.0674h-477.867v-17.0674h477.867zM247.812 46.8135
c4.51855 -1.33887 7.0957 -6.08789 5.75586 -10.6064l-2.68848 -10.1211c-5.18848 -18.2139 -21.9717 -30.667 -40.9082 -30.3525c-19.9346 -0.352539 -37.3311 13.4482 -41.5234 32.9385l-13.0986 67.8486c-0.716797 4.45215 2.15527 8.69434 6.55566 9.68262
c4.59863 1.03223 9.16211 -1.8584 10.1953 -6.45703l13.1064 -67.8398c2.22363 -8.40137 8.54688 -15.1074 16.8037 -17.8174c13.4648 -4.4209 27.9629 2.91016 32.3828 16.375l2.68848 10.1289c0.0371094 0.15625 0.0771484 0.311523 0.123047 0.46582
c1.33984 4.51758 6.08887 7.09473 10.6074 5.75488zM452.267 226.134c4.71289 0 8.5332 -3.82129 8.5332 -8.53418v-145.066c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-119.467c-4.71191 0 -8.5332 3.82031 -8.5332 8.5332v145.066
c0 4.71289 3.82129 8.53418 8.5332 8.53418h119.467zM443.733 81.0664v128h-102.4v-128h102.4z" />
<glyph glyph-name="uniF106" unicode="&#xf106;"
d="M503.467 27.1279c4.71289 0 8.5332 -3.82031 8.5332 -8.53516v-34.1328c0 -4.71289 -3.82031 -8.5332 -8.5332 -8.5332h-494.934c-4.71289 0 -8.5332 3.82031 -8.5332 8.5332v34.1328c0 4.71289 3.82031 8.5332 8.5332 8.5332h18.6367
c-4.18555 11.2607 0.202148 23.9072 10.4619 30.1572c-7.73535 7.9668 -12.0527 18.6406 -12.0312 29.7461c0.0478516 23.5166 19.1494 42.5439 42.666 42.4971h170.667c8.83105 0.0146484 17.042 -4.53125 21.7168 -12.0225
c7.46973 -11.9697 3.82129 -27.7305 -8.14941 -35.2002c14.6992 -15.001 16.0967 -38.54 3.27734 -55.1758h25.8213v58.9824l-25.4629 144.332c-0.0869141 0.489258 -0.129883 0.982422 -0.129883 1.47852c-0.00390625 4.71289 3.81348 8.53711 8.52637 8.54004h19.4902
l-18.0479 62.0625l-72.2773 -23.8926c-4.94043 -1.54883 -10.2148 1.12891 -11.8789 6.03223c-16.2939 49.2207 10.3975 102.332 59.6182 118.627c49.2207 16.2939 102.332 -10.3984 118.627 -59.6182c0.744141 -2.17285 0.581055 -4.55371 -0.453125 -6.60547
l-0.545898 -1.0752c-1.01465 -2.01855 -2.78809 -3.55273 -4.93164 -4.2666l-71.9707 -23.7988l19.627 -67.4648h176.076c0.496094 0 0.990234 -0.0439453 1.47852 -0.129883c4.6416 -0.820312 7.73926 -5.24707 6.91895 -9.88867l-25.4639 -144.332v-58.9824h42.667z
M196.07 297.387l144.922 47.9824c-14.9883 32.6377 -50.5918 50.5283 -85.7236 43.0791c-41.4932 -8.79883 -67.9971 -49.5684 -59.1982 -91.0615zM467.695 223.395h-160.939l7.44141 -25.6006h148.975zM460.169 180.728h-177.938l16.2988 -92.3818
c0.0927734 -0.489258 0.137695 -0.986328 0.136719 -1.48535v-59.7324h145.066v59.7324c-0.000976562 0.499023 0.0439453 0.996094 0.136719 1.48535zM279.262 197.794h17.2031l-7.44043 25.6006h-14.2852zM213.333 61.2607c4.71289 0 8.5332 -3.82031 8.5332 -8.5332
s-3.82031 -8.5332 -8.5332 -8.5332h-162.133c-4.71289 0 -8.5332 -3.82129 -8.5332 -8.5332c0 -4.71289 3.82031 -8.5332 8.5332 -8.5332h170.666c14.1387 0 25.6006 11.4609 25.6006 25.5996s-11.4619 25.5996 -25.6006 25.5996h-145.066
c-4.71191 0 -8.5332 3.82129 -8.5332 8.5332c0 4.71289 3.82129 8.53418 8.5332 8.53418h162.134c4.71191 0 8.5332 3.82031 8.5332 8.5332c0 4.71191 -3.82129 8.5332 -8.5332 8.5332h-170.667c-14.1387 0 -25.5996 -11.4619 -25.5996 -25.6006
s11.4609 -25.5996 25.5996 -25.5996h145.066zM494.934 -7.00586v17.0664h-477.867v-17.0664h477.867z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,59 @@
/*
Flaticon icon font: Flaticon
Creation date: 05/12/2018 13:24
*/
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
.fi:before{
display: inline-block;
font-family: "Flaticon";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.flaticon-pool:before { content: "\f100"; }
.flaticon-desk:before { content: "\f101"; }
.flaticon-exit:before { content: "\f102"; }
.flaticon-parking:before { content: "\f103"; }
.flaticon-hair-dryer:before { content: "\f104"; }
.flaticon-minibar:before { content: "\f105"; }
.flaticon-drink:before { content: "\f106"; }
.flaticon-tray:before { content: "\f107"; }
.flaticon-cab:before { content: "\f108"; }
.flaticon-tv:before { content: "\f109"; }
$font-Flaticon-pool: "\f100";
$font-Flaticon-desk: "\f101";
$font-Flaticon-exit: "\f102";
$font-Flaticon-parking: "\f103";
$font-Flaticon-hair-dryer: "\f104";
$font-Flaticon-minibar: "\f105";
$font-Flaticon-drink: "\f106";
$font-Flaticon-tray: "\f107";
$font-Flaticon-cab: "\f108";
$font-Flaticon-tv: "\f109";

View File

@ -0,0 +1,48 @@
/*
Flaticon icon font: Flaticon
Creation date: 05/12/2018 13:24
*/
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.eot");
src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
url("./Flaticon.woff") format("woff"),
url("./Flaticon.ttf") format("truetype"),
url("./Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-pool:before { content: "\f100"; }
.flaticon-desk:before { content: "\f101"; }
.flaticon-exit:before { content: "\f102"; }
.flaticon-parking:before { content: "\f103"; }
.flaticon-hair-dryer:before { content: "\f104"; }
.flaticon-minibar:before { content: "\f105"; }
.flaticon-drink:before { content: "\f106"; }
.flaticon-tray:before { content: "\f107"; }
.flaticon-cab:before { content: "\f108"; }
.flaticon-tv:before { content: "\f109"; }

View File

@ -0,0 +1,505 @@
<!DOCTYPE html>
<!--
Flaticon icon font: Flaticon
Creation date: 05/12/2018 13:24
-->
<html>
<!DOCTYPE html>
<html>
<head>
<title>Flaticon WebFont</title>
<link href="http://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="flaticon.css">
<meta charset="UTF-8">
<style>
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
font-family: 'Varela Round', Helvetica, Arial, sans-serif;
font-size: 16px;
color: #222;
}
a {
color: #333;
border-bottom: 1px solid #a9fd00;
font-weight: bold;
text-decoration: none;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 30px;
font-style: normal;
margin-left: 20px;
color: #333;
}
.wrapper {
max-width: 600px;
margin: auto;
padding: 0 1em;
}
.title {
font-size: 1.25em;
text-align: center;
margin-bottom: 1em;
text-transform: uppercase;
}
header {
text-align: center;
background-color: #222;
color: #fff;
padding: 1em;
}
header .logo {
width: 210px;
height: 38px;
display: inline-block;
vertical-align: middle;
margin-right: 1em;
border: none;
}
header strong {
font-size: 1.95em;
font-weight: bold;
vertical-align: middle;
margin-top: 5px;
display: inline-block;
}
.demo {
margin: 2em auto;
line-height: 1.25em;
}
.demo ul li {
margin-bottom: 1em;
}
.demo ul li .num {
color: #222;
border-radius: 20px;
display: inline-block;
width: 26px;
padding: 3px;
height: 26px;
text-align: center;
margin-right: 0.5em;
border: 1px solid #222;
}
.demo ul li code {
background-color: #222;
border-radius: 4px;
padding: 0.25em 0.5em;
display: inline-block;
color: #fff;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
font-weight: lighter;
margin-top: 1em;
font-size: 0.8em;
word-break: break-all;
}
.demo ul li code.big {
padding: 1em;
font-size: 0.9em;
}
.demo ul li code .red {
color: #EF3159;
}
.demo ul li code .green {
color: #ACFF65;
}
.demo ul li code .yellow {
color: #FFFF99;
}
.demo ul li code .blue {
color: #99D3FF;
}
.demo ul li code .purple {
color: #A295FF;
}
.demo ul li code .dots {
margin-top: 0.5em;
display: block;
}
#glyphs {
border-bottom: 1px solid #ccc;
padding: 2em 0;
text-align: center;
}
.glyph {
display: inline-block;
width: 9em;
margin: 1em;
text-align: center;
vertical-align: top;
background: #FFF;
}
.glyph .glyph-icon {
padding: 10px;
display: block;
font-family:"Flaticon";
font-size: 64px;
line-height: 1;
}
.glyph .glyph-icon:before {
font-size: 64px;
color: #222;
margin-left: 0;
}
.class-name {
font-size: 0.65em;
background-color: #222;
color: #fff;
border-radius: 4px 4px 0 0;
padding: 0.5em;
color: #FFFF99;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.author-name {
font-size: 0.6em;
background-color: #fcfcfd;
border: 1px solid #DEDEE4;
border-top: 0;
border-radius: 0 0 4px 4px;
padding: 0.5em;
}
.class-name:last-child {
font-size: 10px;
color:#888;
}
.class-name:last-child a {
font-size: 10px;
color:#555;
}
.class-name:last-child a:hover {
color:#a9fd00;
}
.glyph > input {
display: block;
width: 100px;
margin: 5px auto;
text-align: center;
font-size: 12px;
cursor: text;
}
.glyph > input.icon-input {
font-family:"Flaticon";
font-size: 16px;
margin-bottom: 10px;
}
.attribution .title {
margin-top: 2em;
}
.attribution textarea {
background-color: #fcfcfd;
padding: 1em;
border: none;
box-shadow: none;
border: 1px solid #DEDEE4;
border-radius: 4px;
resize: none;
width: 100%;
height: 150px;
font-size: 0.8em;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
-webkit-appearance: none;
}
.iconsuse {
margin: 2em auto;
text-align: center;
max-width: 1200px;
}
.iconsuse:after {
content: '';
display: table;
clear: both;
}
.iconsuse .image {
float: left;
width: 25%;
padding: 0 1em;
}
.iconsuse .image p {
margin-bottom: 1em;
}
.iconsuse .image span {
display: block;
font-size: 0.65em;
background-color: #222;
color: #fff;
border-radius: 4px;
padding: 0.5em;
color: #FFFF99;
margin-top: 1em;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
#footer {
text-align: center;
background-color: #4C5B5C;
color: #7c9192;
padding: 1em;
}
#footer a {
border: none;
color: #a9fd00;
font-weight: normal;
}
@media (max-width: 960px) {
.iconsuse .image {
width: 50%;
}
}
@media (max-width: 560px) {
.iconsuse .image {
width: 100%;
}
}
</style>
</head>
<body class="characters-off">
<header>
<a href="https://www.flaticon.com" target="_blank" class="logo">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" viewBox="0 0 560.875 102.036" enable-background="new 0 0 560.875 102.036" xml:space="preserve">
<defs>
</defs>
<g>
<g class="letters">
<path fill="#ffffff" d="M141.596,29.675c0-3.777,2.985-6.767,6.764-6.767h34.438c3.426,0,6.15,2.728,6.15,6.15
c0,3.43-2.724,6.149-6.15,6.149h-27.674v13.091h23.719c3.429,0,6.151,2.724,6.151,6.15c0,3.43-2.723,6.149-6.151,6.149h-23.719
v17.574c0,3.773-2.986,6.761-6.764,6.761c-3.779,0-6.764-2.989-6.764-6.761V29.675z"></path>
<path fill="#ffffff" d="M193.844,29.149c0-3.781,2.985-6.767,6.764-6.767c3.776,0,6.763,2.985,6.763,6.767v42.957h25.039
c3.426,0,6.149,2.726,6.149,6.153c0,3.425-2.723,6.15-6.149,6.15h-31.802c-3.779,0-6.764-2.986-6.764-6.768V29.149z"></path>
<path fill="#ffffff" d="M241.891,75.71l21.438-48.407c1.492-3.341,4.215-5.357,7.906-5.357h0.792
c3.686,0,6.323,2.017,7.815,5.357l21.439,48.407c0.436,0.967,0.701,1.845,0.701,2.723c0,3.602-2.809,6.501-6.414,6.501
c-3.161,0-5.269-1.845-6.499-4.655l-4.132-9.661h-27.059l-4.301,10.102c-1.144,2.631-3.426,4.214-6.237,4.214
c-3.517,0-6.24-2.81-6.24-6.325C241.1,77.64,241.451,76.677,241.891,75.71z M279.932,58.666l-8.521-20.297l-8.526,20.297H279.932
z"></path>
<path fill="#ffffff" d="M314.864,35.387H301.86c-3.429,0-6.239-2.813-6.239-6.238c0-3.429,2.811-6.24,6.239-6.24h39.533
c3.426,0,6.237,2.811,6.237,6.24c0,3.425-2.811,6.238-6.237,6.238h-13.001v42.785c0,3.773-2.99,6.761-6.764,6.761
c-3.779,0-6.764-2.989-6.764-6.761V35.387z"></path>
<path fill="#A9FD00" d="M352.615,29.149c0-3.781,2.985-6.767,6.767-6.767c3.774,0,6.761,2.985,6.761,6.767v49.024
c0,3.773-2.987,6.761-6.761,6.761c-3.781,0-6.767-2.989-6.767-6.761V29.149z"></path>
<path fill="#A9FD00" d="M374.132,53.836v-0.179c0-17.481,13.178-31.801,32.065-31.801c9.22,0,15.459,2.458,20.557,6.238
c1.402,1.054,2.637,2.985,2.637,5.357c0,3.692-2.985,6.59-6.681,6.59c-1.845,0-3.071-0.702-4.044-1.319
c-3.776-2.813-7.729-4.393-12.562-4.393c-10.364,0-17.831,8.611-17.831,19.154v0.173c0,10.542,7.291,19.329,17.831,19.329
c5.715,0,9.492-1.756,13.359-4.834c1.049-0.874,2.458-1.491,4.039-1.491c3.429,0,6.325,2.813,6.325,6.236
c0,2.106-1.056,3.78-2.282,4.834c-5.539,4.834-12.036,7.733-21.878,7.733C387.572,85.464,374.132,71.493,374.132,53.836z"></path>
<path fill="#A9FD00" d="M433.009,53.836v-0.179c0-17.481,13.79-31.801,32.766-31.801c18.981,0,32.592,14.143,32.592,31.628v0.173
c0,17.483-13.785,31.807-32.769,31.807C446.625,85.464,433.009,71.32,433.009,53.836z M484.224,53.836v-0.179
c0-10.539-7.725-19.326-18.626-19.326c-10.893,0-18.449,8.611-18.449,19.154v0.173c0,10.542,7.73,19.329,18.626,19.329
C476.676,72.986,484.224,64.378,484.224,53.836z"></path>
<path fill="#A9FD00" d="M506.233,29.321c0-3.774,2.99-6.763,6.767-6.763h1.401c3.252,0,5.183,1.583,7.029,3.953l26.093,34.265
V29.059c0-3.692,2.99-6.677,6.681-6.677c3.683,0,6.671,2.985,6.671,6.677v48.934c0,3.78-2.987,6.765-6.764,6.765h-0.436
c-3.257,0-5.188-1.581-7.034-3.953l-27.056-35.492v32.944c0,3.687-2.985,6.676-6.678,6.676c-3.683,0-6.673-2.989-6.673-6.676
V29.321z"></path>
</g>
<g class="insignia">
<path fill="#ffffff" d="M48.372,56.137h12.517l11.156-18.537H37.186L25.688,18.539h57.825L94.668,0H9.271
C5.925,0,2.842,1.801,1.198,4.716c-1.644,2.907-1.593,6.482,0.134,9.343l50.38,83.501c1.678,2.781,4.689,4.476,7.938,4.476
c3.246,0,6.257-1.695,7.935-4.476l2.898-4.804L48.372,56.137z"></path>
<g class="i">
<path fill="#A9FD00" d="M93.575,18.539h0.031v0.004l21.652,0.004l2.705-4.488c1.727-2.861,1.778-6.436,0.133-9.343
C116.454,1.801,113.371,0,110.026,0h-5.294L93.575,18.539z"></path>
<polygon fill="#A9FD00" points="88.291,27.356 64.725,66.486 75.519,84.404 109.942,27.356"></polygon>
</g>
</g>
</g>
</svg>
</a>
<strong>Font Demo</strong>
</header>
<section class="demo wrapper">
<p class="title">Instructions</p>
<ul>
<li>
<span class="num">1</span>Copy the "Fonts" files and CSS files to your website CSS folder.
</li>
<li>
<span class="num">2</span>Add the CSS link to your website source code on header.
<code class="big">
&lt;<span class="red">head</span>&gt;
<br/><span class="dots">...</span>
<br/>&lt;<span class="red">link</span> <span class="green">rel</span>=<span class="yellow">"stylesheet"</span> <span class="green">type</span>=<span class="yellow">"text/css"</span> <span class="green">href</span>=<span class="yellow">"your_website_domain/css_root/flaticon.css"</span>&gt;
<br/><span class="dots">...</span>
<br/>&lt;/<span class="red">head</span>&gt;
</code>
</li>
<li>
<p>
<span class="num">3</span>Use the icon class on <code>"<span class="blue">display</span>:<span class="purple"> inline</span>"</code> elements:
<br />
Use example: <code>&lt;<span class="red">i</span> <span class="green">class</span>=<span class="yellow">&quot;flaticon-airplane49&quot;</span>&gt;&lt;/<span class="red">i</span>&gt;</code> or <code>&lt;<span class="red">span</span> <span class="green">class</span>=<span class="yellow">&quot;flaticon-airplane49&quot;</span>&gt;&lt;/<span class="red">span</span>&gt;</code>
</li>
</ul>
</section>
<section id="glyphs">
<div class="glyph"><div class="glyph-icon flaticon-pool"></div>
<div class="class-name">.flaticon-pool</div>
<div class="author-name">Author: <a data-file="001-pool" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-desk"></div>
<div class="class-name">.flaticon-desk</div>
<div class="author-name">Author: <a data-file="002-desk" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-exit"></div>
<div class="class-name">.flaticon-exit</div>
<div class="author-name">Author: <a data-file="003-exit" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-parking"></div>
<div class="class-name">.flaticon-parking</div>
<div class="author-name">Author: <a data-file="004-parking" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-hair-dryer"></div>
<div class="class-name">.flaticon-hair-dryer</div>
<div class="author-name">Author: <a data-file="005-hair-dryer" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-minibar"></div>
<div class="class-name">.flaticon-minibar</div>
<div class="author-name">Author: <a data-file="006-minibar" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-drink"></div>
<div class="class-name">.flaticon-drink</div>
<div class="author-name">Author: <a data-file="007-drink" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-tray"></div>
<div class="class-name">.flaticon-tray</div>
<div class="author-name">Author: <a data-file="008-tray" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-cab"></div>
<div class="class-name">.flaticon-cab</div>
<div class="author-name">Author: <a data-file="009-cab" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
<div class="glyph"><div class="glyph-icon flaticon-tv"></div>
<div class="class-name">.flaticon-tv</div>
<div class="author-name">Author: <a data-file="010-tv" href="https://www.flaticon.com/authors/pause08">Pause08</a> </div>
</div>
</section>
<section class="attribution wrapper" style="text-align:center;">
<div class="title">License and attribution:</div><div class="attrDiv">Font generated by <a href="https://www.flaticon.com">flaticon.com</a>. <div><p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="001-pool" href="https://www.flaticon.com/authors/pause08">Pause08</a></p> </div>
</div>
<div class="title">Copy the Attribution License:</div>
<textarea onclick="this.focus();this.select();">Font generated by &lt;a href=&quot;https://www.flaticon.com&quot;&gt;flaticon.com&lt;/a&gt;. <p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="001-pool" href="https://www.flaticon.com/authors/pause08">Pause08</a></p>
</textarea>
</section>
<section class="iconsuse">
<div class="title">Examples:</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-pool"></i>
<span>&lt;i class=&quot;flaticon-pool&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-desk"></i>
<span>&lt;i class=&quot;flaticon-desk&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-exit"></i>
<span>&lt;i class=&quot;flaticon-exit&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
<div class="image">
<p>
<i class="glyph-icon flaticon-parking"></i>
<span>&lt;i class=&quot;flaticon-parking&quot;&gt;&lt;/i&gt;</span>
</p>
</div>
</div>
</section>
<div id="footer">
<div>Generated by <a href="https://www.flaticon.com">flaticon.com</a>
</div>
</div>
</body>
</html>

Binary file not shown.

View File

@ -0,0 +1,7 @@
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.

View File

@ -0,0 +1,155 @@
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 28px;
}
.fs2 {
font-size: 24px;
}

View File

@ -0,0 +1,30 @@
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());

26137
Alion/static/fonts/icomoon/demo.html Executable file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 913 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

BIN
Alion/static/gogo/css/.DS_Store vendored Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,47 @@
html {
width: 100%;
}
body {
overflow-x: hidden !important;
}
body.show-spinner>main {
overflow: hidden !important;
}
/* Hide everything under body tag */
body.show-spinner>* {
opacity: 0;
}
/* Spinner */
body.show-spinner::after {
content: " ";
display: inline-block;
width: 30px;
height: 30px;
border: 2px solid rgba(0, 0, 0, 0.2);
border-radius: 50%;
border-top-color: rgba(0, 0, 0, 0.3);
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
left: calc(50% - 15px);
top: calc(50% - 15px);
position: fixed;
z-index: 1;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
to {
-webkit-transform: rotate(360deg);
}
}

BIN
Alion/static/gogo/css/sass/.DS_Store vendored Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,116 @@
// Mixin to prefix several properties at once
// @author Hugo Giraudel
// @param {Map} $declarations - Declarations to prefix
// @param {List} $prefixes (()) - List of prefixes to print
@mixin prefix($declarations, $prefixes: ()) {
@each $property, $value in $declarations {
@each $prefix in $prefixes {
#{'-' + $prefix + '-' + $property}: $value;
}
#{$property}: $value;
}
}
// Gives a card depth effect.
// @param {Number} $depth - depth level (between 1 and 5)
// @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
// @requires {function} top-shadow
// @requires {function} bottom-shadow
@mixin depth($depth) {
@if $depth < 1 {
box-shadow: none;
} @else if $depth > 5 {
@warn "Invalid $depth `#{$depth}` for mixin `card`.";
} @else {
box-shadow: bottom-shadow($depth), top-shadow($depth);
}
}
// Computes a top-shadow for a card effect.
// @param {Number} $depth - depth level
// @return {List}
@function top-shadow($depth) {
$primary-offset: nth($shadow-offsets-top , $depth) * 1px;
$blur: nth($shadow-blurs-top, $depth) * 4px;
$color: rgba(black, nth($shadow-opacities-top, $depth));
@return 0 $primary-offset $blur $color;
}
// Computes a bottom-shadow for a card effect.
// @param {Number} $depth - depth level
// @return {List}
@function bottom-shadow($depth) {
$primary-offset: nth($shadow-offsets-bottom, $depth) * 1px;
$blur: nth($shadow-blurs-bottom, $depth) * 5px;
$color: rgba(black, nth($shadow-opacities-bottom, $depth));
@return 0 $primary-offset $blur $color;
}
@mixin clearfix() {
&::after {
display: block;
content: "";
clear: both;
}
}
//Responsive Breakpoints
$breakpoints: (
xxs: 420px,
xs: 576px,
sm: 768px,
md: 992px,
lg: 1200px,
xl: 1440px
);
@mixin respond-below($breakpoint) {
// If the breakpoint exists in the map.
@if map-has-key($breakpoints, $breakpoint) {
// Get the breakpoint value.
$breakpoint-value: map-get(
$breakpoints,
$breakpoint
); // Write the media query.
@media (max-width: ($breakpoint-value - 1)) {
@content;
}
// If the breakpoint doesn't exist in the map.
} @else {
// Log a warning.
@warn "Invalid breakpoint: #{$breakpoint}.";
}
}
@mixin respond-above($breakpoint) {
// If the breakpoint exists in the map.
@if map-has-key($breakpoints, $breakpoint) {
// Get the breakpoint value.
$breakpoint-value: map-get(
$breakpoints,
$breakpoint
); // Write the media query.
@media (min-width: ($breakpoint-value - 1)) {
@content;
}
// If the breakpoint doesn't exist in the map.
} @else {
// Log a warning.
@warn "Invalid breakpoint: #{$breakpoint}.";
}
}
@function encodecolor($string) {
@if type-of($string) == 'color' {
$hex: str-slice(ie-hex-str($string), 4);
$string:unquote("#{$hex}");
}
$string: '%23' + $string;
@return $string;
}

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #18191b;
$foreground-color: #1e2022;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #236591;
$theme-color-2: #1d477a;
$theme-color-3: #637383;
$theme-color-4: #385068;
$theme-color-5: #2e5585;
$theme-color-6: #4d5f72;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #256b99;
$gradient-color-2 : #18557e;
$gradient-color-3 : #216491;
$lp-bg-color-1 : #001425;
$lp-bg-color-2 : #001f33;
$lp-bg-color-3 : #00273b;
$lp-bg-color-4 : #003f5f;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #18191b;
$foreground-color: #1e2022;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #3e83a1;
$theme-color-2: #304d72;
$theme-color-3: #637383;
$theme-color-4: #405264;
$theme-color-5: #426188;
$theme-color-6: #4d5f72;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #509ab9;
$gradient-color-2 : #3a7a96;
$gradient-color-3 : #4386a3;
$lp-bg-color-1 : #004b6b;
$lp-bg-color-2 : #006996;
$lp-bg-color-3 : #2a85ac;
$lp-bg-color-4 : #3e98be;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #18191b;
$foreground-color: #1e2022;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #38688b;
$theme-color-2: #3e8ab9;
$theme-color-3: #6a7980;
$theme-color-4: #365573;
$theme-color-5: #47799a;
$theme-color-6: #8e9599;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #46789b;
$gradient-color-2 : #38688b;
$gradient-color-3 : #427599;
$lp-bg-color-1 : #06243f;
$lp-bg-color-2 : #072c4b;
$lp-bg-color-3 : #094475;
$lp-bg-color-4 : #0c5088;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1a1b18;
$foreground-color: #212220;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #63883b;
$theme-color-2: #4d7058;
$theme-color-3: #9ca397;
$theme-color-4: #808d6e;
$theme-color-5: #5d946f;
$theme-color-6: #7e9172;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #6b8f45;
$gradient-color-2 : #567535;
$gradient-color-3 : #5f803c;
$lp-bg-color-1 : #2a460c;
$lp-bg-color-2 : #355513;
$lp-bg-color-3 : #4d7521;
$lp-bg-color-4 : #588f1d;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1a1b18;
$foreground-color: #212220;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #627745;
$theme-color-2: #8f7b39;
$theme-color-3: #849b65;
$theme-color-4: #494d43;
$theme-color-5: #d1c19a;
$theme-color-6: #7c8174;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #738855;
$gradient-color-2 : #576a3d;
$gradient-color-3 : #607445;
$lp-bg-color-1 : #1d2b0a;
$lp-bg-color-2 : #2b3d0f;
$lp-bg-color-3 : #3b501d;
$lp-bg-color-4 : #475f26;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1d1d1d;
$foreground-color: #242424;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #767e8d;
$theme-color-2: #4d5a5f;
$theme-color-3: #444341;
$theme-color-4: #60646b;
$theme-color-5: #52595f;
$theme-color-6: #5a5953;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #787c85;
$gradient-color-2 : #666b75;
$gradient-color-3 : #6d727a;
$lp-bg-color-1 : #1c1d1d;
$lp-bg-color-2 : #1e1f1f;
$lp-bg-color-3 : #2c2d2e;
$lp-bg-color-4 : #303030;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1b1a19;
$foreground-color: #242322;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #ad7140;
$theme-color-2: #aa4f43;
$theme-color-3: #c4a688;
$theme-color-4: #916948;
$theme-color-5: #856f5a;
$theme-color-6: #6e5e59;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #c27d45;
$gradient-color-2 : #ad6e3a;
$gradient-color-3 : #af7240;
$lp-bg-color-1 : #5a2602;
$lp-bg-color-2 : #853c08;
$lp-bg-color-3 : #af5210;
$lp-bg-color-4 : #cf6f29;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1d1a1d;
$foreground-color: #242224;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #7e4877;
$theme-color-2: #3c4b9a;
$theme-color-3: #af67a4;
$theme-color-4: #743c6e;
$theme-color-5: #4b5480;
$theme-color-6: #795d75;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #8a5381;
$gradient-color-2 : #7e4877;
$gradient-color-3 : #804a77;
$lp-bg-color-1 : #240429;
$lp-bg-color-2 : #29072b;
$lp-bg-color-3 : #420e40;
$lp-bg-color-4 : #52124c;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,47 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1b1919;
$foreground-color: #222020;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #913a47;
$theme-color-2: #aa5e6c;
$theme-color-3: #a5456d;
$theme-color-4: #843a47;
$theme-color-5: #9e777e;
$theme-color-6: #c07a6c;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #9e4653;
$gradient-color-2 : #913a47;
$gradient-color-3 : #913e4a;
$lp-bg-color-1 : #270303;
$lp-bg-color-2 : #3a0807;
$lp-bg-color-3 : #5a1312;
$lp-bg-color-4 : #580c0a;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #313131;
$separator-color: #424242;
$background-color: #1f1e1c;
$foreground-color: #242321;
$input-background: #232223;
$dark-btn-background: #8d8d8d;
$light-btn-background: #e4e4e4;
$button-text-color: #d0d0d0;
$theme-color-1: #8a722c;
$theme-color-2: #a88048;
$theme-color-3: #ac9c57;
$theme-color-4: #665218;
$theme-color-5: #7c715f;
$theme-color-6: #8d7a24;
$primary-color: #8f8f8f;
$secondary-color: #707070;
$muted-color: #696969;
$gradient-color-1 : #a08a47;
$gradient-color-2 : #7a6525;
$gradient-color-3 : #8b773a;
$lp-bg-color-1 : #2b2411;
$lp-bg-color-2 : #52451e;
$lp-bg-color-3 : #685828;
$lp-bg-color-4 : #7a672d;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 2 6 10 14 19;
$shadow-opacities-top: 0.1 0.3 0.6 0.7 0.8;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.1 0.3 0.6 0.7 0.8;
$logo-path: "../logos/white.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/white-full.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,47 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #00365a;
$theme-color-2: #184f90;
$theme-color-3: #8a9fb4;
$theme-color-4: #2c4d6e;
$theme-color-5: #245794;
$theme-color-6: #6a7b8d;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #015994;
$gradient-color-2 : #00365a;
$gradient-color-3 : #00538a;
$lp-bg-color-1 : #001627;
$lp-bg-color-2 : #01253d;
$lp-bg-color-3 : #014366;
$lp-bg-color-4 : #006da3;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,47 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #008ecc;
$theme-color-2: #73c2fb;
$theme-color-3: #95c8d9;
$theme-color-4: #2780a7;
$theme-color-5: #6fa4cb;
$theme-color-6: #8aaab4;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #39addf;
$gradient-color-2 : #008ecc;
$gradient-color-3 : #2e98c5;
$lp-bg-color-1 : #006894;
$lp-bg-color-2 : #007fb6;
$lp-bg-color-3 : #37b9f1;
$lp-bg-color-4 : #56c4f3;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,47 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #145388;
$theme-color-2: #2a93d5;
$theme-color-3: #6c90a1;
$theme-color-4: #365573;
$theme-color-5: #47799a;
$theme-color-6: #8e9599;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #1f5c8d;
$gradient-color-2 : #145388;
$gradient-color-3 : #285172;
$lp-bg-color-1 : #073458;
$lp-bg-color-2 : #0a4372;
$lp-bg-color-3 : #0b60a7;
$lp-bg-color-4 : #1370bd;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #6fb327;
$theme-color-2: #51c878;
$theme-color-3: #aaba9f;
$theme-color-4: #849b65;
$theme-color-5: #3db264;
$theme-color-6: #9ecd7e;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #8ebb4e;
$gradient-color-2 : #6c9e37;
$gradient-color-3 : #76a543;
$lp-bg-color-1 : #426d14;
$lp-bg-color-2 : #51831d;
$lp-bg-color-3 : #70ad2e;
$lp-bg-color-4 : #8de231;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #576a3d;
$theme-color-2: #dd9c02;
$theme-color-3: #849b65;
$theme-color-4: #494d43;
$theme-color-5: #d1c19a;
$theme-color-6: #7c8174;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #7baa39;
$gradient-color-2 : #576a3d;
$gradient-color-3 : #73904c;
$lp-bg-color-1 : #314712;
$lp-bg-color-2 : #436119;
$lp-bg-color-3 : #5a7a2e;
$lp-bg-color-4 : #779e41;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #48494b;
$theme-color-2: #999da0;
$theme-color-3: #bebdb8;
$theme-color-4: #60646b;
$theme-color-5: #8996a0;
$theme-color-6: #aaa89c;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #646568;
$gradient-color-2 : #48494b;
$gradient-color-3 : #4d4d4d;
$lp-bg-color-1 : #242525;
$lp-bg-color-2 : #393a3b;
$lp-bg-color-3 : #57585c;
$lp-bg-color-4 : #6c6e72;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #131113;
$light-btn-background: #ececec;
$button-text-color: #fff;
$theme-color-1: #ed7117;
$theme-color-2: #e7523e;
$theme-color-3: #d6a779;
$theme-color-4: #dba070;
$theme-color-5: #f6c797;
$theme-color-6: #d6cdca;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #f0701a;
$gradient-color-2 : #ce6520;
$gradient-color-3 : #da6b22;
$lp-bg-color-1 : #af4b03;
$lp-bg-color-2 : #bb5308;
$lp-bg-color-3 : #ed7117;
$lp-bg-color-4 : #ff8935;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

View File

@ -0,0 +1,46 @@
$separator-color-light: #f3f3f3;
$separator-color: #d7d7d7;
$background-color: #f8f8f8;
$foreground-color : white;
$input-background: white;
$dark-btn-background: #575057;
$light-btn-background: #d4d4d4;
$button-text-color: #fff;
$theme-color-1: #922c88;
$theme-color-2: #4556ac;
$theme-color-3: #af67a4;
$theme-color-4: #743c6e;
$theme-color-5: #4b5480;
$theme-color-6: #795d75;
$primary-color: #3a3a3a;
$secondary-color: #8f8f8f;
$muted-color: #909090;
$gradient-color-1 : #a9449f;
$gradient-color-2 : #832579;
$gradient-color-3 : #922c88;
$lp-bg-color-1 : #52125a;
$lp-bg-color-2 : #511452;
$lp-bg-color-3 : #b02ba6;
$lp-bg-color-4 : #cb33bd;
$shadow-offsets-top : 1 3 10 14 19;
$shadow-blurs-top: 1.5 5 10 14 19;
$shadow-opacities-top: 0.04 0.1 0.19 0.25 0.3;
$shadow-offsets-bottom : 1 3 6 10 15;
$shadow-blurs-bottom: 3 6 6 5 6;
$shadow-opacities-bottom: 0.04 0.1 0.2 0.22 0.22;
$logo-path: "../logos/black.svg";
$logo-path-mobile: "../logos/mobile.svg";
$lp-logo-path-pinned: "../logos/black.svg";
$lp-logo-path: "../logos/white-full.svg";
@import "../_mixins.scss";
@import "../_dore.style.scss";

Some files were not shown because too many files have changed in this diff Show More