/[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.1 - (show annotations) (download) (as text)
Sat Oct 25 06:33:19 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
File MIME type: text/css
Support for en/ja view

1 em, i {
2 font-style: normal;
3 text-decoration: underline;
4 }
5
6 .note, .warning {
7 font-style: normal;
8 }
9 p.note:before {
10 content: '注意: ';
11 }
12 p.warning:before {
13 content: '\26A0 警告! ';
14 }
15
16 ins.ja-note {
17 background-color: #EEFFFF;
18 color: black;
19 }
20 span.ja-translation, span.en-original {
21 border-style: none !important;
22 }
23
24 .cover-ja-note {
25 display: block;
26 }
27
28 .cover-ja-note > :lang(en) {
29 margin-bottom: 1em;
30 }
31
32 /* From Web Workers <style>, modified for Japanese texts */
33 p > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
34 li > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
35 p > span.en-original > span:not([title=""]):not([class="big-issue"]),
36 li > span.en-original > span:not([title=""]):not([class="big-issue"]) {
37 border-bottom: solid #99CC99;
38 }
39
40 /*
41 Author: Wakaba <w@suika.fam.cx>.
42 License: Public Domain.
43 $Date:$
44 */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24