Skip to content

Commit de85872

Browse files
committed
POST ON FRIDAY ONLY!!!!!!!!!!
1 parent d390cd1 commit de85872

File tree

8 files changed

+710
-259
lines changed

8 files changed

+710
-259
lines changed

competition.html

Lines changed: 0 additions & 222 deletions
This file was deleted.

css/host.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ h1{
7373
font-size: 60px;
7474
}
7575
}
76-
.livestream {
76+
#livestream {
7777
margin: auto;
78+
display: block;
79+
width: 70%;
80+
height: 500px;
7881
}
7982
.game {
8083
display: flex;
@@ -157,5 +160,22 @@ h1{
157160
}
158161
.contained {
159162
margin-bottom: 5px !important;
163+
border-radius: 0px;
164+
}
165+
}
166+
.record {
167+
display: flex;
168+
margin: auto;
169+
width: 500px;
170+
height: 50px;
171+
img {
172+
height: 50px;
173+
display: flex;
174+
margin-left: auto; margin-right: 10px;
175+
}
176+
h3 {
177+
display: flex;
178+
margin-right: auto; margin-left: 10px;
179+
font-size: 41.66666666666px;
160180
}
161181
}

css/index.css

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,105 @@ a {
369369
}
370370
label {
371371
margin-right: 10px;
372+
}
373+
#comp {
374+
background-image: linear-gradient(90deg, #efb821, #ac851c);
375+
width: 50%;
376+
#compbody {
377+
padding: 10px;
378+
}
379+
h1, h5 {
380+
font-weight: 900;
381+
color: #000;
382+
}
383+
#compwatch {
384+
background-color: #00000055;
385+
color: #fff;
386+
font-weight: 900;
387+
font-size: 50px;
388+
margin: auto;
389+
align-items: center;
390+
transition: background-color 1s, color 1s, transform 1s;
391+
p {
392+
transform: scale(1);
393+
transition: transform 1s ease-out;
394+
text-align: center;
395+
text-decoration: none;
396+
margin-bottom: 0px;
397+
}
398+
}
399+
#compwatch:hover {
400+
background-color: #ffffff55;
401+
color: #000;
402+
p {
403+
transform: scale(1.5);
404+
transition: transform 1s;
405+
}}
406+
}
407+
.linknoatt {
408+
margin: auto;
409+
text-decoration: none !important;
410+
margin-bottom: 0px !important;
411+
width: 100%;
412+
}
413+
414+
#robotscylla {
415+
background-image: linear-gradient(-90deg, #656cb2, #343972);
416+
width: 50%;
417+
#compbody {
418+
padding: 10px;
419+
margin-bottom: 0px;
420+
}
421+
h1, h5 {
422+
font-weight: 900;
423+
color: #fff;
424+
text-align: right;
425+
}
426+
#scyllamore {
427+
background-color: #00000055;
428+
color: #fff;
429+
font-weight: 900;
430+
font-size: 50px;
431+
margin: auto;
432+
align-items: center;
433+
transition: background-color 1s, color 1s, transform 1s;
434+
p {
435+
transform: scale(1);
436+
transition: transform 1s ease-out;
437+
text-align: center;
438+
text-decoration: none;
439+
margin-bottom: 0px;
440+
}
441+
}
442+
#scyllamore:hover {
443+
background-color: #ffffff55;
444+
color: #000;
445+
p {
446+
transform: scale(1.5);
447+
transition: transform 1s;
448+
}}
449+
}
450+
#topbox {
451+
display: flex;
452+
}
453+
@media screen and (max-width: 770px) {
454+
#scyllamore, #compwatch {
455+
font-size: 20px !important;
456+
}
457+
#scyllamore:hover, #compwatch:hover {
458+
p {
459+
transform: scale(1) !important;
460+
transition: transform 1s;
461+
}
462+
}
463+
#robotscylla, #comp {
464+
h1 {
465+
font-size: 15px
466+
}
467+
h5 {
468+
font-size: 12px
469+
}
470+
display:grid
471+
}
472+
}
372473
}

css/nav.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ br {
5151
overflow-x: hidden;
5252
}
5353
.watch {
54-
color: #000 !important;
54+
color: #efb821 !important;
5555
}
5656
.watchmobile {
5757
i {
5858
font-size: 30px;
59-
color: #000;
59+
color: #efb821;
6060
}
6161
}
6262
@media screen and (min-width: 900px) {

0 commit comments

Comments
 (0)