|
@@ -179,9 +179,20 @@ body {
|
|
|
opacity: 0.5;
|
|
|
}
|
|
|
|
|
|
+.reveal .slides section .fragment.current-visible {
|
|
|
+ opacity:0;
|
|
|
+}
|
|
|
+
|
|
|
+.reveal .slides section .fragment.current-visible.current-fragment {
|
|
|
+ opacity:1;
|
|
|
+}
|
|
|
+
|
|
|
.reveal .slides section .fragment.highlight-red,
|
|
|
+.reveal .slides section .fragment.highlight-current-red,
|
|
|
.reveal .slides section .fragment.highlight-green,
|
|
|
-.reveal .slides section .fragment.highlight-blue {
|
|
|
+.reveal .slides section .fragment.highlight-current-green,
|
|
|
+.reveal .slides section .fragment.highlight-blue,
|
|
|
+.reveal .slides section .fragment.highlight-current-blue {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
.reveal .slides section .fragment.highlight-red.visible {
|
|
@@ -194,6 +205,16 @@ body {
|
|
|
color: #1b91ff;
|
|
|
}
|
|
|
|
|
|
+.reveal .slides section .fragment.highlight-current-red.current-fragment {
|
|
|
+ color: #ff2c2d
|
|
|
+}
|
|
|
+.reveal .slides section .fragment.highlight-current-green.current-fragment {
|
|
|
+ color: #17ff2e;
|
|
|
+}
|
|
|
+.reveal .slides section .fragment.highlight-current-blue.current-fragment {
|
|
|
+ color: #1b91ff;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/*********************************************
|
|
|
* DEFAULT ELEMENT STYLES
|