source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/magusine/disposition.css @ 533

Last change on this file since 533 was 533, checked in by guille, 14 years ago

se agregaron temas

File size: 1.2 KB
Line 
1/* css de disposition du site Magusine */
2/* stephane, aout 2007 */
3
4body {
5margin: 0;             
6}
7
8#general {
9
10}
11
12#bandeau {
13
14}
15
16#navigation {
17height: 19px;
18_height:18px;
19padding-top: 6px       
20}
21
22#chemin {
23padding: 0 0 10px 0;   
24}
25
26#chemin-vide {
27display: none;
28}
29
30#contenus {
31width: 914px;
32margin: 0 auto;
33background: url('fond_contenus.png') top right repeat-y;
34padding-bottom: 20px;   
35clear: both;
36}
37
38#contexte1 {
39float: right;
40width: 216px;
41background-color: #7e7e7e;
42padding: 18px 20px 20px 20px;
43color: #fff;
44}
45
46#contexte1 a {
47color: #fff;
48}
49
50#contexte1 a:hover {
51text-decoration: underline;
52}
53
54#contexte2 {
55float: right;
56width: 145px;
57_width:140px;
58padding: 17px 10px 0 15px;
59_padding:17px 0 0 10px;
60background: url('contexte_top.png') #e0E0E0 top left no-repeat;
61margin: 20px 0; 
62color: #333;
63}
64
65#contexte2 a {
66color: #333;
67}
68
69#contexte2 a:hover {
70text-decoration: underline;
71}
72
73#fin-contexte2 {
74height: 17px;
75background: url(contexte_bottom.png) bottom left no-repeat;
76position: relative;
77left: -15px;
78_left: -10px;
79width: 170px;
80}
81
82#corps {
83margin-right: 450px;
84padding: 17px 0;
85}
86
87#fin-corps {
88clear: both;
89}
90
91#footer {
92clear: both;
93height: 65px;
94padding: 10px;
95}
96
97#footer p {
98        width: 914px;
99        margin: 0 auto;
100}
Note: See TracBrowser for help on using the repository browser.