Statistiques
| Révision:

root / help / html / EvaPig.css @ 15

Historique | Voir | Annoter | Télécharger (677 octets)

1
body {
2
        font-family: "Times New Roman", Times, serif;
3
        font-size: medium;
4
}
5

    
6
h1 {
7
        font-family: Arial, Helvetica, sans-serif;
8
        font-size: xx-large;
9
        font-weight: bold;
10
        line-height: 1.5;
11
}
12

    
13
h2 {
14
        font-family: Arial, Helvetica, sans-serif;
15
        font-size: x-large;
16
        font-style: italic;
17
        font-weight: bold;
18
        line-height: 1.5;
19
}
20

    
21
h3 {
22
        font-family: Arial, Helvetica, sans-serif;
23
        font-size: large;
24
        font-weight: bold;
25
        line-height: 1.5;
26
}
27

    
28
.L?gende {
29
        font-family: "Times New Roman", Times, serif;
30
        font-size: small;
31
        font-weight: bold;
32
}
33

    
34
.Path {
35
        font-family: "Courier New", Courier, mono;
36
        font-size: medium;
37
}
38
.SAS {
39
        font-size: smaller;
40
}