Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
braverock
GitHub Repository: braverock/portfolioanalytics
Path: blob/master/sandbox/RFinance2014/libraries/frameworks/io2012/css/default.css
1436 views
1
@charset "UTF-8";
2
3
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
4
html, body, div, span, applet, object, iframe,
5
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6
a, abbr, acronym, address, big, cite, code,
7
del, dfn, em, img, ins, kbd, q, s, samp,
8
small, strike, strong, sub, sup, tt, var,
9
b, u, i, center,
10
dl, dt, dd, ol, ul, li,
11
fieldset, form, label, legend,
12
table, caption, tbody, tfoot, thead, tr, th, td,
13
article, aside, canvas, details, embed,
14
figure, figcaption, footer, header, hgroup,
15
menu, nav, output, ruby, section, summary,
16
time, mark, audio, video {
17
margin: 0;
18
padding: 0;
19
border: 0;
20
font-size: 100%;
21
font: inherit;
22
vertical-align: baseline;
23
}
24
25
/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
26
body {
27
line-height: 1;
28
}
29
30
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
31
32
ol, ul {
33
list-style: none;
34
}
35
36
37
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
38
table {
39
border-collapse: collapse;
40
border-spacing: 0;
41
}
42
43
/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
44
caption, th, td {
45
text-align: left;
46
font-weight: normal;
47
vertical-align: middle;
48
}
49
50
/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
51
q, blockquote {
52
quotes: none;
53
}
54
/* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
55
q:before, q:after, blockquote:before, blockquote:after {
56
content: "";
57
content: none;
58
}
59
60
/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
61
a img {
62
border: none;
63
}
64
65
/* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
66
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
67
display: block;
68
}
69
70
/**
71
* Base SlideDeck Styles
72
*/
73
/* line 48, ../scss/_base.scss */
74
html {
75
height: 100%;
76
overflow: hidden;
77
}
78
79
/* line 53, ../scss/_base.scss */
80
body {
81
margin: 0;
82
padding: 0;
83
opacity: 0;
84
height: 100%;
85
min-height: 740px;
86
width: 100%;
87
overflow: hidden;
88
color: #fff;
89
-webkit-font-smoothing: antialiased;
90
-moz-font-smoothing: antialiased;
91
-ms-font-smoothing: antialiased;
92
-o-font-smoothing: antialiased;
93
-webkit-transition: opacity 800ms ease-in 100ms;
94
-moz-transition: opacity 800ms ease-in 100ms;
95
-ms-transition: opacity 800ms ease-in 100ms;
96
-o-transition: opacity 800ms ease-in 100ms;
97
transition: opacity 800ms ease-in 100ms;
98
}
99
/* line 69, ../scss/_base.scss */
100
body.loaded {
101
opacity: 1 !important;
102
}
103
104
/* line 74, ../scss/_base.scss */
105
input, button {
106
vertical-align: middle;
107
}
108
109
/* line 78, ../scss/_base.scss */
110
slides > slide[hidden] {
111
display: none !important;
112
}
113
114
/* line 82, ../scss/_base.scss */
115
slides {
116
width: 100%;
117
height: 100%;
118
position: absolute;
119
left: 0;
120
top: 0;
121
-webkit-transform: translate3d(0, 0, 0);
122
-moz-transform: translate3d(0, 0, 0);
123
-ms-transform: translate3d(0, 0, 0);
124
-o-transform: translate3d(0, 0, 0);
125
transform: translate3d(0, 0, 0);
126
-webkit-perspective: 1000;
127
perspective: 1000;
128
-webkit-transform-style: preserve-3d;
129
transform-style: preserve-3d;
130
-webkit-transition: opacity 800ms ease-in 100ms;
131
-moz-transition: opacity 800ms ease-in 100ms;
132
-ms-transition: opacity 800ms ease-in 100ms;
133
-o-transition: opacity 800ms ease-in 100ms;
134
transition: opacity 800ms ease-in 100ms;
135
}
136
137
/* line 94, ../scss/_base.scss */
138
slides > slide {
139
display: block;
140
position: absolute;
141
overflow: hidden;
142
left: 50%;
143
top: 50%;
144
-webkit-box-sizing: border-box;
145
-moz-box-sizing: border-box;
146
box-sizing: border-box;
147
}
148
149
/* Slide styles */
150
/*article.fill iframe {
151
position: absolute;
152
left: 0;
153
top: 0;
154
width: 100%;
155
height: 100%;
156
157
border: 0;
158
margin: 0;
159
160
@include border-radius(10px);
161
162
z-index: -1;
163
}
164
165
slide.fill {
166
background-repeat: no-repeat;
167
@include background-size(cover);
168
}
169
170
slide.fill img {
171
position: absolute;
172
left: 0;
173
top: 0;
174
min-width: 100%;
175
min-height: 100%;
176
177
z-index: -1;
178
}
179
*/
180
/**
181
* Theme Styles
182
*/
183
/* line 58, ../scss/default.scss */
184
::selection {
185
color: white;
186
background-color: #ffd14d;
187
text-shadow: none;
188
}
189
190
/* line 64, ../scss/default.scss */
191
::-webkit-scrollbar {
192
height: 16px;
193
overflow: visible;
194
width: 16px;
195
}
196
197
/* line 69, ../scss/default.scss */
198
::-webkit-scrollbar-thumb {
199
background-color: rgba(0, 0, 0, 0.1);
200
background-clip: padding-box;
201
border: solid transparent;
202
min-height: 28px;
203
padding: 100px 0 0;
204
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
205
-moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
206
box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
207
border-width: 1px 1px 1px 6px;
208
}
209
210
/* line 78, ../scss/default.scss */
211
::-webkit-scrollbar-thumb:hover {
212
background-color: rgba(0, 0, 0, 0.5);
213
}
214
215
/* line 81, ../scss/default.scss */
216
::-webkit-scrollbar-button {
217
height: 0;
218
width: 0;
219
}
220
221
/* line 85, ../scss/default.scss */
222
::-webkit-scrollbar-track {
223
background-clip: padding-box;
224
border: solid transparent;
225
border-width: 0 0 0 4px;
226
}
227
228
/* line 90, ../scss/default.scss */
229
::-webkit-scrollbar-corner {
230
background: transparent;
231
}
232
233
/* line 94, ../scss/default.scss */
234
body {
235
background: black;
236
}
237
238
/* line 98, ../scss/default.scss */
239
slides > slide {
240
display: none;
241
font-family: 'Open Sans', Arial, sans-serif;
242
font-size: 26px;
243
color: #797979;
244
width: 900px;
245
height: 700px;
246
margin-left: -450px;
247
margin-top: -350px;
248
padding: 40px 60px;
249
-webkit-border-radius: 5px;
250
-moz-border-radius: 5px;
251
-ms-border-radius: 5px;
252
-o-border-radius: 5px;
253
border-radius: 5px;
254
-webkit-transition: all 0.6s ease-in-out;
255
-moz-transition: all 0.6s ease-in-out;
256
-ms-transition: all 0.6s ease-in-out;
257
-o-transition: all 0.6s ease-in-out;
258
transition: all 0.6s ease-in-out;
259
}
260
/* line 119, ../scss/default.scss */
261
slides > slide.far-past {
262
display: none;
263
}
264
/* line 126, ../scss/default.scss */
265
slides > slide.past {
266
display: block;
267
opacity: 0;
268
}
269
/* line 133, ../scss/default.scss */
270
slides > slide.current {
271
display: block;
272
opacity: 1;
273
}
274
/* line 139, ../scss/default.scss */
275
slides > slide.current .auto-fadein {
276
opacity: 1;
277
}
278
/* line 143, ../scss/default.scss */
279
slides > slide.current .gdbar {
280
-webkit-background-size: 100% 100%;
281
-moz-background-size: 100% 100%;
282
-o-background-size: 100% 100%;
283
background-size: 100% 100%;
284
}
285
/* line 148, ../scss/default.scss */
286
slides > slide.next {
287
display: block;
288
opacity: 0;
289
pointer-events: none;
290
}
291
/* line 156, ../scss/default.scss */
292
slides > slide.far-next {
293
display: none;
294
}
295
/* line 163, ../scss/default.scss */
296
slides > slide.dark {
297
background: #515151 !important;
298
}
299
/* line 171, ../scss/default.scss */
300
slides > slide:not(.nobackground):before {
301
font-size: 12pt;
302
content: attr(data-hashtag);
303
position: absolute;
304
bottom: 20px;
305
left: 60px;
306
/* background: url("../images/google_developers_icon_128.png") no-repeat 0 50%; */
307
-webkit-background-size: 30px 30px;
308
-moz-background-size: 30px 30px;
309
-o-background-size: 30px 30px;
310
background-size: 30px 30px;
311
padding-left: 40px;
312
height: 30px;
313
line-height: 1.9;
314
}
315
316
317
/* line 183, ../scss/default.scss */
318
slides > slide:not(.nobackground):after {
319
font-size: 12pt;
320
content: attr(data-slide-num) "/" attr(data-total-slides);
321
position: absolute;
322
bottom: 20px;
323
right: 60px;
324
line-height: 1.9;
325
}
326
/* line 194, ../scss/default.scss */
327
slides > slide.title-slide:after {
328
content: '';
329
/* background: url(../images/io2012_logo.png) no-repeat 100% 50%; */
330
-webkit-background-size: contain;
331
-moz-background-size: contain;
332
-o-background-size: contain;
333
background-size: contain;
334
position: absolute;
335
bottom: 40px;
336
right: 40px;
337
width: 100%;
338
height: 60px;
339
}
340
/* line 206, ../scss/default.scss */
341
slides > slide.backdrop {
342
z-index: -10;
343
display: block !important;
344
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
345
background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
346
background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
347
background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
348
background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
349
background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
350
background-color: white;
351
}
352
/* line 211, ../scss/default.scss */
353
slides > slide.backdrop:after, slides > slide.backdrop:before {
354
display: none;
355
}
356
/* line 216, ../scss/default.scss */
357
slides > slide > hgroup + article {
358
margin-top: 45px;
359
}
360
/* line 220, ../scss/default.scss */
361
slides > slide > hgroup + article.flexbox.vcenter, slides > slide > hgroup + article.flexbox.vleft, slides > slide > hgroup + article.flexbox.vright {
362
height: 80%;
363
}
364
/* line 225, ../scss/default.scss */
365
slides > slide > hgroup + article p {
366
margin-bottom: 1em;
367
}
368
/* line 230, ../scss/default.scss */
369
slides > slide > article:only-child {
370
height: 100%;
371
}
372
/* line 233, ../scss/default.scss */
373
slides > slide > article:only-child > iframe {
374
height: 98%;
375
}
376
377
/* line 239, ../scss/default.scss */
378
slides.layout-faux-widescreen > slide {
379
padding: 40px 160px;
380
}
381
382
/* line 248, ../scss/default.scss */
383
slides.layout-widescreen > slide,
384
slides.layout-faux-widescreen > slide {
385
margin-left: -550px;
386
width: 1100px;
387
}
388
/* line 253, ../scss/default.scss */
389
slides.layout-widescreen > slide.far-past,
390
slides.layout-faux-widescreen > slide.far-past {
391
display: block;
392
display: none;
393
-webkit-transform: translate(-2260px);
394
-moz-transform: translate(-2260px);
395
-ms-transform: translate(-2260px);
396
-o-transform: translate(-2260px);
397
transform: translate(-2260px);
398
-webkit-transform: translate3d(-2260px, 0, 0);
399
-moz-transform: translate3d(-2260px, 0, 0);
400
-ms-transform: translate3d(-2260px, 0, 0);
401
-o-transform: translate3d(-2260px, 0, 0);
402
transform: translate3d(-2260px, 0, 0);
403
}
404
/* line 260, ../scss/default.scss */
405
slides.layout-widescreen > slide.past,
406
slides.layout-faux-widescreen > slide.past {
407
display: block;
408
opacity: 0;
409
}
410
/* line 267, ../scss/default.scss */
411
slides.layout-widescreen > slide.current,
412
slides.layout-faux-widescreen > slide.current {
413
display: block;
414
opacity: 1;
415
}
416
/* line 274, ../scss/default.scss */
417
slides.layout-widescreen > slide.next,
418
slides.layout-faux-widescreen > slide.next {
419
display: block;
420
opacity: 0;
421
pointer-events: none;
422
}
423
/* line 282, ../scss/default.scss */
424
slides.layout-widescreen > slide.far-next,
425
slides.layout-faux-widescreen > slide.far-next {
426
display: block;
427
display: none;
428
-webkit-transform: translate(2260px);
429
-moz-transform: translate(2260px);
430
-ms-transform: translate(2260px);
431
-o-transform: translate(2260px);
432
transform: translate(2260px);
433
-webkit-transform: translate3d(2260px, 0, 0);
434
-moz-transform: translate3d(2260px, 0, 0);
435
-ms-transform: translate3d(2260px, 0, 0);
436
-o-transform: translate3d(2260px, 0, 0);
437
transform: translate3d(2260px, 0, 0);
438
}
439
/* line 289, ../scss/default.scss */
440
slides.layout-widescreen #prev-slide-area,
441
slides.layout-faux-widescreen #prev-slide-area {
442
margin-left: -650px;
443
}
444
/* line 293, ../scss/default.scss */
445
slides.layout-widescreen #next-slide-area,
446
slides.layout-faux-widescreen #next-slide-area {
447
margin-left: 550px;
448
}
449
450
/* line 298, ../scss/default.scss */
451
b {
452
font-weight: 600;
453
}
454
455
/* line 302, ../scss/default.scss */
456
a {
457
color: #2a7cdf;
458
text-decoration: none;
459
border-bottom: 1px solid rgba(42, 124, 223, 0.5);
460
}
461
/* line 307, ../scss/default.scss */
462
a:hover {
463
color: black !important;
464
}
465
466
/* line 312, ../scss/default.scss */
467
h1, h2, h3 {
468
font-weight: 600;
469
}
470
471
/* line 316, ../scss/default.scss */
472
h2 {
473
font-size: 45px;
474
line-height: 45px;
475
letter-spacing: -2px;
476
color: #515151;
477
}
478
479
/* line 323, ../scss/default.scss */
480
h3 {
481
font-size: 30px;
482
letter-spacing: -1px;
483
line-height: 2;
484
font-weight: inherit;
485
color: #797979;
486
}
487
488
/* line 331, ../scss/default.scss */
489
ul {
490
margin-left: 1.2em;
491
margin-bottom: 1em;
492
position: relative;
493
}
494
/* line 336, ../scss/default.scss */
495
ul li {
496
margin-bottom: 0.5em;
497
}
498
/* line 339, ../scss/default.scss */
499
ul li ul {
500
margin-left: 2em;
501
margin-bottom: 0;
502
}
503
/* line 343, ../scss/default.scss */
504
ul li ul li:before {
505
content: '-';
506
font-weight: 600;
507
}
508
/* line 350, ../scss/default.scss */
509
ul > li:before {
510
content: '\00B7';
511
margin-left: -1em;
512
position: absolute;
513
font-weight: 600;
514
}
515
/* line 357, ../scss/default.scss */
516
ul ul {
517
margin-top: .5em;
518
}
519
520
/* line 364, ../scss/default.scss */
521
.highlight-code slide.current pre > * {
522
opacity: 0.25;
523
-webkit-transition: opacity 0.5s ease-in;
524
-moz-transition: opacity 0.5s ease-in;
525
-ms-transition: opacity 0.5s ease-in;
526
-o-transition: opacity 0.5s ease-in;
527
transition: opacity 0.5s ease-in;
528
}
529
/* line 368, ../scss/default.scss */
530
.highlight-code slide.current b {
531
opacity: 1;
532
}
533
534
/* line 373, ../scss/default.scss */
535
pre {
536
font-family: 'Inconsolata', 'Courier New', monospace;
537
font-size: 20px;
538
line-height: 28px;
539
padding: 10px 0 10px 60px;
540
letter-spacing: -1px;
541
margin-bottom: 0px;
542
width: 106%;
543
left: -60px;
544
position: relative;
545
-webkit-box-sizing: border-box;
546
-moz-box-sizing: border-box;
547
box-sizing: border-box;
548
/*overflow: hidden;*/
549
}
550
/* line 387, ../scss/default.scss */
551
pre[data-lang]:after {
552
content: attr(data-lang);
553
background-color: #a9a9a9;
554
right: 0;
555
top: 0;
556
position: absolute;
557
font-size: 16pt;
558
color: white;
559
padding: 2px 25px;
560
text-transform: uppercase;
561
}
562
563
/* line 400, ../scss/default.scss */
564
pre[data-lang="go"] {
565
color: #333;
566
}
567
568
/* line 404, ../scss/default.scss */
569
code {
570
font-size: 95%;
571
font-family: 'Inconsolata', 'Courier New', monospace;
572
color: black;
573
}
574
575
/* line 410, ../scss/default.scss */
576
iframe {
577
width: 100%;
578
height: 530px;
579
background: white;
580
border: 1px solid #e6e6e6;
581
-webkit-box-sizing: border-box;
582
-moz-box-sizing: border-box;
583
box-sizing: border-box;
584
}
585
586
/* line 418, ../scss/default.scss */
587
dt {
588
font-weight: bold;
589
}
590
591
/* line 422, ../scss/default.scss */
592
button {
593
display: inline-block;
594
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3));
595
background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
596
background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
597
background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
598
background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
599
background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
600
border: 1px solid #a9a9a9;
601
-webkit-border-radius: 3px;
602
-moz-border-radius: 3px;
603
-ms-border-radius: 3px;
604
-o-border-radius: 3px;
605
border-radius: 3px;
606
padding: 5px 8px;
607
outline: none;
608
white-space: nowrap;
609
-webkit-user-select: none;
610
-moz-user-select: none;
611
user-select: none;
612
cursor: pointer;
613
text-shadow: 1px 1px white;
614
font-size: 10pt;
615
}
616
617
/* line 436, ../scss/default.scss */
618
button:not(:disabled):hover {
619
border-color: #515151;
620
}
621
622
/* line 440, ../scss/default.scss */
623
button:not(:disabled):active {
624
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));
625
background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
626
background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
627
background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
628
background: -ms-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
629
background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
630
}
631
632
/* line 444, ../scss/default.scss */
633
:disabled {
634
color: #a9a9a9;
635
}
636
637
/* line 448, ../scss/default.scss */
638
.blue {
639
color: #4387fd;
640
}
641
642
/* line 451, ../scss/default.scss */
643
.blue2 {
644
color: #3c8ef3;
645
}
646
647
/* line 454, ../scss/default.scss */
648
.blue3 {
649
color: #2a7cdf;
650
}
651
652
/* line 457, ../scss/default.scss */
653
.yellow {
654
color: #ffd14d;
655
}
656
657
/* line 460, ../scss/default.scss */
658
.yellow2 {
659
color: #f9cc46;
660
}
661
662
/* line 463, ../scss/default.scss */
663
.yellow3 {
664
color: #f6c000;
665
}
666
667
/* line 466, ../scss/default.scss */
668
.green {
669
color: #0da861;
670
}
671
672
/* line 469, ../scss/default.scss */
673
.green2 {
674
color: #00a86d;
675
}
676
677
/* line 472, ../scss/default.scss */
678
.green3 {
679
color: #009f5d;
680
}
681
682
/* line 475, ../scss/default.scss */
683
.red {
684
color: #f44a3f;
685
}
686
687
/* line 478, ../scss/default.scss */
688
.red2 {
689
color: #e0543e;
690
}
691
692
/* line 481, ../scss/default.scss */
693
.red3 {
694
color: #d94d3a;
695
}
696
697
/* line 484, ../scss/default.scss */
698
.gray {
699
color: #e6e6e6;
700
}
701
702
/* line 487, ../scss/default.scss */
703
.gray2 {
704
color: #a9a9a9;
705
}
706
707
/* line 490, ../scss/default.scss */
708
.gray3 {
709
color: #797979;
710
}
711
712
/* line 493, ../scss/default.scss */
713
.gray4 {
714
color: #515151;
715
}
716
717
/* line 497, ../scss/default.scss */
718
.white {
719
color: white !important;
720
}
721
722
/* line 500, ../scss/default.scss */
723
.black {
724
color: black !important;
725
}
726
727
/* line 504, ../scss/default.scss */
728
.columns-2 {
729
-webkit-column-count: 2;
730
-moz-column-count: 2;
731
-o-column-count: 2;
732
column-count: 2;
733
}
734
735
/* line 508, ../scss/default.scss */
736
table {
737
width: 100%;
738
border-collapse: -moz-initial;
739
border-collapse: initial;
740
border-spacing: 2px;
741
border-bottom: 1px solid #797979;
742
}
743
/* line 515, ../scss/default.scss */
744
table tr > td:first-child, table th {
745
font-weight: 600;
746
color: #515151;
747
}
748
/* line 520, ../scss/default.scss */
749
table tr:nth-child(odd) {
750
background-color: #e6e6e6;
751
}
752
/* line 524, ../scss/default.scss */
753
table th {
754
color: white;
755
font-size: 18px;
756
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat;
757
background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
758
background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
759
background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
760
background: -ms-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
761
background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
762
}
763
/* line 530, ../scss/default.scss */
764
table td, table th {
765
font-size: 18px;
766
padding: 1em 0.5em;
767
}
768
/* line 535, ../scss/default.scss */
769
table td.highlight {
770
color: #515151;
771
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat;
772
background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
773
background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
774
background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
775
background: -ms-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
776
background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
777
}
778
/* line 540, ../scss/default.scss */
779
table.rows {
780
border-bottom: none;
781
border-right: 1px solid #797979;
782
}
783
784
/* line 546, ../scss/default.scss */
785
q {
786
font-size: 45px;
787
line-height: 72px;
788
}
789
/* line 550, ../scss/default.scss */
790
q:before {
791
content: '“';
792
position: absolute;
793
margin-left: -0.5em;
794
}
795
/* line 555, ../scss/default.scss */
796
q:after {
797
content: '”';
798
position: absolute;
799
margin-left: 0.1em;
800
}
801
802
/* line 562, ../scss/default.scss */
803
slide.fill {
804
background-repeat: no-repeat;
805
-webkit-border-radius: 5px;
806
-moz-border-radius: 5px;
807
-ms-border-radius: 5px;
808
-o-border-radius: 5px;
809
border-radius: 5px;
810
-webkit-background-size: cover;
811
-moz-background-size: cover;
812
-o-background-size: cover;
813
background-size: cover;
814
}
815
816
/* Size variants */
817
/* line 571, ../scss/default.scss */
818
article.smaller p, article.smaller ul {
819
font-size: 20px;
820
line-height: 24px;
821
letter-spacing: 0;
822
}
823
/* line 577, ../scss/default.scss */
824
article.smaller table td, article.smaller table th {
825
font-size: 14px;
826
}
827
/* line 581, ../scss/default.scss */
828
article.smaller pre {
829
font-size: 15px;
830
line-height: 20px;
831
letter-spacing: 0;
832
}
833
/* line 586, ../scss/default.scss */
834
article.smaller q {
835
font-size: 40px;
836
line-height: 48px;
837
}
838
/* line 590, ../scss/default.scss */
839
article.smaller q:before, article.smaller q:after {
840
font-size: 60px;
841
}
842
843
/* Builds */
844
/* line 599, ../scss/default.scss */
845
.build > * {
846
-webkit-transition: opacity 0.5s ease-in-out 0.2s;
847
-moz-transition: opacity 0.5s ease-in-out 0.2s;
848
-ms-transition: opacity 0.5s ease-in-out 0.2s;
849
-o-transition: opacity 0.5s ease-in-out 0.2s;
850
transition: opacity 0.5s ease-in-out 0.2s;
851
}
852
/* line 603, ../scss/default.scss */
853
.build .to-build {
854
opacity: 0;
855
}
856
/* line 607, ../scss/default.scss */
857
.build .build-fade {
858
opacity: 0.3;
859
}
860
/* line 610, ../scss/default.scss */
861
.build .build-fade:hover {
862
opacity: 1.0;
863
}
864
865
/* line 617, ../scss/default.scss */
866
.popup .next .build .to-build {
867
opacity: 1;
868
}
869
/* line 621, ../scss/default.scss */
870
.popup .next .build .build-fade {
871
opacity: 1;
872
}
873
874
/* Pretty print */
875
/* line 629, ../scss/default.scss */
876
.prettyprint .str,
877
.prettyprint .atv {
878
/* a markup attribute value */
879
color: #009f5d;
880
}
881
882
/* line 633, ../scss/default.scss */
883
.prettyprint .kwd,
884
.prettyprint .tag {
885
/* a markup tag name */
886
color: #0066cc;
887
}
888
889
/* line 636, ../scss/default.scss */
890
.prettyprint .com {
891
/* a comment */
892
color: #797979;
893
font-style: italic;
894
}
895
896
/* line 640, ../scss/default.scss */
897
.prettyprint .lit {
898
/* a literal value */
899
color: #7f0000;
900
}
901
902
/* line 645, ../scss/default.scss */
903
.prettyprint .pun,
904
.prettyprint .opn,
905
.prettyprint .clo {
906
color: #515151;
907
}
908
909
/* line 651, ../scss/default.scss */
910
.prettyprint .typ,
911
.prettyprint .atn,
912
.prettyprint .dec,
913
.prettyprint .var {
914
/* a declaration; a variable name */
915
color: #d94d3a;
916
}
917
918
/* line 654, ../scss/default.scss */
919
.prettyprint .pln {
920
color: #515151;
921
}
922
923
/* line 658, ../scss/default.scss */
924
.note {
925
position: absolute;
926
z-index: 100;
927
width: 100%;
928
height: 100%;
929
top: 0;
930
left: 0;
931
padding: 1em;
932
background: rgba(0, 0, 0, 0.3);
933
opacity: 0;
934
pointer-events: none;
935
display: -webkit-box !important;
936
display: -moz-box !important;
937
display: -ms-box !important;
938
display: -o-box !important;
939
display: box !important;
940
-webkit-box-orient: vertical;
941
-moz-box-orient: vertical;
942
-ms-box-orient: vertical;
943
box-orient: vertical;
944
-webkit-box-align: center;
945
-moz-box-align: center;
946
-ms-box-align: center;
947
box-align: center;
948
-webkit-box-pack: center;
949
-moz-box-pack: center;
950
-ms-box-pack: center;
951
box-pack: center;
952
-webkit-border-radius: 5px;
953
-moz-border-radius: 5px;
954
-ms-border-radius: 5px;
955
-o-border-radius: 5px;
956
border-radius: 5px;
957
-webkit-box-sizing: border-box;
958
-moz-box-sizing: border-box;
959
box-sizing: border-box;
960
-webkit-transform: translateY(350px);
961
-moz-transform: translateY(350px);
962
-ms-transform: translateY(350px);
963
-o-transform: translateY(350px);
964
transform: translateY(350px);
965
-webkit-transition: all 0.4s ease-in-out;
966
-moz-transition: all 0.4s ease-in-out;
967
-ms-transition: all 0.4s ease-in-out;
968
-o-transition: all 0.4s ease-in-out;
969
transition: all 0.4s ease-in-out;
970
}
971
/* line 676, ../scss/default.scss */
972
.note > section {
973
background: #fff;
974
-webkit-border-radius: 5px;
975
-moz-border-radius: 5px;
976
-ms-border-radius: 5px;
977
-o-border-radius: 5px;
978
border-radius: 5px;
979
-webkit-box-shadow: 0 0 10px #797979;
980
-moz-box-shadow: 0 0 10px #797979;
981
box-shadow: 0 0 10px #797979;
982
width: 60%;
983
padding: 2em;
984
}
985
986
/* line 693, ../scss/default.scss */
987
.with-notes.popup slides.layout-widescreen slide.next,
988
.with-notes.popup slides.layout-faux-widescreen slide.next {
989
-webkit-transform: translate3d(690px, 80px, 0) scale(0.35);
990
-moz-transform: translate3d(690px, 80px, 0) scale(0.35);
991
-ms-transform: translate3d(690px, 80px, 0) scale(0.35);
992
-o-transform: translate3d(690px, 80px, 0) scale(0.35);
993
transform: translate3d(690px, 80px, 0) scale(0.35);
994
}
995
/* line 696, ../scss/default.scss */
996
.with-notes.popup slides.layout-widescreen slide .note,
997
.with-notes.popup slides.layout-faux-widescreen slide .note {
998
-webkit-transform: translate3d(300px, 800px, 0) scale(1.5);
999
-moz-transform: translate3d(300px, 800px, 0) scale(1.5);
1000
-ms-transform: translate3d(300px, 800px, 0) scale(1.5);
1001
-o-transform: translate3d(300px, 800px, 0) scale(1.5);
1002
transform: translate3d(300px, 800px, 0) scale(1.5);
1003
}
1004
/* line 702, ../scss/default.scss */
1005
.with-notes.popup slide {
1006
overflow: visible;
1007
background: white;
1008
-webkit-transition: none;
1009
-moz-transition: none;
1010
-ms-transition: none;
1011
-o-transition: none;
1012
transition: none;
1013
pointer-events: none;
1014
-webkit-transform-origin: 0 0;
1015
-moz-transform-origin: 0 0;
1016
-ms-transform-origin: 0 0;
1017
-o-transform-origin: 0 0;
1018
transform-origin: 0 0;
1019
}
1020
/* line 709, ../scss/default.scss */
1021
.with-notes.popup slide:not(.backdrop) {
1022
-webkit-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
1023
-moz-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
1024
-ms-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
1025
-o-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
1026
transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
1027
-webkit-box-shadow: 0 0 10px #797979;
1028
-moz-box-shadow: 0 0 10px #797979;
1029
box-shadow: 0 0 10px #797979;
1030
}
1031
/* line 714, ../scss/default.scss */
1032
.with-notes.popup slide.backdrop {
1033
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #4387fd));
1034
background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
1035
background-image: -moz-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
1036
background-image: -o-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
1037
background-image: -ms-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
1038
background-image: radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
1039
}
1040
/* line 720, ../scss/default.scss */
1041
.with-notes.popup slide.next {
1042
-webkit-transform: translate3d(570px, 80px, 0) scale(0.35);
1043
-moz-transform: translate3d(570px, 80px, 0) scale(0.35);
1044
-ms-transform: translate3d(570px, 80px, 0) scale(0.35);
1045
-o-transform: translate3d(570px, 80px, 0) scale(0.35);
1046
transform: translate3d(570px, 80px, 0) scale(0.35);
1047
opacity: 1 !important;
1048
}
1049
/* line 724, ../scss/default.scss */
1050
.with-notes.popup slide.next .note {
1051
display: none !important;
1052
}
1053
/* line 730, ../scss/default.scss */
1054
.with-notes.popup .note {
1055
width: 109%;
1056
height: 260px;
1057
background: #e6e6e6;
1058
padding: 0;
1059
-webkit-box-shadow: 0 0 10px #797979;
1060
-moz-box-shadow: 0 0 10px #797979;
1061
box-shadow: 0 0 10px #797979;
1062
-webkit-transform: translate3d(250px, 800px, 0) scale(1.5);
1063
-moz-transform: translate3d(250px, 800px, 0) scale(1.5);
1064
-ms-transform: translate3d(250px, 800px, 0) scale(1.5);
1065
-o-transform: translate3d(250px, 800px, 0) scale(1.5);
1066
transform: translate3d(250px, 800px, 0) scale(1.5);
1067
-webkit-transition: opacity 400ms ease-in-out;
1068
-moz-transition: opacity 400ms ease-in-out;
1069
-ms-transition: opacity 400ms ease-in-out;
1070
-o-transition: opacity 400ms ease-in-out;
1071
transition: opacity 400ms ease-in-out;
1072
}
1073
/* line 741, ../scss/default.scss */
1074
.with-notes.popup .note > section {
1075
background: #fff;
1076
-webkit-border-radius: 5px;
1077
-moz-border-radius: 5px;
1078
-ms-border-radius: 5px;
1079
-o-border-radius: 5px;
1080
border-radius: 5px;
1081
height: 100%;
1082
width: 100%;
1083
-webkit-box-sizing: border-box;
1084
-moz-box-sizing: border-box;
1085
box-sizing: border-box;
1086
-webkit-box-shadow: none;
1087
-moz-box-shadow: none;
1088
box-shadow: none;
1089
overflow: auto;
1090
padding: 1em;
1091
}
1092
/* line 754, ../scss/default.scss */
1093
.with-notes .note {
1094
opacity: 1;
1095
-webkit-transform: translateY(0);
1096
-moz-transform: translateY(0);
1097
-ms-transform: translateY(0);
1098
-o-transform: translateY(0);
1099
transform: translateY(0);
1100
pointer-events: auto;
1101
}
1102
1103
/* line 761, ../scss/default.scss */
1104
.source {
1105
font-size: 14px;
1106
color: #a9a9a9;
1107
position: absolute;
1108
bottom: 70px;
1109
left: 60px;
1110
}
1111
1112
/* line 769, ../scss/default.scss */
1113
.centered {
1114
text-align: center;
1115
}
1116
1117
/* line 773, ../scss/default.scss */
1118
.reflect {
1119
-webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
1120
-moz-box-reflect: below 3px -moz-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
1121
-o-box-reflect: below 3px -o-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
1122
-ms-box-reflect: below 3px -ms-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
1123
box-reflect: below 3px linear-gradient(rgba(255, 255, 255, 0) 85%, #ffffff 150%);
1124
}
1125
1126
/* line 781, ../scss/default.scss */
1127
.flexbox {
1128
display: -webkit-box !important;
1129
display: -moz-box !important;
1130
display: -ms-box !important;
1131
display: -o-box !important;
1132
display: box !important;
1133
}
1134
1135
/* line 785, ../scss/default.scss */
1136
.flexbox.vcenter {
1137
-webkit-box-orient: vertical;
1138
-moz-box-orient: vertical;
1139
-ms-box-orient: vertical;
1140
box-orient: vertical;
1141
-webkit-box-align: center;
1142
-moz-box-align: center;
1143
-ms-box-align: center;
1144
box-align: center;
1145
-webkit-box-pack: center;
1146
-moz-box-pack: center;
1147
-ms-box-pack: center;
1148
box-pack: center;
1149
height: 100%;
1150
width: 100%;
1151
}
1152
1153
/* line 791, ../scss/default.scss */
1154
.flexbox.vleft {
1155
-webkit-box-orient: vertical;
1156
-moz-box-orient: vertical;
1157
-ms-box-orient: vertical;
1158
box-orient: vertical;
1159
-webkit-box-align: left;
1160
-moz-box-align: left;
1161
-ms-box-align: left;
1162
box-align: left;
1163
-webkit-box-pack: center;
1164
-moz-box-pack: center;
1165
-ms-box-pack: center;
1166
box-pack: center;
1167
height: 100%;
1168
width: 100%;
1169
}
1170
1171
/* line 797, ../scss/default.scss */
1172
.flexbox.vright {
1173
-webkit-box-orient: vertical;
1174
-moz-box-orient: vertical;
1175
-ms-box-orient: vertical;
1176
box-orient: vertical;
1177
-webkit-box-align: end;
1178
-moz-box-align: end;
1179
-ms-box-align: end;
1180
box-align: end;
1181
-webkit-box-pack: center;
1182
-moz-box-pack: center;
1183
-ms-box-pack: center;
1184
box-pack: center;
1185
height: 100%;
1186
width: 100%;
1187
}
1188
1189
/* line 803, ../scss/default.scss */
1190
.auto-fadein {
1191
-webkit-transition: opacity 0.6s ease-in 1s;
1192
-moz-transition: opacity 0.6s ease-in 1s;
1193
-ms-transition: opacity 0.6s ease-in 1s;
1194
-o-transition: opacity 0.6s ease-in 1s;
1195
transition: opacity 0.6s ease-in 1s;
1196
opacity: 0;
1197
}
1198
1199
/* Clickable/tappable areas */
1200
/* line 809, ../scss/default.scss */
1201
.slide-area {
1202
z-index: 1000;
1203
position: absolute;
1204
left: 0;
1205
top: 0;
1206
width: 100px;
1207
height: 700px;
1208
left: 50%;
1209
top: 50%;
1210
cursor: pointer;
1211
margin-top: -350px;
1212
}
1213
1214
/* line 826, ../scss/default.scss */
1215
#prev-slide-area {
1216
margin-left: -550px;
1217
}
1218
1219
/* line 831, ../scss/default.scss */
1220
#next-slide-area {
1221
margin-left: 450px;
1222
}
1223
1224
/* ===== SLIDE CONTENT ===== */
1225
/* line 839, ../scss/default.scss */
1226
.logoslide img {
1227
width: 383px;
1228
height: 92px;
1229
}
1230
1231
/* line 845, ../scss/default.scss */
1232
.segue {
1233
padding: 60px 120px;
1234
}
1235
/* line 848, ../scss/default.scss */
1236
.segue h2 {
1237
color: #e6e6e6;
1238
font-size: 60px;
1239
}
1240
/* line 852, ../scss/default.scss */
1241
.segue h3 {
1242
color: #e6e6e6;
1243
line-height: 2.8;
1244
}
1245
/* line 856, ../scss/default.scss */
1246
.segue hgroup {
1247
position: absolute;
1248
bottom: 225px;
1249
}
1250
1251
/* line 862, ../scss/default.scss */
1252
.thank-you-slide {
1253
background: #4387fd !important;
1254
color: white;
1255
}
1256
/* line 866, ../scss/default.scss */
1257
.thank-you-slide h2 {
1258
font-size: 60px;
1259
color: inherit;
1260
}
1261
/* line 871, ../scss/default.scss */
1262
.thank-you-slide article > p {
1263
margin-top: 2em;
1264
font-size: 20pt;
1265
}
1266
/* line 876, ../scss/default.scss */
1267
.thank-you-slide > p {
1268
position: absolute;
1269
bottom: 80px;
1270
font-size: 24pt;
1271
line-height: 1.3;
1272
}
1273
1274
/* line 884, ../scss/default.scss */
1275
aside.gdbar {
1276
height: 97px;
1277
width: 215px;
1278
position: absolute;
1279
left: -1px;
1280
top: 125px;
1281
-webkit-border-radius: 0 10px 10px 0;
1282
-moz-border-radius: 0 10px 10px 0;
1283
-ms-border-radius: 0 10px 10px 0;
1284
-o-border-radius: 0 10px 10px 0;
1285
border-radius: 0 10px 10px 0;
1286
background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6)) no-repeat;
1287
background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
1288
background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
1289
background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
1290
background: -ms-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
1291
background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
1292
-webkit-background-size: 0% 100%;
1293
-moz-background-size: 0% 100%;
1294
-o-background-size: 0% 100%;
1295
background-size: 0% 100%;
1296
-webkit-transition: all 0.5s ease-out 0.5s;
1297
-moz-transition: all 0.5s ease-out 0.5s;
1298
-ms-transition: all 0.5s ease-out 0.5s;
1299
-o-transition: all 0.5s ease-out 0.5s;
1300
transition: all 0.5s ease-out 0.5s;
1301
/* Better to transition only on background-size, but not sure how to do that with the mixin. */
1302
}
1303
/* line 895, ../scss/default.scss */
1304
aside.gdbar.right {
1305
right: 0;
1306
left: -moz-initial;
1307
left: initial;
1308
top: 254px;
1309
/* 96 is height of gray icon bar */
1310
-webkit-transform: rotateZ(180deg);
1311
-moz-transform: rotateZ(180deg);
1312
-ms-transform: rotateZ(180deg);
1313
-o-transform: rotateZ(180deg);
1314
transform: rotateZ(180deg);
1315
}
1316
/* line 902, ../scss/default.scss */
1317
aside.gdbar.right img {
1318
-webkit-transform: rotateZ(180deg);
1319
-moz-transform: rotateZ(180deg);
1320
-ms-transform: rotateZ(180deg);
1321
-o-transform: rotateZ(180deg);
1322
transform: rotateZ(180deg);
1323
}
1324
/* line 907, ../scss/default.scss */
1325
aside.gdbar.bottom {
1326
top: -moz-initial;
1327
top: initial;
1328
bottom: 60px;
1329
}
1330
/* line 913, ../scss/default.scss */
1331
aside.gdbar img {
1332
width: 125px;
1333
height: 85px;
1334
position: absolute;
1335
right: 0;
1336
margin: 8px 15px;
1337
}
1338
1339
/* line 924, ../scss/default.scss */
1340
.title-slide hgroup {
1341
bottom: 100px;
1342
}
1343
/* line 927, ../scss/default.scss */
1344
.title-slide hgroup h1 {
1345
font-size: 65px;
1346
line-height: 1.4;
1347
letter-spacing: -3px;
1348
color: #515151;
1349
}
1350
/* line 934, ../scss/default.scss */
1351
.title-slide hgroup h2 {
1352
font-size: 34px;
1353
color: #a9a9a9;
1354
font-weight: inherit;
1355
}
1356
/* line 940, ../scss/default.scss */
1357
.title-slide hgroup p {
1358
font-size: 20px;
1359
color: #797979;
1360
line-height: 1.3;
1361
margin-top: 2em;
1362
}
1363
1364
/* line 949, ../scss/default.scss */
1365
.quote {
1366
color: #e6e6e6;
1367
}
1368
/* line 952, ../scss/default.scss */
1369
.quote .author {
1370
font-size: 24px;
1371
position: absolute;
1372
bottom: 80px;
1373
line-height: 1.4;
1374
}
1375
1376
/* line 961, ../scss/default.scss */
1377
[data-config-contact] a {
1378
color: white;
1379
border-bottom: none;
1380
}
1381
/* line 965, ../scss/default.scss */
1382
[data-config-contact] span {
1383
width: 115px;
1384
display: inline-block;
1385
}
1386
1387
/* line 974, ../scss/default.scss */
1388
.overview.popup .note {
1389
display: none !important;
1390
}
1391
/* line 980, ../scss/default.scss */
1392
.overview slides slide {
1393
display: block;
1394
cursor: pointer;
1395
opacity: 0.5;
1396
pointer-events: auto !important;
1397
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
1398
background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1399
background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1400
background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1401
background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1402
background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1403
background-color: white;
1404
}
1405
/* line 981, ../scss/default.scss */
1406
.overview slides slide.backdrop {
1407
display: none !important;
1408
}
1409
/* line 996, ../scss/default.scss */
1410
.overview slides slide.far-past, .overview slides slide.past, .overview slides slide.next, .overview slides slide.far-next, .overview slides slide.far-past {
1411
opacity: 0.5;
1412
display: block;
1413
}
1414
/* line 1001, ../scss/default.scss */
1415
.overview slides slide.current {
1416
opacity: 1;
1417
}
1418
/* line 1007, ../scss/default.scss */
1419
.overview .slide-area {
1420
display: none;
1421
}
1422
1423
@media print {
1424
/* line 1014, ../scss/default.scss */
1425
slides slide {
1426
display: block !important;
1427
position: relative;
1428
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
1429
background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1430
background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1431
background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1432
background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1433
background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
1434
background-color: white;
1435
-webkit-transform: none !important;
1436
-moz-transform: none !important;
1437
-ms-transform: none !important;
1438
-o-transform: none !important;
1439
transform: none !important;
1440
width: 100%;
1441
height: 100%;
1442
page-break-after: always;
1443
top: auto !important;
1444
left: auto !important;
1445
margin-top: 0 !important;
1446
margin-left: 0 !important;
1447
opacity: 1 !important;
1448
color: #555;
1449
}
1450
/* line 1034, ../scss/default.scss */
1451
slides slide.far-past, slides slide.past, slides slide.next, slides slide.far-next, slides slide.far-past, slides slide.current {
1452
opacity: 1 !important;
1453
display: block !important;
1454
}
1455
/* line 1040, ../scss/default.scss */
1456
slides slide .build > * {
1457
-webkit-transition: none;
1458
-moz-transition: none;
1459
-ms-transition: none;
1460
-o-transition: none;
1461
transition: none;
1462
}
1463
/* line 1045, ../scss/default.scss */
1464
slides slide .build .to-build,
1465
slides slide .build .build-fade {
1466
opacity: 1;
1467
}
1468
/* line 1050, ../scss/default.scss */
1469
slides slide .auto-fadein {
1470
opacity: 1 !important;
1471
}
1472
/* line 1054, ../scss/default.scss */
1473
slides slide.backdrop {
1474
display: none !important;
1475
}
1476
/* line 1058, ../scss/default.scss */
1477
slides slide table.rows {
1478
border-right: 0;
1479
}
1480
/* line 1063, ../scss/default.scss */
1481
slides slide[hidden] {
1482
display: none !important;
1483
}
1484
1485
/* line 1068, ../scss/default.scss */
1486
.slide-area {
1487
display: none;
1488
}
1489
1490
/* line 1072, ../scss/default.scss */
1491
.reflect {
1492
-webkit-box-reflect: none;
1493
-moz-box-reflect: none;
1494
-o-box-reflect: none;
1495
-ms-box-reflect: none;
1496
box-reflect: none;
1497
}
1498
1499
/* line 1080, ../scss/default.scss */
1500
pre, code {
1501
font-family: monospace !important;
1502
}
1503
}
1504
1505