/[suikacvs]/webroot/www/style/html/html3.css
Suika

Contents of /webroot/www/style/html/html3.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Nov 16 07:38:24 2004 UTC (21 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +23 -4 lines
File MIME type: text/css
xhtml2:var, xhtml2:dl, html3:note supported

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24