summaryrefslogtreecommitdiff
path: root/data/s5/default/outline.css
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-10-20 13:33:07 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-10-20 13:35:04 -0700
commite2acc46f504e53cb5426664c480b0eb04527e1e7 (patch)
tree4b1d99587f3a9d355575c959cbdb9ffae86c67c7 /data/s5/default/outline.css
parent9d6bca06ee944c3bf056be61d075d65594963c79 (diff)
Removed data files for s5, slideous, slidy.
Users of s5 and slideous will have to download the needed files, as has been documented for some time in the README. slidy files will be sought on the web, as before.
Diffstat (limited to 'data/s5/default/outline.css')
-rw-r--r--data/s5/default/outline.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/s5/default/outline.css b/data/s5/default/outline.css
deleted file mode 100644
index 62db519ed..000000000
--- a/data/s5/default/outline.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/* don't change this unless you want the layout stuff to show up in the outline view! */
-
-.layout div, #footer *, #controlForm * {display: none;}
-#footer, #controls, #controlForm, #navLinks, #toggle {
- display: block; visibility: visible; margin: 0; padding: 0;}
-#toggle {float: right; padding: 0.5em;}
-html>body #toggle {position: fixed; top: 0; right: 0;}
-
-/* making the outline look pretty-ish */
-
-#slide0 h1, #slide0 h2, #slide0 h3, #slide0 h4 {border: none; margin: 0;}
-#slide0 h1 {padding-top: 1.5em;}
-.slide h1 {margin: 1.5em 0 0; padding-top: 0.25em;
- border-top: 1px solid #888; border-bottom: 1px solid #AAA;}
-#toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}