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

Contents of /webroot/s/simpledoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Nov 12 13:35:57 2001 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +15 -2 lines
File MIME type: text/css
*** empty log message ***

1
2 /*
3
4 simpledoc.css -- StyleSheet for Japanese Simple HTML Documents
5
6 Format: W3C CSS, level 2.
7
8 */
9
10 @import url(logo.css);
11
12 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
28
29 acronym, abbr
30 {border-bottom: dotted #ff0080 thin;
31 padding-bottom: .1em;
32 cursor: help}
33
34 span[title]
35 {border-bottom: dotted #ff0080 thin;
36 padding-bottom: .1em;
37 cursor: help}
38
39 h1, h2, h3, h4, h5, h6
40 {border-style: none none none solid;
41 border-width: thin;
42 padding-left: .5em;
43 font-size: 100%;
44 font-weight: bolder}
45
46 h1
47 {margin-left: -0.4em; margin-right: -0.4em;
48 border-color: #0080ff;
49 border-style: none none solid solid;
50 padding-top: .4em; padding-bottom: .4em}
51 h2
52 {margin-left: -0.2em; margin-right: -0.2em;
53 border-color: #ff0080;
54 border-style: dotted none dotted none;
55 padding-top: .2em; padding-bottom: .2em}
56 h3
57 {border-color: #008080;
58 border-style: none none none double}
59 h4
60 {border-color: #ff8040}
61 h5
62 {border-color: #ffff00}
63 h6
64 {border-color: #80ff00}
65
66 kbd
67 {margin-left: 0.1em; margin-right: 0.1em;
68 border-style: solid;
69 border-width: 1px 2px 2px 1px;
70 border-color: ActiveBorder;
71 padding: 1px 2px;
72 font-size: 100%}
73
74 /* citation */
75
76 blockquote
77 {margin: 0 2em;
78 border: dotted WindowFrame thin;
79 padding: .5em}
80
81 blockquote cite
82 {display: block;
83 text-align: right;
84 text-decoration: none;
85 font-style: normal}
86
87
88 /* anchor */
89
90 a
91 {padding: .1em}
92
93 a:hover
94 {background-color: #e8ffff; color: black;
95 padding: .1em;
96 text-decoration: none}
97
98 a.self
99 {cursor: default; speak: none}
100
101 /* image */
102
103 img.minilogo
104 {float: left}
105
106 img.xbm\_font
107 {width: 16px; height: 16px;
108 vertical-align: text-bottom}
109
110 img.favicon
111 {width: 16px; height: 16px;
112 float: none; margin: 0;
113 vertical-align: text-bottom}
114
115 a img.favicon
116 {border-style: none none solid none}
117
118 a.self img.favicon
119 {border-style: none}
120
121 .logo-suika
122 {float: left}
123
124
125 /* footer blocks */
126
127 address /* , div.info, .about */
128 {margin: 1em 0.3em 0 0.3em;
129 border-style: solid none none none;
130 border-color: gray;
131 border-width: thin;
132 padding-top: 0.3em;
133 text-decoration: none;
134 font-style: normal;
135 line-height: 100%}
136
137 .update
138 {margin: 0 0.3em 1em 0.3em;
139 line-height: 100%}
140
141 img#w3c-html, img#w3c-css
142 {float: right}
143
144 .myuri
145 {line-height: 100%}
146
147 .myuri h2
148 {display: inline; margin: 0 1.5em 0 0; border-style: none;
149 padding: 0; font-weight: normal}
150
151 .myuri ul
152 {display: inline; margin: 0}
153
154 .myuri ul li
155 {display: inline; margin: 0 .5em;
156 border-left: thin #ffbe7d solid; padding-left: .4em}
157
158 /* list */
159
160
161 ul, dl, ol, table
162 {margin: 1em 2em}
163
164 ul ul, ol ol, ul ol, ol ul
165 {margin-top: 0.2em; margin-bottom: 0.2em}
166
167 /*
168
169 LICENSE: Public Domain.
170 CHANGE:
171
172 2001-11-12 wakaba <wakaba@suika.fam.cx>
173
174 * (@import logo.css): new.
175
176 2001-09-29 wakaba <wakaba@suika.fam.cx>
177
178 * redesign of headings' style.
179 * support of new classes (eg. div.update).
180 * (kbd): new.
181
182 2001-09-14 wakaba <wakaba@suika.fam.cx>
183
184 * bug fix of attr.name (border-size -> border-width).
185
186 2001-07-31 wakaba <wakaba@suika.fam.cx>
187
188 * Favicon support.
189
190 2001-05-13 wakaba <wakaba@suika.fam.cx>
191
192 * New File.
193
194 */
195
196 /* simpledoc.css ends here. */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24