/[suikacvs]/webroot/swe/styles/sw.css
Suika

Contents of /webroot/swe/styles/sw.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Mon Nov 10 09:58:18 2008 UTC (16 years ago) by wakaba
Branch: MAIN
File MIME type: text/css
++ ChangeLog	10 Nov 2008 09:58:00 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* styles/: New directory.

++ swe/styles/ChangeLog	10 Nov 2008 09:57:53 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* sw.css: New style sheet.

	* ChangeLog: New file.

1 wakaba 1.1 html {
2     padding: 0.5em;
3     }
4    
5     html, td {
6     line-height: 2.2;
7     }
8    
9     .nav {
10     display: block;
11     text-align: right;
12     }
13    
14     .nav.swe-names {
15     margin-left: 0.5em;
16     font-size: 150%;
17     font-weight: bolder;
18     font-family: sans-serif;
19     text-align: left;
20     }
21    
22     .footer {
23     display: block;
24     margin-top: 1em;
25     border-top: gray thin solid;
26     padding-top: 0.3em;
27     }
28    
29     h1, h2, h3, h4, h5, h6 {
30     margin: 0 0 0.5em 0;
31     padding: 0;
32     color: #004000;
33     background-color: transparent;
34     font-weight: bolder;
35     font-family; sans-serif;
36     }
37    
38     h1 {
39     background-image: url(http://suika.fam.cx/~wakaba/-temp/2004/sw) /* 107x59 */;
40     background-position: middle left;
41     background-repeat: no-repeat;
42     padding-left: 120px;
43     min-height: 59px;
44     font-size: 150%;
45     }
46    
47     h2 {
48     font-size: 150%;
49     }
50    
51     h3 {
52     font-size: 120%;
53     text-decoration: underline;
54     }
55    
56     h4 {
57     font-size: 120%;
58     }
59    
60     h5, h6 {
61     font-size: 100%;
62     }
63    
64     .article, .section {
65     display: block;
66     margin: 0 0 2em 0;
67     padding: 0 1em 0 2em;
68     }
69    
70     p + .article, p + .section,
71     ul + .article, ul + .section,
72     ol + .article, ol + .section,
73     dl + .article, dl + .section,
74     table + .article, table + .section,
75     ins + .article, ins + .section,
76     del + .article, del + .section {
77     margin-top: 2em;
78     }
79    
80     .article > h1, .section > h1,
81     .article > h2, .section > h2,
82     .article > h3, .section > h3,
83     .article > h4, .section > h4,
84     .article > h5, .section > h5,
85     .article > h6, .section > h6,
86     .article > .article, .article > .section,
87     .section > .article, .section > .section {
88     margin-left: -1em;
89     }
90    
91     blockquote {
92     margin: 0.5em 0 0.5em 2em;
93     border-left: #004000 double 0.3em;
94     padding: 0.2em 0.5em;
95     background-color: #f7fff7;
96     color: black;
97     }
98    
99     /* Paragraph-level blocks */
100    
101     .sw-comment-p {
102     display: block;
103     padding-left: 1em;
104     color: #004000;
105     background-color: transparent;
106     text-indent: -1em;
107     }
108    
109     .sw-comment-p:before {
110     content: ";; ";
111     }
112    
113     .sw-ed {
114     display: block;
115     margin: 1em 0;
116     border: medium solid;
117     padding: 0.5em 1em 0.5em 2em;
118     color: rgb(229, 0, 0);
119     background-color: transparent;
120     text-indent: -1em;
121     }
122    
123     .sw-ed:before {
124     content: "@@ ";
125     }
126    
127     p {
128     margin: 0;
129     text-indent: 1em;
130     }
131    
132     pre {
133     margin: 0;
134     }
135    
136     /* Lists */
137    
138     ul, ol, dl {
139     margin: 0;
140     text-indent: 0;
141     }
142    
143     /* Tables */
144    
145     table {
146     margin: 0 0.5em;
147     border: 1px solid gray;
148     border-spacing: 0;
149     }
150    
151     thead, tfoot, th {
152     font-weight: bolder;
153     font-family: sans-serif;
154     }
155    
156     td, th {
157     padding: 0.2em 0.4em;
158     border: 1px solid #E0E0E0;
159     empty-cells: show;
160     text-indent: 0;
161     }
162    
163     th[scope="row"], th[scope="rowgroup"] {
164     text-align: left;
165     border-right: 1px solid #C0C0C0;
166     }
167     th[scope="col"], th[scope="colgroup"] {
168     text-align: center;
169     border-bottom: 1px solid #C0C0C0;
170     }
171    
172     /* Edits */
173    
174     ins {
175     background-color: rgb(255, 255, 153);
176     color: black;
177     text-decoration: underline;
178     }
179    
180     del {
181     background-color: #FFBBBB;
182     color: black;
183     font-size: 80%;
184     text-decoration: line-through;
185     }
186    
187     .section > ins,
188     .section > del,
189     blockquote > ins,
190     blockquote > del {
191     display: block;
192     margin: 0.5em 0;
193     padding: 0.2em 0.5em;
194     }
195    
196     /* Anchors */
197    
198     .sw-anchor:link, .sw-anchor:visited {
199     border-bottom: solid thin blue;
200     padding-bottom: 0.1em;
201     color: inherit;
202     background-color: transparent;
203     text-decoration: none;
204     }
205    
206     .sw-anchor:visisted {
207     border-bottom-color: purple;
208     }
209    
210     .sw-anchor-internal {
211     /* color: inherit;
212     background-color: transparent; */
213     text-decoration: none;
214     }
215    
216     .sw-anchor-end {
217     display: block;
218     position: absolute;
219     left: 0.4em;
220     top: auto;
221     color: gray;
222     text-indent: 0;
223     font-size: smaller;
224     }
225    
226     a:hover {
227     background-color: #FFA;
228     color: #000080;
229     }
230    
231     /* Code fragments */
232    
233     code, samp, pre.code {
234     color: #800000;
235     font-family: "Courier New", monospace;
236     }
237    
238     pre.example:before {
239     display: block;
240     content: "例: ";
241     font-weight: bolder;
242     font-family: sans-serif;
243     }
244    
245     pre.bad.example:before {
246     content: "悪い例: ";
247     }
248    
249     pre.invalid.example:before {
250     content: "非妥当な例: ";
251     }
252    
253     pre.illegal.example:before {
254     content: "非妥当な例: ";
255     }
256    
257     /* Citations */
258    
259     cite {
260     font-style: normal;
261     }
262    
263     cite:before {
264     content: "『";
265     }
266    
267     cite:after {
268     content: "』";
269     }
270    
271     .sw-csection {
272    
273     }
274    
275     .sw-csection:before {
276     content: "「";
277     }
278    
279     .sw-csection:after {
280     content: "」";
281     }
282    
283     .sw-src {
284     font-style: normal;
285     color: gray;
286     }
287    
288     .sw-src:before {
289     content: " [";
290     }
291    
292     .sw-src:after {
293     content: "] ";
294     }
295    
296     /* Inline quotations */
297    
298     q:before {
299     content: " 「";
300     }
301    
302     q:after {
303     content: "」 ";
304     }
305    
306     q q:before {
307     content: " 『";
308     }
309    
310     q q:after {
311     content: "』 ";
312     }
313    
314     /* Emphases and important words */
315    
316     strong {
317    
318     }
319    
320     em {
321     font-style: normal;
322     text-decoration: underline;
323     }
324    
325     .sw-weak {
326     font-size: smaller;
327     color: gray;
328     background-color: transparent;
329     }
330    
331     /* Ruby annotations */
332    
333     ruby {
334     display: inline;
335     ruby-position: inline;
336     position: relative;
337     }
338    
339     rp {
340     display: none;
341     }
342    
343     rt {
344     display: block;
345     position: absolute;
346     bottom: 1.7em;
347     left: 0;
348     right: 0;
349     font-size: 70%;
350     line-height: 1.1;
351     text-align: center;
352     white-space: nowrap;
353     text-indent: 0;
354     }
355    
356     rt + rt, .sw-rubyb > rt {
357     top: 1.7em;
358     bottom: auto;
359     }
360    
361     /* Other inlines */
362    
363     dfn {
364     font-style: normal;
365     font-weight: bolder;
366     font-family: sans-serif;
367     }
368    
369     /* Edit forms */
370    
371     form p {
372     text-indent: 0;
373     }
374    
375     textarea {
376     width: 100%;
377     height: 10em;
378     }
379    
380     textarea[name=text] {
381     height: 30em;
382     }
383    
384     textarea[name=names] {
385     height: 4em;
386     }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24