-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhanziben.css
71 lines (60 loc) · 1.18 KB
/
hanziben.css
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
table.chinese {
border: 1px solid #888888;
border-collapse: collapse;
margin:auto;
}
table.chinese tr.pinyin td {
border: 1px solid #888888;
width: 30px;
height: 15px;
font-size: 15px;
}
table.chinese tr.hanzitop td, table.chinese tr.hanzibottom td {
border: 1px solid #888888;
border-style: dotted;
width: 30px;
height: 30px;
vertical-align: text-top;
}
tr.hanzitop td:nth-of-type(odd), tr.hanzibottom td:nth-of-type(even) {
background-image: linear-gradient(
to top right,
white 49%,
#AAAAAA,
white 51%
);
}
tr.hanzitop td:nth-of-type(even), tr.hanzibottom td:nth-of-type(odd) {
background-image: linear-gradient(
to bottom right,
white 49%,
#AAAAAA,
white 51%
);
}
div.character {
position: absolute;
z-index: 0;
width: 62px;
height: 62px;
font-size: 50px;
color: #3c1951;
font-family: "楷体", KaiTi, "华文楷体", STKaiti;
line-height: 62px;
}
table.chinese tr.hanzitop td:nth-child(even), table.chinese tr.hanzibottom td:nth-child(even) {
border-right: 1px solid #888888;
}
table.quizz {
display: inline-block;
}
table.quizz td {
text-align: center;
}
#afterQuizz {
display: none;
}
table.menu td {
vertical-align: top;
padding-right: 50px;
}