| 1 |
@namespace 'http://www.w3.org/2002/06/xhtml2';
|
| 2 |
|
| 3 |
html {
|
| 4 |
display: block;
|
| 5 |
line-height: 2.0;
|
| 6 |
}
|
| 7 |
head {
|
| 8 |
display: none;
|
| 9 |
}
|
| 10 |
|
| 11 |
body {
|
| 12 |
display: block;
|
| 13 |
margin-left: 1.5em;
|
| 14 |
margin-right: 1.5em;
|
| 15 |
}
|
| 16 |
|
| 17 |
section {
|
| 18 |
display: block;
|
| 19 |
margin-left: 0.5em;
|
| 20 |
margin-right: 0.5em;
|
| 21 |
}
|
| 22 |
|
| 23 |
section + section {
|
| 24 |
margin-top: 1em;
|
| 25 |
}
|
| 26 |
|
| 27 |
h {
|
| 28 |
display: block;
|
| 29 |
margin-left: -1em;
|
| 30 |
margin-bottom: 0.5em;
|
| 31 |
font-size: 120%;
|
| 32 |
font-weight: bolder;
|
| 33 |
line-height: 1.2;
|
| 34 |
}
|
| 35 |
|
| 36 |
p {
|
| 37 |
display: block;
|
| 38 |
text-indent: 1em;
|
| 39 |
}
|
| 40 |
|
| 41 |
l {
|
| 42 |
display: block;
|
| 43 |
}
|
| 44 |
|
| 45 |
blockquote, blockcode {
|
| 46 |
display: block;
|
| 47 |
}
|
| 48 |
|
| 49 |
code.uri:before, code.mail:before {
|
| 50 |
content: "<";
|
| 51 |
}
|
| 52 |
code.uri:after, code.mail:after {
|
| 53 |
content: ">";
|
| 54 |
}
|
| 55 |
|
| 56 |
/* List */
|
| 57 |
|
| 58 |
ul, ol, nl {
|
| 59 |
display: block;
|
| 60 |
}
|
| 61 |
li {
|
| 62 |
display: list-item;
|
| 63 |
margin-left: 1em;
|
| 64 |
}
|
| 65 |
label {
|
| 66 |
display: block;
|
| 67 |
font-weight: bolder;
|
| 68 |
}
|
| 69 |
|
| 70 |
/* Link */
|
| 71 |
[href] {
|
| 72 |
color: blue;
|
| 73 |
border: hidden thin blue;
|
| 74 |
cursor: pointer;
|
| 75 |
}
|
| 76 |
[href] {
|
| 77 |
color: -moz-hyperlinktext;
|
| 78 |
}
|
| 79 |
[href]:hover {
|
| 80 |
color: inherit;
|
| 81 |
border: solid thin -moz-hyperlinktext;
|
| 82 |
}
|
| 83 |
|
| 84 |
/* License
|
| 85 |
|
| 86 |
Copyright 2003 Wakaba <w@suika.fam.cx>.
|
| 87 |
|
| 88 |
This program is free software; you can redistribute it and/or modify
|
| 89 |
it under the terms of the GNU General Public License as published by
|
| 90 |
the Free Software Foundation; either version 2 of the License, or
|
| 91 |
(at your option) any later version.
|
| 92 |
|
| 93 |
This program is distributed in the hope that it will be useful,
|
| 94 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 95 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 96 |
GNU General Public License for more details.
|
| 97 |
|
| 98 |
You should have received a copy of the GNU General Public License
|
| 99 |
along with this program; see the file COPYING. If not, write to
|
| 100 |
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
| 101 |
Boston, MA 02111-1307, USA.
|
| 102 |
|
| 103 |
*/
|
| 104 |
|
| 105 |
/* $Date: 2003/07/19 03:06:55 $ */
|