From: Kim Nguyễn Date: Mon, 14 Sep 2015 20:32:27 +0000 (+0200) Subject: Change the psud theme. X-Git-Url: http://git.nguyen.vg/gitweb/?p=hacks%2FsimpleWebSlides.git;a=commitdiff_plain;h=1f1881ec66dcaac7b574a13eb78f61249b4f6308 Change the psud theme. --- diff --git a/simpleWebSlides.js b/simpleWebSlides.js index 36325ef..ce50c94 100644 --- a/simpleWebSlides.js +++ b/simpleWebSlides.js @@ -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 index 0000000..259c199 Binary files /dev/null and b/themes/logo_psud_psay.png differ diff --git a/themes/uPsud.css b/themes/uPsud.css index 4c88708..d9d9904 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -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; }