/[suikacvs]/webroot/s/simpledoc.css
Suika

Contents of /webroot/s/simpledoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download) (as text)
Sun Mar 10 06:44:00 2002 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +6 -37 lines
File MIME type: text/css
2002-03-11  wakaba <w@suika.fam.cx>

	* ChangeLog: New file.

1 wakaba 1.1 /*
2    
3 wakaba 1.3 simpledoc.css -- StyleSheet for Simple Japanese HTML Documents
4 wakaba 1.2
5     Format: W3C CSS, level 2.
6 wakaba 1.3 License: Public Domain.
7 wakaba 1.1
8     */
9    
10 wakaba 1.2 @import url(logo.css);
11    
12 wakaba 1.1 html
13     {margin: 0;
14     background-color: Window; color: WindowText}
15    
16     head
17     {display: none}
18    
19     body
20     {margin: 1em;
21     line-height: 200%}
22    
23     p
24     {margin: 0 2em;
25     text-indent: 1em}
26    
27     acronym, abbr
28     {border-bottom: dotted #ff0080 thin;
29     padding-bottom: .1em;
30     cursor: help}
31    
32     span[title]
33     {border-bottom: dotted #ff0080 thin;
34     padding-bottom: .1em;
35     cursor: help}
36    
37     h1, h2, h3, h4, h5, h6
38     {border-style: none none none solid;
39     border-width: thin;
40     padding-left: .5em;
41     font-size: 100%;
42     font-weight: bolder}
43    
44     h1
45     {margin-left: -0.4em; margin-right: -0.4em;
46     border-color: #0080ff;
47     border-style: none none solid solid;
48     padding-top: .4em; padding-bottom: .4em}
49     h2
50     {margin-left: -0.2em; margin-right: -0.2em;
51     border-color: #ff0080;
52     border-style: dotted none dotted none;
53     padding-top: .2em; padding-bottom: .2em}
54     h3
55     {border-color: #008080;
56     border-style: none none none double}
57     h4
58     {border-color: #ff8040}
59     h5
60     {border-color: #ffff00}
61     h6
62     {border-color: #80ff00}
63    
64     kbd
65     {margin-left: 0.1em; margin-right: 0.1em;
66     border-style: solid;
67     border-width: 1px 2px 2px 1px;
68     border-color: ActiveBorder;
69     padding: 1px 2px;
70     font-size: 100%}
71    
72     /* citation */
73    
74     blockquote
75     {margin: 0 2em;
76     border: dotted WindowFrame thin;
77     padding: .5em}
78    
79     blockquote cite
80     {display: block;
81     text-align: right;
82     text-decoration: none;
83     font-style: normal}
84    
85    
86     /* anchor */
87    
88     a
89     {padding: .1em}
90    
91     a:hover
92     {background-color: #e8ffff; color: black;
93     padding: .1em;
94     text-decoration: none}
95    
96     a.self
97     {cursor: default; speak: none}
98    
99     /* image */
100    
101     img.minilogo
102     {float: left}
103    
104     img.xbm\_font
105     {width: 16px; height: 16px;
106     vertical-align: text-bottom}
107    
108     img.favicon
109     {width: 16px; height: 16px;
110     float: none; margin: 0;
111     vertical-align: text-bottom}
112    
113     a img.favicon
114     {border-style: none none solid none}
115    
116     a.self img.favicon
117     {border-style: none}
118    
119 wakaba 1.2 .logo-suika
120     {float: left}
121    
122    
123 wakaba 1.1 /* footer blocks */
124    
125 wakaba 1.3 .navigation, address
126 wakaba 1.1 {margin: 1em 0.3em 0 0.3em;
127     border-style: solid none none none;
128     border-color: gray;
129     border-width: thin;
130     padding-top: 0.3em;
131     text-decoration: none;
132     font-style: normal;
133     line-height: 100%}
134    
135     .update
136     {margin: 0 0.3em 1em 0.3em;
137     line-height: 100%}
138    
139     img#w3c-html, img#w3c-css
140     {float: right}
141    
142     .myuri
143     {line-height: 100%}
144    
145     .myuri h2
146     {display: inline; margin: 0 1.5em 0 0; border-style: none;
147     padding: 0; font-weight: normal}
148    
149 wakaba 1.3 ul.myuri, .myuri ul
150 wakaba 1.1 {display: inline; margin: 0}
151    
152 wakaba 1.3 ul.myuri li, .myuri ul li
153 wakaba 1.1 {display: inline; margin: 0 .5em;
154     border-left: thin #ffbe7d solid; padding-left: .4em}
155    
156     /* list */
157    
158    
159     ul, dl, ol, table
160     {margin: 1em 2em}
161    
162     ul ul, ol ol, ul ol, ol ul
163     {margin-top: 0.2em; margin-bottom: 0.2em}
164    
165 wakaba 1.3 /* simpledoc.css ends here */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24