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

Last change on this file since 334 was 334, checked in by juan, 15 years ago

cambio estilos

File size: 998 bytes
Line 
1/* disposition */
2/* cette feuille de style definit l'affichage des blocs */
3/* theme : magunews-2 - stephane noel - dec 2005 */
4/* D?clin? par Benjamin Minet */
5
6body {
7margin: 0;
8}
9
10#general {
11margin: 172px auto 0 auto;
12width: 761px;
13}
14
15#bandeau {
16height: 139px;
17width: 761px;
18position: absolute;
19top: 0;
20}
21
22#navigation {
23position: absolute;
24top: 139px;
25width: 741px;
26height: 26px;
27padding: 6px 10px 1px 10px;
28}
29
30#navigation h2 {
31display:none;
32}
33
34#conteneur-navigation {
35
36}
37
38.avisos {margin-bottom: 10px;}
39
40#contextes {
41float: right;
42width: 240px;
43padding: 10px 27px 10px 10px;
44}
45#newsletter legend 
46{
47display: none;
48}
49#chemin, #chemin-vide {
50position: relative;
51top: -10px;
52z-index:10;
53}
54
55#chemin {
56        padding: 14px 10px 6px 10px;
57}
58
59#chemin-vide {
60        height: 32px;
61}
62
63#corps {
64margin-right: 280px;
65padding: 10px 14px 30px 20px;
66}
67
68#footer {
69position: relative;
70top: 5px;
71clear: both;
72height:120px;
73}
74
75#fin {
76clear: both;
77}
Note: See TracBrowser for help on using the repository browser.