/[suikacvs]/markup/slide/implementation/slide-list.css
Suika

Contents of /markup/slide/implementation/slide-list.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Jan 26 09:21:48 2004 UTC (20 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +25 -6 lines
File MIME type: text/css
XHTML 2 table support for WinIE

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 s|slide {
6 display: block;
7 display: -moz-box;
8 min-width: 15em; max-width: 31em;
9 margin: 0.5em;
10 font-size: 8px;
11 }
12
13 s|slideBody {
14 display: block;
15 min-height: 10em; height: 10em; max-height: 10em;
16 min-width: 15em; width: 15em; max-width: 15em;
17 margin: 0;
18 border: groove 2px gray;
19 padding: 4px;
20 overflow: hidden;
21 }
22
23 s|notes {
24 display: block;
25 min-height: 10em;
26 min-width: 15em; width: 15em; max-width: 15em;
27 margin: 0.5em;
28 padding: 4px;
29 overflow: auto;
30 }
31
32 s|note {
33 display: block;
34 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24