/[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.6 - (hide annotations) (download) (as text)
Sat Mar 10 09:44:45 2007 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -1 lines
File MIME type: text/css
Support for modern lower-case identifiers; xhtml2:ol list-style-type is changed to traditional value of decimal; no text-align: justify for ::before in xhtml2

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 wakaba 1.6 letter-spacing: 0;
70     text-align: left;
71 wakaba 1.2 }
72 wakaba 1.3 H3|note:lang(en) {
73     /* NOTE: Selector should be "script=Latin" rather than "lang=en"
74     if there would such a selector... */
75     font-style: italic;
76     }
77 wakaba 1.5 H3|note:lang(en) > *|*:first-child:before {
78 wakaba 1.2 content: "Note. ";
79     }
80 wakaba 1.5 H3|note > h2005|p:first-child,
81 wakaba 1.2 H3|note > h2|p:first-child {
82     text-indent: -3em;
83     margin-left: 3em;
84     }
85    
86 wakaba 1.1 /* License
87    
88 wakaba 1.5 Copyright 2003-2005 Wakaba <w@suika.fam.cx>.
89 wakaba 1.1
90     This program is free software; you can redistribute it and/or modify
91     it under the terms of the GNU General Public License as published by
92     the Free Software Foundation; either version 2 of the License, or
93     (at your option) any later version.
94    
95     This program is distributed in the hope that it will be useful,
96     but WITHOUT ANY WARRANTY; without even the implied warranty of
97     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
98     GNU General Public License for more details.
99    
100     You should have received a copy of the GNU General Public License
101     along with this program; see the file COPYING. If not, write to
102     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
103     Boston, MA 02111-1307, USA.
104    
105     */
106    
107 wakaba 1.6 /* $Date: 2005/07/25 08:46:14 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24