source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/crush/declinaisons/mesa.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1/* CSS Document */
2*{
3font-family:Verdana, Arial, Helvetica, sans-serif
4}
5
6#general{
7background-image:url(mesa/template3_2_02.jpg);
8
9}
10#bandeau{
11background-color:#BC107D;
12
13}
14
15
16#navigation{
17
18background-image:url(mesa/template3_2_05.jpg);
19background-repeat:repeat-y;
20
21}
22#chemin{
23color:#780017;
24
25
26}
27#chemin a{
28color:#BC107D;
29
30}
31
32
33 
34/*  Contexte1  */
35
36#contexte1 h2{
37color:#BC107D;
38
39}
40#contexte1 .listageinfo{
41color:#f68514;
42
43}
44#contexte1 .listageinfo a{
45
46color:#f68514;
47border-bottom:dotted 1px #ff85d2;
48
49
50}
51
52#contexte1 .listagetitre a{
53color:#de82bc;
54
55}
56
57
58#contexte1 .listagetexte{
59color:#bd7272;
60
61}
62#contexte1 a{
63border-bottom:dotted 1px #de82bc ; 
64color:#de82bc ;
65}
66
67/*  Contexte2  */
68
69
70#contexte2 h2{
71color:#8f8f8f;
72
73}
74
75#contexte2 .listagetitre{
76color:#9d9d9d;
77
78}
79
80#contexte2 .listagetexte{
81color:#a2a2a2;
82
83}
84
85#contexte2 .listagetexte a{
86color:#b6b6b6;
87border-bottom:dotted 1px a2a2a2;
88
89}
90
91
92#contexte2 h4 a{
93color:#9d9d9d;
94}
95
96#contexte2 .listageinfo{
97
98color:#a2a2a2;
99
100}
101
102#contexte2 .listageinfo a{
103color:#a2a2a2;
104border-bottom:dotted 1px #a2a2a2;
105
106}
107
108
109#contexte2 .listagesuite a{
110color:#757575 ;
111}
112
113#contexte2 a{
114border-bottom:dotted 1px #757575 ; 
115color:#757575 ;
116}
117
118/*  CORPS  */
119
120#corps{
121color:#780017;
122}
123#corps a{
124color:#ff85d2;
125border-bottom:dotted 1px #ff85d2;
126
127}
128#corps .listagetexte{
129color:#780017;
130}
131
132#corps h1{
133color:#dc3ca1;
134}
135
136#corps h2{
137color:#dc3ca1;
138}
139
140#corps h4{
141color:#c54997;
142}
143
144#corps .listageinfo{
145color:#fda3dc;
146
147}
148
149
150#corps .listageinfo a{
151color:#ff85d2;
152border-bottom:dotted 1px #ff85d2;
153
154}
155
156#corps .dateauteurs{
157color:#ff85d2;
158
159}
160
161#corps .dateauteurs a{
162color:#ff85d2;
163border-bottom:dotted 1px #ff85d2;
164
165}
166
167
168
169#corps .listagetitre a{
170
171color:#730B4D;
172border-bottom-color:#730B4D;
173}
174
175.listagesuite a{
176color:#ff9b38;
177}
178
179
180.texte {
181color:#780017;
182
183}
184
185
186.chapeau{
187color:#780017;
188
189}
190.listagerepondre a{
191color:#BC107D;
192}
193
194
195/*  FOOTER  */
196#footer{
197
198background-image:url(mesa/template3_2_14.jpg);
199color:#780017;
200
201}
202#footer a{
203color:#dc3ca1;
204
205}
206
207/*-----------------------*/
208
209
210.niveau1 a {
211color: #fff;
212}
213
214.niveau1 a:hover {
215background-color: #BC107D;
216
217}
218
219.ulniveau2 {
220font-size: 11px;
221background-color:#BC107D
222}
223
224.niveau2 a {
225background-color: #BC107D;
226}
227
228.niveau2 a:hover {
229background-color: #fff;
230color:#BC107D;
231}
232
233/*----------------*/
234
235#TB_overlay {
236        background-color:#bf0079;
237}
Note: See TracBrowser for help on using the repository browser.