jekyll-theme-ethereal 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +437 -0
- data/README.md +538 -0
- data/_includes/banner.html +22 -0
- data/_includes/contact.html +34 -0
- data/_includes/date.html +24 -0
- data/_includes/footer.html +14 -0
- data/_includes/head.html +14 -0
- data/_includes/language.html +14 -0
- data/_includes/logo.html +1 -0
- data/_includes/panel.html +18 -0
- data/_includes/scripts.html +18 -0
- data/_includes/social.html +36 -0
- data/_includes/spotlight.html +12 -0
- data/_includes/thread.html +25 -0
- data/_layouts/default.html +41 -0
- data/_layouts/home.html +8 -0
- data/_layouts/page.html +4 -0
- data/_layouts/post.html +27 -0
- data/_layouts/redirect.html +10 -0
- data/_layouts/sitemap.html +22 -0
- data/_sass/base/_page.scss +117 -0
- data/_sass/base/_reset.scss +76 -0
- data/_sass/base/_typography.scss +271 -0
- data/_sass/components/_actions.scss +63 -0
- data/_sass/components/_button.scss +154 -0
- data/_sass/components/_contact-icons.scss +72 -0
- data/_sass/components/_cookieconsent.scss +403 -0
- data/_sass/components/_form.scss +279 -0
- data/_sass/components/_gallery.scss +218 -0
- data/_sass/components/_grid-icons.scss +166 -0
- data/_sass/components/_icon.scss +33 -0
- data/_sass/components/_icons.scss +28 -0
- data/_sass/components/_image.scss +169 -0
- data/_sass/components/_list.scss +56 -0
- data/_sass/components/_panel-banner.scss +90 -0
- data/_sass/components/_panel-spotlight.scss +81 -0
- data/_sass/components/_panel.scss +300 -0
- data/_sass/components/_table.scss +81 -0
- data/_sass/layout/_footer.scss +49 -0
- data/_sass/layout/_header.scss +37 -0
- data/_sass/layout/_page-wrapper.scss +43 -0
- data/_sass/layout/_wrapper.scss +118 -0
- data/_sass/libs/_breakpoints.scss +223 -0
- data/_sass/libs/_functions.scss +90 -0
- data/_sass/libs/_mixins.scss +78 -0
- data/_sass/libs/_vars.scss +49 -0
- data/_sass/libs/_vendor.scss +376 -0
- data/_sass/main.scss +135 -0
- data/_sass/noscript.scss +26 -0
- data/assets/css/fontawesome-all.min.css +5 -0
- data/assets/css/main.scss +5 -0
- data/assets/css/noscript.scss +5 -0
- data/assets/images/bg.jpg +0 -0
- data/assets/images/drone.jpg +0 -0
- data/assets/images/gallery/fulls/01.jpg +0 -0
- data/assets/images/gallery/fulls/02.jpg +0 -0
- data/assets/images/gallery/fulls/03.jpg +0 -0
- data/assets/images/gallery/fulls/04.jpg +0 -0
- data/assets/images/gallery/fulls/05.jpg +0 -0
- data/assets/images/gallery/fulls/06.jpg +0 -0
- data/assets/images/gallery/fulls/07.jpg +0 -0
- data/assets/images/gallery/fulls/08.jpg +0 -0
- data/assets/images/gallery/fulls/09.jpg +0 -0
- data/assets/images/gallery/thumbs/01.jpg +0 -0
- data/assets/images/gallery/thumbs/02.jpg +0 -0
- data/assets/images/gallery/thumbs/03.jpg +0 -0
- data/assets/images/gallery/thumbs/04.jpg +0 -0
- data/assets/images/gallery/thumbs/05.jpg +0 -0
- data/assets/images/gallery/thumbs/06.jpg +0 -0
- data/assets/images/gallery/thumbs/07.jpg +0 -0
- data/assets/images/gallery/thumbs/08.jpg +0 -0
- data/assets/images/gallery/thumbs/09.jpg +0 -0
- data/assets/images/jupiter_abyss.jpg +0 -0
- data/assets/images/jupiter_storms.jpg +0 -0
- data/assets/images/ngc-1156.jpg +0 -0
- data/assets/images/ngc-3169.jpg +0 -0
- data/assets/images/orion_las.jpg +0 -0
- data/assets/images/overlay.png +0 -0
- data/assets/images/pic01.jpg +0 -0
- data/assets/images/pic02.jpg +0 -0
- data/assets/images/pic03.jpg +0 -0
- data/assets/images/pillars-of-creation.jpg +0 -0
- data/assets/images/saturn_testing.jpg +0 -0
- data/assets/images/sls-core_staging.jpg +0 -0
- data/assets/images/zeta-ophiuchi.jpg +0 -0
- data/assets/js/breakpoints.min.js +2 -0
- data/assets/js/browser.min.js +2 -0
- data/assets/js/cookieconsent.min.js +1 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/main.js +759 -0
- data/assets/webfonts/fa-brands-400.eot +0 -0
- data/assets/webfonts/fa-brands-400.svg +3442 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.eot +0 -0
- data/assets/webfonts/fa-regular-400.svg +803 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.eot +0 -0
- data/assets/webfonts/fa-solid-900.svg +4649 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/sitemap.md +4 -0
- metadata +192 -0
@@ -0,0 +1,166 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal 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
|
+
/* Grid Icons */
|
8
|
+
|
9
|
+
ul.grid-icons {
|
10
|
+
@include vendor('display', 'flex');
|
11
|
+
@include vendor('flex-wrap', 'wrap');
|
12
|
+
@include vendor('justify-content', 'center');
|
13
|
+
list-style: none;
|
14
|
+
margin: 0 0 _size(element-margin) 0;
|
15
|
+
padding-left: 0;
|
16
|
+
|
17
|
+
.icon {
|
18
|
+
display: block;
|
19
|
+
position: relative;
|
20
|
+
width: 100%;
|
21
|
+
text-align: center;
|
22
|
+
|
23
|
+
&:before {
|
24
|
+
display: block;
|
25
|
+
width: 6rem;
|
26
|
+
height: 6rem;
|
27
|
+
line-height: 6rem;
|
28
|
+
border-radius: 6rem;
|
29
|
+
box-shadow: inset 0 0 0 2px _palette(border);
|
30
|
+
font-size: 2.5rem;
|
31
|
+
margin: 0 auto;
|
32
|
+
text-align: center;
|
33
|
+
|
34
|
+
body.is-ie & {
|
35
|
+
line-height: 2.375;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
> li {
|
41
|
+
@include vendor('flex-grow', '0');
|
42
|
+
@include vendor('flex-shrink', '0');
|
43
|
+
position: relative;
|
44
|
+
margin: 1.5rem 0 0 1.5rem;
|
45
|
+
padding-left: 0;
|
46
|
+
}
|
47
|
+
|
48
|
+
&.connected {
|
49
|
+
> li {
|
50
|
+
&:before {
|
51
|
+
content: '';
|
52
|
+
display: block;
|
53
|
+
position: absolute;
|
54
|
+
width: 1.5rem;
|
55
|
+
height: 2px;
|
56
|
+
top: 50%;
|
57
|
+
left: -1.5rem;
|
58
|
+
background-color: _palette(border);
|
59
|
+
}
|
60
|
+
|
61
|
+
&:after {
|
62
|
+
content: '';
|
63
|
+
display: block;
|
64
|
+
position: absolute;
|
65
|
+
width: 2px;
|
66
|
+
height: 1.5rem;
|
67
|
+
top: -1.5rem;
|
68
|
+
left: 50%;
|
69
|
+
background-color: _palette(border);
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
|
74
|
+
&.two {
|
75
|
+
width: 14rem;
|
76
|
+
|
77
|
+
> li {
|
78
|
+
&:nth-child(-n + 2) {
|
79
|
+
margin-top: 0;
|
80
|
+
|
81
|
+
&:after {
|
82
|
+
display: none;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
&:nth-child(2n - 1) {
|
87
|
+
margin-left: 0;
|
88
|
+
|
89
|
+
&:before {
|
90
|
+
display: none;
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
&.three {
|
97
|
+
width: 21.5rem;
|
98
|
+
|
99
|
+
> li {
|
100
|
+
&:nth-child(-n + 3) {
|
101
|
+
margin-top: 0;
|
102
|
+
|
103
|
+
&:after {
|
104
|
+
display: none;
|
105
|
+
}
|
106
|
+
}
|
107
|
+
|
108
|
+
&:nth-child(3n - 2) {
|
109
|
+
margin-left: 0;
|
110
|
+
|
111
|
+
&:before {
|
112
|
+
display: none;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
}
|
116
|
+
}
|
117
|
+
|
118
|
+
&.four {
|
119
|
+
width: 29rem;
|
120
|
+
|
121
|
+
> li {
|
122
|
+
&:nth-child(-n + 4) {
|
123
|
+
margin-top: 0;
|
124
|
+
|
125
|
+
&:after {
|
126
|
+
display: none;
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
&:nth-child(4n - 3) {
|
131
|
+
margin-left: 0;
|
132
|
+
|
133
|
+
&:before {
|
134
|
+
display: none;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
@include breakpoint('<=small') {
|
141
|
+
@include vendor('justify-content', 'flex-start');
|
142
|
+
width: 100% !important;
|
143
|
+
margin: -1rem 0 _size(element-margin) -1rem;
|
144
|
+
|
145
|
+
.icon {
|
146
|
+
&:before {
|
147
|
+
width: 4.5rem;
|
148
|
+
height: 4.5rem;
|
149
|
+
line-height: 4.5rem;
|
150
|
+
font-size: 1.75rem;
|
151
|
+
}
|
152
|
+
}
|
153
|
+
|
154
|
+
> li {
|
155
|
+
margin: 1rem 0 0 1rem !important;
|
156
|
+
|
157
|
+
&:before {
|
158
|
+
display: none !important;
|
159
|
+
}
|
160
|
+
|
161
|
+
&:after {
|
162
|
+
display: none !important;
|
163
|
+
}
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal 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
|
+
/* Icon */
|
8
|
+
|
9
|
+
.icon {
|
10
|
+
@include icon;
|
11
|
+
position: relative;
|
12
|
+
border-bottom: none;
|
13
|
+
|
14
|
+
> .label {
|
15
|
+
display: none;
|
16
|
+
}
|
17
|
+
|
18
|
+
&:before {
|
19
|
+
line-height: inherit;
|
20
|
+
}
|
21
|
+
|
22
|
+
&.solid {
|
23
|
+
&:before {
|
24
|
+
font-weight: 900;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
28
|
+
&.brands {
|
29
|
+
&:before {
|
30
|
+
font-family: 'Font Awesome 5 Brands';
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal 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
|
+
/* Icons */
|
8
|
+
|
9
|
+
ul.icons {
|
10
|
+
cursor: default;
|
11
|
+
list-style: none;
|
12
|
+
padding-left: 0;
|
13
|
+
|
14
|
+
li {
|
15
|
+
display: inline-block;
|
16
|
+
padding: 0 1rem 0 0;
|
17
|
+
|
18
|
+
&:last-child {
|
19
|
+
padding-right: 0;
|
20
|
+
}
|
21
|
+
|
22
|
+
.icon {
|
23
|
+
&:before {
|
24
|
+
font-size: 1.25em;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1,169 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal 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
|
+
display: inline-block;
|
11
|
+
position: relative;
|
12
|
+
border: 0;
|
13
|
+
|
14
|
+
&.filtered {
|
15
|
+
&:after {
|
16
|
+
@include gradient-background;
|
17
|
+
@include vendor('pointer-events', 'none');
|
18
|
+
content: '';
|
19
|
+
position: absolute;
|
20
|
+
top: 0;
|
21
|
+
left: 0;
|
22
|
+
width: 100%;
|
23
|
+
height: 100%;
|
24
|
+
opacity: 1;
|
25
|
+
z-index: 1;
|
26
|
+
}
|
27
|
+
|
28
|
+
&.tinted {
|
29
|
+
&:after {
|
30
|
+
@include gradient-background(true);
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
|
35
|
+
&[data-position] {
|
36
|
+
img {
|
37
|
+
@include vendor('object-fit', 'cover');
|
38
|
+
display: block;
|
39
|
+
position: absolute;
|
40
|
+
top: 0;
|
41
|
+
left: 0;
|
42
|
+
width: 100%;
|
43
|
+
height: 100%;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
&[data-position="top left"] {
|
48
|
+
img {
|
49
|
+
@include vendor('object-position', 'top left');
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
&[data-position="top"] {
|
54
|
+
img {
|
55
|
+
@include vendor('object-position', 'top');
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
&[data-position="top right"] {
|
60
|
+
img {
|
61
|
+
@include vendor('object-position', 'top right');
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
&[data-position="right"] {
|
66
|
+
img {
|
67
|
+
@include vendor('object-position', 'right');
|
68
|
+
}
|
69
|
+
}
|
70
|
+
|
71
|
+
&[data-position="bottom right"] {
|
72
|
+
img {
|
73
|
+
@include vendor('object-position', 'bottom right');
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
&[data-position="bottom"] {
|
78
|
+
img {
|
79
|
+
@include vendor('object-position', 'bottom');
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
&[data-position="bottom left"] {
|
84
|
+
img {
|
85
|
+
@include vendor('object-position', 'bottom left');
|
86
|
+
}
|
87
|
+
}
|
88
|
+
|
89
|
+
&[data-position="left"] {
|
90
|
+
img {
|
91
|
+
@include vendor('object-position', 'left');
|
92
|
+
}
|
93
|
+
}
|
94
|
+
|
95
|
+
&[data-position="center"] {
|
96
|
+
img {
|
97
|
+
@include vendor('object-position', 'center');
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
&[data-position="25% 25%"] {
|
102
|
+
img {
|
103
|
+
@include vendor('object-position', '25% 25%');
|
104
|
+
}
|
105
|
+
}
|
106
|
+
|
107
|
+
&[data-position="75% 25%"] {
|
108
|
+
img {
|
109
|
+
@include vendor('object-position', '75% 25%');
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
&[data-position="75% 75%"] {
|
114
|
+
img {
|
115
|
+
@include vendor('object-position', '75% 75%');
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
&[data-position="25% 75%"] {
|
120
|
+
img {
|
121
|
+
@include vendor('object-position', '25% 75%');
|
122
|
+
}
|
123
|
+
}
|
124
|
+
|
125
|
+
img {
|
126
|
+
display: block;
|
127
|
+
}
|
128
|
+
|
129
|
+
&.left,
|
130
|
+
&.right {
|
131
|
+
max-width: 40%;
|
132
|
+
|
133
|
+
img {
|
134
|
+
width: 100%;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
&.left {
|
139
|
+
float: left;
|
140
|
+
padding: 0 1.5rem 1rem 0;
|
141
|
+
top: 0.25rem;
|
142
|
+
}
|
143
|
+
|
144
|
+
&.right {
|
145
|
+
float: right;
|
146
|
+
padding: 0 0 1rem 1.5rem;
|
147
|
+
top: 0.25rem;
|
148
|
+
}
|
149
|
+
|
150
|
+
&.fit {
|
151
|
+
display: block;
|
152
|
+
margin: 0 0 _size(element-margin) 0;
|
153
|
+
width: 100%;
|
154
|
+
|
155
|
+
img {
|
156
|
+
width: 100%;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
|
160
|
+
&.main {
|
161
|
+
display: block;
|
162
|
+
margin: 0 0 (_size(element-margin) * 1.5) 0;
|
163
|
+
width: 100%;
|
164
|
+
|
165
|
+
img {
|
166
|
+
width: 100%;
|
167
|
+
}
|
168
|
+
}
|
169
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal 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.25rem;
|
13
|
+
|
14
|
+
li {
|
15
|
+
padding-left: 0.25rem;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
ul {
|
20
|
+
list-style: disc;
|
21
|
+
margin: 0 0 _size(element-margin) 0;
|
22
|
+
padding-left: 1rem;
|
23
|
+
|
24
|
+
li {
|
25
|
+
padding-left: 0.5rem;
|
26
|
+
}
|
27
|
+
|
28
|
+
&.alt {
|
29
|
+
list-style: none;
|
30
|
+
padding-left: 0;
|
31
|
+
|
32
|
+
li {
|
33
|
+
border-top: solid 1px _palette(border);
|
34
|
+
padding: 0.5rem 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
|
+
}
|