aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
blob: 0b708f61ef362c4ada54e3ef321661f2bd28f2a1 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
a {
    color: blue;
    text-decoration: none;
}

tr:nth-child(odd) {
    background: #EEE;
}

th, td {
    vertical-align: top;
    padding: 3px;
}

table {
    border-spacing: 0px;
}

.chars {
    color: #007700;
}

.ja {
    text-align: center;
    font-size: 2rem;
    font-family: 'MS PGothic', Osaka, Arial, sans-serif;
}

.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.2rem;
}

details .chars {
    font-size: 3rem;
}

.index_page {
    max-width: 1000px;
    margin: auto;
}

.about_page, .batch_page {
    max-width: 800px;
    margin: auto;
    text-align: justify;
}

.about_page h2 {
    border-bottom: 1px solid #aaa;
}
.about_page h3:before {
    content: "➤ ";
}

.vocabtable {
    min-width: 50%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.extratable {
    min-width: 60%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.extratable td {
    padding: 4px;
}

.tab_large {
    font-size: 1.2em;
}

.tab_large2 {
    font-size: 1.5em;
}

.font_ja {
    font-family: 'MS PGothic', Osaka, Arial, sans-serif;
}

.extra_example {
    text-align: center;
}

.extra_ja {
    font-size: 1.5em;
}

.extra_en {
    margin: 4px;
    visibility: hidden;
}

.extra_ja rt {
    visibility: hidden;
}

.extra_example:hover .extra_ja rt, .extra_example:hover .extra_en {
    visibility: visible;
}