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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Sat Jul 19 03:06:55 2003 UTC revision 1.3 by wakaba, Sun Oct 24 23:55:03 2004 UTC
# Line 2  Line 2 
2    
3  html {  html {
4          display: block;          display: block;
5            line-height: 2.0;
6  }  }
7  head {  head {
8          display: none;          display: none;
9  }  }
10    
11  body, section {  body {
12          display: block;          display: block;
13          margin-left: 0.5em;          margin: 1em 1.5em;
14          margin-right: 0.5em;  }
15    
16    section {
17            display: block;
18            margin: 1em 0.5em;
19    }
20    
21    section + section {
22            margin-top: 1em;
23    }
24    
25    h {
26            display: block;
27            margin-left: -0.5em;
28            margin-bottom: 0.5em;
29            font-size: 120%;
30            font-weight: bolder;
31            line-height: 1.2;
32    }
33    
34    body > h {      /* h1 */
35            margin-left: 2em;
36            margin-right: 2em;
37            text-align: center;
38            font-size: 140%;
39  }  }
40    
41  p {  p {
42          display: block;          display: block;
43            text-indent: 1em;
44            text-align: justify;
45  }  }
46    
47  l {  l {
# Line 25  blockquote, blockcode { Line 52  blockquote, blockcode {
52          display: block;          display: block;
53  }  }
54    
55    code, samp, kbd {
56            font-family: "Courier New", "Courier", monospace;
57            letter-spacing: 0.1em;
58    }
59    
60  code.uri:before, code.mail:before {  code.uri:before, code.mail:before {
61          content: "<";          content: "<";
62  }  }
63  code.uri:after, code.mail:after {  code.uri:after, code.mail:after {
64          content: "<";          content: ">";
65    }
66    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    
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    }
103    
104    /*
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  /* License  /* License
140    
141  Copyright 2003 Wakaba <w@suika.fam.cx>.  Copyright 2003-2004 Wakaba <w@suika.fam.cx>.
142    
143  This program is free software; you can redistribute it and/or modify  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  it under the terms of the GNU General Public License as published by

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24