/[suikacvs]/markup/slide/implementation/xhtml2.css
Suika

Contents of /markup/slide/implementation/xhtml2.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Sat Apr 23 11:38:55 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +21 -0 lines
File MIME type: text/css
*** empty log message ***

1 @charset 'iso-2022-jp';
2 @namespace h 'http://www.w3.org/2002/06/xhtml2';
3
4 /* Meta information */
5 h|head {
6 display: block;
7 max-width: 0;
8 max-height: 0;
9 visibility: hidden;
10 overflow: hidden;
11 }
12
13 h|title {
14 display: inline;
15 -moz-binding: url(http://suika.fam.cx/www/style/ui/title.xbl#title);
16 }
17
18 /* Headings */
19 h|h {
20 display: block;
21 font-weight: bolder;
22 }
23
24 /* List */
25 h|ul, h|nl {
26 display: block;
27 margin-top: 1em; margin-bottom: 1em;
28 list-style-item: disc;
29 }
30 h|ul h|ul, h|nl h|ul, h|ul h|nl, h|nl h|nl {
31 margin-top: 0;
32 margin-bottom: 0;
33 list-style-type: circle;
34 }
35 h|ul h|ul h|ul, h|nl h|ul h|ul, h|ul h|nl h|ul, h|nl h|nl h|ul,
36 h|ul h|ul h|nl, h|nl h|ul h|nl, h|ul h|nl h|nl, h|nl h|nl h|nl {
37 list-style-type: square;
38 }
39 h|li {
40 display: list-item;
41 margin-left: 1em;
42 list-style-position: outer;
43 }
44
45 h|ol {
46 display: block;
47 margin-top: 1em; margin-bottom: 1em;
48 }
49 h|ol > h|li {
50 display: block;
51 margin-left: 0;
52 list-style-item: none;
53 text-align: center;
54 }
55 h|ol > h|li + h|li:before {
56 content: "$B"-(B";
57 display: block;
58 text-align: center;
59 }
60
61 h|dl {
62 display: block;
63 margin-top: 1em;
64 margin-bottom: 1em;
65 }
66 h|dt {
67 display: list-item;
68 margin-left: 1em;
69 }
70 h|dd {
71 display: block;
72 margin-left: 3em;
73 }
74
75 h|p {
76 display: block;
77 text-indent: 1em;
78 }
79
80 h|l {
81 display: block;
82 }
83
84 h|dfn {
85 font-weight: bolder;
86 }
87
88 h|table {
89 display: table;
90 margin-left: auto;
91 margin-right: auto;
92 margin-top: 1em;
93 margin-bottom: 1em;
94 }
95 h|tbody {
96 display: table-row-group;
97 }
98 h|tr {
99 display: table-row;
100 }
101 h|th, h|td {
102 display: table-cell;
103 padding: 0.1em 0.3em;
104 }
105
106 h|blockcode {
107 display: block;
108 border: blue 2px solid;
109 -moz-border-radius: 1em;
110 padding: 0.5em;
111 font-family: "Courier New", "Courier", monospace;
112 line-height: 1.2;
113 overflow: auto;
114 }
115
116 /* Phrases */
117
118 h|em {
119 text-decoration: none;
120 color: red;
121 background-color: transparent;
122 }
123
124 h|abbr[title] {
125 cursor: help;
126 }
127

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24