Parent Directory
|
Revision Log
*** empty log message ***
| 1 | @namespace s 'urn:x-suika-fam-cx:markup:slide:1'; |
| 2 | @namespace h1 'http://www.w3.org/1999/xhtml'; |
| 3 | @namespace h 'http://www.w3.org/2002/06/xhtml2'; |
| 4 | |
| 5 | h|head + s|slide { |
| 6 | -moz-binding: url(slide-xbl.xml#slideshow); |
| 7 | } |
| 8 | |
| 9 | s|slide { |
| 10 | position: absolute; |
| 11 | top: 0; bottom: 0; left: 0; right: 0; |
| 12 | overflow: hidden; |
| 13 | font-size: 40px; |
| 14 | line-height: 1.8 !important; |
| 15 | } |
| 16 | |
| 17 | s|slide[s|isCurrentSlide='yes'] { |
| 18 | /* display: block; */ |
| 19 | } |
| 20 | s|slide[s|isCurrentSlide='no'] { |
| 21 | display: none; |
| 22 | } |
| 23 | |
| 24 | h|h { |
| 25 | margin-bottom: 15px; |
| 26 | line-height: 1.2; |
| 27 | } |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |