-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.css
178 lines (145 loc) · 2.53 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
h2 {
margin-top: 3em;
margin-bottom: 0em;
}
.head h2, #abstract h2, #sotd h2 {
margin-top: 0;
}
h3 {
margin-top: 3em;
}
h4 {
font-size: 100%;
font-weight: normal;
color: #005a9c;
margin-top: 2em;
}
.leadin {
font-weight: bold;
}
ins {
background-color: #99FF99;
text-decoration: none;
}
del {
display: inline;
color: silver;
}
figure {
margin-bottom: 2em;
text-align: center;
}
figcaption {
text-align: center;
margin: 0.5em 2em;
font-style: italic;
font-size: 90%;
}
.figno:after {
content: ':\00A0 ';
}
a.termref:link {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:hover {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:visited {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:active {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a .fig-title {
display: none;
}
a .figno:after {
content: '';
}
.qterm:before, .qchar:before { content: "‘"; }
.qterm:after, .qchar:after { content: "’"; }
.quote:before { content: '“'; }
.quote:after { content: '”'; }
code {
color: #A52A2A;
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 100%;
}
samp, kbd {
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 100%;
}
.uname {
text-transform: uppercase;
font-size: 85%;
letter-spacing:0.03em;
}
.lettername {
font-style: italic;
}
.tab-format {
margin-left: 10%;
}
table td {
border: 1px solid #ddd;
padding: 10px;
}
.rtlTermCell {
text-direction: rtl;
text-align: right;
}
.exampleList {
float: left;
margin:10px;
}
.question {
.issue;
font-style: italic;
}
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;
}