@@ -624,63 +624,6 @@ body {
624624 -webkit-transition : none;
625625 transition : none; }
626626
627- /*********************************************
628- * OVERVIEW
629- *********************************************/
630- .reveal .overview {
631- -webkit-perspective-origin : 50% 50% ;
632- perspective-origin : 50% 50% ;
633- -webkit-perspective : 700px ;
634- perspective : 700px ; }
635-
636- .reveal .overview .slides section {
637- height : 700px ;
638- overflow : hidden;
639- opacity : 1 !important ;
640- visibility : visible !important ;
641- cursor : pointer;
642- background : rgba (0 , 0 , 0 , 0.1 );
643- -moz-box-sizing : border-box;
644- box-sizing : border-box; }
645-
646- .reveal .overview .slides section , .reveal .overview-deactivating .slides section {
647- -webkit-transition : none !important ;
648- transition : none !important ; }
649-
650- .reveal .overview .slides section .fragment {
651- opacity : 1 ; }
652-
653- .reveal .overview .slides section : after , .reveal .overview .slides section : before {
654- display : none !important ; }
655-
656- .reveal .overview .slides section > section {
657- opacity : 1 ;
658- cursor : pointer; }
659-
660- .reveal .overview .slides section : hover {
661- background : rgba (0 , 0 , 0 , 0.3 ); }
662-
663- .reveal .overview .slides section .present {
664- background : rgba (0 , 0 , 0 , 0.3 ); }
665-
666- .reveal .overview .slides > section .stack {
667- padding : 0 ;
668- top : 0 !important ;
669- background : none;
670- overflow : visible; }
671-
672- .reveal .overview .backgrounds {
673- -webkit-perspective : inherit;
674- perspective : inherit; }
675-
676- .reveal .overview .backgrounds .slide-background {
677- opacity : 1 ;
678- visibility : visible; }
679-
680- .reveal .overview .backgrounds .slide-background , .reveal .overview-deactivating .backgrounds .slide-background {
681- -webkit-transition : none !important ;
682- transition : none !important ; }
683-
684627/*********************************************
685628 * PAUSED MODE
686629 *********************************************/
@@ -901,6 +844,58 @@ body {
901844 -webkit-transition-duration : 1200ms ;
902845 transition-duration : 1200ms ; }
903846
847+ /*********************************************
848+ * OVERVIEW
849+ *********************************************/
850+ .reveal .overview {
851+ -webkit-perspective-origin : 50% 50% ;
852+ perspective-origin : 50% 50% ;
853+ -webkit-perspective : 700px ;
854+ perspective : 700px ; }
855+ .reveal .overview .slides section {
856+ height : 700px ;
857+ opacity : 1 !important ;
858+ overflow : hidden;
859+ visibility : visible !important ;
860+ cursor : pointer;
861+ -moz-box-sizing : border-box;
862+ box-sizing : border-box; }
863+ .reveal .overview .slides section : hover , .reveal .overview .slides section .present {
864+ outline : 10px solid rgba (150 , 150 , 150 , 0.4 );
865+ outline-offset : 10px ; }
866+ .reveal .overview .slides section .fragment {
867+ opacity : 1 ;
868+ -webkit-transition : none;
869+ transition : none; }
870+ .reveal .overview .slides section : after , .reveal .overview .slides section : before {
871+ display : none !important ; }
872+ .reveal .overview .slides > section .stack {
873+ padding : 0 ;
874+ top : 0 !important ;
875+ background : none;
876+ outline : none;
877+ overflow : visible; }
878+ .reveal .overview .backgrounds {
879+ -webkit-perspective : inherit;
880+ perspective : inherit; }
881+ .reveal .overview .backgrounds .slide-background {
882+ opacity : 1 ;
883+ visibility : visible;
884+ outline : 10px solid rgba (150 , 150 , 150 , 0.1 );
885+ outline-offset : 10px ; }
886+
887+ .reveal .overview .slides section , .reveal .overview-deactivating .slides section {
888+ -webkit-transition : none;
889+ transition : none; }
890+
891+ .reveal .overview .backgrounds .slide-background , .reveal .overview-deactivating .backgrounds .slide-background {
892+ -webkit-transition : none;
893+ transition : none; }
894+
895+ .reveal .overview-animated .slides , .reveal .overview-animated .slides section , .reveal .overview-animated .backgrounds .slide-background {
896+ -webkit-transition : -webkit-transform 0.4s ease;
897+ transition : transform 0.4s ease; }
898+
904899/*********************************************
905900 * RTL SUPPORT
906901 *********************************************/
0 commit comments