Commit | Line | Data |
---|---|---|
64af1419 EMS |
1 | p, ul { margin: 6px 0;} |
2 | ||
3 | * { font-family: Verdana, Arial, Helvetica, sans-serif; } | |
4 | body { font-size: 8pt; } | |
5 | #main { padding: 0; } | |
6 | ||
7 | h1, h2, h3, h4, h5 { font-weight: bold; } | |
8 | h1 { font-size: 140%; } | |
9 | h2 { font-size: 120%; } | |
10 | h3, h4, h5 { font-size: 100%; } | |
11 | ||
12 | li {margin-left: 1em; line-height:1.4em; } | |
13 | p {line-height:1.4em; text-align: justify; } | |
14 | ||
15 | table th, table td { font-size: 100% } | |
16 | strong {font-weight: bold;} | |
17 | ||
18 | fieldset {border: none; } | |
19 | label {font-weight: bold;} | |
20 | ||
21 | .cell-nombre { padding-right:0px; text-align:right; } | |
22 | .row1, .even {} | |
23 | .row2, .odd { background-color:#EFEFEF; } | |
24 | .signature {margin: 36px 0px;} | |
25 | .info { font-size: 100%; } | |
26 | ||
27 | a.bouton-action, #header, #footer, #menu, form { display: none; } | |
28 | ||
29 | .print-only { display: block; } | |
a59e0714 BS |
30 | |
31 | table#global-cost tr td.spaced { | |
32 | padding-left: 25px; | |
33 | } | |
d2347952 BS |
34 | |
35 | table#global-cost tr td, | |
36 | table#global-cost tr th { | |
37 | padding: 0px; | |
38 | } | |
39 | ||
40 | table#global-cost tr th { | |
41 | font-size: 12px; | |
42 | } | |
43 | ||
44 | tr.gris-bkg { | |
45 | background-color:#ccc; !important; | |
46 | } |