[go: up one dir, main page]

Menu

[r3999]: / express.css  Maximize  Restore  History

Download this file

95 lines (81 with data), 1.7 kB

 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
table.corpora {
border-collapse: collapse;
}
table.corpora th {
vertical-align: top;
}
table.corpora td {
vertical-align: top;
white-space: pre;
}
ul.speakers li {
vertical-align: top;
text-align: left;
}
tr.odd {
background: #EEEEEE;
}
tr.even {
background: #F7F7F7;
}
h1, h2, h3, h4, th, nav#page_header {
text-transform: capitalize;
}
span.result_transcript {
font-style: italic;
}
p.results_text {
padding: 0px;
}
span.media_controls {
border-top: 2px solid #EEEEEE;
border-left: 2px solid #EEEEEE;
border-bottom: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
background: #DDDDDD;
padding: 5px;
padding-bottom: 1px;
}
a.line_play_button img {
border-top: 2px solid #EEEEEE;
border-left: 2px solid #EEEEEE;
border-bottom: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
background: #DDDDDD;
padding: 2px;
}
a.line_play_button {
vertical-align: bottom;
}
a.line_play_button img:active {
border-bottom: 2px solid #EEEEEE;
border-right: 2px solid #EEEEEE;
border-top: 2px solid #CCCCCC;
border-left: 2px solid #CCCCCC;
background: #DDDDDD;
padding: 2px;
}
div.floatWord {
position: absolute;
color: #9EA615;
font-size: 18pt;
font-weight: bold;
}
a.line_play_button img.stop_button {
border-bottom: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;
border-top: 2px solid #AAAAAA;
border-left: 2px solid #AAAAAA;
background: #BBBBBB;
}
div#players {
position: fixed;
top: 60px;
right: 0px;
width: 300px;
background: transparent;
padding: 0px;
}
.comment_annotation {
font-style: italic;
}