/[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.3 - (hide annotations) (download) (as text)
Wed Dec 15 13:43:30 2004 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.2: +16 -5 lines
File MIME type: text/css
Some rules added

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24