X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2Fdefault.css;h=cc5fe67720e9003fb49dfb1bacbde49d000b9801;hb=1307c863879586a9e77904addf84616bd61ab168;hp=552b75285b9ffbdec7ba2bb5b3760afa361fb07c;hpb=acfe25fb0a05b1876f22e010a12914c2e1a91790;p=hacks%2FsimpleWebSlides.git diff --git a/themes/default.css b/themes/default.css index 552b752..cc5fe67 100644 --- a/themes/default.css +++ b/themes/default.css @@ -1,31 +1,27 @@ /* Default document properties */ body { font-family: sans-serif; - font-size: 18pt; } -/* The slide should be positioned w.r.t. to the canvas. - The canvas takes up the whole window in screen mode and a - whole page in print mode -*/ -.sws-slide { - margin: 10pt; - border-width:1mm; - border-radius:5mm; +.sws-inner-canvas { + top:3vh; + margin:auto; + height:90vh; + width:126vh; + border-width:0.1vh; + border-radius:1.5vh; border-color:black; border-style:solid; - left:0pt; - right:0pt; - top:0pt; - bottom:0pt; - padding:5mm; + padding:1.4vh; + overflow:hidden; } -/* slide title */ -.sws-slide h1 { - font-size: xxx-large; +h1 { font-weight: bolder; +} +h1:first-child { + margin-top:0pt; } span.sws-slide-num-sep:after { @@ -37,13 +33,3 @@ span.sws-slide-num-sep:after { .alert { color: red; } - -/* Simple transition in presentation mode */ -@media screen { - .sws-inactive-slide { - visibility: hidden; - } - .sws-current-slide { - visibility: visible; - } -} \ No newline at end of file