Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bilingual-concordance.css « web « ems « scripts - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e232337d2619291d80ee332cf63b17dd341ac9fb (plain)
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
.pp_head {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}

.pp_target_header {
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}

.pp_singleton_header {
  font-size: 80%;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
}

table.biconcor { 
  table-layout: fixed; 
  padding: 0px; 
  margin: 0px; 
}

tr.biconcor { 
  padding: 0px; 
  margin: 0px; 
}

td.biconcor { 
  white-space: nowrap; 
  overflow: hidden; 
  padding: 0px; 
  margin: 0px; 
}

td.pp_source_left { 
  font-size: 70%;
  text-align: right; 
}

td.pp_target_left { 
  font-size: 70%;
  text-align: right; 
}

td.pp_source { 
  font-size: 70%;
  font-weight: bold; 
}

td.pp_target { 
  font-size: 70%;
  font-weight: bold; 
}

td.mismatch_target { 
  font-size: 70%;
  text-align: center;
}

td.pp_source_right { 
  font-size: 70%;
  border-style:solid; 
  border-width:0px 2px 0px 0px ; 
  border-color: black; 
}

td.pp_target_right { 
  font-size: 70%;
}

span.null_aligned {
  color: blue;
}

span.mismatch_pre_aligned {
  color: purple;
}

span.mismatch_post_aligned {
  color: olive;
}

span.mismatch_misaligned {
  color: red;
}

span.mismatch_aligned {
  font-weight: bold; 
}

td.pp_more {
  font-size: 70%;
  text-align: center; 
}