Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Degen-dev
GitHub Repository: Degen-dev/Degeneracy
Path: blob/master/public/styles/main.css
3950 views
1
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
2
@import url('https://fonts.googleapis.com/css?family=Ubuntu:100,200,300,400,500,600,700,800,900');
3
4
body {
5
background-color: #292a36;
6
}
7
8
/* Landing Page */
9
10
#landing {
11
margin-top: 15%;
12
text-align: center;
13
}
14
15
#landing-head {
16
color: grey;
17
font-size: 65px;
18
font-weight: 900;
19
font-family: 'Roboto';
20
}
21
22
#landing-body {
23
text-align: center;
24
font-family: 'Ubuntu';
25
color: white;
26
font-weight: 500;
27
font-size: 15px;
28
}
29
30
/* Choice Page */
31
32
#choices {
33
text-align: center;
34
margin-top: 12%;
35
font-weight: 500;
36
}
37
38
#choiceheadtxt {
39
font-size: 40px;
40
font-weight: 900;
41
font-family: 'Ubuntu';
42
color: white;
43
}
44
45
#choiceDesc {
46
text-align: center;
47
font-size: 20px;
48
font-weight: 500;
49
font-family: 'Ubuntu';
50
color: white;
51
}
52
53
#choiceDesc:after {
54
content: 'To get a description of each proxy, hover over the icon you would like the description of.';
55
}
56
57
#womginxDesc:hover ~ #choiceDesc::after {
58
content: 'Womginx is a very fast proxy with good site compatibility.';
59
}
60
61
#uvDesc:hover ~ #choiceDesc::after {
62
content: 'Ultraviolet is an incredibly fast and secure proxy with support for Spotify, reCaptcha, Discord, and more!';
63
}
64
65
#ramDesc:hover ~ #choiceDesc::after {
66
content: 'Rammerhead is a super fast and reliable web proxy with amazing site support.';
67
}
68
69
.imageChoice {
70
display: inline-block;
71
width: 225px;
72
height: 300px;
73
border-radius: 5px;
74
margin-right: 2.5px;
75
margin-left: 2.5px;
76
color: grey;
77
cursor: pointer;
78
border: 1px solid;
79
border-color: grey;
80
font-size: 30px;
81
font-family: 'Ubuntu';
82
text-decoration: none;
83
background: #23272a;
84
transition: all .5s ease-out;
85
}
86
87
.imageChoice:hover {
88
transition: all .5s ease-in;
89
transform: scale(1.05);
90
}
91
92
.imageChoice img {
93
width: 100%;
94
height: 80%;
95
}
96
97
#choiceButtons {
98
text-align: center;
99
}
100
101
/* Navbar */
102
103
.navbar {
104
background-color: #23272a;
105
left: 0;
106
position: fixed;
107
top: 0;
108
width: 100%;
109
letter-spacing: 0.8px;
110
height: 50px;
111
}
112
113
.navbar a {
114
color: white;
115
display: block;
116
float: right;
117
font-size: 17px;
118
padding: 12px 15px;
119
font-family: 'Ubuntu';
120
text-align: center;
121
text-decoration: none;
122
}
123
124
.ddIcon {
125
color: white;
126
padding: 15px;
127
font-size: 30px;
128
cursor: pointer;
129
display: block;
130
float: right;
131
text-align: center;
132
text-decoration: none;
133
}
134
135
.dropDown {
136
position: relative;
137
display: inline-block;
138
float: right;
139
}
140
141
.dropdownContent {
142
display: none;
143
position: absolute;
144
background-color: #23272a;
145
margin-top: 50px;
146
min-width: 150px;
147
z-index: 1;
148
right: 0;
149
}
150
151
.dropdownContent a {
152
color: white;
153
text-decoration: none;
154
display: block;
155
}
156
157
.dropdownContent a:hover {
158
transition: all .2s ease-in-out;
159
transform: scale(1.05);
160
}
161
162
.dropDown:hover .dropdownContent {
163
display: block;
164
}
165
166
#homeButton {
167
color: white;
168
display: block;
169
float: left;
170
margin-left: 25px;
171
font-size: 30px;
172
padding: 12px 15px;
173
text-align: center;
174
text-decoration: none;
175
}
176
177
.navbar i:hover {
178
cursor: pointer;
179
}
180
181
.navbar a:hover {
182
cursor: pointer;
183
}
184
185
/* Pr0xy Pages */
186
187
.proHead {
188
margin-top: 15%;
189
text-align: center;
190
color: grey;
191
font-size: 80px;
192
font-family: 'Roboto';
193
font-weight: 500;
194
}
195
196
.proBar {
197
text-align: center;
198
}
199
200
input[type="text"] {
201
width: 50%;
202
height: 50px;
203
padding: 0px 5px;
204
margin-top: 25px;
205
color: white;
206
font-family: 'Roboto';
207
background: #23272a;
208
font-size: 20px;
209
border-radius: 5px;
210
border-color: grey;
211
border-width: 1px;
212
border: 1px solid grey;
213
transition: all .2s ease-in-out;
214
}
215
216
.proButton {
217
width: 50px;
218
height: 52px;
219
color: white;
220
padding: 0px 5px;
221
font-size: 15px;
222
font-family: 'Roboto';
223
background: #23272a;
224
border-radius: 5px;
225
border-color: grey;
226
border-width: 1px;
227
cursor: pointer;
228
transition: all .2s ease-in-out;
229
border-style: solid;
230
}
231
232
.siteButton {
233
width: 150px;
234
height: 50px;
235
text-align: center;
236
color: white;
237
padding: 0px 5px;
238
font-size: 17px;
239
font-family: 'Roboto';
240
background: #23272a;
241
border-radius: 5px;
242
border-color: grey;
243
border-width: 1px;
244
margin-top: 15px;
245
cursor: pointer;
246
transition: all .2s ease-in-out;
247
border-style: solid;
248
}
249
250
/* Stealth Mode Iframe */
251
252
#iframe_frame {
253
position: fixed;
254
width: 100%;
255
height: 100%;
256
left: 0;
257
right: 0;
258
bottom: 0;
259
display: none;
260
border: none;
261
background-color: white;
262
}
263
264
/* Standard Button */
265
266
.std-button {
267
width: 150px;
268
height: 50px;
269
color: white;
270
padding: 0px 5px;
271
font-size: 15px;
272
font-family: 'Roboto';
273
background: #23272a;
274
border-radius: 5px;
275
border-color: grey;
276
border-width: 1px;
277
margin-top: 15px;
278
cursor: pointer;
279
transition: all .2s ease-in-out;
280
border-style: solid;
281
}
282
283
.std-button:hover {
284
transition: all .2s ease-in-out;
285
transform: scale(1.05);
286
}
287
288
/* Footer(s) */
289
290
.footer{
291
position: fixed;
292
text-align: center;
293
bottom: 20px;
294
width: 100%;
295
}
296
297
#footer-href {
298
color: black;
299
}
300
301
/* Center Horizontally and Vertically */
302
303
.middle {
304
position: fixed;
305
top: 50%;
306
left: 50%;
307
transform: translate(-50%, -50%)
308
}
309
310
311
/* Settings
312
Note: CHANGE THIS! THIS IS NOT GOING TO STAY LIKE THIS!! DO NOT LET IT!!! */
313
314
.settingsBody {
315
margin-top: 3%;
316
color: grey;
317
font-size: 45px;
318
font-family: 'Ubuntu';
319
font-weight: 500;
320
text-align: center;
321
}
322
323
.settingsHead {
324
color: grey;
325
font-size: 80px;
326
font-family: 'Roboto';
327
}
328
329
.settingsP {
330
font-size: 25px;
331
}
332
333
.settingsImg {
334
width: 200px;
335
height: 200px;
336
}
337
338
.settingsInput {
339
width: 50%;
340
height: 50px;
341
padding: 0px 5px;
342
color: white;
343
font-family: 'Roboto';
344
background: #23272a;
345
font-size: 20px;
346
border-radius: 5px;
347
border-color: grey;
348
border-width: 1px;
349
transition: all .2s ease-in-out;
350
border-style: solid;
351
}
352
353
.settingsInput:hover {
354
transition: all .2s ease-in-out;
355
transform: scale(1.01);
356
}
357
358
.settingsButton {
359
width: 90px;
360
height: 50px;
361
color: white;
362
padding: 0px 5px;
363
font-size: 15px;
364
font-family: 'Roboto';
365
background: #23272a;
366
border-radius: 5px;
367
border-color: grey;
368
border-width: 1px;
369
cursor: pointer;
370
transition: all .2s ease-in-out;
371
border-style: solid;
372
}
373
374
.settingsButton:hover {
375
transition: all .2s ease-in-out;
376
transform: scale(1.1);
377
}
378
379
.settingsButton[name="cloakButton"] {
380
width: 50px;
381
height: 52px;
382
padding: 0px 5px;
383
margin-left: 5px;
384
}
385