Last change
on this file since 674 was
111,
checked in by guille, 16 years ago
|
se corrigieron estilo para que muestre bien el formulario de listes
|
-
Property svn:executable set to
*
|
File size:
890 bytes
|
Line | |
---|
1 | /* disposition */ |
---|
2 | /* cette feuille de style definit l'affichage des blocs */ |
---|
3 | /* theme : magunews-2 - stephane noel - dec 2005 */ |
---|
4 | /* D?clin? par Benjamin Minet */ |
---|
5 | |
---|
6 | body { |
---|
7 | margin: 0; |
---|
8 | } |
---|
9 | |
---|
10 | #general { |
---|
11 | margin: 138px auto 0 auto; |
---|
12 | width: 761px; |
---|
13 | } |
---|
14 | |
---|
15 | #bandeau { |
---|
16 | height: 94px; |
---|
17 | width: 761px; |
---|
18 | position: absolute; |
---|
19 | top: 0; |
---|
20 | } |
---|
21 | |
---|
22 | #navigation { |
---|
23 | position: absolute; |
---|
24 | top: 94px; |
---|
25 | width: 741px; |
---|
26 | height: 26px; |
---|
27 | padding: 6px 10px 1px 10px; |
---|
28 | } |
---|
29 | |
---|
30 | #navigation h2 { |
---|
31 | display:none; |
---|
32 | } |
---|
33 | |
---|
34 | #conteneur-navigation { |
---|
35 | |
---|
36 | } |
---|
37 | |
---|
38 | #contextes { |
---|
39 | float: right; |
---|
40 | width: 240px; |
---|
41 | padding: 10px 27px 10px 10px; |
---|
42 | } |
---|
43 | #newsletter legend |
---|
44 | { |
---|
45 | display: none; |
---|
46 | } |
---|
47 | #chemin, #chemin-vide { |
---|
48 | position: relative; |
---|
49 | top: -10px; |
---|
50 | z-index:10; |
---|
51 | } |
---|
52 | |
---|
53 | #chemin { |
---|
54 | padding: 14px 10px 6px 10px; |
---|
55 | } |
---|
56 | |
---|
57 | #chemin-vide { |
---|
58 | height: 32px; |
---|
59 | } |
---|
60 | |
---|
61 | #corps { |
---|
62 | margin-right: 280px; |
---|
63 | padding: 10px 14px 30px 20px; |
---|
64 | } |
---|
65 | |
---|
66 | #footer { |
---|
67 | position: relative; |
---|
68 | top: 10px; |
---|
69 | padding: 20px; |
---|
70 | clear: both; |
---|
71 | } |
---|
72 | |
---|
73 | #fin { |
---|
74 | clear: both; |
---|
75 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.