aboutsummaryrefslogtreecommitdiff
path: root/html/style.css
blob: e312f062e8f72da8bc56b5414e39acd0f4011a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
a {
    color: blue;
}

tr:hover {
    background: #EEE;
}

td {
    vertical-align: top;
}

.ja {
    text-align: center;
    font-size: 2em;
}

.ja:hover .char_cur {
    color: red;
}

.ja:hover .char_p1 {
    color: magenta;
}

.ja:hover .char_p2 {
    color: blue;
}

.ja:hover .char_bad {
    color: grey;
}

.en {
    text-align: center;
    font-size: 1.2em;
}

.en .expl {
    color: transparent;
}

.en:hover .expl {
    color: black;
}