/[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.5 - (hide annotations) (download) (as text)
Mon Jul 25 08:46:14 2005 UTC (20 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +9 -7 lines
File MIME type: text/css
xhtml2-dynamic.xbl: New

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.5 @namespace h2005 'http://www.w3.org/2002/06/xhtml2/';
7 wakaba 1.1 @namespace xml 'http://www.w3.org/XML/1998/namespace';
8    
9 wakaba 1.3 /* Footnote */
10    
11     H3|fn {
12     display: block;
13     margin: 2em 1em 2em 5em;
14 wakaba 1.1 border: blue 1px dashed;
15     padding: 0.8em;
16     font-size: 85%;
17     background-color: InfoBackground;
18     color: InfoText;
19     text-decoration: none;
20 wakaba 1.3 }
21    
22 wakaba 1.1 H3|fn:before {
23     display: inline;
24     content: "";
25     }
26 wakaba 1.4
27     H3|fn :first-child {
28     margin-top: 0;
29     text-indent: 0 !important;
30     }
31 wakaba 1.1 H3|fn :first-child:before {
32     display: inline;
33     content: "* " /*counter*/ ;
34     }
35 wakaba 1.4
36     H3|fn :last-child {
37     margin-bottom: 0;
38     }
39    
40 wakaba 1.5 p H3|fn, h2|p H3|fn, h2005|p H3|fn {
41 wakaba 1.1 display: inline;
42     margin: 0; border-style: none; padding: 0;
43     vertical-align: super;
44     line-height: 1em;
45     font-size: 50%;
46     color: GrayText;
47     }
48 wakaba 1.5 p H3|fn:before, h2|p H3|fn:before, h2005|p H3|fn:before {
49 wakaba 1.1 display: inline;
50     content: "";
51     }
52 wakaba 1.5 p H3|fn:after, h2|p H3|fn:after, h2005|p H3|fn:after {
53 wakaba 1.1 display: inline;
54     content: ""; /*counter*/
55     }
56    
57 wakaba 1.2 H3|note {
58     display: block;
59     margin: 0.3em 2em;
60     padding: 0;
61 wakaba 1.3 color: green;
62     background-color: transparent;
63     font-style: normal;
64 wakaba 1.2 }
65 wakaba 1.5 H3|note > *|*:first-child:before {
66 wakaba 1.2 display: inline;
67     content: "注意: ";
68     font-weight: bolder;
69     }
70 wakaba 1.3 H3|note:lang(en) {
71     /* NOTE: Selector should be "script=Latin" rather than "lang=en"
72     if there would such a selector... */
73     font-style: italic;
74     }
75 wakaba 1.5 H3|note:lang(en) > *|*:first-child:before {
76 wakaba 1.2 content: "Note. ";
77     }
78 wakaba 1.5 H3|note > h2005|p:first-child,
79 wakaba 1.2 H3|note > h2|p:first-child {
80     text-indent: -3em;
81     margin-left: 3em;
82     }
83    
84 wakaba 1.1 /* License
85    
86 wakaba 1.5 Copyright 2003-2005 Wakaba <w@suika.fam.cx>.
87 wakaba 1.1
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 wakaba 1.5 /* $Date: 2005/02/15 12:34:12 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24