aboutsummaryrefslogtreecommitdiffstats
path: root/web/static/css/style.css
blob: b293da81fba9502bb8b92eaef697f4a97031e5a4 (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
.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;
}

#text {
    width: 460px;
    float: left;
}

.pagetext p {
    text-align: justify; 
    -moz-hyphens: auto;
    margin: 0;
    text-indent: 1.5em;
}

.pagetext {
    padding: 3.5em 2em;
    font-size: 18px;
    line-height: 180%;

#texte-non-corrige {
    margin-top:0cm;
    width: 10cm;
    float: left;
}

#texte-corrige {
    margin-top:0cm;
    width: 10cm;
    float: left;
}