Mercurial > hg > Papers > 2015 > kaito-lola
view presentation/themes/g5/screen.css.less @ 22:26e2376219e0
fixxxxxx
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 05 Jul 2015 03:21:54 +0900 |
parents | c50a033e6635 |
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; } } }