annotate docs/pycon2010/ui/pycon/s5-core.css @ 422:6ffa49335dcb

Python 3 installation instructions
author catherine.devlin@gmail.com
date Wed, 20 Jul 2011 21:23:53 -0400
parents bf314710e64b
children
rev   line source
372
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
1 /* This file has been placed in the public domain. */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
2 /* Do not edit or override these styles!
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
3 The system will likely break if you do. */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
4
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
5 div#header, div#footer, div#controls, .slide {position: absolute;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
6 html>body div#header, html>body div#footer,
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
7 html>body div#controls, html>body .slide {position: fixed;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
8 .handout {display: none;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
9 .layout {display: block;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
10 .slide, .hideme, .incremental {visibility: hidden;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
11 #slide0 {visibility: visible;}