source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/sens_sculpture/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: 524 bytes
Line 
1/* sens_sculpture  : theme */
2/* juillet 2007, par stephane */
3/* positionnement */
4
5body {
6margin: 0;     
7}
8
9#general{
10width: 510px;
11padding-left: 380px;
12margin-top: 240px;
13padding-bottom: 28px;
14}
15
16#bandeau {
17position: absolute;
18width: 381px;
19height: 61px;   
20left: 29px;
21top: 23px;
22}
23
24#chemin {
25display: none; 
26}
27
28#navigation {
29
30}
31
32#fin-corps {
33clear: both;   
34}
35
36#footer {
37clear: both;
38}
39
40#contextes {
41width: 300px;
42position: absolute;
43top: 465px;
44left: 15px;
45text-align: right;
46}
47
48#contexte1, #contexte2 {
49margin-left: 110px;
50}
Note: See TracBrowser for help on using the repository browser.