source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/atout/principal.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

File size: 986 bytes
Line 
1/* disposition de atout */
2
3body {
4margin: 0;
5font-family: geneva, arial, sans-serif;
6font-size: 12px;
7}
8
9a {
10color: #000;
11}
12
13a:hover {
14color: #06064e;
15}
16
17h1,h2,h3,h4,h5,h6 {
18font-weight: normal;
19}
20
21#general {
22border-top: 1px solid #000;
23border-bottom: 1px solid #000;
24margin-top: 142px;
25background: url("fond-general.jpg") top left repeat-y #fefdef;
26min-height: 520px;
27_height: 520px;
28}
29
30#bandeau {
31position: absolute;
32top: 10px;
33left: 58px;
34width: 285px;
35height: 125px;
36background-repeat: no-repeat;
37}
38
39#chemin {
40margin: 0 0 30px 0;
41}
42
43#navigation {
44position: absolute;
45top: 160px;
46left: 18px;
47}
48
49#contenus {
50width: 940px;
51}
52
53#contextes {
54float: right;
55width: 150px;
56margin-top: 85px;
57border-left: 1px solid #222;
58padding-left: 10px;
59}
60
61#corps {
62margin: 0 0 40px 204px;
63padding: 24px 0 0 53px;
64width: 490px;
65background: url("barreverticale.jpg") top left no-repeat;
66}
67
68#page-sommaire #contextes {
69margin-top: 44px;
70}
71
72#fin-page {
73clear: both;
74}
75
76#footer {
77margin: 10px 0 20px 248px;
78}
Note: See TracBrowser for help on using the repository browser.