1
- .all-filters-option {
1
+ .all-filters-option { /* Ignore CSSLintBear */
2
2
animation-duration : 1s ;
3
3
animation-fill-mode : both;
4
4
background-color : white;
32
32
display : none;
33
33
}
34
34
.evenly-spread-content {
35
- justify-content : space-evenly;
35
+ justify-content : space-evenly; /* Ignore CSSLintBear */
36
36
}
37
37
.hash_value_dup {
38
- position : 'absolute' ;
39
- left : '-9999px' ;
38
+ left : -9999 px ;
39
+ position : absolute ;
40
40
}
41
41
.hinttext {
42
- visibility : hidden;
43
- width : 120px ;
44
42
background-color : gray;
43
+ border-radius : 6px ;
45
44
color : # fff ;
46
- text-align : center;
45
+ left : 60% ;
46
+ margin-left : -60px ;
47
47
padding : 5px 0 ;
48
- border-radius : 6px ;
49
48
position : absolute;
50
- z-index : 1 ;
49
+ text-align : center ;
51
50
top : 95% ;
52
- left : 60% ;
53
- margin-left : -60px ;
51
+ visibility : hidden;
52
+ width : 120px ;
53
+ z-index : 1 ;
54
54
}
55
55
.hinttext ::after {
56
- content : " " ;
57
- position : absolute;
56
+ border-color : transparent transparent gray transparent;
57
+ border-style : solid;
58
+ border-width : 5px ;
58
59
bottom : 100% ;
60
+ content : " " ;
59
61
left : 50% ;
60
62
margin-left : -5px ;
61
- border-width : 5px ;
62
- border-style : solid;
63
- border-color : transparent transparent gray transparent;
63
+ position : absolute;
64
64
}
65
65
.fa-clipboard : hover {
66
66
cursor : pointer;
71
71
.filter-projects-inputs {
72
72
display : flex;
73
73
flex-flow : row wrap;
74
- justify-content : space-evenly;
74
+ justify-content : space-evenly; /* Ignore CSSLintBear */
75
75
margin-top : 1rem ;
76
76
}
77
77
.filter-btn {
91
91
}
92
92
.filter-select-fields {
93
93
justify-content : space-around;
94
- padding-top : 20px ;
95
94
padding-bottom : 10px ;
95
+ padding-top : 20px ;
96
96
width : 100% ;
97
97
}
98
98
.footer-icons {
99
99
display : flex;
100
100
flex-wrap : wrap;
101
- justify-content : space-evenly;
101
+ justify-content : space-evenly; /* Ignore CSSLintBear */
102
102
line-height : 3em ;
103
103
}
104
104
.gsoc-students {
@@ -120,12 +120,12 @@ nav {
120
120
width : 50px ;
121
121
}
122
122
.project-detail-element > .clickable : hover , .clickable : hover .chip : hover {
123
- cursor : pointer;
124
123
background-color : # f3f5f8 ;
124
+ cursor : pointer;
125
125
}
126
126
.report .card {
127
- box-shadow : 0 1px 1px 0 rgba (0 , 0 , 0 , 0.0 ), 0 1px 1px 0 rgba (0 , 0 , 0 , 0.0 ), 0 1px 1px 0 px rgba (0 , 0 , 0 , 0.05 );
128
- margin-bottom : 0 !important ;
127
+ box-shadow : 0 1px 1px 0 rgba (0 , 0 , 0 , 0.0 ), 0 1px 1px 0 rgba (0 , 0 , 0 , 0.0 ), 0 1px 1px 0 rgba (0 , 0 , 0 , 0.05 );
128
+ margin-bottom : 0 ;
129
129
}
130
130
.report {
131
131
background-color : # f3f5f8 ;
@@ -143,14 +143,14 @@ nav {
143
143
height : 100% ;
144
144
}
145
145
.report .blog-title {
146
- letter-spacing : 0.1em ;
147
146
font-weight : 500 ;
147
+ letter-spacing : 0.1em ;
148
148
text-align : center;
149
149
}
150
150
.report .links-section a {
151
- text-decoration : none;
152
151
color : lightslategray;
153
152
padding : 0.1em ;
153
+ text-decoration : none;
154
154
}
155
155
.report .row {
156
156
display : -webkit-box;
@@ -159,7 +159,7 @@ nav {
159
159
display : flex;
160
160
flex-wrap : wrap;
161
161
}
162
- .report .row > [class *= 'col' ] {
162
+ .report .row > [class *= 'col' ] { /* Ignore CSSLintBear */
163
163
display : flex;
164
164
flex-direction : column;
165
165
}
@@ -174,7 +174,7 @@ nav {
174
174
text-align : center;
175
175
}
176
176
.report .card {
177
- word-break : break-word;
177
+ word-break : break-word; /* Ignore CSSLintBear */
178
178
}
179
179
.report td p {
180
180
display : inline;
@@ -183,11 +183,11 @@ nav {
183
183
border-bottom : 1px solid aliceblue;
184
184
}
185
185
.report-url a {
186
- color : # f57f17 !important ;
186
+ color : # f57f17 ;
187
187
}
188
188
@media only screen and (min-width : 993px ) {
189
189
.container {
190
- width : 90% !important ;
190
+ width : 90% ;
191
191
}
192
192
.for-mobile {
193
193
display : none;
@@ -198,20 +198,14 @@ nav {
198
198
display : none;
199
199
}
200
200
}
201
- .ribbon {
202
- position : absolute;
203
- top : 0 ; right : 0 ;
204
- border : 0 ;
205
- z-index : 9 ;
206
- }
207
201
.searchbar {
208
- width : 85% ;
209
- min-width : 340px ;
210
202
margin-top : 0 ;
203
+ min-width : 340px ;
204
+ width : 85% ;
211
205
}
212
206
.sha256sum_hash {
213
207
display : flex;
214
- justify-content : space-evenly;
208
+ justify-content : space-evenly; /* Ignore CSSLintBear */
215
209
}
216
210
.students {
217
211
padding : 0 20px ;
@@ -220,8 +214,7 @@ nav {
220
214
padding-left : 0.5em ;
221
215
padding-right : 0.5em ;
222
216
}
223
-
224
- # sha256sum_hash_value {
217
+ .sha256sum_hash_value {
225
218
word-wrap : break-word;
226
219
}
227
220
@-webkit-keyframes fade-in {
0 commit comments