-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathastro.css
More file actions
221 lines (182 loc) · 4.38 KB
/
astro.css
File metadata and controls
221 lines (182 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
body {
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* background: #000000; */
background: linear-gradient(#000000 0%, #080b10 100%);
max-width: 100%;
margin: auto;
display: flex;
}
li {
color: white;
}
h1 {
color: #c9d1d9;
animation: auroraText 10s ease-in-out alternate infinite;
font-size: 4.5rem;
}
p {
color: white;
}
h2 {
color: white;
}
h3 {
color: white;
}
a:link {
color: #58a6ff;
}
a:visited {
color: #8e96f0;
}
.no-link-underline {
text-decoration: none;
}
.gradient-hellostars {
background: linear-gradient(#501a4e 0%, #090a0f 100%);
}
.gradient-canvasconnect {
background: linear-gradient(#1c2661 0%, #090a0f 100%);
}
.gradient-hypercubing {
background: linear-gradient(#2d1b35 0%, #090a0f 100%);
}
.gradient-333sim {
background: linear-gradient(#4b4b4b 0%, #090a0f 100%);
}
.gradient-stellamagnus {
background: linear-gradient(#23465c 0%, #090a0f 100%);
}
.gradient-yt {
background: linear-gradient(#5c2323 0%, #090a0f 100%);
}
.gradient-yt-rf {
background: linear-gradient(#7e541a 0%, #090a0f 100%);
}
.gradient-yt-rfp {
background: linear-gradient(#441a7e 0%, #090a0f 100%);
}
.gradient-yt-zc {
background: linear-gradient(#1a547e 0%, #090a0f 100%);
}
.gradient-yt-ae {
background: linear-gradient(#7e1a5d 0%, #090a0f 100%);
}
.gradient-yt-psg {
background: linear-gradient(#6f7e1a 0%, #090a0f 100%);
}
.gradient-cubing {
background: linear-gradient(#122964 0%, #090a0f 100%);
}
.gradient-cubicle {
background: linear-gradient(#644f12 0%, #090a0f 100%);
}
/* aurora animations */
@keyframes auroraBorder {
0% {box-shadow: 0px -5px 15px rgba(128, 0, 94, 0.8), 0px 4px 15px rgba(32, 220, 241, 0.8);}
33.33% {box-shadow: 0px 4px 12px rgba(127, 29, 218, 0.8), 5px 10px 25px rgba(241, 32, 32, 0.8);}
66.66% {box-shadow: 0px 0px 25 rgba(29, 218, 130, 0.8), 15px 5px 15px rgba(255, 0, 255, 0.8);}
100% {box-shadow: 0px -5px 15px rgba(76, 29, 218, 0.8), 0px 4px 15px rgba(241, 123, 32, 0.8);}
}
@keyframes auroraText {
0% {text-shadow: 0px -15px 15px rgba(128, 0, 94, 0.8), 0px -4px 15px rgba(32, 220, 241, 0.8);}
33.33% {text-shadow: 0px 4px 12px rgba(127, 29, 218, 0.8), 5px -10px 25px rgba(241, 32, 32, 0.8);}
66.66% {text-shadow: 0px 0px 50px rgba(29, 218, 130, 0.8), 15px -5px 15px rgba(255, 0, 255, 0.8);}
100% {text-shadow: 0px -15px 15px rgba(76, 29, 218, 0.8), 0px -4px 15px rgba(241, 123, 32, 0.8);}
}
.astrophotography-body {
overflow: hidden;
height: 100vh;
background-repeat: repeat;
max-width: 1000px;
margin: auto;
}
.img-showcase img {
border-radius: 25px;
width: 50%;
display: block;
margin:auto;
box-shadow: -5px -5px 15px rgba(128, 0, 94, 0.8), 5px 5px 15px rgba(32, 220, 241, 0.8);
}
.footer-social-link {
display: inline-block;
text-align: center;
width: 1.6rem;
}
/* Add a black background color to the top navigation */
.topnav {
overflow: hidden;
display: flex;
justify-content: space-between;
}
.topnav .nav-icon-links a {
display: inline-block;
text-align: center;
width: 4rem;
padding: 8px;
}
/* Style the links inside the navigation bar */
.topnav .nav a {
float: left;
background-color: #1d0648;
color: white;
text-align: center;
padding: 16px;
text-decoration: none;
font-size: 17px;
border: 2px solid white;
border-radius: 25px;
font-weight: bold;
margin: 5px;
transition: 0.3s;
}
/* Change the color of links on hover */
.topnav .nav a:hover {
background-color: #ddd;
color: black;
translate: 0em 0.25em;
transition: 0.3s;
}
/* Add a color to the active/current link */
.topnav .nav a.active {
background-color: #5404aa;
color: white;
}
.topnav .nav a.visited {
color: white;
}
.topnav .nav a span {
vertical-align: top;
}
#stars {
z-index: -1;
position: relative;
width: 5px;
height: 5px;
background: transparent;
animation: animStar 150s linear infinite;
}
#stars2 {
z-index: -1;
position: relative;
width: 2px;
height: 2px;
background: transparent;
animation: animStar 100s linear infinite;
}
#stars3 {
z-index: -1;
position: relative;
width: 1px;
height: 1px;
background: transparent;
animation: animStar 50s linear infinite;
}
@keyframes animStar {
from {
transform: translateY(0px);
}
to {
transform: translateY(-2000px);
}
}