Change the psud theme.
authorKim Nguyễn <kn@lri.fr>
Mon, 14 Sep 2015 20:32:27 +0000 (22:32 +0200)
committerKim Nguyễn <kn@lri.fr>
Mon, 14 Sep 2015 20:32:27 +0000 (22:32 +0200)
simpleWebSlides.js
themes/logo_psud_psay.png [new file with mode: 0644]
themes/uPsud.css

index 36325ef..ce50c94 100644 (file)
@@ -513,6 +513,7 @@ SWS.Presentation = new function () {
                 $("#sws-percent-progress").text(100);
                 progress.remove();
                window.status = 'Ready';
+               window.print();
             }
         };
         loop();
diff --git a/themes/logo_psud_psay.png b/themes/logo_psud_psay.png
new file mode 100644 (file)
index 0000000..259c199
Binary files /dev/null and b/themes/logo_psud_psay.png differ
index 4c88708..d9d9904 100644 (file)
@@ -36,11 +36,10 @@ h1 {
     left:1vh;
     display:block;
     width:10vh;
-    height:10vh;
-    color:red;
+    height:13vh;
     content:"";
-    background-size: 10vh;
-    background-image: url("upsud.png");
+    background-size: 100%;
+    background-image: url("logo_psud_psay.png");
     background-repeat: no-repeat;
     z-index: -1;
 }