/[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 - (show 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 @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 h2005 'http://www.w3.org/2002/06/xhtml2/';
7 @namespace xml 'http://www.w3.org/XML/1998/namespace';
8
9 /* Footnote */
10
11 H3|fn {
12 display: block;
13 margin: 2em 1em 2em 5em;
14 border: blue 1px dashed;
15 padding: 0.8em;
16 font-size: 85%;
17 background-color: InfoBackground;
18 color: InfoText;
19 text-decoration: none;
20 }
21
22 H3|fn:before {
23 display: inline;
24 content: "";
25 }
26
27 H3|fn :first-child {
28 margin-top: 0;
29 text-indent: 0 !important;
30 }
31 H3|fn :first-child:before {
32 display: inline;
33 content: "* " /*counter*/ ;
34 }
35
36 H3|fn :last-child {
37 margin-bottom: 0;
38 }
39
40 p H3|fn, h2|p H3|fn, h2005|p H3|fn {
41 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 p H3|fn:before, h2|p H3|fn:before, h2005|p H3|fn:before {
49 display: inline;
50 content: "";
51 }
52 p H3|fn:after, h2|p H3|fn:after, h2005|p H3|fn:after {
53 display: inline;
54 content: ""; /*counter*/
55 }
56
57 H3|note {
58 display: block;
59 margin: 0.3em 2em;
60 padding: 0;
61 color: green;
62 background-color: transparent;
63 font-style: normal;
64 }
65 H3|note > *|*:first-child:before {
66 display: inline;
67 content: "注意: ";
68 font-weight: bolder;
69 letter-spacing: 0;
70 text-align: left;
71 }
72 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 H3|note:lang(en) > *|*:first-child:before {
78 content: "Note. ";
79 }
80 H3|note > h2005|p:first-child,
81 H3|note > h2|p:first-child {
82 text-indent: -3em;
83 margin-left: 3em;
84 }
85
86 /* License
87
88 Copyright 2003-2005 Wakaba <w@suika.fam.cx>.
89
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 /* $Date: 2005/07/25 08:46:14 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24