diff options
author | Hakim El Hattab | 2014-12-27 21:27:53 +0100 |
---|---|---|
committer | Hakim El Hattab | 2014-12-27 21:27:53 +0100 |
commit | 5bdbc2dc7b4c957f6df6540bdccc29e00c2e49a3 (patch) | |
tree | 8349e962981a9e9ac7fa3814950b46682c77cd76 /css/reveal.css | |
parent | 2cfe1174f1359b5a4378b003ca032b4929f02ba3 (diff) |
remove deprecated data-state background colors
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/css/reveal.css b/css/reveal.css index 633fcd2..43acebb 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -728,44 +728,6 @@ body { transition: none !important; } /********************************************* - * BACKGROUND STATES [DEPRECATED] - *********************************************/ -.reveal .state-background { - position: absolute; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0); - -webkit-transition: background 800ms ease; - 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 *********************************************/ .reveal > .backgrounds { |