/[suikacvs]/webroot/www/style/html/xhtml1.css
Suika

Contents of /webroot/www/style/html/xhtml1.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Nov 16 07:38:24 2004 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +18 -2 lines
File MIME type: text/css
xhtml2:var, xhtml2:dl, html3:note supported

1 @charset 'iso-2022-jp';
2 @namespace 'http://www.w3.org/1999/xhtml';
3 @namespace xml 'http://www.w3.org/XML/1998/namespace';
4
5 html {
6 display: block;
7 line-height: 2.0;
8 }
9 head {
10 display: none;
11 }
12
13 body {
14 display: block;
15 margin: 1em 1.5em;
16 }
17
18 div.section {
19 display: block;
20 }
21
22 h1, h2, h3, h4, h5, h6 {
23 display: block;
24 line-height: 1.5;
25 font-size: 120%;
26 font-weight: bolder;
27 }
28
29 h1 {
30 text-align: center;
31 font-size: 140%;
32 }
33
34 p {
35 display: block;
36 text-indent: 1em;
37 margin: 0 1em;
38 text-align: justify;
39 }
40
41 ul, ol, dl {
42 display: block;
43 margin: 1em;
44 padding: 0;
45 }
46
47 dt, li {
48 display: list-item;
49 margin-left: 1em;
50 padding-left: 0.5em;
51 list-style: disc;
52 }
53 dt dt, li li {
54 list-style: square;
55 }
56 dd {
57 display: block;
58 margin-left: 3em;
59 padding-left: 0;
60 }
61
62 li:first-child:last-child {
63 list-style: disc;
64 }
65
66 blockquote {
67 display: block;
68 }
69
70 table {
71 margin-left: auto;
72 margin-right: auto;
73 }
74
75
76 code {
77 font-family: "Courier New", "Courier", monospace;
78 letter-spacing: 0.1em;
79 }
80
81 code.uri, code.mail {
82 font-size: smaller;
83 font-style: italic;
84 font-family: "Times New Roman", "Times", serif;
85 }
86 code.math {
87 font-family: "Times New Roman", "Times", serif;
88 }
89 var {
90 font-style: italic;
91 }
92
93 em {
94 font-style: normal;
95 text-decoration: underline;
96 }
97
98 dfn {
99 font-style: normal;
100 font-weight: bolder;
101 }
102
103 /*
104 * $B8@8l>pJs$G>l9gJ,$1$9$k$N$O@5$7$/$J$$$,!"8=:_$N(B CSS
105 * $B$K$OMQ;z7O$NA*Br;R$,$J$$$+$i!"6a;wE*$K$3$l$r;H$&!#(B
106 */
107
108 [lang|="ja"] cite, [xml|lang|="ja"] cite {
109 quotes: "$B!X(B" "$B!Y(B" "$B!V(B" "$B!W(B";
110 font-style: normal;
111 }
112 [lang|="ja"] cite:before, [xml|lang|="ja"] cite:before {
113 content: open-quote;
114 }
115 [lang|="ja"] cite:after, [xml|lang|="ja"] cite:after {
116 content: close-quote;
117 }
118 [lang|="en"] cite, [xml|lang|="en"] cite {
119 quotes: none;
120 font-style: italic;
121 }
122 [lang|="en"] cite cite, [xml|lang|="en"] cite cite {
123 quotes: none;
124 font-style: normal;
125 }
126 [lang|="en"] cite:before, [xml|lang|="en"] cite:before,
127 [lang|="en"] cite:after, [xml|lang|="en"] cite:after {
128 content: none;
129 }
130
131 th[scope="row"] {
132 text-align: left;
133 }
134 th[scope="col"] {
135 text-align: center;
136 }
137
138 /* License
139
140 Copyright 2003-2004 Wakaba <w@suika.fam.cx>.
141
142 This program is free software; you can redistribute it and/or modify
143 it under the terms of the GNU General Public License as published by
144 the Free Software Foundation; either version 2 of the License, or
145 (at your option) any later version.
146
147 This program is distributed in the hope that it will be useful,
148 but WITHOUT ANY WARRANTY; without even the implied warranty of
149 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
150 GNU General Public License for more details.
151
152 You should have received a copy of the GNU General Public License
153 along with this program; see the file COPYING. If not, write to
154 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
155 Boston, MA 02111-1307, USA.
156
157 */
158
159 /* $Date: 2004/10/25 00:06:22 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24