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

Contents of /webroot/s/simpledoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Nov 11 10:40:27 2001 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
File MIME type: text/css
import

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24