27
27
-moz-osx-font-smoothing : grayscale;
28
28
29
29
}
30
+ html {
31
+ -webkit-font-smoothing : antialiased;}
32
+
30
33
: root {
31
34
--skin-hover : rgba (0 , 0 , 0 , 0.1 );
32
- --skin-color : rgba (255 , 255 , 255 , 0.9 );
35
+ --skin-color : rgba (255 , 255 , 255 , 0.7 );
33
36
}
34
37
.default-skin {
35
38
font-family : 'Helvetica Neue' ;
76
79
}
77
80
78
81
.menu-trigger : before {
79
- font-family : 'Material-Design-Iconic-Font' ;
80
- content : '\f197' ;
82
+ font-family : 'Material-Design-Iconic-Font' ;
83
+
84
+ content : '\f197' ;
85
+
81
86
font-size : 22pt ;
82
87
83
88
}
@@ -212,51 +217,83 @@ body{
212
217
}
213
218
214
219
/* Dropdowns */
215
- .has-sub ul {
216
- list-style : none;
217
- overflow : hidden;
218
- height : 0px ;
219
- transition : .360s ;
220
+ .has-sub ul {
221
+
222
+ list-style : none;
223
+
224
+ overflow : hidden;
225
+
226
+ height : 0px ;
227
+
228
+ transition : .360s ;
229
+
220
230
background : # f2f9f9 ;
221
- }
222
-
223
- .has-sub ul li a {
224
- display : block;
225
- padding : 12px 33px ;
226
- border-bottom : 0 ;
231
+ }
232
+
233
+
234
+
235
+ .has-sub ul li a {
236
+
237
+ display : block;
238
+
239
+ padding : 12px 33px ;
240
+
241
+ border-bottom : 0 ;
242
+
227
243
font-size : 13px ;
228
244
color : # 444 ;
229
245
transition : .1s ;
230
246
-webkit-transition : .1s ;
231
247
border-bottom : 1px dotted # e1e1e1 ;
232
- }
248
+ }
249
+
233
250
.has-sub ul li a : hover {
234
251
background : # dedede ;
235
252
transition : .1s ;
236
253
-webkit-transition : .1s ;
237
254
}
238
255
239
- .has-sub span {
240
- display : block;
241
- box-sizing : border-box;
242
-
243
- }
244
-
245
- .has-sub i .arrow {
246
- float : right;
247
- margin-right : 10px ;
248
- transition : 0.360s ;
256
+ .has-sub span {
257
+
258
+ display : block;
259
+
260
+ box-sizing : border-box;
261
+
262
+
263
+
264
+ }
265
+
266
+
267
+
268
+ .has-sub i .arrow {
269
+
270
+ float : right;
271
+
272
+ margin-right : 10px ;
273
+
274
+ transition : 0.360s ;
275
+
249
276
font-size : 16px ;
250
- }
251
-
252
- .has-sub .arrowdown {
253
- transform : rotateZ (180deg );
254
- -webkit-transform : rotateZ (180deg );
255
- -moz-transform : rotateZ (180deg );
256
- transition : 0.360s ;
257
- -webkit-transition : 0.360s ;
258
- -moz-transition : 0.360s ;
259
- }
277
+ }
278
+
279
+
280
+
281
+ .has-sub .arrowdown {
282
+
283
+ transform : rotateZ (180deg );
284
+
285
+ -webkit-transform : rotateZ (180deg );
286
+
287
+ -moz-transform : rotateZ (180deg );
288
+
289
+ transition : 0.360s ;
290
+
291
+ -webkit-transition : 0.360s ;
292
+
293
+ -moz-transition : 0.360s ;
294
+
295
+ }
296
+
260
297
.col {
261
298
display : table;
262
299
@@ -340,4 +377,4 @@ body{
340
377
}
341
378
.logo a : hover {
342
379
color : var (--skin-hover );
343
- }
380
+ }
0 commit comments