/[suikacvs]/test/suikawebwww/style/html/common-class.css
Suika

Contents of /test/suikawebwww/style/html/common-class.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Wed Dec 15 13:43:30 2004 UTC (21 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +48 -6 lines
File MIME type: text/css
Some rules added

1 wakaba 1.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 h2 'http://www.w3.org/1999/xhtml';
5     @namespace xml 'http://www.w3.org/XML/1998/namespace';
6    
7 wakaba 1.2 /* Note */
8    
9     .note {
10     margin-top: 1em;
11     margin-bottom: 1em;
12     text-indent: 0;
13     }
14     /* NOTE: Don't use :before since old documents do or do not have
15     text of "Note: " or so on as part of character data. */
16     /* XML Alternate: H3|note */
17    
18     .example {
19     border: 1px solid rgb(153, 153, 153);
20     padding: 0.5em;
21     background-color: rgb(255, 248, 221);
22     color: rgb(102, 0, 0);
23     }
24     .example:before {
25     content: "例: ";
26     }
27     .example:lang(en):before {
28     content: "Example. ";
29     }
30    
31     /* Emphasis */
32    
33     .weak {
34     font-size: 80%;
35     color: GrayText;
36     background-color: transparent;
37     }
38    
39     /* Footer */
40    
41     .update:before {
42     content: "修正: ";
43     }
44     .update:lang(en):before {
45     content: "Modified: ";
46     }
47    
48     #w3c-html, #w3c-css {
49     float: right;
50     width: 88px;
51     height: 31px;
52     border: none;
53     }
54 wakaba 1.1
55     /* License
56    
57     Copyright 2003 Wakaba <w@suika.fam.cx>.
58    
59     This program is free software; you can redistribute it and/or modify
60     it under the terms of the GNU General Public License as published by
61     the Free Software Foundation; either version 2 of the License, or
62     (at your option) any later version.
63    
64     This program is distributed in the hope that it will be useful,
65     but WITHOUT ANY WARRANTY; without even the implied warranty of
66     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
67     GNU General Public License for more details.
68    
69     You should have received a copy of the GNU General Public License
70     along with this program; see the file COPYING. If not, write to
71     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
72     Boston, MA 02111-1307, USA.
73    
74     */
75    
76 wakaba 1.2 /* $Date: 2004/10/25 00:06:22 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24