Mercurial > hg > Papers > 2014 > taninari-master
view presen/themes/g5/screen.css.less @ 34:aacf118c6a8c default tip
add file.
author | Taninari YU <you@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 03 Mar 2014 17:37:21 +0900 |
parents | 57a92ff9540c |
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 */ ////////////////////////////////////// // note: this is a less extendend css script, to learn more about less; see lesscss.org) .slide { display: block !important; margin: 1.5em 0 0; border-top: 1px solid #888; h1 { border-bottom: 1px solid #AAA; } &:first-child { margin: 0; border: none; h1 { border: none; padding-top: 1.5em; } } }