aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css38
1 files changed, 32 insertions, 6 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 178f706..a78c511 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1198,18 +1198,25 @@ body {
overflow-y: auto;
}
-.no-transforms .slides {
+.no-transforms .reveal .slides {
+ position: relative;
width: 80%;
+ height: auto !important;
top: 0;
left: 50%;
margin: 0;
text-align: center;
}
-.no-transforms .slides section {
- display: block!important;
- opacity: 1!important;
- position: relative!important;
+.no-transforms .reveal .controls,
+.no-transforms .reveal .progress {
+ display: none !important;
+}
+
+.no-transforms .reveal .slides section {
+ display: block !important;
+ opacity: 1 !important;
+ position: relative !important;
height: auto;
min-height: auto;
top: 0;
@@ -1219,10 +1226,11 @@ body {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
+ -o-transform: none;
transform: none;
}
-.no-transforms .slides section section {
+.no-transforms .reveal .slides section section {
left: 0;
}
@@ -1260,6 +1268,24 @@ body {
.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 );
+}
/*********************************************