/[suikacvs]/webroot/s/default/xhtml2.css
Suika

Contents of /webroot/s/default/xhtml2.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Sun Oct 24 23:55:03 2004 UTC (20 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.2: +62 -7 lines
File MIME type: text/css
Revised

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24