queen_amdi_core 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/database/ban_jidDB.js +1 -0
- package/database/greetingsDB.js +1 -0
- package/database/group_settingsDB.js +1 -0
- package/database/miscDB.js +1 -0
- package/database/ratingsDB.js +1 -0
- package/database/settingsDB.js +1 -0
- package/dist/amdiCore.js +1 -0
- package/dist/qrDisplay.js +1 -0
- package/dist/scripts.js +1 -0
- package/index.js +1 -0
- package/language/applyLANG.js +1 -0
- package/package.json +30 -0
- package/plugnID/_amdi_menu.js +1 -0
- package/plugnID/ban.js +1 -0
- package/plugnID/misc.js +1 -0
- package/plugnID/settings.js +1 -0
- package/plugnID/tiktok.js +1 -0
- package/qr_code/amdiWEB.js +1 -0
- package/qr_code/assets/css/contact-form.css +160 -0
- package/qr_code/assets/css/fontawesome-all.min.css +5 -0
- package/qr_code/assets/css/main.css +1722 -0
- package/qr_code/assets/css/noscript.css +37 -0
- package/qr_code/assets/js/breakpoints.min.js +2 -0
- package/qr_code/assets/js/browser.min.js +2 -0
- package/qr_code/assets/js/jquery.min.js +2 -0
- package/qr_code/assets/js/main.js +401 -0
- package/qr_code/assets/js/util.js +587 -0
- package/qr_code/assets/qr_vid.mp4 +0 -0
- package/qr_code/assets/sass/base/_page.scss +42 -0
- package/qr_code/assets/sass/base/_reset.scss +76 -0
- package/qr_code/assets/sass/base/_typography.scss +183 -0
- package/qr_code/assets/sass/components/_actions.scss +101 -0
- package/qr_code/assets/sass/components/_box.scss +26 -0
- package/qr_code/assets/sass/components/_button.scss +84 -0
- package/qr_code/assets/sass/components/_form.scss +252 -0
- package/qr_code/assets/sass/components/_icon.scss +33 -0
- package/qr_code/assets/sass/components/_icons.scss +40 -0
- package/qr_code/assets/sass/components/_image.scss +87 -0
- package/qr_code/assets/sass/components/_list.scss +56 -0
- package/qr_code/assets/sass/components/_table.scss +81 -0
- package/qr_code/assets/sass/layout/_bg.scss +68 -0
- package/qr_code/assets/sass/layout/_footer.scss +37 -0
- package/qr_code/assets/sass/layout/_header.scss +261 -0
- package/qr_code/assets/sass/layout/_main.scss +102 -0
- package/qr_code/assets/sass/layout/_wrapper.scss +36 -0
- package/qr_code/assets/sass/libs/_breakpoints.scss +223 -0
- package/qr_code/assets/sass/libs/_functions.scss +90 -0
- package/qr_code/assets/sass/libs/_mixins.scss +78 -0
- package/qr_code/assets/sass/libs/_vars.scss +43 -0
- package/qr_code/assets/sass/libs/_vendor.scss +376 -0
- package/qr_code/assets/sass/main.scss +50 -0
- package/qr_code/assets/sass/noscript.scss +50 -0
- package/qr_code/assets/webfonts/fa-brands-400.eot +0 -0
- package/qr_code/assets/webfonts/fa-brands-400.svg +3442 -0
- package/qr_code/assets/webfonts/fa-brands-400.ttf +0 -0
- package/qr_code/assets/webfonts/fa-brands-400.woff +0 -0
- package/qr_code/assets/webfonts/fa-brands-400.woff2 +0 -0
- package/qr_code/assets/webfonts/fa-regular-400.eot +0 -0
- package/qr_code/assets/webfonts/fa-regular-400.svg +803 -0
- package/qr_code/assets/webfonts/fa-regular-400.ttf +0 -0
- package/qr_code/assets/webfonts/fa-regular-400.woff +0 -0
- package/qr_code/assets/webfonts/fa-regular-400.woff2 +0 -0
- package/qr_code/assets/webfonts/fa-solid-900.eot +0 -0
- package/qr_code/assets/webfonts/fa-solid-900.svg +4649 -0
- package/qr_code/assets/webfonts/fa-solid-900.ttf +0 -0
- package/qr_code/assets/webfonts/fa-solid-900.woff +0 -0
- package/qr_code/assets/webfonts/fa-solid-900.woff2 +0 -0
- package/qr_code/images/BotLogs.jpg +0 -0
- package/qr_code/images/bg.jpg +0 -0
- package/src/_default.js +1 -0
- package/src/_default_list_sections.js +1 -0
- package/src/amdiMenu.js +1 -0
- package/src/amdi_chat.js +1 -0
- package/src/anti_functions.js +1 -0
- package/src/ban.js +1 -0
- package/src/currency.js +1 -0
- package/src/currencyconverter.js +1 -0
- package/src/customButtons.js +1 -0
- package/src/customizerVerify.js +1 -0
- package/src/deleteMsg.js +1 -0
- package/src/downloaderKITS/constants/api.constants.js +1 -0
- package/src/downloaderKITS/controllers/Facebook.ctrl.js +1 -0
- package/src/downloaderKITS/controllers/Instagram.ctrl.js +1 -0
- package/src/downloaderKITS/controllers/Snapchat.ctrl.js +1 -0
- package/src/downloaderKITS/controllers/TikTok.ctrl.js +1 -0
- package/src/downloaderKITS/controllers/Twitter.ctrl.js +1 -0
- package/src/downloaderKITS/controllers/VKontakte.ctrl.js +1 -0
- package/src/downloaderKITS/controllers/YouTube.ctrl.js +1 -0
- package/src/downloaderKITS/downloaders.js +1 -0
- package/src/downloaderKITS/utils/api.utils.js +1 -0
- package/src/emojiReg.js +1 -0
- package/src/esana_news.js +1 -0
- package/src/fancyTXT.js +1 -0
- package/src/ffmpeg_functions.js +1 -0
- package/src/git-clone/index.js +1 -0
- package/src/grpManager.js +1 -0
- package/src/igdl.js +1 -0
- package/src/info.js +1 -0
- package/src/lyrics.js +1 -0
- package/src/news.js +1 -0
- package/src/stickers.js +1 -0
- package/src/tiktok-down/index.js +1 -0
- package/src/tiktok-down/src/index.js +1 -0
- package/src/tiktok-down/src/music.js +1 -0
- package/src/tiktok-down/src/search.js +1 -0
- package/src/tiktok-down/src/user-info.js +1 -0
- package/src/tiktok-down/src/utils.js +1 -0
- package/src/ytdl.js +1 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* Image */
|
|
8
|
+
|
|
9
|
+
.image {
|
|
10
|
+
border-radius: _size(border-radius);
|
|
11
|
+
border: 0;
|
|
12
|
+
display: inline-block;
|
|
13
|
+
position: relative;
|
|
14
|
+
|
|
15
|
+
&:before {
|
|
16
|
+
@include vendor('pointer-events', 'none');
|
|
17
|
+
background-image: url('../../images/overlay.png');
|
|
18
|
+
background-color: _palette(bg-overlay);
|
|
19
|
+
border-radius: _size(border-radius);
|
|
20
|
+
content: '';
|
|
21
|
+
display: block;
|
|
22
|
+
height: 100%;
|
|
23
|
+
left: 0;
|
|
24
|
+
opacity: 0.5;
|
|
25
|
+
position: absolute;
|
|
26
|
+
top: 0;
|
|
27
|
+
width: 100%;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
img {
|
|
31
|
+
border-radius: _size(border-radius);
|
|
32
|
+
display: block;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.left,
|
|
36
|
+
&.right {
|
|
37
|
+
max-width: 40%;
|
|
38
|
+
|
|
39
|
+
img {
|
|
40
|
+
width: 100%;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&.left {
|
|
45
|
+
float: left;
|
|
46
|
+
padding: 0 1.5em 1em 0;
|
|
47
|
+
top: 0.25em;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.right {
|
|
51
|
+
float: right;
|
|
52
|
+
padding: 0 0 1em 1.5em;
|
|
53
|
+
top: 0.25em;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&.fit {
|
|
57
|
+
display: block;
|
|
58
|
+
margin: 0 0 _size(element-margin) 0;
|
|
59
|
+
width: 100%;
|
|
60
|
+
|
|
61
|
+
img {
|
|
62
|
+
width: 100%;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&.main {
|
|
67
|
+
display: block;
|
|
68
|
+
margin: (_size(element-margin) * 1.25) 0;
|
|
69
|
+
width: 100%;
|
|
70
|
+
|
|
71
|
+
img {
|
|
72
|
+
width: 100%;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@include breakpoint('<=small') {
|
|
77
|
+
&.main {
|
|
78
|
+
margin: (_size(element-margin) * 1) 0;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@include breakpoint('<=xsmall') {
|
|
83
|
+
&.main {
|
|
84
|
+
margin: (_size(element-margin) * 0.75) 0;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* List */
|
|
8
|
+
|
|
9
|
+
ol {
|
|
10
|
+
list-style: decimal;
|
|
11
|
+
margin: 0 0 _size(element-margin) 0;
|
|
12
|
+
padding-left: 1.25em;
|
|
13
|
+
|
|
14
|
+
li {
|
|
15
|
+
padding-left: 0.25em;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
ul {
|
|
20
|
+
list-style: disc;
|
|
21
|
+
margin: 0 0 _size(element-margin) 0;
|
|
22
|
+
padding-left: 1em;
|
|
23
|
+
|
|
24
|
+
li {
|
|
25
|
+
padding-left: 0.5em;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.alt {
|
|
29
|
+
list-style: none;
|
|
30
|
+
padding-left: 0;
|
|
31
|
+
|
|
32
|
+
li {
|
|
33
|
+
border-top: solid _size(border-width) _palette(border);
|
|
34
|
+
padding: 0.5em 0;
|
|
35
|
+
|
|
36
|
+
&:first-child {
|
|
37
|
+
border-top: 0;
|
|
38
|
+
padding-top: 0;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
dl {
|
|
45
|
+
margin: 0 0 _size(element-margin) 0;
|
|
46
|
+
|
|
47
|
+
dt {
|
|
48
|
+
display: block;
|
|
49
|
+
font-weight: _font(weight-bold);
|
|
50
|
+
margin: 0 0 (_size(element-margin) * 0.5) 0;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
dd {
|
|
54
|
+
margin-left: _size(element-margin);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* Table */
|
|
8
|
+
|
|
9
|
+
.table-wrapper {
|
|
10
|
+
-webkit-overflow-scrolling: touch;
|
|
11
|
+
overflow-x: auto;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
table {
|
|
15
|
+
margin: 0 0 _size(element-margin) 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
|
|
18
|
+
tbody {
|
|
19
|
+
tr {
|
|
20
|
+
border: solid _size(border-width) _palette(border);
|
|
21
|
+
border-left: 0;
|
|
22
|
+
border-right: 0;
|
|
23
|
+
|
|
24
|
+
&:nth-child(2n + 1) {
|
|
25
|
+
background-color: _palette(border-bg);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
td {
|
|
31
|
+
padding: 0.75em 0.75em;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
th {
|
|
35
|
+
color: _palette(fg-bold);
|
|
36
|
+
font-size: 0.9em;
|
|
37
|
+
font-weight: _font(weight-bold);
|
|
38
|
+
padding: 0 0.75em 0.75em 0.75em;
|
|
39
|
+
text-align: left;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
thead {
|
|
43
|
+
border-bottom: solid (_size(border-width) * 2) _palette(border);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
tfoot {
|
|
47
|
+
border-top: solid (_size(border-width) * 2) _palette(border);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.alt {
|
|
51
|
+
border-collapse: separate;
|
|
52
|
+
|
|
53
|
+
tbody {
|
|
54
|
+
tr {
|
|
55
|
+
td {
|
|
56
|
+
border: solid _size(border-width) _palette(border);
|
|
57
|
+
border-left-width: 0;
|
|
58
|
+
border-top-width: 0;
|
|
59
|
+
|
|
60
|
+
&:first-child {
|
|
61
|
+
border-left-width: _size(border-width);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&:first-child {
|
|
66
|
+
td {
|
|
67
|
+
border-top-width: _size(border-width);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
thead {
|
|
74
|
+
border-bottom: 0;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
tfoot {
|
|
78
|
+
border-top: 0;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* BG */
|
|
8
|
+
|
|
9
|
+
#bg {
|
|
10
|
+
@include vendor('transform', 'scale(1.0)');
|
|
11
|
+
-webkit-backface-visibility: hidden;
|
|
12
|
+
position: fixed;
|
|
13
|
+
top: 0;
|
|
14
|
+
left: 0;
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100vh;
|
|
17
|
+
z-index: 1;
|
|
18
|
+
|
|
19
|
+
&:before, &:after {
|
|
20
|
+
content: '';
|
|
21
|
+
display: block;
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 0;
|
|
24
|
+
left: 0;
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 100%;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:before {
|
|
30
|
+
@include vendor('transition', 'background-color #{_duration(bg)} ease-in-out');
|
|
31
|
+
@include vendor('transition-delay', '#{_duration(intro)}');
|
|
32
|
+
background-image: linear-gradient(to top, #{_palette(bg-overlay)}, #{_palette(bg-overlay)}),
|
|
33
|
+
url('../../images/overlay.png');
|
|
34
|
+
background-size: auto,
|
|
35
|
+
256px 256px;
|
|
36
|
+
background-position: center,
|
|
37
|
+
center;
|
|
38
|
+
background-repeat: no-repeat,
|
|
39
|
+
repeat;
|
|
40
|
+
z-index: 2;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&:after {
|
|
44
|
+
@include vendor('transform', 'scale(1.125)');
|
|
45
|
+
@include vendor('transition', (
|
|
46
|
+
'transform #{_duration(article)} ease-in-out',
|
|
47
|
+
'filter #{_duration(article)} ease-in-out'
|
|
48
|
+
));
|
|
49
|
+
background-image: url('../../images/bg.jpg');
|
|
50
|
+
background-position: center;
|
|
51
|
+
background-size: cover;
|
|
52
|
+
background-repeat: no-repeat;
|
|
53
|
+
z-index: 1;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
body.is-article-visible & {
|
|
57
|
+
&:after {
|
|
58
|
+
@include vendor('transform', 'scale(1.0825)');
|
|
59
|
+
@include vendor('filter', 'blur(0.2rem)');
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
body.is-preload & {
|
|
64
|
+
&:before {
|
|
65
|
+
background-color: _palette(bg-alt);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* Footer */
|
|
8
|
+
|
|
9
|
+
#footer {
|
|
10
|
+
@include vendor('transition', (
|
|
11
|
+
'transform #{_duration(article)} ease-in-out',
|
|
12
|
+
'filter #{_duration(article)} ease-in-out',
|
|
13
|
+
'opacity #{_duration(article)} ease-in-out',
|
|
14
|
+
));
|
|
15
|
+
width: 100%;
|
|
16
|
+
max-width: 100%;
|
|
17
|
+
margin-top: 2rem;
|
|
18
|
+
text-align: center;
|
|
19
|
+
|
|
20
|
+
.copyright {
|
|
21
|
+
letter-spacing: _font(letter-spacing);
|
|
22
|
+
font-size: 0.6rem;
|
|
23
|
+
opacity: 0.75;
|
|
24
|
+
margin-bottom: 0;
|
|
25
|
+
text-transform: uppercase;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
body.is-article-visible & {
|
|
29
|
+
@include vendor('transform', 'scale(0.95)');
|
|
30
|
+
@include vendor('filter', 'blur(0.1rem)');
|
|
31
|
+
opacity: 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
body.is-preload & {
|
|
35
|
+
opacity: 0;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* Header */
|
|
8
|
+
|
|
9
|
+
#header {
|
|
10
|
+
@include vendor('display', 'flex');
|
|
11
|
+
@include vendor('flex-direction', 'column');
|
|
12
|
+
@include vendor('align-items', 'center');
|
|
13
|
+
@include vendor('transition', (
|
|
14
|
+
'transform #{_duration(article)} ease-in-out',
|
|
15
|
+
'filter #{_duration(article)} ease-in-out',
|
|
16
|
+
'opacity #{_duration(article)} ease-in-out',
|
|
17
|
+
));
|
|
18
|
+
background-image: -moz-radial-gradient(rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 55%);
|
|
19
|
+
background-image: -webkit-radial-gradient(rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 55%);
|
|
20
|
+
background-image: -ms-radial-gradient(rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 55%);
|
|
21
|
+
background-image: radial-gradient(rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 55%);
|
|
22
|
+
max-width: 100%;
|
|
23
|
+
text-align: center;
|
|
24
|
+
|
|
25
|
+
> * {
|
|
26
|
+
@include vendor('transition', 'opacity #{_duration(article)} ease-in-out');
|
|
27
|
+
position: relative;
|
|
28
|
+
margin-top: 3.5rem;
|
|
29
|
+
|
|
30
|
+
&:before {
|
|
31
|
+
content: '';
|
|
32
|
+
display: block;
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: calc(-3.5rem - 1px);
|
|
35
|
+
left: calc(50% - #{_size(border-width) * 1});
|
|
36
|
+
width: _size(border-width);
|
|
37
|
+
height: calc(3.5rem + 1px);
|
|
38
|
+
background: _palette(border);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
> :first-child {
|
|
43
|
+
margin-top: 0;
|
|
44
|
+
|
|
45
|
+
&:before {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.logo {
|
|
51
|
+
width: 5.5rem;
|
|
52
|
+
height: 5.5rem;
|
|
53
|
+
line-height: 5.5rem;
|
|
54
|
+
border: solid _size(border-width) _palette(border);
|
|
55
|
+
border-radius: 100%;
|
|
56
|
+
|
|
57
|
+
.icon {
|
|
58
|
+
&:before {
|
|
59
|
+
font-size: 2rem;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.content {
|
|
65
|
+
border-style: solid;
|
|
66
|
+
border-color: _palette(border);
|
|
67
|
+
border-top-width: _size(border-width);
|
|
68
|
+
border-bottom-width: _size(border-width);
|
|
69
|
+
max-width: 100%;
|
|
70
|
+
|
|
71
|
+
.inner {
|
|
72
|
+
@include vendor('transition', (
|
|
73
|
+
'max-height #{_duration(intro)} ease',
|
|
74
|
+
'padding #{_duration(intro)} ease',
|
|
75
|
+
'opacity #{_duration(article)} ease-in-out'
|
|
76
|
+
));
|
|
77
|
+
@include vendor('transition-delay', '0.25s');
|
|
78
|
+
padding: 3rem 2rem;
|
|
79
|
+
max-height: 40rem;
|
|
80
|
+
overflow: hidden;
|
|
81
|
+
|
|
82
|
+
> :last-child {
|
|
83
|
+
margin-bottom: 0;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
p {
|
|
88
|
+
text-transform: uppercase;
|
|
89
|
+
letter-spacing: _font(letter-spacing);
|
|
90
|
+
font-size: 0.8rem;
|
|
91
|
+
line-height: 2;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
nav {
|
|
96
|
+
ul {
|
|
97
|
+
@include vendor('display', 'flex');
|
|
98
|
+
margin-bottom: 0;
|
|
99
|
+
list-style: none;
|
|
100
|
+
padding-left: 0;
|
|
101
|
+
border: solid _size(border-width) _palette(border);
|
|
102
|
+
border-radius: _size(border-radius);
|
|
103
|
+
|
|
104
|
+
li {
|
|
105
|
+
padding-left: 0;
|
|
106
|
+
border-left: solid _size(border-width) _palette(border);
|
|
107
|
+
|
|
108
|
+
&:first-child {
|
|
109
|
+
border-left: 0;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
a {
|
|
113
|
+
display: block;
|
|
114
|
+
min-width: 7.5rem;
|
|
115
|
+
height: 2.75rem;
|
|
116
|
+
line-height: 2.75rem;
|
|
117
|
+
padding: 0 1.25rem 0 (1.25rem + _font(letter-spacing));
|
|
118
|
+
text-transform: uppercase;
|
|
119
|
+
letter-spacing: _font(letter-spacing);
|
|
120
|
+
font-size: 0.8rem;
|
|
121
|
+
border-bottom: 0;
|
|
122
|
+
|
|
123
|
+
&:hover {
|
|
124
|
+
background-color: _palette(border-bg);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&:active {
|
|
128
|
+
background-color: _palette(border-bg-alt);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&.use-middle {
|
|
135
|
+
&:after {
|
|
136
|
+
content: '';
|
|
137
|
+
display: block;
|
|
138
|
+
position: absolute;
|
|
139
|
+
top: 0;
|
|
140
|
+
left: calc(50% - #{_size(border-width) * 1});
|
|
141
|
+
width: _size(border-width);
|
|
142
|
+
height: 100%;
|
|
143
|
+
background: _palette(border);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
ul {
|
|
147
|
+
li {
|
|
148
|
+
&.is-middle {
|
|
149
|
+
border-left: 0;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
body.is-article-visible & {
|
|
157
|
+
@include vendor('transform', 'scale(0.95)');
|
|
158
|
+
@include vendor('filter', 'blur(0.1rem)');
|
|
159
|
+
opacity: 0;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
body.is-preload & {
|
|
163
|
+
> * {
|
|
164
|
+
opacity: 0;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
@include vendor('filter', 'blur(0.125rem)');
|
|
168
|
+
|
|
169
|
+
.content {
|
|
170
|
+
.inner {
|
|
171
|
+
max-height: 0;
|
|
172
|
+
padding-top: 0;
|
|
173
|
+
padding-bottom: 0;
|
|
174
|
+
opacity: 0;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@include breakpoint('<=medium') {
|
|
180
|
+
.content {
|
|
181
|
+
p {
|
|
182
|
+
br {
|
|
183
|
+
display: none;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
@include breakpoint('<=small') {
|
|
190
|
+
> * {
|
|
191
|
+
margin-top: 2rem;
|
|
192
|
+
|
|
193
|
+
&:before {
|
|
194
|
+
top: calc(-2rem - 1px);
|
|
195
|
+
height: calc(2rem + 1px);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.logo {
|
|
200
|
+
width: 4.75rem;
|
|
201
|
+
height: 4.75rem;
|
|
202
|
+
line-height: 4.75rem;
|
|
203
|
+
|
|
204
|
+
.icon {
|
|
205
|
+
&:before {
|
|
206
|
+
font-size: 1.75rem;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.content {
|
|
212
|
+
.inner {
|
|
213
|
+
padding: 2.5rem 1rem;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
p {
|
|
217
|
+
line-height: 1.875;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
@include breakpoint('<=xsmall') {
|
|
223
|
+
padding: 1.5rem 0;
|
|
224
|
+
|
|
225
|
+
.content {
|
|
226
|
+
.inner {
|
|
227
|
+
padding: 2.5rem 0;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
nav {
|
|
232
|
+
ul {
|
|
233
|
+
@include vendor('flex-direction', 'column');
|
|
234
|
+
min-width: 10rem;
|
|
235
|
+
max-width: 100%;
|
|
236
|
+
|
|
237
|
+
li {
|
|
238
|
+
border-left: 0;
|
|
239
|
+
border-top: solid _size(border-width) _palette(border);
|
|
240
|
+
|
|
241
|
+
&:first-child {
|
|
242
|
+
border-top: 0;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
a {
|
|
246
|
+
height: 3rem;
|
|
247
|
+
line-height: 3rem;
|
|
248
|
+
min-width: 0;
|
|
249
|
+
width: 100%;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
&.use-middle {
|
|
255
|
+
&:after {
|
|
256
|
+
display: none;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
///
|
|
2
|
+
/// Dimension by HTML5 UP
|
|
3
|
+
/// html5up.net | @ajlkn
|
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
5
|
+
///
|
|
6
|
+
|
|
7
|
+
/* Main */
|
|
8
|
+
|
|
9
|
+
#main {
|
|
10
|
+
@include vendor('flex-grow', '1');
|
|
11
|
+
@include vendor('flex-shrink', '1');
|
|
12
|
+
@include vendor('display', 'flex');
|
|
13
|
+
@include vendor('align-items', 'center');
|
|
14
|
+
@include vendor('justify-content', 'center');
|
|
15
|
+
@include vendor('flex-direction', 'column');
|
|
16
|
+
position: relative;
|
|
17
|
+
max-width: 100%;
|
|
18
|
+
z-index: 3;
|
|
19
|
+
|
|
20
|
+
article {
|
|
21
|
+
@include vendor('transform', 'translateY(0.25rem)');
|
|
22
|
+
@include vendor('transition', (
|
|
23
|
+
'opacity #{_duration(article)} ease-in-out',
|
|
24
|
+
'transform #{_duration(article)} ease-in-out'
|
|
25
|
+
));
|
|
26
|
+
@include padding(2.5rem, 2.5rem, (2rem, 0, 1rem, 0));
|
|
27
|
+
position: relative;
|
|
28
|
+
width: 40rem;
|
|
29
|
+
max-width: 100%;
|
|
30
|
+
background-color: transparentize(_palette(bg), 0.15);
|
|
31
|
+
border-radius: _size(border-radius);
|
|
32
|
+
opacity: 0;
|
|
33
|
+
|
|
34
|
+
&.active {
|
|
35
|
+
@include vendor('transform', 'translateY(0)');
|
|
36
|
+
opacity: 1;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.close {
|
|
40
|
+
display: block;
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 0;
|
|
43
|
+
right: 0;
|
|
44
|
+
width: 4rem;
|
|
45
|
+
height: 4rem;
|
|
46
|
+
cursor: pointer;
|
|
47
|
+
text-indent: 4rem;
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
white-space: nowrap;
|
|
50
|
+
|
|
51
|
+
&:before {
|
|
52
|
+
@include vendor('transition', 'background-color #{_duration(transition)} ease-in-out');
|
|
53
|
+
content: '';
|
|
54
|
+
display: block;
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 0.75rem;
|
|
57
|
+
left: 0.75rem;
|
|
58
|
+
width: 2.5rem;
|
|
59
|
+
height: 2.5rem;
|
|
60
|
+
border-radius: 100%;
|
|
61
|
+
background-position: center;
|
|
62
|
+
background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" zoomAndPan="disable"><style>line { stroke: #{_palette(border)}; stroke-width: 1; }</style><line x1="2" y1="2" x2="18" y2="18" /><line x1="18" y1="2" x2="2" y2="18" /></svg>');
|
|
63
|
+
background-size: 20px 20px;
|
|
64
|
+
background-repeat: no-repeat;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&:hover {
|
|
68
|
+
&:before {
|
|
69
|
+
background-color: _palette(border-bg);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&:active {
|
|
74
|
+
&:before {
|
|
75
|
+
background-color: _palette(border-bg-alt);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@include breakpoint('<=small') {
|
|
82
|
+
article {
|
|
83
|
+
@include padding(2rem, 2rem, (1.5rem, 0, 0.5rem, 0));
|
|
84
|
+
|
|
85
|
+
.close {
|
|
86
|
+
&:before {
|
|
87
|
+
top: 0.875rem;
|
|
88
|
+
left: 0.875rem;
|
|
89
|
+
width: 2.25rem;
|
|
90
|
+
height: 2.25rem;
|
|
91
|
+
background-size: 14px 14px;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@include breakpoint('<=xsmall') {
|
|
98
|
+
article {
|
|
99
|
+
@include padding(2rem, 1.5rem, (1rem, 0, 0.5rem, 0));
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|