/[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.4 - (hide annotations) (download) (as text)
Tue Feb 15 12:34:12 2005 UTC (20 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +11 -7 lines
File MIME type: text/css
Rules modified

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24