/[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.11 - (show annotations) (download) (as text)
Fri Oct 31 04:30:24 2008 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +6 -5 lines
File MIME type: text/css
make

1 em, i {
2 font-style: normal;
3 text-decoration: underline;
4 }
5
6 .note, .warning {
7 font-style: normal;
8 }
9
10 .en-original em,
11 .en-original 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 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
34 p.no-ja-translation > span.en-original:before {
35 content: '';
36 }
37
38 ins.ja-note {
39 border-style: none;
40 background-color: #EEFFFF;
41 color: black;
42 }
43 span.ja-translation, span.en-original {
44 border-style: none !important;
45 }
46
47 .cover-ja-note {
48 display: block;
49 margin-top: 1em;
50 }
51
52 .cover-ja-note > :lang(en) {
53 margin-bottom: 1em;
54 }
55
56 /* From Web Workers <style>, modified for Japanese texts */
57 p > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
58 li > span.ja-translation > span:not([title=""]):not([class="big-issue"]),
59 p > span.en-original > span:not([title=""]):not([class="big-issue"]),
60 li > span.en-original > span:not([title=""]):not([class="big-issue"]) {
61 border-bottom: solid #99CC99;
62 }
63
64 .ja-edit-form {
65 position: absolute;
66 border: thin outset;
67 padding: 0.3em 0.7em;
68 min-width: 40em;
69 width: 80%;
70 background-color: #EEFFFF;
71 color: black;
72 }
73
74 .ja-edit-form > p {
75 margin: 0;
76 }
77
78 textarea {
79 width: 98%;
80 height: 5em;
81 }
82
83 [hidden] {
84 display: none;
85 }
86
87 .ja-patched {
88 background-color: #F0FFFF;
89 }
90
91 .ja-not-patched {
92 background-color: #FFF0F5;
93 }
94
95 /*
96 Author: Wakaba <w@suika.fam.cx>.
97 License: Public Domain.
98 $Date: 2008/10/29 06:26:44 $
99 */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24