Mercurial > hg > Papers > 2018 > nozomi-master
view presentation/s6/themes/screen.css @ 106:cc2ca280345f
Fix cover
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 13 Feb 2017 13:22:18 +0900 |
parents | 76769fd0995e |
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; }