/[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.3 - (show annotations) (download) (as text)
Sat Apr 23 11:38:00 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +44 -1 lines
File MIME type: text/css
New introduction document

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 @namespace sd 'http://suika.fam.cx/~wakaba/archive/2005/3/common-class#';
5 @namespace dc 'http://purl.org/dc/elements/1.1/';
6 @namespace l 'http://suika.fam.cx/~wakaba/-temp/2003/05/01/layout-table';
7 l|layout {
8 display: table;
9 }
10 l|row {
11 display: table-row;
12 }
13 l|cell {
14 display: table-cell;
15 }
16
17 #wadai1-wadai2 {
18 font-size: 50%;
19 margin-left: 29%;
20 margin-right: 1%;
21 margin-top: -2.7em;
22 }
23 #wadai1-wadai2 l|layout {
24 width: 75%;
25 max-width: 75%;
26 margin-left: auto;
27 margin-right: auto;
28 }
29 #wadai1-wadai2 l|cell {
30 padding-right: .5em;
31 width: 50%;
32 }
33 #wadai1-wadai2 l|cell + l|cell {
34 padding-left: .5em;
35 padding-right: 0;
36 }
37 #wadai1-wadai2 h|h {
38 font-size: 120%;
39 line-height: 1.1;
40 border-bottom: dashed 1px red;
41 color: red;
42 }
43 #wadai1-wadai2 h|h + * {
44 margin-top: 0;
45 margin-bottom: 0;
46 }
47 #wadai1-wadai2 h|ul > h|li:not(h|nl) {
48 list-style-type: none;
49 font-weight: bolder;
50 }
51 #wadai1-wadai2 h|nl > h|li {
52 list-style-type: square;
53 font-weight: normal;
54 }
55
56 [xml|space="preserve"] {
57 font-size: 70%;
58 }
59
60 h|h {
61 color: blue;
62 }
63
64 h|li h|l {
65 display: block;
66 text-align: center;
67 color: red;
68 }
69
70 /* Weak */
71 sd|weak {
72 font-size: smaller;
73 color: gray;
74 }
75
76 h|li > sd|weak {
77 display: block;
78 text-align: right;
79 }
80
81 sd\:weak {
82 font-size: smaller;
83 color: gray;
84 display: block;
85 text-align: right;
86 }
87
88 /* Cover page */
89
90 slide {
91 text-align: expression(function (element) {
92 if (element.getAttribute ('role') == 'cover') {
93 var h = element.getElementsByTagName ('h')[0];
94 h.style.marginTop = '0';
95 h.style.marginBottom = '0';
96 }
97 runtimeStyle.textAlign = 'left';
98 } (this));
99 }
100
101 dc|date {
102 display: block;
103 text-align: right;
104 }
105 dc\:date {
106 display: block;
107 text-align: right;
108 }
109
110

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24