aboutsummaryrefslogtreecommitdiff
path: root/theme/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/default.css')
-rw-r--r--theme/css/default.css232
1 files changed, 121 insertions, 111 deletions
diff --git a/theme/css/default.css b/theme/css/default.css
index a6c1826..6024807 100644
--- a/theme/css/default.css
+++ b/theme/css/default.css
@@ -233,11 +233,11 @@ slides > slide {
233 -ms-border-radius: 5px; 233 -ms-border-radius: 5px;
234 -o-border-radius: 5px; 234 -o-border-radius: 5px;
235 border-radius: 5px; 235 border-radius: 5px;
236 -webkit-transition: all 0.6s ease-out; 236 -webkit-transition: all 0.6s ease-in-out;
237 -moz-transition: all 0.6s ease-out; 237 -moz-transition: all 0.6s ease-in-out;
238 -ms-transition: all 0.6s ease-out; 238 -ms-transition: all 0.6s ease-in-out;
239 -o-transition: all 0.6s ease-out; 239 -o-transition: all 0.6s ease-in-out;
240 transition: all 0.6s ease-out; 240 transition: all 0.6s ease-in-out;
241} 241}
242/* line 116, ../sass/default.scss */ 242/* line 116, ../sass/default.scss */
243slides > slide.far-past { 243slides > slide.far-past {
@@ -279,7 +279,7 @@ slides > slide.dark {
279 background: #515151; 279 background: #515151;
280} 280}
281/* line 168, ../sass/default.scss */ 281/* line 168, ../sass/default.scss */
282slides > slide:not(.fill):not(.nobackground):before { 282slides > slide:not(.nobackground):before {
283 font-size: 12pt; 283 font-size: 12pt;
284 content: "#io2012"; 284 content: "#io2012";
285 position: absolute; 285 position: absolute;
@@ -295,7 +295,7 @@ slides > slide:not(.fill):not(.nobackground):before {
295 line-height: 1.9; 295 line-height: 1.9;
296} 296}
297/* line 180, ../sass/default.scss */ 297/* line 180, ../sass/default.scss */
298slides > slide:not(.fill):not(.nobackground):after { 298slides > slide:not(.nobackground):after {
299 font-size: 12pt; 299 font-size: 12pt;
300 content: attr(data-slide-num) "/" attr(data-total-slides); 300 content: attr(data-slide-num) "/" attr(data-total-slides);
301 position: absolute; 301 position: absolute;
@@ -319,7 +319,7 @@ slides > slide.title-slide:after {
319} 319}
320/* line 203, ../sass/default.scss */ 320/* line 203, ../sass/default.scss */
321slides > slide.backdrop { 321slides > slide.backdrop {
322 z-index: -1; 322 z-index: -10;
323 display: block !important; 323 display: block !important;
324 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6)); 324 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
325 background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6); 325 background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
@@ -566,7 +566,7 @@ button {
566 background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%); 566 background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
567 background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%); 567 background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
568 background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%); 568 background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
569 border: 1px solid #999; 569 border: 1px solid #a9a9a9;
570 -webkit-border-radius: 3px; 570 -webkit-border-radius: 3px;
571 -moz-border-radius: 3px; 571 -moz-border-radius: 3px;
572 -ms-border-radius: 3px; 572 -ms-border-radius: 3px;
@@ -580,17 +580,16 @@ button {
580 user-select: none; 580 user-select: none;
581 cursor: pointer; 581 cursor: pointer;
582 text-shadow: 1px 1px white; 582 text-shadow: 1px 1px white;
583 font-weight: 700;
584 font-size: 10pt; 583 font-size: 10pt;
585} 584}
586 585
587/* line 422, ../sass/default.scss */ 586/* line 421, ../sass/default.scss */
588button:hover { 587button:not(:disabled):hover {
589 border-color: black; 588 border-color: #515151;
590} 589}
591 590
592/* line 426, ../sass/default.scss */ 591/* line 425, ../sass/default.scss */
593button:active { 592button:not(:disabled):active {
594 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9)); 593 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));
595 background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); 594 background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
596 background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); 595 background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
@@ -599,87 +598,102 @@ button:active {
599 background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%); 598 background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
600} 599}
601 600
602/* line 430, ../sass/default.scss */ 601/* line 429, ../sass/default.scss */
602:disabled {
603 color: #a9a9a9;
604}
605
606/* line 433, ../sass/default.scss */
603.blue { 607.blue {
604 color: #4387fd; 608 color: #4387fd;
605} 609}
606 610
607/* line 433, ../sass/default.scss */ 611/* line 436, ../sass/default.scss */
608.blue2 { 612.blue2 {
609 color: #3c8ef3; 613 color: #3c8ef3;
610} 614}
611 615
612/* line 436, ../sass/default.scss */ 616/* line 439, ../sass/default.scss */
613.blue3 { 617.blue3 {
614 color: #2a7cdf; 618 color: #2a7cdf;
615} 619}
616 620
617/* line 439, ../sass/default.scss */ 621/* line 442, ../sass/default.scss */
618.yellow { 622.yellow {
619 color: #ffd14d; 623 color: #ffd14d;
620} 624}
621 625
622/* line 442, ../sass/default.scss */ 626/* line 445, ../sass/default.scss */
623.yellow2 { 627.yellow2 {
624 color: #f9cc46; 628 color: #f9cc46;
625} 629}
626 630
627/* line 445, ../sass/default.scss */ 631/* line 448, ../sass/default.scss */
628.yellow3 { 632.yellow3 {
629 color: #f6c000; 633 color: #f6c000;
630} 634}
631 635
632/* line 448, ../sass/default.scss */ 636/* line 451, ../sass/default.scss */
633.green { 637.green {
634 color: #0da861; 638 color: #0da861;
635} 639}
636 640
637/* line 451, ../sass/default.scss */ 641/* line 454, ../sass/default.scss */
638.green2 { 642.green2 {
639 color: #00a86d; 643 color: #00a86d;
640} 644}
641 645
642/* line 454, ../sass/default.scss */ 646/* line 457, ../sass/default.scss */
643.green3 { 647.green3 {
644 color: #009f5d; 648 color: #009f5d;
645} 649}
646 650
647/* line 457, ../sass/default.scss */ 651/* line 460, ../sass/default.scss */
648.red { 652.red {
649 color: #f44a3f; 653 color: #f44a3f;
650} 654}
651 655
652/* line 460, ../sass/default.scss */ 656/* line 463, ../sass/default.scss */
653.red2 { 657.red2 {
654 color: #e0543e; 658 color: #e0543e;
655} 659}
656 660
657/* line 463, ../sass/default.scss */ 661/* line 466, ../sass/default.scss */
658.red3 { 662.red3 {
659 color: #d94d3a; 663 color: #d94d3a;
660} 664}
661 665
662/* line 466, ../sass/default.scss */ 666/* line 469, ../sass/default.scss */
663.gray { 667.gray {
664 color: #e6e6e6; 668 color: #e6e6e6;
665} 669}
666 670
667/* line 469, ../sass/default.scss */ 671/* line 472, ../sass/default.scss */
668.gray2 { 672.gray2 {
669 color: #a9a9a9; 673 color: #a9a9a9;
670} 674}
671 675
672/* line 472, ../sass/default.scss */ 676/* line 475, ../sass/default.scss */
673.gray3 { 677.gray3 {
674 color: #797979; 678 color: #797979;
675} 679}
676 680
677/* line 475, ../sass/default.scss */ 681/* line 478, ../sass/default.scss */
678.gray4 { 682.gray4 {
679 color: #515151; 683 color: #515151;
680} 684}
681 685
682/* line 479, ../sass/default.scss */ 686/* line 482, ../sass/default.scss */
687.white {
688 color: white !important;
689}
690
691/* line 485, ../sass/default.scss */
692.black {
693 color: black !important;
694}
695
696/* line 489, ../sass/default.scss */
683.columns-2 { 697.columns-2 {
684 -webkit-column-count: 2; 698 -webkit-column-count: 2;
685 -moz-column-count: 2; 699 -moz-column-count: 2;
@@ -687,7 +701,7 @@ button:active {
687 column-count: 2; 701 column-count: 2;
688} 702}
689 703
690/* line 483, ../sass/default.scss */ 704/* line 493, ../sass/default.scss */
691table { 705table {
692 width: 100%; 706 width: 100%;