mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-30 23:42:30 +03:00
6acd6a8684
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4026 1f5c12ca-751b-0410-a591-d2e778427230
98 lines
1.2 KiB
CSS
98 lines
1.2 KiB
CSS
.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;
|
|
}
|