7
7
* Copyright (c) 2019 - Asif Mughal
8
8
*/
9
9
/* File: jquery.jside-menu.css */
10
- @font-face {
11
- font-family : 'Helvetica Neue' ;
12
- font-style : normal;
13
- font-weight : 300 ;
14
- font-smoothing : antialiased;
15
- -webkit-font-smoothing : antialiased;
16
- -moz-osx-font-smoothing : grayscale;
17
- src : local ('Helvetica Neue' ), local ('HelveticaNeue' ), url (http://themes.googleusercontent.com/licensed/font?kit=Lx1xfUTR4qFjwg0Z_pb900DGSpWewu0sZH-jqLz8Q00) format ('truetype' );
18
- }
19
- * { margin : 0 ;
20
- padding : 0 ;
21
- }
22
- body {
23
- font-family : 'Helvetica Neue' ;
24
- font-weight : 300 ;
25
- font-smoothing : antialiased;
26
- -webkit-font-smoothing : antialiased;
27
- -moz-osx-font-smoothing : grayscale;
28
10
29
- }
30
- html {
31
- -webkit-font-smoothing : antialiased;}
32
-
33
11
: root {
34
12
--skin-hover : rgba (0 , 0 , 0 , 0.1 );
35
13
--skin-color : rgba (255 , 255 , 255 , 0.7 );
36
14
}
37
15
.default-skin {
38
- font-family : 'Helvetica Neue' ;
16
+ font-family : 'Questrial' , sans-serif ;
39
17
font-weight : 300 ;
18
+ font-size : 14px ;
40
19
font-smoothing : antialiased;
41
20
-webkit-font-smoothing : antialiased;
42
21
-moz-osx-font-smoothing : grayscale;
65
44
border : 0 ;
66
45
outline : 0 ;
67
46
background : transparent;
68
- top : 6 px ;
47
+ top : 10 px ;
69
48
padding : 0 5px ;
70
49
color : var (--skin-color );
71
50
cursor : pointer;
78
57
-webkit-opacity : 0.8 ;
79
58
}
80
59
81
- .menu-trigger : before {
82
- font-family : 'Material-Design-Iconic-Font' ;
83
-
84
- content : '\f197' ;
85
-
86
- font-size : 22pt ;
87
-
88
- }
89
60
90
61
.menu-trigger .left {
91
62
left : 20px ;
@@ -102,22 +73,23 @@ html{
102
73
}
103
74
104
75
.menu-container {
76
+ font-family : 'Questrial' , sans-serif;
105
77
overflow : auto;
106
78
display : block;
107
79
top : 120px ;
108
80
109
81
}
110
82
111
83
.menu-container ::-webkit-scrollbar {
112
- width : 10 px ;
84
+ width : 4 px ;
113
85
}
114
86
115
87
.menu-container ::-webkit-scrollbar-track {
116
- background : # f1f1f1 ;
88
+ background : rgba ( 255 , 255 , 255 , 0.2 ) ;
117
89
}
118
90
119
91
.menu-container ::-webkit-scrollbar-thumb {
120
- background : # 888 ;
92
+ background : rgba ( 0 , 0 , 0 , 0.11 ) ;
121
93
}
122
94
123
95
.menu-container ::-webkit-scrollbar-thumb : hover {
@@ -156,7 +128,7 @@ html{
156
128
.menu-head {
157
129
background : var (--skin );
158
130
position : fixed;
159
- z-index : 100 ;
131
+ z-index : 1000 ;
160
132
width : 270px ;
161
133
162
134
}
@@ -183,7 +155,7 @@ html{
183
155
.dropdown-heading ,
184
156
.menu-items li a {
185
157
text-decoration : none;
186
- padding : 12 px 12 px 12 px 45 px ;
158
+ padding : 10 px ;
187
159
display : block;
188
160
color : var (--skin-color );
189
161
border-bottom : 1px dotted rgba (255 , 255 , 255 , 0.050 );
@@ -192,6 +164,11 @@ html{
192
164
user-select : none;
193
165
-webkit-user-select : none;
194
166
}
167
+ /* Icon Style */
168
+ .menu-items li i {
169
+ font-size : 16px ;
170
+ margin-right : 10px ;
171
+ }
195
172
.dropdown-heading {
196
173
-webkit-tap-highlight-color : transparent;
197
174
}
@@ -224,31 +201,12 @@ html{
224
201
}
225
202
}
226
203
227
- .item-icon {
228
- margin : 0 25px 0 0 ;
229
- display : inline;
230
- width : 32px ;
231
- height : 32px ;
232
- line-height : 32px ;
233
- position : absolute;
234
- font-size : 15pt ;
235
- margin : 5px ;
236
- text-align : center;
237
- color : var (--skin-color );
238
-
239
- }
240
204
241
205
/* Dropdowns */
242
206
.has-sub ul {
243
-
244
207
list-style : none;
245
-
246
208
overflow : hidden;
247
-
248
- height : 0px ;
249
-
250
- transition : .360s ;
251
-
209
+ display : none;
252
210
background : # f2f9f9 ;
253
211
}
254
212
@@ -287,31 +245,21 @@ html{
287
245
288
246
289
247
290
- .has-sub i .arrow {
291
-
248
+ .has-sub i .d-arrow {
292
249
float : right;
293
-
294
250
margin-right : 10px ;
295
-
296
251
transition : 0.360s ;
297
-
298
252
font-size : 16px ;
299
253
}
300
254
301
255
302
256
303
- .has-sub .arrowdown {
304
-
257
+ .has-sub .d-arrow .d-down {
305
258
transform : rotateZ (180deg );
306
-
307
259
-webkit-transform : rotateZ (180deg );
308
-
309
260
-moz-transform : rotateZ (180deg );
310
-
311
261
transition : 0.360s ;
312
-
313
262
-webkit-transition : 0.360s ;
314
-
315
263
-moz-transition : 0.360s ;
316
264
317
265
}
@@ -371,7 +319,7 @@ html{
371
319
372
320
.dim-overlay : before {
373
321
content : "" ;
374
- background-color : rgba (0 , 0 , 10 , .4 );
322
+ background-color : rgba (0 , 0 , 0 , .4 );
375
323
height : 100vh ;
376
324
left : 0 ;
377
325
position : fixed;
0 commit comments