X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=themes%2FwebTwoPointO.css;h=30317360b8dbdbe2d3cefdad33878023c3143ed8;hb=45ecbae43a01d48c26ad49586c7ba9f4db5c0188;hp=9a8ba9be781b0809da80219567d856f84bbc1043;hpb=3c70fc13da0c911d97e8712343b6dfaffd42588f;p=hacks%2FsimpleWebSlides.git diff --git a/themes/webTwoPointO.css b/themes/webTwoPointO.css index 9a8ba9b..3031736 100644 --- a/themes/webTwoPointO.css +++ b/themes/webTwoPointO.css @@ -7,36 +7,39 @@ and is horizontally centered. The .sws-canvas has an aspect ratio of 4/3 or 16/9 */ - +/* No header in this theme */ .sws-header { - top: 0vh; - height: 5vh; + display: none; } -.sws-title { - top: 5vh; - height: 15vh; + +/* Title of the slide */ +h1 { + color: #f14a29; + font-size: 5vh; + text-align:center; } +/* The inner canvas and content */ .sws-inner-canvas { - top: 20vh; - height: 75vh; + top: 0vh; + height: 85vh; +} +.sws-content { + padding: 3vh; } + .sws-footer { top: 95vh; height: 5vh; text-align: right; } -.sws-content { - padding: 3vh; -} - .sws-slide-num-sep:after { content: "/"; } body { font-family: 'Armata',sans-serif; - font-size: 4vh; + font-size: 3vh; background-color: black; color: white; } @@ -44,16 +47,15 @@ body { code, pre, tt { font-family: 'Inconsolata', monospace; } +code { + white-space: pre; +} ul { list-style-type: square; } -h1 { color: #f14a29; - font-size: 6vh; - text-align:center; - } em { color: #f14a29; font-style:normal;