File tree 6 files changed +46
-1
lines changed
6 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 1
1
.faq-page * {
2
2
overflow-x : visible !important ;
3
+
3
4
}
4
5
.faq-page .faq-content {
5
6
height : 100% ;
7
+
6
8
}
7
9
.faq-page .faq-header {
8
10
height : 5vh ;
11
+
9
12
}
10
13
.faq-page .faq-footer {
11
14
height : 10vh ;
15
+
12
16
}
13
17
.faq-page .faq-title {
14
18
font-family : 'Roboto Mono' , monospace;
15
19
font-weight : 600 ;
16
20
font-size : 5em ;
17
21
color : whitesmoke;
18
22
margin-bottom : 3vh ;
23
+
19
24
}
20
25
.faq-page .faq-q-a-container {
21
26
margin : 2vh auto;
22
27
display : flex;
23
28
flex-direction : column;
29
+
30
+ }
31
+
32
+ # stars {
33
+ z-index : 1 ;
34
+ }
35
+
36
+ # stars2 {
37
+ z-index : 1 ;
38
+ }
39
+
40
+ # stars2a {
41
+ z-index : 1 ;
24
42
}
25
43
26
44
.styles_faq-row-wrapper__3vA1D
30
48
.styles_row-content-text__2sgAB {
31
49
padding-top : 10px !important ;
32
50
padding-left : 5px !important ;
51
+
33
52
}
34
53
.faq-page .faq-q {
35
54
text-align : left;
36
55
font-weight : bold;
56
+
37
57
}
38
58
.faq-page .faq-a {
39
59
text-align : left;
40
60
margin-left : 5vh ;
61
+
41
62
}
42
63
43
64
.row-title-text {
50
71
background-clip : text;
51
72
font-weight : bold;
52
73
color : transparent;
74
+
53
75
}
54
76
55
77
.styles_icon-wrapper__2cftw : hover {
58
80
transition : 0.2s !important ;
59
81
-webkit-transform : scale (1.05 ) !important ;
60
82
transform : scale (1.05 ) !important ;
83
+
61
84
}
62
85
63
86
.styles_faq-row-wrapper__3vA1D
70
93
padding-right : 10px !important ;
71
94
padding-bottom : 10px !important ;
72
95
padding-left : 10px !important ;
96
+
73
97
}
74
98
.styles_faq-row-wrapper__3vA1D .styles_faq-row__2YF3c {
75
99
border-bottom : 0px solid # ccc !important ;
100
+
76
101
}
77
102
.faq-body {
103
+ position : relative;
78
104
background-image : linear-gradient (
79
105
45deg ,
80
106
# cc0000,
81
107
# cc0000
82
108
);
83
109
padding : 50px ;
84
110
border-radius : 25px ;
111
+ z-index : 2 ;
85
112
}
86
113
.faq-row-wrapper {
87
114
color : rgb (105 , 225 , 255 );
92
119
margin : auto;
93
120
background-color : black !important ;
94
121
background-image : url ("../images/stars.png" );
122
+
95
123
}
96
124
97
125
.icon-wrapper {
101
129
rgb (234 , 137 , 137 ),
102
130
rgb (252 , 0 , 0 )
103
131
);
132
+
104
133
}
105
134
.row-content {
106
135
padding : 5px ;
136
+
107
137
}
108
138
109
139
.faq-row-wrapper {
110
140
text-align : left;
141
+
111
142
}
112
143
@media only screen and (max-width : 460px ) {
113
144
.faq-page .faq-title {
Original file line number Diff line number Diff line change 207
207
208
208
# stars {
209
209
width : 2px ;
210
- height : 5.51 px ;
210
+ height : 5.53 px ;
211
211
background-color : # 000 ;
212
212
border-radius : 50% / 60% ;
213
213
position : relative;
Original file line number Diff line number Diff line change 4
4
}
5
5
.prizes-page * {
6
6
overflow-x : hidden !important ;
7
+
7
8
}
8
9
.prizes-page .prizes-content {
9
10
height : 100% ;
44
45
.prizes-caption {
45
46
width : 100vh ;
46
47
text-align : center;
48
+
47
49
}
48
50
.prizes-caption-header {
49
51
text-align : center;
53
55
border-width : 10px ;
54
56
border-color : white;
55
57
text-align : center;
58
+ position : relative;
59
+ z-index : 2 ;
60
+ background-color : black;
56
61
}
57
62
.prizes-caption-img-sep {
58
63
width : 10vh ;
64
69
width : fit-content;
65
70
text-align : center;
66
71
font-size : 1.5em ;
72
+ position : relative;
73
+ z-index : 2 ;
74
+ background-color : black;
67
75
}
68
76
.prizes-list li {
69
77
margin : 7px auto;
Original file line number Diff line number Diff line change 4
4
}
5
5
.schedule-page * {
6
6
overflow-x : visible !important ;
7
+ position : relative;
8
+ z-index : 3 ;
7
9
}
8
10
.schedule-page .schedule-content {
9
11
height : 100% ;
Original file line number Diff line number Diff line change 1
1
.sponsors-page * {
2
2
overflow-x : visible !important ;
3
3
height : fit-content;
4
+ position : relative;
5
+ z-index : 2 ;
4
6
}
5
7
.sponsors-page .sponsors-content {
6
8
height : 100% ;
Original file line number Diff line number Diff line change 4
4
}
5
5
.team-page * {
6
6
overflow-x : visible !important ;
7
+ position : relative;
8
+ z-index : 2 ;
7
9
}
8
10
.team-page .team-content {
9
11
height : 100% ;
You can’t perform that action at this time.
0 commit comments