This would include navigation, ads, sidebars, etc. */
.nestedarrow,
.controls a,
-#reveal .progress span,
-#reveal.overview {
+.reveal .progress span,
+.reveal.overview {
display:none;
}
font-weight: bold;
text-decoration: underline;
}
-#reveal a:link:after,
-#reveal a:visited:after {
+.reveal a:link:after,
+.reveal a:visited:after {
content: " (" attr(href) ") ";
color: #222 !important;
font-size: 90%;
margin: auto;
text-align: left !important;
}
-#reveal .slides {
+.reveal .slides {
position: static;
width: auto;
height: auto;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
}
-#reveal .slides>section, #reveal .slides>section>section,
-#reveal .slides>section.past, #reveal .slides>section.future {
+.reveal .slides>section, .reveal .slides>section>section,
+.reveal .slides>section.past, .reveal .slides>section.future {
visibility: visible;
position: static;
width: 90%;
-ms-transform: none;
transform: none;
}
-#reveal section {
+.reveal section {
page-break-after: always !important;
display: block !important;
}
-#reveal section.stack {
+.reveal section.stack {
page-break-after: avoid !important;
}
-#reveal section .fragment {
+.reveal section .fragment {
opacity: 1 !important;
}
-#reveal section img {
+.reveal section img {
display: block;
margin: 15px 0px;
background: rgba(255,255,255,1);