X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2Fdefault.css;h=cc5fe67720e9003fb49dfb1bacbde49d000b9801;hb=ef5e2cbbb50cbeaaaec57b2c0ffd3c0068f2a54b;hp=bb509da8df8752469e27ee6ec3600c1918a3b1e3;hpb=b1f6566ac20a78b0de684e0dc2ff296fed24a195;p=hacks%2FsimpleWebSlides.git diff --git a/themes/default.css b/themes/default.css index bb509da..cc5fe67 100644 --- a/themes/default.css +++ b/themes/default.css @@ -1,54 +1,35 @@ -@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic&subset=latin,greek-ext,greek,latin-ext); - +/* Default document properties */ body { - font-family: 'Ubuntu', sans-serif; - font-size: 18pt; + font-family: sans-serif; } -@media screen { - body { - background: black; - color: white; - } -} -@media print { - body { - background: white; - color: black; - } +.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; + padding:1.4vh; + overflow:hidden; } - -a, a:visited, em { - color:orange; +h1 { + font-weight: bolder; } - -ul { - list-style-type: square; +h1:first-child { + margin-top:0pt; } -span.slide_num_sep:after { +span.sws-slide-num-sep:after { content : "/"; } -.footer { - text-align: right; +.sws-footer { + text-align: center; } - .alert { - color: green; + color: red; } - -@media screen { -/* Slide transitions, only for screen */ -.other_slides { - opacity: 0.0; - transition: opacity 0.25s ease-in; -} - -.current_slide { - opacity: 1.0; - transition: opacity 0.25s ease-out 0.25s; -} - -} \ No newline at end of file