Clean-up header and footer handling code.
[hacks/simpleWebSlides.git] / themes / webTwoPointO.css
index ad3082a..c1c06ec 100644 (file)
@@ -11,7 +11,7 @@ body {
    whole page in print mode
 */
 
-.slide {
+.sws-slide {
     margin: 0pt;
     left:0pt;
     right:0pt;
@@ -20,15 +20,15 @@ body {
     padding:5mm;
 }
 
-.cover {
+.sws-cover {
     text-align:center;
     vertical-align:middle;
 }
-.cover .centerbox {
+.sws-cover .centerbox {
     display:inline-block;
     vertical-align: middle;
 }
-.cover:before {
+.sws-cover:before {
     content: "";
     display: inline-block;
     width:10pt;
@@ -41,11 +41,11 @@ ul {
     list-style-type: square;
 }
 @media screen {
-    body, .slide {
+    body, .sws-slide {
         background-color: black;
         color: white;
     }
-    .slide h1 {
+    .sws-slide h1 {
         color: #f14a29;
 
     }
@@ -56,7 +56,7 @@ ul {
     }
 }
 @media print {
-    body, .slide {
+    body, .sws-slide {
         background-color: white;
         color: black;
     }
@@ -66,30 +66,18 @@ ul {
 }
 
 /* slide title */
-.slide h1 {
+.sws-slide h1 {
     font-size: xxx-large;
     font-weight: bolder;
     text-align: center;
 }
 
-span.slide_num_sep:after {
+span.sws-slide-num-sep:after {
     content : "⋯";
 }
-.footer {
+.sws-footer {
     text-align: center;
+    position: absolute;
+    width: 100%;
+    bottom: 0pt;
 }
-.alert {
-    color: red;
-}
-
-
-@media screen {
-.other_slides {
-    opacity: 0.0;
-    transition: opacity 0.25s ease-in;
-}
-.current_slide {
-    opacity: 1.0;
-    transition: opacity 0.25s ease-out 0.25s;
-}
-}
\ No newline at end of file