source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/pommier/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.0 KB
Line 
1/* Disposition */
2
3body {
4margin:0;
5font-family: arial, verdana, sans-serif;
6background-color:#ffff80;
7background-image:url('fonddegrade.jpg');
8background-repeat: repeat-y;
9}
10
11#general {
12
13width:1000px;
14
15}
16
17#bandeau {
18height: 150px;
19background-repeat: no-repeat;
20background-position: center;
21border-bottom:1px solid black;
22}
23
24#navigation {   
25margin:auto;
26color:red;
27}
28
29li {
30list-style-type: none;
31
32}
33#navigation li{
34display:inline;
35}
36
37#chemin{
38padding-bottom:15px;
39text-decoration:none;
40}
41
42
43
44#contextes{
45background-repeat: no-repeat;
46float:right;
47width: 200px;
48min-height:410px;
49_height:410px;
50margin-top:20px;
51padding: 20px;
52margin-right:10px;
53background-color:#ffffa5;
54border:1px solid #b14b06;
55}
56
57#corps{
58padding:20px;
59margin:20px;
60background-color:#ffffa5;
61border:1px solid #b14b06;
62width:65%;
63}
64
65#footer{
66margin-top:20px;
67padding:30px 20px 10px 20px;
68text-align:center;
69font-size: 9px;
70background:url('herbe.png') no-repeat bottom left;
71min-height: 60px;
72_height:60px;
73}
74
75#footer a {
76color: #111;
77}
78
79#footer a:hover {
80color:#b14b06;
81}
Note: See TracBrowser for help on using the repository browser.