.
[hacks/simpleWebSlides.git] / themes / uPsud.css
index d9d9904..a8ba435 100644 (file)
@@ -25,12 +25,13 @@ h1 {
     background: white;
     padding: 0 0 0 0;
     margin: 0 0 0 0;
-    /* allows the canvas to cover the logo needed */
     z-index:2;
 }
+.sws-inner-canvas {     /* allows the canvas to cover the logo if needed */
+    z-index:2 }
 
 
-.sws-canvas:after {
+.sws-footer::before {
     position:absolute;
     bottom: 1vh;
     left:1vh;
@@ -41,8 +42,9 @@ h1 {
     background-size: 100%;
     background-image: url("logo_psud_psay.png");
     background-repeat: no-repeat;
-    z-index: -1;
 }
+:root.sws-display .sws-footer::before { z-index: -1; }
+/*:root.sws-print .sws-footer::before { z-index: 1; }*/
 
 .sws-slide-num-sep:after {
     content: "/";
@@ -110,7 +112,7 @@ ul  {
     list-style-type: square;
 }
 
-ul,il {
+ul, ol {
     list-style-position: inside;
     width: 92%;
     padding: 0 4% 0 4%;