source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/womenlife2/disposition.css @ 756

Last change on this file since 756 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: 891 bytes
Line 
1/* positionnement de vie feminine */
2/* 3 colonnes : principale à gauche, 2 contextes à droite */
3
4body {
5margin:0;
6background:url("images/fond-top.png") repeat-x top left;
7}
8
9#general {
10width:850px;
11margin: 72px auto 0 auto;
12}
13
14#bandeau {
15height: 150px;
16margin: 0 auto 20px auto;
17background:url("images/bandeau.jpg") no-repeat center center;
18border-top:1px solid #ccc;
19border-bottom:1px solid #ccc;
20}
21
22#corps {
23margin-right:250px;
24margin-left: 200px;
25min-height:400px;
26_height:400px;
27
28overflow: hidden;
29        o\verflow: visible;
30        width: 100%;
31        w\idth: auto;
32        he\ight: 1%;
33}
34
35#contexte2 {
36width:230px;
37float:right;
38margin:0;
39}
40
41#contexte1 {
42width: 180px;
43position:absolute;
44}
45
46#fin-corps {
47clear:both;
48}
49
50#footer {
51margin-top: 20px;
52padding: 26px 0 20px 0;
53background: url("images/fond-footer.png") top left repeat-x #e30071;
54font-size:9px;
55}
56
57#footer p {
58width:850px;
59margin:0 auto 6px auto;
60}
Note: See TracBrowser for help on using the repository browser.