@charset "UTF-8"; /* -*- coding: utf-8 -*- */
/* Eddy's slide-show style-sheet.

   This should work in any browser as an alternate style-sheet; or it
   can be automagically deployed via presentation.css (q.v.).

   $Id: slideshow.css,v 1.1 2009-09-13 14:12:30 eddy Exp $
   */

@media screen { /* suppress what presentation.css said */
    .projection { display: inherit; }
    span.projection { display: inline; }
}
/* <sync> Must be kept in sync with this last uses for projections;
   sadly, CSS won't let me use an @import inside an @media stanza ... */
.screen { display: none; }
h2, h3 { page-break-before: always; }
body { background: navy; color: white; font-size:150%; }
:link { color: lime; }
:visited { color: yellow; }
.deferred { visibility: hidden; } /* See presentation.js */
/* Enable deferred item to transiently show a dangling part when first
 * exposed, hidden when something later is exposed: */
.dangling { display: none; }
.dangles .dangling { display: inherit; }
/* </sync> */
