annotate docs/pycon2010/ui/pycon/s5-core.css @ 438:a5f3d5a89d6c
tip
pyparsing 2.0.0 only if on Python3
author |
Catherine Devlin <catherine.devlin@gmail.com> |
date |
Tue, 19 Feb 2013 04:33:12 -0500 |
parents |
bf314710e64b |
children |
|
rev |
line source |
372
|
1 /* This file has been placed in the public domain. */
|
|
2 /* Do not edit or override these styles!
|
|
3 The system will likely break if you do. */
|
|
4
|
|
5 div#header, div#footer, div#controls, .slide {position: absolute;}
|
|
6 html>body div#header, html>body div#footer,
|
|
7 html>body div#controls, html>body .slide {position: fixed;}
|
|
8 .handout {display: none;}
|
|
9 .layout {display: block;}
|
|
10 .slide, .hideme, .incremental {visibility: hidden;}
|
|
11 #slide0 {visibility: visible;}
|