blob: 55bef65128cefb26c262560f82357da6b8cf9d5a (
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
|
.selected {
background-color: rgba(255,0,0, 0.3);
}
span:hover {
background-color: rgba(255,0,0, 0.3);
}
#image_container {
float: left;
margin-right: 1em;
}
.pagetext p {
text-align: justify;
-moz-hyphens: auto;
margin: 0;
text-indent: 1.5em;
}
.pagetext {
padding: 3.5em 2em;
font-size: 12px;
line-height: 150%;
}
#texte-non-corrige {
margin-top:0cm;
width: 10cm;
float: left;
}
#texte-corrige {
margin-top:0cm;
width: 10cm;
float: left;
}
|