/[suikacvs]/markup/slide/doc/hsml-intro-style.css
Suika

Contents of /markup/slide/doc/hsml-intro-style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Nov 3 06:28:58 2003 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.1: +2 -0 lines
File MIME type: text/css
Some attributes moved from implementation/*style

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 @namespace l 'http://suika.fam.cx/~wakaba/-temp/2003/05/01/layout-table';
6 l|layout {
7 display: table;
8 }
9 l|row {
10 display: table-row;
11 }
12 l|cell {
13 display: table-cell;
14 }
15
16 #wadai1-wadai2 {
17 font-size: 50%;
18 margin-left: 29%;
19 margin-right: 1%;
20 margin-top: -2.7em;
21 }
22 #wadai1-wadai2 l|layout {
23 width: 75%;
24 max-width: 75%;
25 margin-left: auto;
26 margin-right: auto;
27 }
28 #wadai1-wadai2 l|cell {
29 padding-right: .5em;
30 width: 50%;
31 }
32 #wadai1-wadai2 l|cell + l|cell {
33 padding-left: .5em;
34 padding-right: 0;
35 }
36 #wadai1-wadai2 h|h {
37 font-size: 120%;
38 line-height: 1.1;
39 border-bottom: dashed 1px red;
40 color: red;
41 }
42 #wadai1-wadai2 h|h + * {
43 margin-top: 0;
44 margin-bottom: 0;
45 }
46 #wadai1-wadai2 h|ul > h|li:not(h|nl) {
47 list-style-type: none;
48 font-weight: bolder;
49 }
50 #wadai1-wadai2 h|nl > h|li {
51 list-style-type: square;
52 font-weight: normal;
53 }
54
55 [xml|space="preserve"] {
56 font-size: 70%;
57 }
58
59 h|h {
60 color: blue;
61 }
62
63 h|li h|l {
64 display: block;
65 text-align: center;
66 color: red;
67 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24