1 |
wakaba |
1.1 |
@namespace 'http://www.w3.org/2002/06/xhtml2';
|
2 |
|
|
|
3 |
|
|
html {
|
4 |
|
|
display: block;
|
5 |
|
|
}
|
6 |
|
|
head {
|
7 |
|
|
display: none;
|
8 |
|
|
}
|
9 |
|
|
|
10 |
|
|
body, section {
|
11 |
|
|
display: block;
|
12 |
|
|
margin-left: 0.5em;
|
13 |
|
|
margin-right: 0.5em;
|
14 |
|
|
}
|
15 |
|
|
|
16 |
|
|
p {
|
17 |
|
|
display: block;
|
18 |
|
|
}
|
19 |
|
|
|
20 |
|
|
l {
|
21 |
|
|
display: block;
|
22 |
|
|
}
|
23 |
|
|
|
24 |
|
|
blockquote, blockcode {
|
25 |
|
|
display: block;
|
26 |
|
|
}
|
27 |
|
|
|
28 |
|
|
code.uri:before, code.mail:before {
|
29 |
|
|
content: "<";
|
30 |
|
|
}
|
31 |
|
|
code.uri:after, code.mail:after {
|
32 |
|
|
content: "<";
|
33 |
|
|
}
|
34 |
|
|
|
35 |
|
|
/* License
|
36 |
|
|
|
37 |
|
|
Copyright 2003 Wakaba <w@suika.fam.cx>.
|
38 |
|
|
|
39 |
|
|
This program is free software; you can redistribute it and/or modify
|
40 |
|
|
it under the terms of the GNU General Public License as published by
|
41 |
|
|
the Free Software Foundation; either version 2 of the License, or
|
42 |
|
|
(at your option) any later version.
|
43 |
|
|
|
44 |
|
|
This program is distributed in the hope that it will be useful,
|
45 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
46 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
47 |
|
|
GNU General Public License for more details.
|
48 |
|
|
|
49 |
|
|
You should have received a copy of the GNU General Public License
|
50 |
|
|
along with this program; see the file COPYING. If not, write to
|
51 |
|
|
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
52 |
|
|
Boston, MA 02111-1307, USA.
|
53 |
|
|
|
54 |
|
|
*/
|
55 |
|
|
|
56 |
|
|
/* $Date:$ */
|