files/reveal.js/css/reveal.scss in reveal-ck-0.6.2 vs files/reveal.js/css/reveal.scss in reveal-ck-3.0.0

- old
+ new

@@ -1,11 +1,11 @@ /*! * reveal.js * http://lab.hakim.se/reveal-js * MIT licensed * - * Copyright (C) 2014 Hakim El Hattab, http://hakim.se + * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ /********************************************* * RESET STYLES @@ -366,11 +366,10 @@ margin: auto; overflow: visible; z-index: 1; text-align: center; - transition: perspective .4s ease; perspective: 600px; perspective-origin: 50% 40%; } .reveal .slides>section { @@ -849,49 +848,9 @@ } .reveal .no-transition, .reveal .no-transition * { transition: none !important; -} - - -/********************************************* - * BACKGROUND STATES [DEPRECATED] - *********************************************/ - -.reveal .state-background { - position: absolute; - width: 100%; - height: 100%; - background: rgba( 0, 0, 0, 0 ); - transition: background 800ms ease; -} -.alert .reveal .state-background { - background: rgba( 200, 50, 30, 0.6 ); -} -.soothe .reveal .state-background { - background: rgba( 50, 200, 90, 0.4 ); -} -.blackout .reveal .state-background { - background: rgba( 0, 0, 0, 0.6 ); -} -.whiteout .reveal .state-background { - background: rgba( 255, 255, 255, 0.6 ); -} -.cobalt .reveal .state-background { - background: rgba( 22, 152, 213, 0.6 ); -} -.mint .reveal .state-background { - background: rgba( 22, 213, 75, 0.6 ); -} -.submerge .reveal .state-background { - background: rgba( 12, 25, 77, 0.6); -} -.lila .reveal .state-background { - background: rgba( 180, 50, 140, 0.6 ); -} -.sunset .reveal .state-background { - background: rgba( 255, 122, 0, 0.6 ); } /********************************************* * PER-SLIDE BACKGROUNDS