X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2Fdefault.css;h=cc5fe67720e9003fb49dfb1bacbde49d000b9801;hb=cd45567fba878196e2579ebd55a6f407e67dd57a;hp=fcf1c4fd29723fba06cd836fafc240c36d4ba2ba;hpb=17470c738558740aa2b3cb754bf38bad52157816;p=hacks%2FsimpleWebSlides.git diff --git a/themes/default.css b/themes/default.css index fcf1c4f..cc5fe67 100644 --- a/themes/default.css +++ b/themes/default.css @@ -1,49 +1,35 @@ /* 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 -*/ -.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 */ -.slide h1 { - font-size: xxx-large; +h1 { font-weight: bolder; +} +h1:first-child { + margin-top:0pt; } -span.slide_num_sep:after { +span.sws-slide-num-sep:after { content : "/"; } -.footer { +.sws-footer { text-align: center; } .alert { color: red; } - -/* Simple transition in presentation mode */ -@media screen { - .other_slides { - visibility: hidden; - } - .current_slide { - visibility: visible; - } -} \ No newline at end of file