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

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

se cambiaron hojas de estilo

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