source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/explode/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: 901 bytes
Line 
1/* css de disposition du site d'emilio */
2/* stephane, aout 2007 */
3
4body {
5margin: 0;
6
7background-color:#f30
8}
9
10#bandeau {
11height: 120px;
12background-repeat: no-repeat;
13background-position: bottom left;
14background: url(bandeau.gif) no-repeat left bottom;
15background-color:#000;
16}
17
18#navigation {
19position:absolute;
20top:97px;
21left:525px;
22}
23
24#chemin{
25clear:both;
26}
27
28#chemin, #chemin-vide {
29clear:both;     
30padding: 4px 30px;
31background-color: #2a2a2a;
32}
33
34#chemin-vide {
35height:9px;
36}
37
38#contenus {
39width: 875px;
40padding:45px 30px 30px 0;
41}
42
43#contextes {
44float:right;
45width: 352px;
46margin:20px 0 40px 0;
47background-color: #fff;
48}
49
50#contexte1 {
51padding: 26px 26px 0 26px;
52}
53
54#contexte2 {
55padding: 0 26px 26px 26px;
56}
57
58#corps {
59margin:0 0 30px 30px;   
60width:400px;
61}
62
63#fin-corps {
64clear:both;
65}
66
67#footer {
68clear: both;
69padding: 10px 30px 20px 30px;
70background-color: #000; 
71}
72
73#logos-bailleurs {
74margin:10px 0;
75}
Note: See TracBrowser for help on using the repository browser.