source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/womenlife/disposition.css @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

File size: 886 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: 472px;
24
25overflow: hidden;
26        o\verflow: visible;
27        width: 100%;
28        w\idth: auto;
29        he\ight: 1%;
30}
31
32#contextes {
33float:right;
34width:452px;
35}
36
37#contexte2 {
38width: 185px;
39float: right;
40margin-right:20px;
41}
42
43#contexte1 {
44width: 247px;
45float:right;
46}
47
48#fin-corps {
49clear:both;
50}
51
52#footer {
53margin-top: 20px;
54padding: 26px 0 20px 0;
55background: url("images/fond-footer.png") top left repeat-x #e30071;
56font-size:9px;
57}
58
59#footer p {
60width:850px;
61margin:0 auto 6px auto;
62}
Note: See TracBrowser for help on using the repository browser.