Sha256: 1a6b5effa06ee6a014df22231a374cdd6b0047ebd105990a8253d5b428df78e8

Contents?: true

Size: 1.22 KB

Versions: 44

Compression:

Stored size: 1.22 KB

Contents

/*********************************
 * CSS @media screen (not projection or print)
 *
 * 1) projection -> slideshow mode (display one slide at-a-time; hide all others)
 * 2) screen     -> outline mode (display all slides-at-once on screen) 
 * 3) print      -> print (and print preview)
 *
 * toogle between slideshow/outline mode using t-key
 */


/****
 * hide layout stuff (header, footer, navLinks, navList etc.)
 */

.layout * { display: none; }

.projection { display: none; }

/*************
 * make toggle button visible and reposition to upper right corner *
 * note: toogle button is nested inside #controls > #navLinks > #toogle
 */

#controls,
#navLinks,
#toggle    { display: block;
             visibility: visible;
             margin: 0; padding: 0;
           }

#toggle { position: fixed;
          top: 0; right: 0;
          padding: 0.5em; 
          border-left: 1px solid;
          border-bottom: 1px solid;
          background: white;
        }


/*************
 * making the outline look pretty-ish
 */

#slide1, #slide1 h1, #slide1 h2, #slide1 h3, #slide1 h4 {border: none; margin: 0;}
#slide1 h1 {padding-top: 1.5em;}

.slide { margin: 1.5em 0 0; border-top: 1px solid #888; }
.slide h1 { border-bottom: 1px solid #AAA; }

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/screen.css
slideshow-service-0.3.0 lib/slideshow/service/public/slideshow-s6-blank/s6/screen.css
slideshow-service-0.2.0 lib/slideshow/service/public/slideshow-s6-blank/s6/screen.css
slideshow-service-0.1.1 lib/slideshow/service/public/slideshow-s6-blank/s6/screen.css
slideshow-service-0.1.0 lib/slideshow/service/public/slideshow-s6-blank/s6/screen.css
slideshow-service-0.0.1 lib/slideshow/service/public/slideshow-s6-blank/s6/screen.css
slideshow-templates-3.0.0 templates/s6/screen.css
slideshow-templates-2.4.0 templates/s6/screen.css
slideshow-2.3.0 templates/s6/screen.css
slideshow-2.2.0 templates/s6/screen.css
slideshow-2.1.0 templates/s6/screen.css
slideshow-2.0.1 templates/s6/screen.css
slideshow-2.0.0 templates/s6/screen.css
slideshow-1.2.5 templates/s6/screen.css
slideshow-1.2.4 templates/s6/screen.css
slideshow-1.2.3 templates/s6/screen.css
slideshow-1.2.2 templates/s6/screen.css
slideshow-1.2.1 templates/s6/screen.css
slideshow-1.2.0 templates/s6/screen.css
slideshow-1.2.0.beta5 templates/s6/screen.css