Sha256: 988437701760f6bc2e01613356c86318437b0ca0325f2528f6f8747fb90f7239

Contents?: true

Size: 1.18 KB

Versions: 44

Compression:

Stored size: 1.18 KB

Contents

/*********************************
 * 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; }

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
slideshow-service-0.3.1 lib/slideshow/service/public/slideshow-s6-blank/s6/print.css
slideshow-service-0.3.0 lib/slideshow/service/public/slideshow-s6-blank/s6/print.css
slideshow-service-0.2.0 lib/slideshow/service/public/slideshow-s6-blank/s6/print.css
slideshow-service-0.1.1 lib/slideshow/service/public/slideshow-s6-blank/s6/print.css
slideshow-service-0.1.0 lib/slideshow/service/public/slideshow-s6-blank/s6/print.css
slideshow-service-0.0.1 lib/slideshow/service/public/slideshow-s6-blank/s6/print.css
slideshow-templates-3.0.0 templates/s6/print.css
slideshow-templates-2.4.0 templates/s6/print.css
slideshow-2.3.0 templates/s6/print.css
slideshow-2.2.0 templates/s6/print.css
slideshow-2.1.0 templates/s6/print.css
slideshow-2.0.1 templates/s6/print.css
slideshow-2.0.0 templates/s6/print.css
slideshow-1.2.5 templates/s6/print.css
slideshow-1.2.4 templates/s6/print.css
slideshow-1.2.3 templates/s6/print.css
slideshow-1.2.2 templates/s6/print.css
slideshow-1.2.1 templates/s6/print.css
slideshow-1.2.0 templates/s6/print.css
slideshow-1.2.0.beta5 templates/s6/print.css