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

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

se agrego el themes CSocial

File size: 2.8 KB
Line 
1/* css de positionnement hors declinaison */
2
3body {
4margin: 23px 0 15px 0;
5background: url('images/fond.jpg') repeat-x top left #f90;
6}
7
8#general {
9width: 880px;
10margin: 0 auto;
11padding: 0px;
12background-color:#FFFFFF;
13background: url('images/fondogeneral.gif') repeat-y top left #ebeae8;
14}
15
16#bandeau {
17height: 138px;
18}
19
20#bandeau img {
21display: block;
22position: relative;
23top: -8px;     
24}
25
26#onglets {
27height: 20px;
28padding: 0 10px 20px 10px;
29}
30
31#onglets li {
32float: left;
33background: url('images/onglet.gif') no-repeat bottom center;
34width: 136px;
35padding: 2px;
36margin-right: 2px;
37font-size: 12px;
38font-family: arial, verdana, sans-serif;
39color: #fff;
40text-align: center;
41}
42
43#onglets li a {
44color: #fff;   
45}
46
47#onglets li:hover {
48background: url('images/onglet-hover.gif') no-repeat bottom center;
49}
50
51#switcherlangue {
52float: right;   
53}
54
55
56#switcherlangue li {
57display: inline;
58font-family: arial, verdana, sans-serif;
59font-size: 10px;
60color: #5c3705;
61}
62
63#switcherlangue li a {
64color: #5c3705;
65text-decoration: none;
66}
67
68#switcherlangue li a:hover {
69        color: #f60;
70text-decoration: underline;
71}
72
73
74/* navigation */
75
76#navigation ul, #navigation li {
77list-style-type: none;
78padding:0;
79margin: 0;
80}
81
82#navigation {
83width: 130px;
84}
85
86#navigation li {
87font-size: 12px;
88text-align: left;
89line-height: 140%;
90}
91
92#navigation li a {
93color: #3d1f04;
94text-decoration: none; 
95}
96#navigation li a:hover {
97color: #f90;   
98}
99#navigation .niveau1 {
100margin-left: 4px;
101border-bottom:1px solid #ccc;
102}
103#navigation .niveau2 {
104margin-left: 8px;
105}
106
107/* ajout du bloc rechercher pa jquery */
108#bloccherche .forml {
109margin-top: 4px;
110font-size: 9px;
111border: 1px solid #333;
112padding: 2px;
113}
114
115/* contextes */
116
117#contexte1 {
118float: left;
119width: 150px;
120}
121#contexte2 {
122float: right;
123width: 236px;
124}
125
126/* chemin */
127
128#chemin {
129font-size: 9px;
130color: #aaa;
131margin: 0 0 18px 0;
132padding: 0 0 4px 0;
133border-bottom: 1px solid #aaa; 
134}
135
136#chemin a {
137color: #aaa;   
138}
139
140#chemin a:hover {
141color: #777;
142text-decoration: underline;     
143}
144
145#corps {
146margin:0 236px 0 150px;
147min-height: 350px;
148_height: 350px;
149padding:10px;
150}
151
152#footer {
153border-top: 1px solid #666;
154padding: 5px;
155clear: both;
156margin-top: 18px;
157
158font-size: 10px;
159color: #444;
160
161text-align: center
162}
163
164#footer a {
165color: #444;
166text-decoration: none;
167border-bottom: 1px dashed #333; 
168}
169
170#footer a:hover {
171color: #f60;
172text-decoration: none;
173border-bottom: 1px dashed #f60; 
174}
175
176#arty-footer {
177font-size: 9px;
178color: #ccc;
179margin: 8px 0 0 0;
180height: 0px;   
181}
182
183#arty-footer a {
184color: #ccc;
185border-bottom: 1px dotted #ccc; 
186}
187
188#arty-footer a:hover {
189color: #999;
190border-bottom: 1px dotted #999; 
191}
192#recherche 
193{ width:110px; 
194}
195.submit { display:none}
Note: See TracBrowser for help on using the repository browser.