From 443938e6ab6ac2aaade63bc1c51b7da1ebd960dd Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 1 Feb 2016 11:59:50 +0100 Subject: moved presentation to public folder --- public/ui/small-white/s5-core.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/ui/small-white/s5-core.css (limited to 'public/ui/small-white/s5-core.css') diff --git a/public/ui/small-white/s5-core.css b/public/ui/small-white/s5-core.css new file mode 100644 index 0000000..6965f5e --- /dev/null +++ b/public/ui/small-white/s5-core.css @@ -0,0 +1,11 @@ +/* This file has been placed in the public domain. */ +/* Do not edit or override these styles! + The system will likely break if you do. */ + +div#header, div#footer, div#controls, .slide {position: absolute;} +html>body div#header, html>body div#footer, + html>body div#controls, html>body .slide {position: fixed;} +.handout {display: none;} +.layout {display: block;} +.slide, .hideme, .incremental {visibility: hidden;} +#slide0 {visibility: visible;} -- cgit v1.2.3