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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Sat Oct 25 13:12:22 2008 UTC revision 1.10 by wakaba, Wed Oct 29 06:26:44 2008 UTC
# Line 7  Line 7 
7      font-style: normal;      font-style: normal;
8    }    }
9    
10  .en-original em, .no-ja-translation em,  .en-original em,
11  .en-original i, .no-ja-translation i,  .en-original i,
12  .note .en-original, .no-ja-translation.note,  .note .en-original, .no-ja-translation.note,
13  .warning .en-original, .no-ja-translation.warning {  .warning .en-original, .no-ja-translation.warning {
14    font-style: italic;    font-style: italic;
15    text-decoration: none;    text-decoration: none;
16  }  }
17    
18    p.note:before {
19      content: '注意: ';
20    }
21    
22    p.note:before {  p.no-ja-translation.note:before {
23      content: '注意: ';    content: 'Note: ';
24    }  }
25    p.warning:before {  
26      content: '\26A0 警告! ';  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 {    ins.ja-note {
39      background-color: #EEFFFF;      background-color: #EEFFFF;
# Line 33  Line 45 
45    
46  .cover-ja-note {  .cover-ja-note {
47    display: block;    display: block;
48      margin-top: 1em;
49  }  }
50    
51  .cover-ja-note > :lang(en) {  .cover-ja-note > :lang(en) {
# Line 47  Line 60 
60      border-bottom: solid #99CC99;      border-bottom: solid #99CC99;
61    }    }
62    
63    .ja-edit-form {
64      position: absolute;
65      border: thin outset;
66      padding: 0.3em 0.7em;
67      min-width: 40em;
68      width: 80%;
69      background-color: #EEFFFF;
70      color: black;
71    }
72    
73    .ja-edit-form > p {
74      margin: 0;
75    }
76    
77    textarea {
78      width: 98%;
79      height: 5em;
80    }
81    
82    [hidden] {
83      display: none;
84    }
85    
86    .ja-patched {
87      background-color: #F0FFFF;
88    }
89    
90    .ja-not-patched {
91      background-color: #FFF0F5;
92    }
93    
94  /*  /*
95    Author: Wakaba <w@suika.fam.cx>.    Author: Wakaba <w@suika.fam.cx>.
96    License: Public Domain.    License: Public Domain.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24