-
Notifications
You must be signed in to change notification settings - Fork 29
/
all.css
569 lines (509 loc) · 10.4 KB
/
all.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
/**
* MIT License
*
* Copyright (c) 2004-2006 Weston Ruter
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
/*div,table,td,th{
outline:red solid 1px;
}*/
a#keyboardLink {
position:fixed;
top:0px;
right:0px;
text-decoration:none;
padding:3px;
border:solid 1px black;
background-color:White;
color:Black;
z-index:200;
}
#loadFontBtn {
float:right;
font-size:9pt;
}
a#keyboardLink:hover {
color:Black;
background-color:Yellow;
}
#chartIntro {
display:none;
}
body {
font-family:"Charis SIL", "Doulos SIL", Gentium, "Arial Unicode MS","Lucida Sans Unicode", Arial, Serif;
}
h1#title {
text-align:center;
font-size:18pt;
margin-bottom:2px;
}
h1#title #updateDate
{
color:Red;
}
th {
font-weight:normal;
text-align:left;
}
h2 {
font-size:13pt;
margin-bottom:3px;
}
td {
font-size:20pt;
}
#alphabetRevision {
font-size:smaller;
}
span.ipa {
font-size:20pt;
}
table {
border-collapse:collapse;
padding:0px;
empty-cells:show;
border-spacing:0px;
}
/* Pulmonic Consonant Table *******************************/
#pulmonicConsonants {
margin-bottom:1em;
}
#pulmonicConsonants h2 {
margin-top:5px;
}
#pulmonicConsonants table{
width:100%;
}
#pulmonicConsonants table caption {
caption-side:bottom;
}
#pulmonicConsonants table,
#pulmonicConsonants td,
#pulmonicConsonants th {
border:solid 1px #777;
vertical-align:middle;
}
/* NOTE: only Gecko supports this, so not used
#pulmonicConsonants table {
caption-side:bottom;
border-style:solid;
}
*/
/* replacement for caption */
#pulmonicConsonants p {
margin-top:.25em;
text-align:center;
}
#pulmonicConsonants th {
font-size:8pt;
padding:2px;
text-align:center;
}
#pulmonicConsonants th.place {
width:8%;
}
#pulmonicConsonants th.manner {
text-align:left;
padding:0px 3px 0px 3px;
width:8%; /* for MSIE 6 */
}
#pulmonicConsonants td {
font-size:20pt;
text-align:center;
padding:0px;
}
#pulmonicConsonants td .voiceless, #vowels td.unrounded{
float:left;
width:49.5%; /* Note: not 50% due to bug in MSIE 6 */
padding:0; /*2px 0px 2px 0px;*/
}
#pulmonicConsonants td .voiced, #vowels td.rounded{
float:right;
width:49.5%; /* Note: not 50% due to bug in MSIE 6 */
padding:0; /*2px 0px 2px 0px;*/
}
#pulmonicConsonants .impossible {
background-color:#AAAAAA;
color:Black;
}
#pulmonicConsonants span.impossible {
border-left:solid 1px #777;
width:48%;
}
/* Non-Pulmonic Consonant Table ***************************/
#nonPulmonicConsonants {
clear:left;
float:left;
width:47%;
margin-bottom:2em;
}
div#nonPulmonicConsonants table {
border:solid 1px #777;
width:100%;
}
div#nonPulmonicConsonants table colgroup {
border-left:solid 1px #777;
border-right:solid 1px #777;
}
div#nonPulmonicConsonants thead th {
border-top:solid 1px #777;
border-bottom:solid 1px #777;
}
#nonPulmonicConsonants th {
padding:.4em;
border-right:solid 1px #777; /* for MSIE 6 */
}
#nonPulmonicConsonants td {
padding:.4em;
border-left:solid 1px #777; /* for MSIE 6 */
}
#nonPulmonicConsonants tbody td,
#nonPulmonicConsonants tbody th {
padding:1px .75ex 1px .75ex;
}
#nonPulmonicConsonants thead th {
font-size:11pt;
text-align:center;
}
#nonPulmonicConsonants tbody th {
text-align:left;
font-size:10pt;
}
#nonPulmonicConsonants tbody td {
font-size:20pt;
text-align:center;
}
/* Vowel Quadrilateral ************************************/
#vowels {
float:right;
width:45%;
margin-bottom:2em;
}
/*#closeVowels span,
#close-midVowels span,
#middleVowels span,
#open-midVowels span,
#openLaxVowels span,
#openVowels span {
padding-left:1ex;
padding-right:1ex;
}
#vowels embed {
width:100%;
font-size:20pt;
height:9em;
}*/
div#vowelQuadrilateral {
/*
background-image:url(vowelBackground.png);
background-position:right top;
background-repeat:no-repeat;
*/
position:relative;
font-size:1em;
width:100%;
height:310px;
}
div#vowelQuadrilateral span {
position:absolute;
z-index:100;
}
img#vowelBackground {
position:absolute;
width:100%;
height:100%;
}
div#vowelSymbols span, #Vowels td{
font-size:20pt;
padding:0 5px;
}
div#vowelLabels {}
#vowels p.caption {
margin-top:.25em;
margin-left:25%;
}
/* Other Symbols **************************************/
div#otherSymbols {
clear:left;
float:left;
width:60%;
margin-bottom:2em;
}
div#otherSymbols table{
}
div#otherSymbols table th {
text-align:left;
font-size:10pt;
width:50%; /* for MSIE 6 */
}
div#otherSymbols table td {
padding-left:1ex;
padding-right:1ex;
white-space:nowrap;
}
div#otherSymbols table td {
font-size:20pt;
}
div#otherSymbols table td.firstOfTwoExamples{
padding-right:0;
}
div#otherSymbols table td.secondOfTwoExamples{
padding-left:.25em
}
th#tiebar {
vertical-align:middle;
}
th#tiebar p {
}
th#tiebar span#tiebarExample { /* TO CHANGE */
float:right;
margin-top:.75em;
margin-left:1.5ex;
}
/* Suprasegmentals ****************************/
div#suprasegmentals {
float:right;
margin-bottom:2em;
}
div#suprasegmentals th {
text-align:left;
font-weight:normal;
white-space:nowrap;
font-size:10pt;
}
div#suprasegmentals td {
white-space:pre;
font-size:20pt;
padding:0px .5ex 0px .5ex;
}
div#suprasegmentals td.symbol {
text-align:center;
}
div#suprasegmentals td.example {
text-align:left;
}
div#suprasegmentals td#stressExample {
text-align:right;
}
/* diacritics *********************************/
div#diacritics {
width:70%;
clear:left;
float:left;
margin-bottom:1em;
}
div#diacritics table {
border:solid 1px #777;
}
div#diacritics table colgroup {
border-left:solid 1px #777;
border-right:solid 1px #777;
}
div#diacritics p {
margin:3px;
text-align:left;
}
div#diacritics td, div#diacritics th {
border-top:solid 1px #777;
border-bottom:solid 1px #777;
}
div#diacritics td.rightExample { /* for MSIE 6 */
border-right:solid 1px #777;
}
div#diacritics td {
padding:3px .5ex 3px .5ex;
text-align:center;
white-space:pre;
font-size:20pt;
}
div#diacritics td.leftExample {
padding-right:.2ex;
}
div#diacritics td.rightExample {
padding-left:.2ex;
}
div#diacritics th {
font-size:10pt;
padding:3px;
}
div#diacritics td.wideCell {
text-align:left;
padding-left:.5ex;
}
div#diacritics th.wideCell {
padding:2px 0px 2px .5ex;
}
/*
div#diacritics td.wideCell {
border-right:none;
background-color:blue;
}
div#diacritics td.wideCell + th {
border-left:none;
background-color:Red;
}*/
/* Tones and Word Accents ********************************/
div#tonesAndWordAccents {
clear:right;
float:right;
margin-bottom:1em;
}
div#tonesAndWordAccents h2 {
text-align:center;
white-space:nowrap;
}
div#tonesAndWordAccents td, div#tonesAndWordAccents th {
}
div#tonesAndWordAccents td {
font-size:20pt;
text-align:center;
}
div#tonesAndWordAccents thead th {
text-align:center;
font-weight:bold;
padding:3px;
}
div#tonesAndWordAccents tbody th {
padding:0px 2ex 0px 2ex;
text-align:left;
font-size:10pt;
}
div#tonesAndWordAccents tbody th.or {
padding:0px 2px 0px 2px;
font-size:8pt;
vertical-align:middle;
}
/*
div#tonesAndWordAccents tbody th#notSupported p {
padding:1ex;
border:dotted 1px #BBBBBB;
text-align:center;
background-color:#EEEEEE;
color:Black;
font-style:italic;
}
#unsupportedContourToneDiacritics
{
}
*/
/* footer *************************************/
div#footer {
font-family:"Arial Unicode MS", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
clear:both;
}
div#footer p {
margin-top:0;
margin-bottom:.5em;
}
a#shirtLink {
float:left;
margin-right:8px;
margin-bottom:5px;
}
a#shirtLink img {
border-color:Black;
border-width:1px;
height:125px;
}
a#shirtLink img#shirtFront {
margin-right:5px;
}
#paypalLinkImage {
margin-left:5px;
margin-right:5px;
}
#paypalLinkSpan
{
color:Red;
background-color:White;
font-size:15pt;
margin-right:20px;
text-decoration:blink;
}
hr {
clear:both;
}
#copyright {
clear:both;
font-size:9pt;
text-align:center;
margin-top:1em;
}
#footerBoilerplate {
clear:both;
}
#buttonLinks {
float:right;
clear:both;
}
#buttonLinks img {
height:31px;
width:88px;
border:none;
}
#buttonLinks img,
#buttonLinks input
{
vertical-align:middle;
}
div#adsense {
text-align:center;
margin:5px 0 5px 0;
padding:5px;
clear:both;
background-color:#EEEEEE;
color:Black;
}
/*** Anniversary ******/
#fifthAnniversaryLink {
position:fixed;
top:0px;
left:0px;
margin:0;
padding:3px;
border:solid 1px green;
text-decoration:none;
color:black;
background-color:lime;
font-size:10pt;
}
#fifthAnniversaryLink:hover {
background-color:yellow;
color:green;
}
#fifthAnniversary p {
display:none;
padding:0.5em;
border:solid 2px lime;
font-size:10pt;
max-width:600px;
margin-left:auto;
margin-right:auto;
}
#fifthAnniversary p a {
color:green;
}
#fifthAnniversary p a:hover {
color:red;
}
#fifthAnniversary.target p { display:block; }
#fifthAnniversary:target p { display:block; }
#fifthAnniversary.target #fifthAnniversaryLink { display:none; }
#fifthAnniversary:target #fifthAnniversaryLink { display:none; }