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

Last change on this file since 272 was 272, checked in by guille, 15 years ago

se agrego CSocial2

File size: 890 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: 138px auto 0 auto;
12width: 761px;
13}
14
15#bandeau {
16height: 94px;
17width: 761px;
18position: absolute;
19top: 0;
20}
21
22#navigation {
23position: absolute;
24top: 94px;
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#contextes {
39float: right;
40width: 240px;
41padding: 10px 27px 10px 10px;
42}
43#newsletter legend 
44{
45display: none;
46}
47#chemin, #chemin-vide {
48position: relative;
49top: -10px;
50z-index:10;
51}
52
53#chemin {
54        padding: 14px 10px 6px 10px;
55}
56
57#chemin-vide {
58        height: 32px;
59}
60
61#corps {
62margin-right: 280px;
63padding: 10px 14px 30px 20px;
64}
65
66#footer {
67position: relative;
68top: 10px;
69padding: 20px;
70clear: both;
71}
72
73#fin {
74clear: both;
75}
Note: See TracBrowser for help on using the repository browser.