source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/trendy/disposition.css

Last change on this file was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 852 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
6body {
7margin: 0;
8}
9
10#general {
11margin: 138px auto 0 auto;
12width: 761px;
13}
14
15#bandeau {
16height: 94px;
17width: 761px;
18position: absolute;
19top: 0;
20}
21
22#navigation {
23position: absolute;
24top: 94px;
25width: 741px;
26height: 26px;
27padding: 6px 10px 1px 10px;
28}
29
30#navigation h2 {
31display:none;
32}
33
34#conteneur-navigation {
35
36}
37
38#contextes {
39float: right;
40width: 240px;
41padding: 10px 27px 10px 10px;
42}
43
44#chemin, #chemin-vide {
45position: relative;
46top: -10px;
47z-index:10;
48}
49
50#chemin {
51        padding: 14px 10px 6px 10px;
52}
53
54#chemin-vide {
55        height: 32px;
56}
57
58#corps {
59margin-right: 280px;
60padding: 10px 14px 30px 20px;
61}
62
63#footer {
64position: relative;
65top: 10px;
66padding: 20px;
67clear: both;
68}
69
70#fin {
71clear: both;
72}
Note: See TracBrowser for help on using the repository browser.