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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Thu Sep 4 02:41:31 2003 UTC (21 years, 2 months ago) by wakaba
Branch: MAIN
File MIME type: text/css
Imported to CVS

1 wakaba 1.1 @charset 'iso-2022-jp';
2     @namespace s 'urn:x-suika-fam-cx:markup:slide:1';
3     @namespace h1 'http://www.w3.org/1999/xhtml';
4     @namespace h 'http://www.w3.org/2002/06/xhtml2';
5    
6     /* Meta informations */
7     h|head {
8     display: none;
9     }
10    
11     /* Slideset (root element) */
12     s|slides {
13     display: block;
14     margin: 0; border-style: none; padding: 0;
15     }
16    
17     /* A slide */
18     s|slide {
19     display: block;
20     padding: 1em;
21     overflow: hidden;
22     line-height: 1.0;
23     font-family: sans-serif;
24     }
25    
26     /* Headings */
27     h|h {
28     display: block;
29     font-weight: bolder;
30     }
31     /* Main heading (slide title) */
32     h|h:first-child {
33     text-align: center;
34     font-size: 200%;
35     }
36    
37     /* List */
38     h|ul, h|nl {
39     display: block;
40     margin-top: 1em; margin-bottom: 1em;
41     list-style-item: disc;
42     }
43     h|ul h|ul, h|nl h|ul, h|ul h|nl, h|nl h|nl {
44     margin-top: 0;
45     margin-bottom: 0;
46     list-style-type: circle;
47     }
48     h|ul h|ul h|ul, h|nl h|ul h|ul, h|ul h|nl h|ul, h|nl h|nl h|ul,
49     h|ul h|ul h|nl, h|nl h|ul h|nl, h|ul h|nl h|nl, h|nl h|nl h|nl {
50     list-style-type: square;
51     }
52     h|li {
53     display: list-item;
54     margin-left: 1em;
55     list-style-position: outer;
56     }
57     /*
58     h|li[class~="so-that"] {
59     }
60     h|li[class~="so-that"]:before {
61     content: "$B"*(B";
62     display: /* marker *//* inline;
63     }
64     */
65    
66     h|li h|l {
67     display: block;
68     text-align: center;
69     }
70    
71     h|dl {
72     display: block;
73     margin-top: 1em;
74     margin-bottom: 1em;
75     }
76     h|dt {
77     display: list-item;
78     margin-left: 1em;
79     }
80     h|dd {
81     display: block;
82     margin-left: 3em;
83     }
84    
85     s|fig {
86     display: block;
87     }
88    
89     s|fig > *:first-node {
90     display: block;
91     margin-left: auto;
92     margin-right: auto;
93     border: 3px groove black;
94     padding: 2px;
95     }
96    
97     s|fig s|caption {
98     display: block;
99     text-align: center;
100     font-weight: bolder;
101     }
102    
103     s|seqNo[name] {
104     display: inline;
105     -moz-binding: url(slide-xbl.xml#seqNo);
106     }
107     s|seqNo[name]:before {
108     content: "(" attr(-seq-no) ")";
109     }
110     s|seqNo:not([-seq-no]):before {
111     content: "(n)";
112     }
113     s|ref[to] {
114     -moz-binding: url(slide-xbl.xml#refTo);
115     }
116    
117     [xml|space="preserve"] {
118     white-space: pre;
119     font-family: monospace;
120     }
121    
122     h|dfn {
123     font-weight: bolder;
124     }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24