/[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.3 - (hide annotations) (download) (as text)
Sat Oct 25 13:12:22 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +11 -6 lines
File MIME type: text/css
make

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     .en-original em, .no-ja-translation em,
11     .en-original i, .no-ja-translation i,
12     .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    
19 wakaba 1.1 p.note:before {
20     content: '注意: ';
21     }
22     p.warning:before {
23     content: '\26A0 警告! ';
24     }
25    
26     ins.ja-note {
27     background-color: #EEFFFF;
28     color: black;
29     }
30     span.ja-translation, span.en-original {
31     border-style: none !important;
32     }
33    
34     .cover-ja-note {
35     display: block;
36     }
37    
38     .cover-ja-note > :lang(en) {
39     margin-bottom: 1em;
40     }
41    
42     /* From Web Workers <style>, modified for Japanese texts */
43     p > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
44     li > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
45     p > span.en-original > span:not([title=""]):not([class="big-issue"]),
46     li > span.en-original > span:not([title=""]):not([class="big-issue"]) {
47     border-bottom: solid #99CC99;
48     }
49    
50     /*
51     Author: Wakaba <w@suika.fam.cx>.
52     License: Public Domain.
53 wakaba 1.3 $Date: 2008/10/25 11:28:27 $
54 wakaba 1.1 */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24