1 |
@charset 'iso-2022-jp'; |
2 |
@namespace H3 'urn:x-suika-fam-cx:markup:ietf:html:3:draft:00'; |
3 |
@namespace 'http://www.w3.org/1999/xhtml'; |
4 |
@namespace h2 'http://www.w3.org/1999/xhtml'; |
5 |
@namespace xml 'http://www.w3.org/XML/1998/namespace'; |
6 |
|
7 |
H3|fn { |
8 |
display: block; |
9 |
margin: 2em 3em; |
10 |
border: blue 1px dashed; |
11 |
padding: 0.8em; |
12 |
font-size: 85%; |
13 |
background-color: InfoBackground; |
14 |
color: InfoText; |
15 |
text-decoration: none; |
16 |
} |
17 |
H3|fn:before { |
18 |
display: inline; |
19 |
content: ""; |
20 |
} |
21 |
H3|fn :first-child:before { |
22 |
display: inline; |
23 |
content: "* " /*counter*/ ; |
24 |
} |
25 |
p H3|fn, h2|p H3|fn { |
26 |
display: inline; |
27 |
margin: 0; border-style: none; padding: 0; |
28 |
vertical-align: super; |
29 |
line-height: 1em; |
30 |
font-size: 50%; |
31 |
color: GrayText; |
32 |
} |
33 |
p H3|fn:before, h2|p H3|fn:before { |
34 |
display: inline; |
35 |
content: ""; |
36 |
} |
37 |
p H3|fn:after, h2|p H3|fn:after { |
38 |
display: inline; |
39 |
content: ""; /*counter*/ |
40 |
} |
41 |
H3|fn :first-child { |
42 |
margin-top: 0; |
43 |
} |
44 |
H3|fn :last-child { |
45 |
margin-bottom: 0; |
46 |
} |
47 |
|
48 |
/* License |
49 |
|
50 |
Copyright 2003 Wakaba <w@suika.fam.cx>. |
51 |
|
52 |
This program is free software; you can redistribute it and/or modify |
53 |
it under the terms of the GNU General Public License as published by |
54 |
the Free Software Foundation; either version 2 of the License, or |
55 |
(at your option) any later version. |
56 |
|
57 |
This program is distributed in the hope that it will be useful, |
58 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
59 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
60 |
GNU General Public License for more details. |
61 |
|
62 |
You should have received a copy of the GNU General Public License |
63 |
along with this program; see the file COPYING. If not, write to |
64 |
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
65 |
Boston, MA 02111-1307, USA. |
66 |
|
67 |
*/ |
68 |
|
69 |
/* $Date:$ */ |