-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbleu.css
76 lines (62 loc) · 1.2 KB
/
bleu.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
body {
background-color: #fffae6;
width: 700px;
margin: 0px auto;
font-family: georgia, optima, palatino, verdana, arial, sans-serif;
}
/*
h1 {
font-family: georgia, optima, palatino, verdana, arial, sans-serif;;
}
*/
input#scoreButton {
font-size: 20px;
font-weight: bold;
height: 60px;
width: 150px;
}
span.fileLabel {
font-family: Georgia;
font-size: 16px;
font-weight: bold;
}
div#formContainer {
border: solid 1px;
}
table#bleuTable th {
text-align: center;
vertical-align: middle;
}
table#bleuTable td {
text-align: center;
vertical-align: middle;
}
table#bleuTable caption {
font-size: 14px;
}
div.hider {
font-size: 12px;
text-align: right;
margin: 4px;
}
div#bleuDocPlotsContainer {
margin: 0px auto;
overflow: auto;
white-space: nowrap;
}
div#segDetailContainer {
margin: 0px auto;
}
td#segDetailHeader {
font-size: 14px;
text-align: center;
}
td#segDetailID, td#segDetailRef0, td#segDetailRef1, td#segDetailRef2, td#segDetailRef3, td#segDetailHyp, td#segDetailSrc, td#segDetailEngineTrans {
font-size: 14px;
font-family: consolas, courier, fixed, monospace;
text-align: left;
padding: 5px;
}
a.jslink:visited {
color: #0000FF;
}