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

all.css « docs « moses-for-mere-mortals « contrib - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e83379dd414bb5bc1052f22009b0a4a90ba85462 (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
/*
all.css
Generated by redsea 14
Generated by redsea. See license and other details in http://dragoman.org/redsea
*/
body {
 margin                  : 3.5em              ;
 padding-bottom          : 1.6em              ;
 border-bottom           : 4px solid #990000  ;
 background-color        : #fffff3            ;
 background-image        : none               ;
 color                   : black              ;
 font-family             : monospace          ;
 font-size               : 1.3em              ;
 text-align              : justify            ;
 margin-top              : 0.2em              ;
}

h1 {
 margin-top              : 0.6em              ;
 margin-bottom           : 0.1em              ;
 border-bottom           : 4px solid #990000  ;
 text-align              : center             ;
 font-size               : 2.0em              ;
 color                   : #770000            ;
}

a:link {
 text-decoration         : none               ;
 color                   : #0000cc            ;
}

a:visited {
 text-decoration         : none               ;
 color                   : #0000CC            ;
}

a:hover {
 text-decoration         : none               ;
 border-bottom           : 2px solid #990000  ;
}

table {
 margin                  : auto               ;
 width                   : 95%                ;
}

td {
 padding                 : 0.5em              ;
 }

td.feedback {
 height                  : 4.1em              ;
}
/* +++ */