source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcande/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.7 KB
Line 
1/* feuille de style DISPOSITION.CSS - theme : samarcande */
2/* version 10 octobre 2005 */
3/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
4/* Except where otherwise noted, this theme
5licensed under a Creative Commons Attribution 2.5 License */
6
7body {
8margin: 0;
9}
10
11#general {
12        width: 834px;
13        margin: 0 auto;
14        border-right: 0px solid #263f0d;
15        border-left: 0px solid #263f0d;
16        background-image:url(bgmain.jpg);
17        background-repeat:repeat-y;
18}
19
20#bandeau {
21
22padding-top:20px;
23padding-bottom:30px;
24/*height: 225px;*/
25background-repeat: no-repeat;
26background-position: left bottom;
27/*border-bottom: 2px solid #999;*/
28background-color:#4E7380;
29/*text-align: center;*/
30}
31
32#bandeau #wrapper{
33
34width:698px; 
35height:200px;
36margin-left:auto;
37margin-right:auto;
38background-image:url(bgbandeau.gif);
39background-repeat:no-repeat;
40background-position:bottom left;
41position:relative;
42}
43
44#bandeau #wrapper #bgright{
45
46height:167px;
47width:5px;
48position:absolute;
49bottom:0px;
50right:0px;
51background-image:url(bgright.gif);
52background-repeat:no-repeat;
53background-position:bottom left;
54}
55
56#contextes {
57float: left;
58width: 190px;
59padding-left:75px;
60padding-right:27px;
61background-image:url(bas_06.jpg);
62background-repeat:no-repeat;
63
64}
65#navigation {
66margin-bottom: 20px;
67}
68
69#chemin-vide {
70display: none;
71}
72
73#chemin {
74/*border-bottom: 1px solid #999;*/
75padding-left: 22px;
76margin-left: 282px;
77margin-top: 10px;
78}
79
80#corps {
81margin-left: 282px;
82padding: 0px 80px 0px 22px;
83}
84
85#footer {
86background-image:url(footer.jpg);
87background-position:top left;
88background-repeat:no-repeat;
89background-color: #4E7380;
90border-top: 0px solid #333;
91padding: 10px;
92padding-top:25px;
93margin-top: 20px;
94clear: both;
95text-align: center;
96}
Note: See TracBrowser for help on using the repository browser.