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

Contents of /webroot/s/simpledoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download) (as text)
Sun Oct 24 23:55:03 2004 UTC (19 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +1 -1 lines
File MIME type: text/css
Revised

1 /*
2
3 simpledoc.css -- StyleSheet for Simple Japanese HTML Documents
4
5 Format: W3C CSS, level 2.
6 License: Public Domain.
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 abbr[title]
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 .logo-suika
120 {float: left}
121
122
123 /* footer blocks */
124
125 .navigation, address
126 {margin: 1em 0 0 0;
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; padding: 0;
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 .myuri ul {display: inline; margin: 0}
150
151 ul.myuri
152 {display: block; margin: 0; padding: 0;
153 font-size: smaller}
154
155 ul.myuri li, .myuri ul li
156 {display: inline; margin: 0 .5em;
157 border-bottom: thin #ffbe7d solid; paddin: 0;
158 text-indent: 0}
159
160 .myuri a
161 {text-decoration: none; color: inherit; background-color: inherit}
162
163
164 /* list */
165
166
167 ul, dl, ol, table
168 {margin: 1em 2em}
169
170 ul ul, ol ol, ul ol, ol ul
171 {margin-top: 0.2em; margin-bottom: 0.2em}
172
173 /* simpledoc.css ends here */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24