source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/cge/positionnement.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: 799 bytes
Line 
1body  {
2        font-family:Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
3        background: #ccc;
4        margin: 0;
5        padding: 0;
6        color: #333;
7        font-size:11px;
8    }
9
10#general {
11width:780px;
12margin:1em auto;
13border:1px solid #000;
14background-color:#cfcfcf;
15}
16
17#bandeau {
18height:99px;
19background-color: #666666;
20}
21
22#contexte1 {
23float:left;
24margin:20px 0 15px 25px;
25_margin-left:12px;
26width:160px;
27z-index:100;
28}
29
30#contexte2 {
31float:right;
32margin:20px 25px 15px 0;
33width:160px;
34_margin-right:12px;
35z-index:101;
36}
37
38#corps {
39margin:20px 230px 20px 230px;
40}
41
42#footer {
43clear:both;
44background-color:#700;
45color:#fff;
46padding:10px;
47margin-top:20px;
48}
49
50#footer a {
51color:#fff;
52text-decoration: underline;
53font-size:10px;
54}
55
56#magusine-footer, #logos-bailleurs,#site-footer {
57margin-bottom:1em;
58}
Note: See TracBrowser for help on using the repository browser.