~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to test/functional/expected/ui/default/print.css

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file has been placed in the public domain. */
 
2
/* The following rule is necessary to have all slides appear in print!
 
3
   DO NOT REMOVE IT! */
 
4
.slide, ul {page-break-inside: avoid; visibility: visible !important;}
 
5
h1 {page-break-after: avoid;}
 
6
 
 
7
body {font-size: 12pt; background: white;}
 
8
* {color: black;}
 
9
 
 
10
#slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;}
 
11
#slide0 h3 {margin: 0; padding: 0;}
 
12
#slide0 h4 {margin: 0 0 0.5em; padding: 0;}
 
13
#slide0 {margin-bottom: 3em;}
 
14
 
 
15
#header {display: none;}
 
16
#footer h1 {margin: 0; border-bottom: 1px solid; color: gray;
 
17
  font-style: italic;}
 
18
#footer h2, #controls {display: none;}
 
19
 
 
20
.print {display: inline ! important;}
 
21
 
 
22
/* The following rule keeps the layout stuff out of print.
 
23
   Remove at your own risk! */
 
24
.layout, .layout * {display: none !important;}