MOD modification du css pour faire un truc qui ressemble à qque chose
[pompage.git] / css / yopyop.css
1 * {
2 margin: 0;
3 padding: 0;
4 border-width: 0;
5 font: normal 12pt Arial, Verdana, Helvetica, sans-serif;
6 color: #000000;
7 }
8
9 h1 {
10 font-size: 20pt;
11 font-style: italic;
12 }
13
14 th {
15 font-size: 13pt;
16 font-weight: bold;
17 }
18
19 td {
20 vertical-align:top;
21 }
22
23 table#liste {
24 width: 100%;
25 border-spacing: 0px 0px;
26 }
27
28 table#liste th {
29 background-color: #9999DD;
30 padding: 3px;
31 }
32
33 table#liste td {
34 background-color: #BBBBEE;
35 padding: 3px;
36 }
37
38 table#liste td.titre:hover {
39 background-color: #CCCCFF;
40 padding: 3px;
41 }
42
43 table#liste td.detail {
44 background-color: #FFFFFF;
45 padding: 0px 0px 5px 5px;
46 }
47
48 table#liste table.detail {
49 visibility:hidden;
50 position:absolute;
51 border-spacing: 0px 0px;
52 }
53
54 table#liste table.detail td {
55 padding: 3px;
56 background-color: #DDDDFF;
57 }
58
59 table#liste table.detail td.titreDetail {
60 font-weight: bold;
61 }
62
63