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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Sat Oct 25 09:27:05 2008 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.1: +15 -1 lines
File MIME type: text/css
make

1 wakaba 1.1 /* Show both of English original text and Japanese translation text */
2    
3     .has-ja-translation {
4     display: table;
5     width: 90%;
6     }
7    
8     .en-original, .ja-translation {
9     display: table-cell;
10     width: 48%;
11     }
12    
13     .en-original {
14     padding-right: 2em;
15     }
16    
17     .ja-translation {
18     padding-left: 1em;
19     }
20    
21 wakaba 1.2 th.has-ja-translation, td.has-ja-translation {
22     display: table-cell;
23     width: auto;
24     }
25    
26     th.has-ja-translation > .en-original,
27     th.has-ja-translation > .ja-translation,
28     td.has-ja-translation > .en-original,
29     td.has-ja-translation > .ja-translation {
30     display: block;
31     padding: 0;
32     width: auto;
33     }
34    
35 wakaba 1.1 /*
36     Author: Wakaba <w@suika.fam.cx>.
37     License: Public Domain.
38 wakaba 1.2 $Date: 2008/10/25 06:33:19 $
39 wakaba 1.1 */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24