annotate docs/pycon2010/ui/pycon/outline.css @ 421:fc63f0aad022

Additional support for native pbcopy for clipboard redirect (">") on MacOSX.
author Jason Ledbetter <jasonbrent@gmail.com
date Wed, 22 Jun 2011 21:56:20 -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 /* Don't change this unless you want the layout stuff to show up in the
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
3 outline view! */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
4
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
5 .layout div, #footer *, #controlForm * {display: none;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
6 #footer, #controls, #controlForm, #navLinks, #toggle {
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
7 display: block; visibility: visible; margin: 0; padding: 0;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
8 #toggle {float: right; padding: 0.5em;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
9 html>body #toggle {position: fixed; top: 0; right: 0;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
10
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
11 /* making the outline look pretty-ish */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
12
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
13 #slide0 h1, #slide0 h2, #slide0 h3, #slide0 h4 {border: none; margin: 0;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
14 #toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
15
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
16 .outline {display: inline ! important;}