source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/piment/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: 1.1 KB
Line 
1/* Disposition */
2*{
3margin:0px;
4padding:0px;}
5
6body {
7margin: 0;
8background: url('images/fond-general-3.jpg') repeat-y top left;
9}
10
11#general {
12margin:0 auto;
13background: url('images/fond-general-5.jpg') repeat-y top right; 
14}
15
16#bandeau {
17height: 140px;
18background-color: #fff;
19background-repeat: no-repeat;
20background-position:center center;
21padding-bottom: 15px;
22border-bottom: 1px solid #a5a1a2;
23}
24
25#contenus {
26margin: 10px 10px;
27}
28
29#contextes {
30float:left;
31width:212px;
32margin-bottom:0px;
33
34}
35
36#contexte2{
37position:absolute;
38width:210px;
39right:0;
40top:160px;
41}
42
43#navigation{
44 margin-bottom: 0;
45 padding-bottom:30px;
46
47}     
48
49
50#chemin{
51margin:0 0 10px 0;
52height: 15px;
53padding:4px 0;
54}
55
56#corps{
57background-image: url("images/mur.jpg");
58margin-left: 250px;
59margin-right: 252px;
60padding-top: 0px;
61
62
63
64}
65                                                                                               
66#footer{
67background-image: url("images/footer1.gif");
68background-repeat:no-repeat;
69border-top: 1px solid #a5a1a2;
70text-align: center;
71padding: 20px 20px 20px 20px;
72clear:both;
73background-color: #fff;
74}
75
76
77
78#recherche { width: 200px; margin-top: 10px; margin-bottom: 15px; } 
79                       
Note: See TracBrowser for help on using the repository browser.