creative_tim 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/lib/creative_tim/version.rb +1 -1
  3. data/vendor/assets/javascripts/creative-tim/{awesome-landing-page.js → awesome_landing_page/awesome-landing-page.js} +0 -0
  4. data/vendor/assets/javascripts/creative-tim/{gaia.js → gaia/gaia.js} +0 -0
  5. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-checkbox-radio-switch.js +502 -0
  6. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-notify.js +404 -0
  7. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-select.js +438 -0
  8. data/vendor/assets/javascripts/creative-tim/light_dashboard/chartist.min.js +9 -0
  9. data/vendor/assets/javascripts/creative-tim/light_dashboard/demo.js +152 -0
  10. data/vendor/assets/javascripts/creative-tim/light_dashboard/light-bootstrap-dashboard.js +159 -0
  11. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap-checkbox-radio.js +179 -179
  12. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-datepicker.js +492 -0
  13. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-select.js +438 -0
  14. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-checkbox.js +109 -0
  15. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-radio.js +140 -0
  16. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper.js +378 -0
  17. data/vendor/assets/javascripts/creative-tim/shit_done/custom.js +9 -0
  18. data/vendor/assets/javascripts/creative-tim/shit_done/get-shit-done.js +108 -0
  19. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-bootstrapswitch.js +249 -0
  20. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-checkbox.js +109 -0
  21. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-radio.js +140 -0
  22. data/vendor/assets/stylesheets/creative-tim/{awesome_landing → awesome_landing_page}/landing-page.css +41 -41
  23. data/vendor/assets/stylesheets/creative-tim/awesome_landing_page/pe-icon-7-stroke.css +632 -0
  24. data/vendor/assets/stylesheets/creative-tim/light_dashboard/animate.min.css +6 -0
  25. data/vendor/assets/stylesheets/creative-tim/light_dashboard/demo.css +61 -0
  26. data/vendor/assets/stylesheets/creative-tim/light_dashboard/light-bootstrap-dashboard.css +3393 -0
  27. data/vendor/assets/stylesheets/creative-tim/light_dashboard/pe-icon-7-stroke.css +632 -0
  28. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/paper-dashboard.css +2 -2
  29. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_alerts.scss +0 -23
  30. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_buttons.scss +7 -1
  31. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_carousel.scss +59 -0
  32. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_checkbox-radio.scss +10 -13
  33. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_collapse.scss +30 -0
  34. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_datepicker.scss +221 -0
  35. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_dropdown.scss +2 -0
  36. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_images.scss +28 -0
  37. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_inputs.scss +5 -38
  38. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_labels.scss +26 -0
  39. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_misc.scss +127 -0
  40. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_mixins.scss +1 -4
  41. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_modal.scss +54 -0
  42. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_navbars.scss +117 -13
  43. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_progress-bars.scss +27 -0
  44. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_responsive.scss +124 -218
  45. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sections.scss +38 -0
  46. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sliders.scss +222 -0
  47. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tabs-navs-pagination.scss +353 -0
  48. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tooltips-and-popovers.scss +171 -0
  49. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_typography.scss +7 -41
  50. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_variables.scss +55 -79
  51. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_buttons.scss +1 -0
  52. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_inputs.scss +0 -0
  53. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_labels.scss +0 -0
  54. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_navbars.scss +0 -0
  55. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_tabs.scss +0 -0
  56. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_transparency.scss +0 -0
  57. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_vendor-prefixes.scss +0 -12
  58. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.css +3323 -0
  59. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.scss +34 -0
  60. data/vendor/assets/stylesheets/creative-tim/paper_kit/demo.css +994 -0
  61. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.css +179 -0
  62. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.scss +150 -0
  63. data/vendor/assets/stylesheets/creative-tim/shit_done/demo.css +324 -0
  64. data/vendor/assets/stylesheets/creative-tim/shit_done/get-shit-done.css +7 -0
  65. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-base.css +1187 -0
  66. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-checkbox-radio-switch.css +257 -0
  67. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-sliders.css +220 -0
  68. metadata +64 -39
  69. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap.min.js +0 -7
  70. data/vendor/assets/javascripts/creative-tim/paper_dashboard/jquery-1.10.2.js +0 -9789
  71. data/vendor/assets/stylesheets/creative-tim/awesome_landing/bootstrap.css +0 -6358
  72. data/vendor/assets/stylesheets/creative-tim/awesome_landing/fixes.scss +0 -39
  73. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/bootstrap.min.css +0 -5
  74. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/fixes.scss +0 -45
  75. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_cards.scss +0 -243
  76. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_chartist.scss +0 -230
  77. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_footers.scss +0 -43
  78. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_misc.scss +0 -69
  79. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_sidebar-and-main-panel.scss +0 -195
  80. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_tables.scss +0 -77
  81. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_cards.scss +0 -8
  82. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_chartist.scss +0 -104
  83. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_icons.scss +0 -13
  84. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_sidebar.scss +0 -42
  85. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper-dashboard.scss +0 -28
  86. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/themify-icons.css +0 -1081
