Parent Directory | Revision Log
XHTML 2 table support for WinIE
1 | wakaba | 1.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 | h|head { | ||
5 | display: none; | ||
6 | } | ||
7 | |||
8 | h|head + s|slide { | ||
9 | -moz-binding: url(slide-xbl.xml#slideshow); | ||
10 | } | ||
11 | |||
12 | s|slide { | ||
13 | position: absolute; | ||
14 | top: 0; bottom: 0; left: 0; right: 0; | ||
15 | overflow: hidden; | ||
16 | font-size: 40px; | ||
17 | line-height: 1.8 !important; | ||
18 | } | ||
19 | wakaba | 1.2 | |
20 | wakaba | 1.1 | s|slide[-isCurrentSlide='yes'] { |
21 | /* display: block; */ | ||
22 | } | ||
23 | s|slide[-isCurrentSlide='no'] { | ||
24 | display: none; | ||
25 | } | ||
26 | |||
27 | h|h { | ||
28 | margin-bottom: 15px; | ||
29 | line-height: 1.2; | ||
30 | } |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |