-
Notifications
You must be signed in to change notification settings - Fork 31
/
local.css
93 lines (72 loc) · 1.19 KB
/
local.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.lettername {
font-style: italic;
}
.tab-format {
margin-left: 10%;
}
table td {
border: 1px solid #ddd;
padding: 10px;
}
.exampleList {
float: left;
margin:10px;
}
table.characters {
width: 100%;
}
table.characters th.charColumn {
width: 5%;
}
table.characters th.ucsColumn {
width: 10%;
}
table.characters th.languageColumn {
width: 5%;
}
table.characters tr td .charimage {
width: 30px;
height: 30px;
}
table.characters tr td.langMark {
text-align: center;
font-size: large;
}
table.characters tr td.langMarkYes, span.langMarkYes {
color: #008F4C;
}
table.characters tr td.langMarkAuxiliary, span.langMarkAuxiliary {
color: #0057A1;
}
table.characters tr td.langMarkNo, span.langMarkNo {
color: #C61D20;
}
.flexContainer {
display: flex;
flex-flow: row-reverse nowrap;
}
.flexContainer>* {
flex: 2;
}.flexContainer figure {
flex: 1;
margin: 0;
}
.prompt {
font-style: italic;
color: #aaa;
font-size: 90%;
margin-bottom: 4em;
}
.large {
font-size: 300%;
}
.trans, .ipa {
font-family: "GentiumPlus", serif;
font-style: italic;
}
.meaning:before {
content:"‘";
}
.meaning:after {
content:"’";
}