nunify 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/nunify/version.rb +1 -1
- data/vendor/assets/images/nunify/bg-black.png +0 -0
- data/vendor/assets/images/nunify/bg-black1.png +0 -0
- data/vendor/assets/images/nunify/bg-breadcrumb.png +0 -0
- data/vendor/assets/images/nunify/bg-green.png +0 -0
- data/vendor/assets/images/nunify/bg-white.png +0 -0
- data/vendor/assets/images/nunify/overlay-icon.png +0 -0
- data/vendor/assets/images/nunify/patterns/1.png +0 -0
- data/vendor/assets/images/nunify/patterns/10.png +0 -0
- data/vendor/assets/images/nunify/patterns/11.png +0 -0
- data/vendor/assets/images/nunify/patterns/12.png +0 -0
- data/vendor/assets/images/nunify/patterns/13.png +0 -0
- data/vendor/assets/images/nunify/patterns/14.png +0 -0
- data/vendor/assets/images/nunify/patterns/15.png +0 -0
- data/vendor/assets/images/nunify/patterns/2.png +0 -0
- data/vendor/assets/images/nunify/patterns/3.png +0 -0
- data/vendor/assets/images/nunify/patterns/4.png +0 -0
- data/vendor/assets/images/nunify/patterns/5.png +0 -0
- data/vendor/assets/images/nunify/patterns/6.png +0 -0
- data/vendor/assets/images/nunify/patterns/7.png +0 -0
- data/vendor/assets/images/nunify/patterns/8.png +0 -0
- data/vendor/assets/images/nunify/patterns/9.png +0 -0
- data/vendor/assets/javascripts/nunify.js +3 -0
- data/vendor/assets/javascripts/nunify/app.js +256 -0
- data/vendor/assets/javascripts/nunify/plugins/circles-master.js +141 -0
- data/vendor/assets/javascripts/nunify/plugins/datepicker.js +63 -0
- data/vendor/assets/javascripts/nunify/plugins/form-sliders.js +78 -0
- data/vendor/assets/javascripts/nunify/plugins/masking.js +16 -0
- data/vendor/assets/javascripts/nunify/plugins/owl-carousel.js +72 -0
- data/vendor/assets/javascripts/nunify/plugins/validation.js +134 -0
- data/vendor/assets/javascripts/nunify/plugins/vector-map.js +276 -0
- data/vendor/assets/stylesheets/nunify.scss +7 -0
- data/vendor/assets/stylesheets/nunify/app.scss +2743 -0
- data/vendor/assets/stylesheets/nunify/plugins.scss +542 -0
- data/vendor/assets/stylesheets/nunify/plugins/animate.css +2728 -0
- data/vendor/assets/stylesheets/nunify/plugins/box-shadows.css +60 -0
- data/vendor/assets/stylesheets/nunify/style.scss +2312 -0
- data/vendor/assets/stylesheets/nunify/themes/aqua.css +862 -0
- data/vendor/assets/stylesheets/nunify/themes/blue.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/brown.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/dark-blue.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/default.css +503 -0
- data/vendor/assets/stylesheets/nunify/themes/light-green.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/light.css +853 -0
- data/vendor/assets/stylesheets/nunify/themes/orange.css +863 -0
- data/vendor/assets/stylesheets/nunify/themes/purple.css +864 -0
- data/vendor/assets/stylesheets/nunify/themes/red.css +876 -0
- metadata +47 -1
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Template Name: Unify - Responsive Bootstrap Template
|
|
3
|
+
* Description: Business, Corporate, Portfolio and Blog Theme.
|
|
4
|
+
* Version: 1.4
|
|
5
|
+
* Author: @htmlstream
|
|
6
|
+
* Website: http://htmlstream.com
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/*Parallax Slider (Main)
|
|
10
|
+
------------------------------------*/
|
|
11
|
+
.slider-inner .da-slider {
|
|
12
|
+
box-shadow: none;
|
|
13
|
+
border-bottom: 2px solid #ddd;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.slider-inner .da-dots {
|
|
17
|
+
z-index: 10;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@media (max-width: 450px) {
|
|
21
|
+
.da-slide p {
|
|
22
|
+
display:none;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@media (max-width: 900px) {
|
|
27
|
+
/*Slider Parallax*/
|
|
28
|
+
.da-slide .da-img {
|
|
29
|
+
display:none;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/*Layer Slider
|
|
34
|
+
------------------------------------*/
|
|
35
|
+
.layer_slider {
|
|
36
|
+
overflow: hidden;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.ls-ct-half, .ls-ct-center {
|
|
40
|
+
border-radius: 100px !important;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/*Sequence Slider (Home Page)
|
|
44
|
+
------------------------------------*/
|
|
45
|
+
@media (max-width: 900px) {
|
|
46
|
+
#sequence-theme .info {
|
|
47
|
+
top:80px !important;
|
|
48
|
+
width:60% !important;
|
|
49
|
+
margin-right:50px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@media (max-width: 450px) {
|
|
54
|
+
#sequence-theme .info {
|
|
55
|
+
top:70px !important;
|
|
56
|
+
width:70% !important;
|
|
57
|
+
margin-right:25px;
|
|
58
|
+
}
|
|
59
|
+
#sequence-theme h2 {
|
|
60
|
+
font-size:30px !important;
|
|
61
|
+
}
|
|
62
|
+
#sequence-theme .info p {
|
|
63
|
+
font-size:18px !important;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/*Clients Carousel (Flexslider)
|
|
68
|
+
------------------------------------*/
|
|
69
|
+
.clients {
|
|
70
|
+
box-shadow:none !important;
|
|
71
|
+
margin-bottom: 0 !important;
|
|
72
|
+
}
|
|
73
|
+
.clients li {
|
|
74
|
+
float: left;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
margin-left: 1px;
|
|
77
|
+
position: relative;
|
|
78
|
+
background: #fafafa;
|
|
79
|
+
}
|
|
80
|
+
.clients li:hover {
|
|
81
|
+
background: #f6f6f6;
|
|
82
|
+
}
|
|
83
|
+
.clients li img.color-img {
|
|
84
|
+
top: 0;
|
|
85
|
+
left: 0;
|
|
86
|
+
display: none;
|
|
87
|
+
position: absolute;
|
|
88
|
+
}
|
|
89
|
+
.clients li:hover img.color-img {
|
|
90
|
+
display: block;
|
|
91
|
+
}
|
|
92
|
+
.clients li img {
|
|
93
|
+
filter: gray; /* IE6-9 */
|
|
94
|
+
float: none !important;
|
|
95
|
+
margin: 0 auto !important;
|
|
96
|
+
}
|
|
97
|
+
.clients li img:hover {
|
|
98
|
+
filter: none;
|
|
99
|
+
}
|
|
100
|
+
.clients,
|
|
101
|
+
.flexslider.home {
|
|
102
|
+
border: 0;
|
|
103
|
+
overflow: hidden;
|
|
104
|
+
margin-top: 10px;
|
|
105
|
+
margin-bottom: 30px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.flexslider {
|
|
109
|
+
margin-top: 10px !important;
|
|
110
|
+
background: none !important;
|
|
111
|
+
}
|
|
112
|
+
.flexslider .flex-direction-nav a {
|
|
113
|
+
margin-top: -10px !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/*Fancybox
|
|
117
|
+
------------------------------------*/
|
|
118
|
+
/*For Topbar*/
|
|
119
|
+
.fancybox-overlay.fancybox-overlay-fixed {
|
|
120
|
+
z-index:9999;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/*FancyBox Hover Effect*/
|
|
124
|
+
.zoomer:hover .overlay-zoom .zoom-icon{
|
|
125
|
+
opacity:0.4;
|
|
126
|
+
-webkit-transform: scale(1);
|
|
127
|
+
-moz-transform: scale(1);
|
|
128
|
+
-o-transform: scale(1);
|
|
129
|
+
-ms-transform: scale(1);
|
|
130
|
+
transform: scale(1);
|
|
131
|
+
filter: alpha(opacity = 50);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.overlay-zoom {
|
|
135
|
+
z-index: 90;
|
|
136
|
+
width: 100%;
|
|
137
|
+
height: 100%;
|
|
138
|
+
display: block;
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
position: relative;
|
|
141
|
+
-webkit-transition: all 0.1s ease-in-out;
|
|
142
|
+
-moz-transition: all 0.1s ease-in-out;
|
|
143
|
+
-o-transition: all 0.1s ease-in-out;
|
|
144
|
+
-ms-transition: all 0.1s ease-in-out;
|
|
145
|
+
transition: all 0.1s ease-in-out;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.overlay-zoom .zoom-icon {
|
|
149
|
+
top:0;
|
|
150
|
+
opacity: 0;
|
|
151
|
+
z-index: 100;
|
|
152
|
+
width: inherit;
|
|
153
|
+
height: inherit;
|
|
154
|
+
position: absolute;
|
|
155
|
+
background-color: #000;
|
|
156
|
+
background-position: 50%;
|
|
157
|
+
background-repeat: no-repeat;
|
|
158
|
+
background-image:image-url("unify/img/overlay-icon.png");
|
|
159
|
+
filter: alpha(opacity = 0);
|
|
160
|
+
-webkit-backface-visibility: hidden;
|
|
161
|
+
-webkit-transition: all 0.4s ease-in-out;
|
|
162
|
+
-moz-transition: all 0.4s ease-in-out;
|
|
163
|
+
-o-transition: all 0.4s ease-in-out;
|
|
164
|
+
-ms-transition: all 0.4s ease-in-out;
|
|
165
|
+
transition: all 0.4s ease-in-out;
|
|
166
|
+
-webkit-transform: scale(0);
|
|
167
|
+
-moz-transform: scale(0);
|
|
168
|
+
-o-transform: scale(0);
|
|
169
|
+
-ms-transform: scale(0);
|
|
170
|
+
transform: scale(0);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@media (max-width: 768px) {
|
|
174
|
+
.fancybox-overlay {
|
|
175
|
+
background: none !important;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/*Owl Carousel
|
|
180
|
+
------------------------------------*/
|
|
181
|
+
.owl-btn {
|
|
182
|
+
color: #777;
|
|
183
|
+
cursor: pointer;
|
|
184
|
+
font-size: 18px;
|
|
185
|
+
padding: 2px 9px;
|
|
186
|
+
text-align: center;
|
|
187
|
+
background: #f5f5f5;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.owl-btn:hover {
|
|
191
|
+
color: #fff;
|
|
192
|
+
background: #72c02c;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/*Owl Carousel v1*/
|
|
196
|
+
.owl-carousel-v1 .owl-navigation {
|
|
197
|
+
text-align: right;
|
|
198
|
+
margin-bottom: 20px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.owl-carousel-v1 .item {
|
|
202
|
+
margin: 0 15px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.owl-carousel-v1 .item img {
|
|
206
|
+
text-align: center;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.owl-carousel-v1 .owl-pagination {
|
|
210
|
+
display: none;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/*Owl Carousel v2*/
|
|
214
|
+
.owl-carousel-v2 .owl-slider-v2 {
|
|
215
|
+
margin-bottom: 20px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.owl-carousel-v2 .item {
|
|
219
|
+
margin: 0 15px;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.owl-carousel-v2 .item img {
|
|
223
|
+
text-align: center;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.owl-carousel-v2 .owl-navigation {
|
|
227
|
+
text-align: center;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.owl-carousel-v2 .owl-pagination {
|
|
231
|
+
display: none;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/*Owl Carousel v3*/
|
|
235
|
+
.owl-carousel-v3 .item {
|
|
236
|
+
margin: 0 15px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.owl-carousel-v3 .item img {
|
|
240
|
+
text-align: center;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.owl-carousel-v3 .owl-pagination {
|
|
244
|
+
display: none;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
/*Owl Carousel v4*/
|
|
248
|
+
.owl-carousel-v4 .owl-wrapper-outer {
|
|
249
|
+
margin-bottom: 20px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.owl-carousel-v4 .item {
|
|
253
|
+
margin: 0 3px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.owl-carousel-v4 .item img {
|
|
257
|
+
width: 100%;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
/*Owl Pagination*/
|
|
261
|
+
.owl-pagination {
|
|
262
|
+
text-align: center !important;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.owl-theme .owl-controls .owl-page.active span,
|
|
266
|
+
.owl-theme .owl-controls.clickable .owl-page:hover span {
|
|
267
|
+
opacity: 1;
|
|
268
|
+
filter: Alpha(Opacity=100);/*IE7 fix*/
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.owl-theme .owl-controls .owl-page {
|
|
272
|
+
zoom: 1;
|
|
273
|
+
display: inline-block;
|
|
274
|
+
*display: inline;/*IE7 life-saver */
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.owl-theme .owl-controls .owl-page span {
|
|
278
|
+
width: 12px;
|
|
279
|
+
height: 12px;
|
|
280
|
+
opacity: 0.3;
|
|
281
|
+
display: block;
|
|
282
|
+
margin: 5px 7px;
|
|
283
|
+
background: #bbb;
|
|
284
|
+
filter: Alpha(Opacity=50);/*IE7 fix*/
|
|
285
|
+
-webkit-border-radius: 50% !important;
|
|
286
|
+
-moz-border-radius: 50% !important;
|
|
287
|
+
border-radius: 50% !important;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
/*Owl Carousel Style v1*/
|
|
292
|
+
.owl-carousel-style-v1 img {
|
|
293
|
+
width: 120px;
|
|
294
|
+
height: auto;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/*Owl Carousel Style v2*/
|
|
298
|
+
.owl-carousel-style-v2 .item {
|
|
299
|
+
margin: 0 3px;
|
|
300
|
+
background: #fafafa;
|
|
301
|
+
text-align: center;
|
|
302
|
+
border: solid 1px #eee;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.owl-carousel-style-v2 .item img {
|
|
306
|
+
padding: 0 3px;
|
|
307
|
+
display: inline-block;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.owl-carousel-style-v2 .item:hover {
|
|
311
|
+
background: #f7f7f7;
|
|
312
|
+
border-color: #e5e5e5;
|
|
313
|
+
transition: all 0.4s ease-in-out;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.owl-carousel-style-v2 .owl-pagination {
|
|
317
|
+
display: none;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/*Pie Chart
|
|
321
|
+
------------------------------------*/
|
|
322
|
+
.pie-progress-charts .inner-pchart {
|
|
323
|
+
text-align: center;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.pie-progress-charts .circle {
|
|
327
|
+
color: #555;
|
|
328
|
+
font-weight: 200;
|
|
329
|
+
margin-bottom: 20px;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.pie-progress-charts .circle-title {
|
|
333
|
+
font-size: 22px;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
@media (max-width: 767px) {
|
|
337
|
+
.pie-progress-charts .inner-pchart {
|
|
338
|
+
margin-bottom: 40px;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/*Counter
|
|
343
|
+
------------------------------------*/
|
|
344
|
+
.counters {
|
|
345
|
+
color: #555;
|
|
346
|
+
text-align: center;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
@media (max-width: 767px) {
|
|
350
|
+
.counters {
|
|
351
|
+
margin-bottom: 30px;
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.counters span {
|
|
356
|
+
font-size: 35px;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.counters span.counter-icon {
|
|
360
|
+
display: block;
|
|
361
|
+
margin-bottom: 10px;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.counters span.counter-icon i {
|
|
365
|
+
color: #fff;
|
|
366
|
+
padding: 16px;
|
|
367
|
+
min-width: 65px;
|
|
368
|
+
font-size: 30px;
|
|
369
|
+
position: relative;
|
|
370
|
+
background: #72c02c;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.counters span.counter-icon i:after {
|
|
374
|
+
width: 0;
|
|
375
|
+
height: 0;
|
|
376
|
+
left: 38%;
|
|
377
|
+
content: " ";
|
|
378
|
+
bottom: -7px;
|
|
379
|
+
display: block;
|
|
380
|
+
position: absolute;
|
|
381
|
+
border-top: 7px solid #72c02c;
|
|
382
|
+
border-left: 7px solid transparent;
|
|
383
|
+
border-right: 7px solid transparent;
|
|
384
|
+
border-left-style: inset; /*FF fixes*/
|
|
385
|
+
border-right-style: inset; /*FF fixes*/
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.counters:hover span.counter-icon i {
|
|
389
|
+
border-color: #000;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/*Style Switcher
|
|
393
|
+
------------------------------------*/
|
|
394
|
+
i.style-switcher-btn {
|
|
395
|
+
right: 0;
|
|
396
|
+
top: 37px;
|
|
397
|
+
color: #fff;
|
|
398
|
+
font-size: 18px;
|
|
399
|
+
cursor: pointer;
|
|
400
|
+
z-index: 555555;
|
|
401
|
+
position: fixed;
|
|
402
|
+
padding: 7px 9px;
|
|
403
|
+
background: #585f69;
|
|
404
|
+
border-radius: 6px 0 0 6px !important;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
i.style-switcher-btn:hover {
|
|
408
|
+
background:#707985;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
i.style-switcher-btn-option {
|
|
412
|
+
top: 38px;
|
|
413
|
+
background: #9097a0;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
i.style-switcher-btn-option:hover {
|
|
417
|
+
background: #707985;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.style-switcher {
|
|
421
|
+
right: 0;
|
|
422
|
+
top: 37px;
|
|
423
|
+
width: 205px;
|
|
424
|
+
display: none;
|
|
425
|
+
z-index: 555555;
|
|
426
|
+
position: fixed;
|
|
427
|
+
background: #585f69;
|
|
428
|
+
border: solid 1px #666d76;
|
|
429
|
+
padding: 15px 15px 15px 20px;
|
|
430
|
+
border-radius: 6px 0 0 6px !important;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.style-switcher-inner {
|
|
434
|
+
background: #9097a0;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.style-switcher .theme-close {
|
|
438
|
+
top: 10px;
|
|
439
|
+
right: 6px;
|
|
440
|
+
position: absolute;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.style-switcher .theme-close i {
|
|
444
|
+
color: #fff;
|
|
445
|
+
cursor: pointer;
|
|
446
|
+
font-size: 22px;
|
|
447
|
+
padding: 5px;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.style-switcher .theme-close i:hover {
|
|
451
|
+
color: #464e5b;
|
|
452
|
+
background: #fff;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.style-switcher .theme-heading {
|
|
456
|
+
color: #fff;
|
|
457
|
+
font-size: 16px;
|
|
458
|
+
margin-bottom: 10px;
|
|
459
|
+
text-transform: uppercase;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.style-switcher-logo {
|
|
463
|
+
margin-top: 10px;
|
|
464
|
+
padding-top: 15px;
|
|
465
|
+
border-top: solid 1px #4c5159;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.style-switcher-logo a {
|
|
469
|
+
display: block;
|
|
470
|
+
text-align: center;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.style-switcher ul {
|
|
474
|
+
margin-bottom: 0;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.style-switcher li {
|
|
478
|
+
width: 26px;
|
|
479
|
+
height: 26px;
|
|
480
|
+
cursor: pointer;
|
|
481
|
+
background: #c00;
|
|
482
|
+
margin: 0 5px 5px 0;
|
|
483
|
+
display: inline-block;
|
|
484
|
+
border-radius: 10% !important;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.style-switcher li.last {
|
|
488
|
+
margin-right: 0;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.style-switcher li:hover,
|
|
492
|
+
.style-switcher li.theme-active {
|
|
493
|
+
border: solid 2px #fff;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.style-switcher a.btn-u {
|
|
497
|
+
border: solid 1px transparent;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.style-switcher a.btn-u-sea.active-switcher-btn,
|
|
501
|
+
.style-switcher a.btn-u-green.active-switcher-btn {
|
|
502
|
+
border: solid 1px #eee;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.style-switcher a.btn-u-sea.active-switcher-btn {
|
|
506
|
+
background: #1abc9c !important;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.style-switcher a.btn-u-green.active-switcher-btn {
|
|
510
|
+
background: #2ecc71 !important;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.style-switcher li.theme-default {
|
|
514
|
+
background: #72c02c;
|
|
515
|
+
}
|
|
516
|
+
.style-switcher li.theme-blue {
|
|
517
|
+
background: #3498db;
|
|
518
|
+
}
|
|
519
|
+
.style-switcher li.theme-orange {
|
|
520
|
+
background: #e67e22;
|
|
521
|
+
}
|
|
522
|
+
.style-switcher li.theme-red {
|
|
523
|
+
background: #e74c3c;
|
|
524
|
+
}
|
|
525
|
+
.style-switcher li.theme-light {
|
|
526
|
+
background: #ecf0f1;
|
|
527
|
+
}
|
|
528
|
+
.style-switcher li.theme-purple {
|
|
529
|
+
background: #9b6bcc;
|
|
530
|
+
}
|
|
531
|
+
.style-switcher li.theme-aqua {
|
|
532
|
+
background: #27d7e7;
|
|
533
|
+
}
|
|
534
|
+
.style-switcher li.theme-brown {
|
|
535
|
+
background: #9c8061;
|
|
536
|
+
}
|
|
537
|
+
.style-switcher li.theme-dark-blue {
|
|
538
|
+
background: #4765a0;
|
|
539
|
+
}
|
|
540
|
+
.style-switcher li.theme-light-green {
|
|
541
|
+
background: #79d5b3;
|
|
542
|
+
}
|