source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/disa/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: 641 bytes
Line 
1body {
2font-family:Trebuchet MS, arial, geneva, sans-serif;
3font-size: 11px;
4}
5
6#general {
7width:860px;
8margin:0 auto;
9}
10
11#bandeau {
12height:120px;
13background:url('titre.jpg') center left no-repeat;
14
15}
16
17#navigation {
18
19}
20
21#contextes {
22float:right;
23width:220px;
24}
25
26#chemin {
27margin: 1em 0 2em 0;
28font-size: 9px;
29
30}
31
32#chemin a {
33color: #333;
34}
35
36#chemin a:hover {
37color: #999;
38}
39
40#corps {
41margin-right: 260px;
42}
43
44#footer {
45clear:both;
46margin-right: 260px;
47margin-top:30px;
48border-top: 1px solid #666;
49padding-top:8px;
50color: #666;
51font-size:9px;
52}
53
54#footer a {
55color: #555;
56}
57
58#footer a:hover {
59color: #333;
60}
61
62#footer p {
63margin-bottom: 0.5em;
64}
Note: See TracBrowser for help on using the repository browser.