source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcandefour/position.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.1 KB
Line 
1/* positionnement de vie feminine */
2/* 3 colonnes : principale à gauche, 2 contextes à droite */
3
4body {
5margin:0;
6background:url(fond-body.png) repeat-x top left #121212;
7color:#fff;
8font-family:geneva, arial, helvetica, sans-serif;
9font-size:12px;
10}
11
12#general {
13width:835px;
14margin: 0 auto;
15padding:41px 0 12px 0;
16background-color:#101010;
17}
18
19#bandeau {
20height: 180px;
21margin: 7px 17px 18px 17px;
22background:url("bandeau.jpg") no-repeat center center;
23}
24
25#navigation {
26position:absolute;
27margin-left:10px;
28width:825px;
29top:0;
30background:url(lignehorizontale.gif) repeat-x bottom left;
31}
32
33#chemin {
34font-size:9px;
35margin: 0 0 18px 0;
36color:#cdcdcd;
37}
38
39#chemin a {
40color:#cdcdcd;
41text-decoration:none;
42}
43
44#chemin a:hover {
45color:#fff;
46text-decoration:underline;
47}
48
49#corps {
50margin: 0 430px 0 17px;
51}
52
53#contextes {
54float:right;
55width:395px;
56margin-right:17px;
57}
58
59
60#contexte1 {
61width: 160px;
62float:right;
63margin-top:12px;
64}
65
66#contexte2 {
67float: right;
68margin-right:23px;
69width: 200px;
70}
71
72#fin-corps {
73clear:both;
74}
75
76#footer {
77margin: 20px 17px 0 17px;
78padding: 10px;
79background-color: #353537;
80font-size:9px;
81color:#868687;
82}
83
84#footer p {
85margin:0 auto 6px auto;
86}
Note: See TracBrowser for help on using the repository browser.