X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FuPsud.css;fp=themes%2FuPsud.css;h=4c88708f598dada7a18ddb4a38f5ffcb8150dbdb;hb=7f9a614f48fa2ffaa4a6457ca23f1a0f09063a1b;hp=b427a37296d757796a1d91c1a85dd89f311be8c6;hpb=d6158aa2ba96cce22ced02aee2e851b43ccd3d20;p=hacks%2FsimpleWebSlides.git diff --git a/themes/uPsud.css b/themes/uPsud.css index b427a37..4c88708 100644 --- a/themes/uPsud.css +++ b/themes/uPsud.css @@ -2,13 +2,6 @@ @import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext); -@media print { - .sws-canvas { - width: 29.7cm; - height: 21cm; - } - -} /* No header in this theme */ .sws-header { @@ -23,7 +16,7 @@ h1 { color: #00486c; - font-size: 5vh; + font-size: larger; text-align:center; } @@ -36,10 +29,6 @@ h1 { z-index:2; } -.sws-footer { - height: 5vh; - text-align: right; -} .sws-canvas:after { position:absolute; @@ -77,11 +66,28 @@ h1 { body { font-family: 'DIN',sans-serif; - font-size: 3.5vh; background-color: white; color: #696968; } +:root.sws-display body { + font-size: 3.5vh; +} + +:root.sws-print body { + font-size: 21pt; +} + +.sws-footer { + text-align: right; + height: 5%; +} + + +@media print { + body { font-size: 21pt; } +} + p { display:block; width:92%;