source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/emilio/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: 610 bytes
Line 
1/* css de disposition du site d'emilio */
2/* stephane, aout 2007 */
3
4#body {
5margin: 0;     
6}
7
8#general {
9width: 750px;
10margin-top: 60px;
11margin: 60px auto 20px auto;
12}
13
14#bandeau {
15width: 370px;
16height: 60px;
17background-repeat: no-repeat;
18background-position: bottom left;
19}
20
21#navigation {
22border-bottom: 1px solid #999; 
23}
24
25#chemin, #chemin-vide {
26clear: right;
27margin: 0 0 2em 0;
28padding-top: 2em       
29}
30
31#contextes {
32width: 130px;
33float: right;   
34}
35
36#corps {
37margin-right:205px;     
38}
39
40#footer {
41clear: both;
42border-top: 1px solid #999;
43margin-top: 30px;
44padding: 10px 0 20px 0; 
45}
46
47#logos-bailleurs {
48margin:10px 0;
49}
Note: See TracBrowser for help on using the repository browser.