/[suikacvs]/markup/html/html5/spec-ja/ja-style.css
Suika

Contents of /markup/html/html5/spec-ja/ja-style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations) (download) (as text)
Sun Oct 26 08:44:19 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +17 -5 lines
File MIME type: text/css
Dynamic update implemented

1 wakaba 1.1 em, i {
2     font-style: normal;
3     text-decoration: underline;
4     }
5    
6     .note, .warning {
7     font-style: normal;
8     }
9 wakaba 1.3
10 wakaba 1.6 .en-original em,
11     .en-original i,
12 wakaba 1.3 .note .en-original, .no-ja-translation.note,
13     .warning .en-original, .no-ja-translation.warning {
14     font-style: italic;
15     text-decoration: none;
16     }
17    
18 wakaba 1.4 p.note:before {
19     content: '注意: ';
20     }
21    
22     p.no-ja-translation.note:before {
23     content: 'Note: ';
24     }
25    
26     p.warning:before {
27     content: '\26A0 警告! ';
28     }
29    
30     p.no-ja-translation.warning:before {
31     content: '\26A0 Warning! ';
32     }
33 wakaba 1.3
34 wakaba 1.1
35     ins.ja-note {
36     background-color: #EEFFFF;
37     color: black;
38     }
39     span.ja-translation, span.en-original {
40     border-style: none !important;
41     }
42    
43     .cover-ja-note {
44     display: block;
45     }
46    
47     .cover-ja-note > :lang(en) {
48     margin-bottom: 1em;
49     }
50    
51     /* From Web Workers <style>, modified for Japanese texts */
52     p > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
53     li > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
54     p > span.en-original > span:not([title=""]):not([class="big-issue"]),
55     li > span.en-original > span:not([title=""]):not([class="big-issue"]) {
56     border-bottom: solid #99CC99;
57     }
58    
59 wakaba 1.6 .ja-edit-form {
60 wakaba 1.5 border: thin outset;
61     padding: 0.3em 0.7em;
62     background-color: #EEFFFF;
63     color: black;
64     }
65    
66 wakaba 1.6 .ja-edit-form > p {
67 wakaba 1.5 margin: 0;
68     }
69    
70     textarea {
71     width: 98%;
72     height: 5em;
73     }
74    
75 wakaba 1.6 [hidden] {
76     display: none;
77     }
78    
79     .ja-patched {
80     background-color: #F0FFFF;
81     }
82    
83     .ja-not-patched {
84     background-color: #FFF0F5;
85     }
86    
87 wakaba 1.1 /*
88     Author: Wakaba <w@suika.fam.cx>.
89     License: Public Domain.
90 wakaba 1.6 $Date: 2008/10/26 06:50:10 $
91 wakaba 1.1 */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24