Parent Directory
|
Revision Log
Experimental WinIE implementation
| 1 | wakaba | 1.1 | |
| 2 | /* s|slides */ | ||
| 3 | slides { | ||
| 4 | position: absolute; | ||
| 5 | overflow: hidden; | ||
| 6 | height: 100%; | ||
| 7 | width: 100%; | ||
| 8 | left: 0; right: 0; | ||
| 9 | top: 0; bottom: 0; | ||
| 10 | margin: 0; | ||
| 11 | border-width: 0; | ||
| 12 | padding: 0; | ||
| 13 | font-family: "MS Gothic", "Arial", sans-serif; | ||
| 14 | behavior: url(../implementation/slide-show-winie-slides.htc); | ||
| 15 | } | ||
| 16 | |||
| 17 | /* s|slide */ | ||
| 18 | slide { | ||
| 19 | width: 100%; | ||
| 20 | height: 90%; | ||
| 21 | margin: 1em; | ||
| 22 | border: groove 2px gray; | ||
| 23 | font-size: 200%; | ||
| 24 | } |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |