Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / test / functional / expected / ui / default / print.css
blob9d057cc8c17cb05010135c4dd75d4c4c1e3e9fec
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;}
7 body {font-size: 12pt; background: white;}
8 * {color: black;}
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;}
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;}
20 .print {display: inline ! important;}
22 /* The following rule keeps the layout stuff out of print.
23 Remove at your own risk! */
24 .layout, .layout * {display: none !important;}