From aa19e3b9c9f03f7320c2d5470fa977ed0bbdeeab Mon Sep 17 00:00:00 2001 From: Zearin Date: Wed, 5 Oct 2011 17:05:31 -0400 Subject: Initial import. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copy of the Python module cmd2 by Catherine Devlin. Note that this is NOT the official copy (it’s at http://www.assembla.com/spaces/python-cmd2/wiki ). I’d rather just work using git + GitHub instead of hg + Assembla. ☺ OTOH, I fully intend to submit changes back to the official repo on Assembla—so don’t be shy, fork away. I’m happy for any help! --- docs/pycon2010/ui/pycon/s5-core.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/pycon2010/ui/pycon/s5-core.css (limited to 'docs/pycon2010/ui/pycon/s5-core.css') diff --git a/docs/pycon2010/ui/pycon/s5-core.css b/docs/pycon2010/ui/pycon/s5-core.css new file mode 100644 index 0000000..6965f5e --- /dev/null +++ b/docs/pycon2010/ui/pycon/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.1