@@ -0,0 +1,34 @@
1
+ @import "ct-paper/variables";
2
+ @import "ct-paper/mixins";
3
+
4
+ @import "ct-paper/typography";
5
+
6
+ // Core CSS
7
+ @import "ct-paper/misc";
8
+ @import "ct-paper/buttons";
9
+ @import "ct-paper/inputs";
10
+ @import "ct-paper/progress-bars";
11
+ @import "ct-paper/sliders";
12
+ @import "ct-paper/alerts";
13
+ @import "ct-paper/labels";
14
+ @import "ct-paper/tooltips-and-popovers";
15
+ @import "ct-paper/sections";
16
+ @import "ct-paper/checkbox-radio";
17
+ @import "ct-paper/navbars";
18
+ @import "ct-paper/images";
19
+
20
+ // Fancy Stuff
21
+
22
+ @import "ct-paper/dropdown";
23
+
24
+ @import "ct-paper/tabs-navs-pagination";
25
+ @import "ct-paper/collapse";
26
+ @import "ct-paper/carousel";
27
+ @import "ct-paper/modal";
28
+
29
+ @import "ct-paper/responsive";
30
+ @import "ct-paper/datepicker";
31
+
32
+
33
+
34
+
@@ -0,0 +1,994 @@
1
+ .tim-row{
2
+ margin-bottom: 20px;
3
+ }
4
+
5
+ .tim-white-buttons {
6
+ background-color: #777777;
7
+ }
8
+ .tim-title{
9
+ margin-top: 30px;
10
+ margin-bottom: 25px;
11
+ min-height: 32px;
12
+ }
13
+ .tim-title.text-center{
14
+ margin-bottom: 50px;
15
+ }
16
+ .tim-typo{
17
+ padding-left: 25%;
18
+ margin-bottom: 40px;
19
+ position: relative;
20
+ }
21
+ .tim-typo .tim-note{
22
+ bottom: 10px;
23
+ color: #c0c1c2;
24
+ display: block;
25
+ font-weight: 400;
26
+ font-size: 13px;
27
+ line-height: 13px;
28
+ left: 0;
29
+ margin-left: 20px;
30
+ position: absolute;
31
+ width: 260px;
32
+ }
33
+ .tim-row{
34
+ padding-top: 50px;
35
+ }
36
+ .tim-row h3{
37
+ margin-top: 0;
38
+ }
39
+ .switch{
40
+ margin-right: 20px;
41
+ }
42
+ #navbar-full .navbar{
43
+ border-radius: 0 !important;
44
+ margin-bottom: 0;
45
+ z-index: 2;
46
+ }
47
+ .space{
48
+ height: 130px;
49
+ display: block;
50
+ }
51
+ .space-110{
52
+ height: 110px;
53
+ display: block;
54
+ }
55
+ .space-50{
56
+ height: 50px;
57
+ display: block;
58
+ }
59
+ .space-70{
60
+ height: 70px;
61
+ display: block;
62
+ }
63
+ .navigation-example .img-src{
64
+ background-attachment: scroll;
65
+ }
66
+
67
+ .main{
68
+ background-color: #fff;
69
+ /* position: relative; */
70
+
71
+ }
72
+ .navigation-example{
73
+ background-image: url('../paper_img/red.jpg');
74
+ background-position: center center;
75
+ background-size: cover;
76
+ background-attachment: fixed;
77
+ margin-top:0;
78
+ }
79
+ #notifications{
80
+ background-color: #FFFFFF;
81
+ display: block;
82
+ width: 100%;
83
+ position: relative;
84
+ }
85
+ .tim-note{
86
+ text-transform: capitalize;
87
+ }
88
+ .subscribe-form{
89
+ padding-top: 20px;
90
+ }
91
+ .subscribe-form .form-control{
92
+
93
+ }
94
+
95
+ .space-100{
96
+ height: 100px;
97
+ display: block;
98
+ width: 100%;
99
+ }
100
+
101
+ .be-social{
102
+ padding-bottom: 20px;
103
+ /* border-bottom: 1px solid #aaa; */
104
+ margin: 0 auto 40px;
105
+ }
106
+ .txt-white{
107
+ color: #FFFFFF;
108
+ }
109
+ .txt-gray{
110
+ color: #ddd !important;
111
+ }
112
+ .footer-demo{
113
+ background-attachment: fixed;
114
+ position: relative;
115
+ line-height: 20px;
116
+ }
117
+ .footer-demo nav > ul {
118
+ list-style: none;
119
+ margin: 0;
120
+ padding: 0;
121
+ font-weight: normal;
122
+ }
123
+ .footer-demo nav > ul > li{
124
+ display: inline-block;
125
+ padding: 10px 15px;
126
+ margin: 15px 3px;
127
+ line-height: 20px;
128
+ text-align: center;
129
+ }
130
+ .footer-demo nav > ul > li:first-child{
131
+ margin: 0;
132
+ padding: 0;
133
+ }
134
+ .footer-demo nav > ul a:not(.btn) {
135
+ color: #777777;
136
+ display: block;
137
+ margin-bottom: 3px;
138
+ }
139
+ .footer-demo nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
140
+ color: #E3E3E3;
141
+ }
142
+ .footer-demo .copyright {
143
+ color: #777777;
144
+ padding: 10px 15px;
145
+ font-size: 14px;
146
+ margin: 15px 3px;
147
+ line-height: 20px;
148
+ text-align: center;
149
+ }
150
+ .footer-demo .heart{
151
+ color: #EB5E28;
152
+ }
153
+
154
+ .social-share{
155
+ float: left;
156
+ margin-right: 8px;
157
+ }
158
+ .social-share a{
159
+ color: #FFFFFF;
160
+ }
161
+ #subscribe_email{
162
+ border-radius: 0;
163
+ border-left: 0;
164
+ border-right: 0;
165
+ }
166
+ .pick-class-label{
167
+ border-radius: 8px;
168
+ color: #ffffff;
169
+ cursor: pointer;
170
+ display: inline-block;
171
+ font-size: 75%;
172
+ font-weight: bold;
173
+ line-height: 1;
174
+ margin-right: 10px;
175
+ padding: 23px;
176
+ text-align: center;
177
+ vertical-align: baseline;
178
+ white-space: nowrap;
179
+ }
180
+
181
+ .parallax{
182
+ width:100%;
183
+ height:570px;
184
+
185
+ display: block;
186
+ background-attachment: fixed;
187
+ background-repeat:no-repeat;
188
+ background-size:cover;
189
+ background-position: center center;
190
+
191
+ }
192
+
193
+ .logo-container .logo{
194
+ overflow: hidden;
195
+ border-radius: 50%;
196
+ border: 1px solid #333333;
197
+ width: 50px;
198
+ float: left;
199
+ }
200
+
201
+ .logo-container .brand{
202
+ font-size: 18px;
203
+ color: #FFFFFF;
204
+ line-height: 20px;
205
+ float: left;
206
+ margin-left: 10px;
207
+ margin-top: 5px;
208
+ width: 50px;
209
+ height: 50px;
210
+ }
211
+ .logo-container{
212
+ margin-top: 10px;
213
+ }
214
+ .logo-container .logo img{
215
+ width: 100%;
216
+ }
217
+ .navbar-small .logo-container .brand{
218
+ color: #333333;
219
+ }
220
+ .demo-header{
221
+ background-size: cover;
222
+ background-color: #FF8F5E;
223
+ background-position: center top;
224
+ margin-top: -100px;
225
+ min-height: 600px;
226
+ }
227
+ .demo-header-image{
228
+ background-image: url('../paper_img/city.jpg');
229
+ }
230
+ .demo-header .motto{
231
+ color: #FFFFFF;
232
+ padding-top: 25vh;
233
+ text-align: center;
234
+ z-index: 3;
235
+ }
236
+ .demo-header .motto h3{
237
+ margin-bottom: 0;
238
+ }
239
+ .separator{
240
+ content: "Separator";
241
+ color: #FFFFFF;
242
+ display: block;
243
+ width: 100%;
244
+ padding: 20px;
245
+ }
246
+ .separator-line{
247
+ background-color: #EEE;
248
+ height: 1px;
249
+ width: 100%;
250
+ display: block;
251
+ }
252
+ .separator.separator-gray{
253
+ background-color: #EEEEEE;
254
+ }
255
+ .social-buttons-demo .btn{
256
+ margin-right: 5px;
257
+ margin-bottom: 7px;
258
+ }
259
+
260
+ .img-container{
261
+ width: 100%;
262
+ overflow: hidden;
263
+ }
264
+ .img-container img{
265
+ width: 100%;
266
+ }
267
+ .lightbox img{
268
+ width: 100%;
269
+ }
270
+ .lightbox .modal-content{
271
+ overflow: hidden;
272
+ }
273
+ .lightbox .modal-body{
274
+ padding: 0;
275
+ }
276
+ @media screen and (min-width: 991px){
277
+ .lightbox .modal-dialog{
278
+ width: 960px;
279
+ }
280
+ }
281
+
282
+ @media (max-width: 768px){
283
+ .btn, .btn-morphing{
284
+ margin-bottom: 10px;
285
+ }
286
+ .parallax .motto{
287
+ top: 170px;
288
+ margin-top: 0;
289
+ font-size: 60px;
290
+ width: 270px;
291
+ }
292
+ }
293
+
294
+ .presentation .loader{
295
+ opacity: 0;
296
+ display: block;
297
+ transition: all 0.4s;
298
+ -webkit-transition: all 0.4s;
299
+ position: fixed;
300
+ left: 50%;
301
+ top: 50%;
302
+ z-index: 1031;
303
+ margin-left: -32px;
304
+ margin-top: -32px;
305
+ }
306
+ .presentation .loader.visible{
307
+ display: block;
308
+ opacity: 1;
309
+ }
310
+ .presentation .modal-content{
311
+ background-color: transparent;
312
+ box-shadow: 0 0 0;
313
+ }
314
+ .presentation .modal-backdrop.in{
315
+ opacity: 0.45;
316
+ }
317
+ .presentation .preload-image{
318
+ display: none;
319
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
320
+ }
321
+ /* Loading dots */
322
+
323
+ /* transitions */
324
+ .presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
325
+ -webkit-transition: all .2s;
326
+ -moz-transition: all .2s;
327
+ -o-transition: all .2s;
328
+ transition: all .2s;
329
+ }
330
+ .presentation{
331
+
332
+ }
333
+ .presentation .section{
334
+ padding: 100px 0;
335
+ }
336
+ .presentation .colors{
337
+ padding: 100px 0;
338
+ }
339
+ .presentation > .description{
340
+ padding-top: 20px;
341
+ }
342
+ .presentation .section-rotation{
343
+ padding: 140px 0;
344
+ }
345
+ .presentation .section-images{
346
+ padding: 80px 0;
347
+ }
348
+ .presentation .section-thin{
349
+ padding: 0;
350
+ }
351
+ .presentation .section-pay{
352
+ padding-top: 20px;
353
+ }
354
+ .presentation .colors{
355
+ padding: 70px 0;
356
+ z-index: 7;
357
+ position: relative;
358
+ margin-top: -300px;
359
+ }
360
+ .presentation .colors{
361
+ border-top: 1px solid #DDDDDD;
362
+ }
363
+ .presentation .card-container{
364
+ -webkit-perspective: 800px;
365
+ -moz-perspective: 800px;
366
+ -o-perspective: 800px;
367
+ perspective: 800px;
368
+ min-height: 500px;
369
+ width: 300px;
370
+ position: relative;
371
+ margin-top: 90px;
372
+ }
373
+ .presentation .card-component{
374
+ -webkit-transform-style: preserve-3d;
375
+ -moz-transform-style: preserve-3d;
376
+ -o-transform-style: preserve-3d;
377
+ transform-style: preserve-3d;
378
+ position: relative;
379
+ height: 600px;
380
+ }
381
+ .presentation .card-component .front{
382
+ -webkit-backface-visibility: hidden;
383
+ -moz-backface-visibility: hidden;
384
+ -o-backface-visibility: hidden;
385
+ backface-visibility: hidden;
386
+ -webkit-transform: rotateY( -28deg );
387
+ -moz-transform: rotateY( -28deg );
388
+ -o-transform: rotateY( -28deg );
389
+ transform: rotateY( -28deg );
390
+
391
+ position: absolute;
392
+ top: 0;
393
+ left: 0;
394
+ background-color: #FFF;
395
+ width: 100%;
396
+ cursor: pointer;
397
+ box-shadow: 10px 4px 14px rgba(0, 0, 0, 0.12);
398
+ border-radius: 10px;
399
+ overflow: hidden;
400
+ border: 1px solid rgba(0,0,0,.12);
401
+ }
402
+
403
+ .presentation .front img{
404
+ z-index: 2;
405
+ position: relative;
406
+ }
407
+
408
+ .presentation .card-container:hover .front{
409
+ top: -10px;
410
+ }
411
+
412
+ .presentation .card-component img{
413
+ width: 100%;
414
+ }
415
+ .presentation .description .col-md-3{
416
+ width: 16%;
417
+ margin-left: 4%;
418
+ }
419
+ .presentation .first-card{
420
+ z-index: 6;
421
+ }
422
+ .presentation .second-card{
423
+ z-index: 5;
424
+ }
425
+ .presentation .third-card{
426
+ z-index: 4;
427
+ }
428
+ .presentation .fourth-card{
429
+ z-index: 3;
430
+ }
431
+ .presentation h1,
432
+ .presentation h2{
433
+ font-weight: 200;
434
+ }
435
+ .presentation h4,
436
+ .presentation h5,
437
+ .presentation h6{
438
+ font-weight: 300;
439
+ }
440
+ .presentation h4{
441
+ font-size: 18px;
442
+ line-height: 24px;
443
+ }
444
+ .presentation .info h4{
445
+ font-size: 24px;
446
+ line-height: 28px;
447
+ }
448
+
449
+ .presentation .section-gray h1 small{
450
+ color: #888888;
451
+ }
452
+ .presentation .color-container{
453
+ text-align: center;
454
+ }
455
+ .presentation .color-container img{
456
+ width: 100%;
457
+ margin-bottom: 10px;
458
+ }
459
+ .presentation .circle-color{
460
+ width: 40px;
461
+ height: 40px;
462
+ border-radius: 10px;
463
+ display: block;
464
+ background-color: #cccccc;
465
+ margin: 0 auto;
466
+ }
467
+ .presentation .circle-red{
468
+ background-color: #ff3b30;
469
+ }
470
+ .presentation .circle-blue{
471
+ background-color: #3472f7;
472
+ }
473
+ .presentation .circle-azure{
474
+ background-color: #2ca8ff;
475
+ }
476
+ .presentation .circle-green{
477
+ background-color: #05ae0e;
478
+ }
479
+ .presentation .circle-orange{
480
+ background-color: #ff9500;
481
+ }
482
+
483
+ .presentation .section-gray-gradient{
484
+ background: rgb(255,255,255); /* Old browsers */
485
+ background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(231,231,231,1) 100%); /* FF3.6+ */
486
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
487
+ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
488
+ background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
489
+ background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* IE10+ */
490
+ background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* W3C */
491
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
492
+ }
493
+ .presentation .section-black{
494
+ background-color: #333;
495
+ }
496
+
497
+ .rotating-card-container {
498
+ -webkit-perspective: 900px;
499
+ -moz-perspective: 900px;
500
+ -o-perspective: 900px;
501
+ perspective: 900px;
502
+ margin-bottom: 30px;
503
+ }
504
+
505
+ .rotating-card {
506
+ -webkit-transition: all 1.3s;
507
+ -moz-transition: all 1.3s;
508
+ -o-transition: all 1.3s;
509
+ transition: all 1.3s;
510
+ -webkit-transform-style: preserve-3d;
511
+ -moz-transform-style: preserve-3d;
512
+ -o-transform-style: preserve-3d;
513
+ transform-style: preserve-3d;
514
+
515
+ margin-top: 20px;
516
+ position: relative;
517
+ background: none repeat scroll 0 0 #FFFFFF;
518
+ border-radius: 20px;
519
+ color: #444444;
520
+ }
521
+ .rotating-card-container .rotate,
522
+ .rotating-card .back{
523
+ -webkit-transform: rotateY( 180deg );
524
+ -moz-transform: rotateY( 180deg );
525
+ -o-transform: rotateY( 180deg );
526
+ transform: rotateY( 180deg );
527
+ }
528
+ .rotating-card-container:hover .rotate{
529
+ -webkit-transform: rotateY(0deg);
530
+ -moz-transform: rotateY(0deg);
531
+ -o-transform: rotateY(0deg);
532
+ transform: rotateY(0deg);
533
+ }
534
+
535
+
536
+ .rotating-card .front,
537
+ .rotating-card .back {
538
+ -webkit-backface-visibility: hidden;
539
+ -moz-backface-visibility: hidden;
540
+ -o-backface-visibility: hidden;
541
+ backface-visibility: hidden;
542
+
543
+ position: absolute;
544
+ top: 0;
545
+ left: 0;
546
+ background-color: #FFF;
547
+ box-shadow: 0 3px 17px rgba(0,0,0,.15);
548
+ }
549
+
550
+ .rotating-card .front {
551
+ z-index: 2;
552
+ }
553
+
554
+ .rotating-card .back {
555
+ z-index: 3;
556
+ height: 500px;
557
+ width: 100%;
558
+ display: block;
559
+ padding: 0 15px;
560
+ background-color: #e5e5e5;
561
+ }
562
+
563
+ .rotating-card .back-contaier {
564
+ background-color: white;
565
+ padding: 30px 15px;
566
+
567
+ }
568
+
569
+ .rotating-card .image{
570
+ border-radius: 20px 20px 0 0;
571
+ }
572
+ .rotating-card-container,
573
+ .rotating-card .front,
574
+ .rotating-card .back {
575
+ width: 100%;
576
+ min-height: 500px;
577
+ border-radius: 20px;
578
+ }
579
+ /* Fix bug for IE */
580
+
581
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
582
+ .rotating-card .front, .rotating-card .back{
583
+ -ms-backface-visibility: visible;
584
+ backface-visibility: visible;
585
+ }
586
+ .rotating-car .back {
587
+ visibility: hidden;
588
+ -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
589
+ }
590
+ .rotating-card .front{
591
+ z-index: 4;
592
+ }
593
+ .rotating-card-container:hover .back{
594
+ z-index: 5;
595
+ visibility: visible;
596
+ }
597
+ }
598
+
599
+ .fixed-section{
600
+ margin-top: 90px;
601
+ }
602
+ .fixed-section ul li{
603
+ list-style: none;
604
+ }
605
+ .fixed-section li a{
606
+ font-size: 14px;
607
+ padding: 2px;
608
+ display: block;
609
+ color: #666666;
610
+ }
611
+ .fixed-section li a.active{
612
+ color: #00bbff;
613
+ }
614
+ .fixed-section.float{
615
+ position: fixed;
616
+ top: 100px;
617
+ width: 200px;
618
+ margin-top: 0;
619
+ }
620
+
621
+
622
+ /* prettyprint */
623
+ .presentation pre.prettyprint{
624
+ background-color: transparent;
625
+ border: 0px !important;
626
+ margin-bottom: 0;
627
+ margin-top: 30px;
628
+ text-align: left;
629
+ }
630
+ .presentation .atv,
631
+ .presentation .str{
632
+ color: #0D9814;
633
+ }
634
+ .presentation .tag,
635
+ .presentation .pln,
636
+ .presentation .kwd{
637
+ color: #195CEC;
638
+ }
639
+ .presentation .atn{
640
+ color: #2C93FF;
641
+ }
642
+ .presentation .pln{
643
+ color: #333;
644
+ }
645
+ .presentation .com{
646
+ color: #999;
647
+ }
648
+
649
+ .presentation .text-white{
650
+ color: #FFFFFF;
651
+ text-shadow: 0 1px 2px rgba(0,0,0,.13);
652
+ }
653
+ .presentation .section-images .card-image{
654
+ border-radius: 6px 6px 0 0;
655
+ overflow: hidden;
656
+ box-shadow: 0 -3px 8px rgba(0,0,0,0);
657
+ }
658
+ .presentation .section-images .card-image .image{
659
+ /* border-radius: 6px; */
660
+ }
661
+ @media (max-width: 1200px){
662
+ .presentation .section-images .image img{
663
+ width: 100%;
664
+ }
665
+
666
+ }
667
+ .presentation .card-text-adjust{
668
+ padding-left: 40px;
669
+ }
670
+ .presentation .info.info-separator{
671
+ position: relative;
672
+ }
673
+ .presentation .info.info-separator:after{
674
+ height: 100%;
675
+ position: absolute;
676
+ background-color: #ccc;
677
+ width: 1px;
678
+ content: "";
679
+ right: -7px;
680
+ top: 0;
681
+ }
682
+ .presentation .info li{
683
+ padding: 5px 0;
684
+ border-bottom: 1px solid #E5E5E5;
685
+ color: #666666;
686
+ }
687
+ .presentation .info ul{
688
+ width: 240px;
689
+ margin: 10px auto;
690
+ }
691
+ .presentation .info li:last-child{
692
+ border: 0;
693
+ }
694
+
695
+ /* layer animation */
696
+
697
+ .layers-container{
698
+ display: block;
699
+ margin-top: 50px;
700
+ position: relative;
701
+ }
702
+ .layers-container img {
703
+ position: absolute;
704
+ width: 100%;
705
+ height: auto;
706
+ top: 0;
707
+ left: 0;
708
+ text-align: center;
709
+ }
710
+
711
+ .section-black {
712
+ background-color: #333;
713
+ }
714
+
715
+ #layerHover{
716
+ top: 30px;
717
+ }
718
+ #layerImage{
719
+ top: 50px;
720
+ }
721
+ #layerBody{
722
+ top: 75px;
723
+ }
724
+
725
+ .animate {
726
+ transition: 1.5s ease-in-out;
727
+ -moz-transition: 1.5s ease-in-out;
728
+ -webkit-transition: 1.5s ease-in-out;
729
+ }
730
+
731
+ .down {
732
+ transform: translate(0,45px);
733
+ -moz-transform: translate(0,45px);
734
+ -webkit-transform: translate(0,45px);
735
+ }
736
+
737
+ .down-2x {
738
+ transform: translate(0,90px);
739
+ -moz-transform: translate(0,90px);
740
+ -webkit-transform: translate(0,90px);
741
+ }
742
+
743
+
744
+ .navbar-default.navbar-small .logo-container .brand{
745
+ color: #333333;
746
+ }
747
+ .navbar-transparent.navbar-small .logo-container .brand{
748
+ color: #FFFFFF;
749
+ }
750
+ .navbar-default.navbar-small .logo-container .brand{
751
+ color: #333333;
752
+ }
753
+ .section-thin{
754
+ padding-bottom: 0;
755
+ }
756
+
757
+ .info.info-separator{
758
+ position: relative;
759
+ }
760
+ .info.info-separator:after{
761
+ height: 100%;
762
+ position: absolute;
763
+ background-color: #ccc;
764
+ width: 1px;
765
+ content: "";
766
+ right: -7px;
767
+ top: 0;
768
+ }
769
+ @media (max-width: 767px){
770
+ .info.info-separator:after{
771
+ display: none;
772
+ }
773
+ }
774
+ .info li{
775
+ padding: 5px 0;
776
+ border-bottom: 1px solid #E5E5E5;
777
+ color: #666666;
778
+ }
779
+ .info ul{
780
+ width: 240px;
781
+ margin: 10px auto;
782
+ }
783
+ .info li:last-child{
784
+ border: 0;
785
+ }
786
+ .payment-methods i {
787
+ font-size: 28px;
788
+ padding: 0 3px;
789
+ width: 38px;
790
+ }
791
+ .payment-methods h4 {
792
+ font-size: 18px;
793
+ line-height: 38px;
794
+ }
795
+ .info .description .btn{
796
+ width: 240px;
797
+ font-weight: 500;
798
+ }
799
+ #buyButtonHeroes{
800
+ margin-top: 31px;
801
+ }
802
+ .right-click{
803
+ width: 100%;
804
+ height: 100%;
805
+ background: rgba(51, 51, 51, 0.8);
806
+ position: fixed;
807
+ z-index: 20000;
808
+ display: none;
809
+ }
810
+ .onclick{
811
+ width: 100%;
812
+ height: 100%;
813
+ position: absolute;
814
+ z-index: 20001;
815
+ }
816
+ .container-right-click{
817
+ width: 100%;
818
+ position: absolute;
819
+ top: 0;
820
+ left: 0;
821
+ }
822
+ .container-right-click .card-price#card-price-small{
823
+ margin-top: 70px;
824
+ -webkit-transition: all .2s;
825
+ -moz-transition: all .2s;
826
+ -o-transition: all .2s;
827
+ transition: all .2s;
828
+ position: relative;
829
+ z-index: 20003;
830
+
831
+ }
832
+ .container-right-click .card-price#card-price-big{
833
+ margin-top: 40px;
834
+ -webkit-transition: all .2s;
835
+ -moz-transition: all .2s;
836
+ -o-transition: all .2s;
837
+ transition: all .2s;
838
+ position: relative;
839
+ z-index: 20003;
840
+
841
+ }
842
+ .animated {
843
+ -webkit-animation-duration: 1s;
844
+ animation-duration: 1s;
845
+ -webkit-animation-fill-mode: both;
846
+ animation-fill-mode: both;
847
+ }
848
+
849
+ @-webkit-keyframes bounceInDown {
850
+ 0%, 60%, 75%, 90%, 100% {
851
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
852
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
853
+ }
854
+
855
+ 0% {
856
+ opacity: 0;
857
+ -webkit-transform: translate3d(0, -3000px, 0);
858
+ transform: translate3d(0, -3000px, 0);
859
+ }
860
+
861
+ 60% {
862
+ opacity: 1;
863
+ -webkit-transform: translate3d(0, 25px, 0);
864
+ transform: translate3d(0, 25px, 0);
865
+ }
866
+
867
+ 75% {
868
+ -webkit-transform: translate3d(0, -10px, 0);
869
+ transform: translate3d(0, -10px, 0);
870
+ }
871
+
872
+ 90% {
873
+ -webkit-transform: translate3d(0, 5px, 0);
874
+ transform: translate3d(0, 5px, 0);
875
+ }
876
+
877
+ 100% {
878
+ -webkit-transform: none;
879
+ transform: none;
880
+ }
881
+ }
882
+
883
+ @keyframes bounceInDown {
884
+ 0%, 60%, 75%, 90%, 100% {
885
+ -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
886
+ transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
887
+ }
888
+
889
+ 0% {
890
+ opacity: 0;
891
+ -webkit-transform: translate3d(0, -3000px, 0);
892
+ transform: translate3d(0, -3000px, 0);
893
+ }
894
+
895
+ 60% {
896
+ opacity: 1;
897
+ -webkit-transform: translate3d(0, 25px, 0);
898
+ transform: translate3d(0, 25px, 0);
899
+ }
900
+
901
+ 75% {
902
+ -webkit-transform: translate3d(0, -10px, 0);
903
+ transform: translate3d(0, -10px, 0);
904
+ }
905
+
906
+ 90% {
907
+ -webkit-transform: translate3d(0, 5px, 0);
908
+ transform: translate3d(0, 5px, 0);
909
+ }
910
+
911
+ 100% {
912
+ -webkit-transform: none;
913
+ transform: none;
914
+ }
915
+ }
916
+
917
+ .bounceInDown {
918
+ -webkit-animation-name: bounceInDown;
919
+ animation-name: bounceInDown;
920
+ }
921
+
922
+ .container-right-click h4{
923
+ color: white;margin-top: 45px;font-weight: 200;margin-bottom: 0;
924
+ }
925
+ .icon-class{
926
+ fill: #75c3b6;
927
+ }
928
+ .navbar-header{
929
+ min-width: 120px;
930
+ }
931
+ #notifications{
932
+ background-color: #F5F2EC;
933
+ }
934
+ #demo-navbar{
935
+ border-radius: 0;
936
+ margin-bottom: 0px;
937
+ }
938
+ .download-area{
939
+ margin-top: 30px;
940
+ }
941
+ .sharing-area{
942
+ margin-top: 50px;
943
+ }
944
+ .sharing-area .btn{
945
+ margin-top: 14px;
946
+ }
947
+
948
+ /* for components and tutorial page */
949
+ pre.prettyprint{
950
+ background-color: #FFFCF5;
951
+ border: 0px;
952
+ margin-bottom: 0;
953
+ margin-top: 20px;
954
+ padding: 20px;
955
+ text-align: left;
956
+ }
957
+ .atv, .str{
958
+ color: #75c3b6;
959
+ }
960
+ .tag, .pln, .kwd{
961
+ color: #7A9E9F;
962
+ }
963
+ .atn{
964
+ color: #68B3C8;
965
+ }
966
+ .pln{
967
+ color: #333;
968
+ }
969
+ .com{
970
+ color: #999;
971
+ }
972
+ .space-top{
973
+ margin-top: 50px;
974
+ }
975
+ .area-line{
976
+ border: 1px solid #999;
977
+ border-left: 0;
978
+ border-right: 0;
979
+ color: #666;
980
+ display: block;
981
+ margin-top: 20px;
982
+ padding: 8px 0;
983
+ text-align: center;
984
+ }
985
+ .area-line a{
986
+ color: #666;
987
+ }
988
+ .container-fluid{
989
+ padding-right: 15px;
990
+ padding-left: 15px;
991
+ }
992
+ .example-pages{
993
+ margin-top: 50px;
994
+ }