X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=simpleWebSlides.css;h=a42c85e6ab4fc1629860f2b28c80a73529ed5fd7;hb=7cce5c3a37a866072108aedf85ee3b06272dac81;hp=7b6a76bb0c38a435d8cb4f60b6232bf08a8fdc9c;hpb=aa50324ee6e5bf764099971072c3eb6e50443247;p=hacks%2FsimpleWebSlides.git diff --git a/simpleWebSlides.css b/simpleWebSlides.css index 7b6a76b..a42c85e 100644 --- a/simpleWebSlides.css +++ b/simpleWebSlides.css @@ -3,20 +3,16 @@ body { margin: 0 0 0 0; padding: 0 0 0 0; - overflow:hidden; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; } -.sws-active-slide { - display: block; -} .sws-active-object { visibility: visible; } .sws-inactive-object { - visibility: hidden; + opacity: 0; } @@ -84,6 +80,9 @@ body > h1, body > h2, body > h3 { /****************************************/ +:root.sws-display body { + overflow:hidden; +} :root.sws-display .sws-canvas { width:133.3vh; @@ -138,7 +137,6 @@ body > h1, body > h2, body > h3 { :root.sws-print body { width: 297mm; height: 210mm; - overflow:hidden; padding: 0pt 0pt 0pt 0pt; margin: 0pt 0pt 0pt 0pt;