MOD Avancement dans la recherche de film
[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 body {
10 background-color: #DDDDDD;
11 }
12
13 h1 {
14 font-size: 20pt;
15 font-style: italic;
16 font-weight: bold;
17 margin-left: 40px;
18 }
19
20 th {
21 font-size: 14pt;
22 font-weight: bold;
23 }
24
25 td {
26 vertical-align:top;
27 }
28
29 table#liste {
30 width: 100%;
31 border-spacing: 0px 0px;
32 }
33
34 table#liste th {
35 background-color: #9999DD;
36 padding: 3px;
37 }
38
39 table#liste th.titre {
40 text-align: left;
41 }
42
43 table#liste th.annee {
44 width: 50px;
45 }
46
47 table#liste th.duree {
48 width: 80px;
49 }
50
51 table#liste th.lien {
52 width: 50px;
53 }
54
55 table#liste th.fichier {
56 width: 50px;
57 }
58
59 table#liste td {
60 background-color: #BBBBEE;
61 padding: 3px;
62 }
63
64 table#liste td.titre {
65 font-weight: bold;
66 }
67
68 table#liste td.annee {
69 text-align: right;
70 }
71
72 table#liste td.duree {
73 text-align: right;
74 }
75
76 table#liste td.lien {
77 text-align: center;
78 }
79
80 table#liste td.fichier {
81 text-align: center;
82 }
83
84 table#liste td.titre:hover {
85 background-color: #CCCCFF;
86 padding: 3px;
87 }
88
89 table#liste td.detail {
90 background-color: #FFFFFF;
91 padding: 0px 0px 0px 0px;
92 }
93
94 table#liste table.detail {
95 visibility:hidden;
96 position:absolute;
97 border-spacing: 0px 0px;
98 }
99
100 table#liste table.detail td {
101 padding: 3px;
102 background-color: #DDDDFF;
103 }
104
105 table#liste table.detail td.titreDetail {
106 font-weight: bold;
107 }
108
109