view presentation/s6/themes/screen.css @ 103:76769fd0995e

Generate slide
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 18:10:33 +0900
parents
children
line wrap: on
line source

/*********************************
 * 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)
 *
 * toggle between projection/screen (that is, slideshow/outline) mode using t-key
 */
.slide {
  display: block !important;
  margin: 1.5em 0 0;
  border-top: 1px solid #888;
}
.slide h1 {
  border-bottom: 1px solid #AAA;
}
.slide:first-child {
  margin: 0;
  border: none;
}
.slide:first-child h1 {
  border: none;
  padding-top: 1.5em;
}