diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 09:51:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 09:51:13 -0300 |
commit | c0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (patch) | |
tree | d996f86e90ebf19b335349b90b64133d8d8fcddc /doc/s6/print.css | |
parent | 342686e80dd37d3f18fed7dbb27c0feb31f087e6 (diff) | |
download | hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.gz hydra-c0accb84196d996d4ddc66d1c02b7e7cc3ed9765.tar.bz2 |
Slides location
Diffstat (limited to 'doc/s6/print.css')
-rw-r--r-- | doc/s6/print.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/s6/print.css b/doc/s6/print.css deleted file mode 100644 index 91acb88..0000000 --- a/doc/s6/print.css +++ /dev/null @@ -1 +0,0 @@ -/*********************************
* CSS @media print rules (not projection or screen)
*/
/*************
* Make sure all slides are visible (to make them all appear in prin)
*/
.slide { page-break-inside: avoid;
display: block !important;
}
h1 { page-break-after: avoid; }
ul { page-break-inside: avoid; }
body { font-size: 12pt; }
/********************
* Extra styling for first slide (title slide)
*/
#slide1 h1 { font-size: 200%; border: none; margin: 0.5em 0 0.25em; }
#slide1 h3 { margin: 0; padding: 0;}
#slide1 h4 { margin: 0 0 0.5em; padding: 0;}
#slide1 { margin-bottom: 3em; }
h1 { border-top: 2pt solid gray;
border-bottom: 1px dotted silver;
}
/******
* Turn on print-specific stuff/classes
*/
.extra { background: transparent !important; }
div.extra, pre.extra, .example { font-size: 10pt; color: #333; }
ul.extra a { font-weight: bold; }
/*****
* Turn off online (screen/projection)-specific stuff/classes
*/
p.example { display: none; }
/*****************
* The following rule keeps the layout stuff out of print.
* Remove at your own risk!
*/
.layout,
.layout * {display: none !important;}
.projection { display: none; }
\ No newline at end of file |