source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcandesound/style.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: 3.8 KB
Line 
1body{
2background-image:url(images/bg_02.png);
3background-repeat:repeat-x;
4background-position:top;
5background-color:#033661;
6font-family:Arial, Helvetica, sans-serif;
7}
8
9#general{
10position: absolute;
11left:50%;
12margin-left:-500px;
13width:1000px;}
14
15#bandeau{
16background-image:url(images/bandeau_01.png);
17width:1000px;
18height:190px;}
19
20.niveau2, .niveau3{
21display:none;}
22
23#chemin{
24width:555px;
25font-size:11px;
26color:#FF9400;
27margin-bottom:10px;}
28
29#chemin a{
30color:#ffc16c;
31text-decoration:none;}
32
33#chemin a:hover{
34text-decoration:underline;}
35
36#navigation{
37margin-left:50px;
38padding-top:5px;
39height:20px;
40width:900px;
41background-color:#e6ebf0;
42border-bottom:1px solid #033661;
43}
44
45#navigation li{
46float:left;
47margin-left:15px;
48}
49#navigation li a{
50color:#033661;
51font-family:Arial, Helvetica, sans-serif;
52font-size:14px;
53text-decoration:none;}
54
55#contenus{
56position:relative;
57width:870px;
58background-color:#FFFFFF;
59clear:both;
60margin-left:50px;
61padding:0 15px 15px 15px;
62}
63
64#contextes{
65float:right;
66background-color:#e4f3ff;
67width:270px;
68padding:20px 15px;
69}
70
71#fin-corps{
72clear:both;
73}
74#corps{
75padding-top:20px;
76width:570px;}
77
78#edito{
79width:555px;
80margin-bottom:35px;
81}
82
83#edito h1{
84background-image:url(images/bg_05.png);
85background-position:top right;
86background-repeat:no-repeat;
87background-color:#ff9400;
88padding:6px 15px 4px 15px;
89color:#FFFFFF;
90font-family:Arial, Helvetica, sans-serif;
91font-size:20px;
92text-align:right; 
93}
94
95#corps #edito .texte{
96font-family:Arial, Helvetica, sans-serif;
97font-size:15px;
98color:#8d5200;
99font-weight:lighter;
100margin-top:20px;
101line-height:115%;
102}
103
104#corps #texteconteneur{
105margin-bottom:25px;
106}
107
108#corps h1{
109width:555px;
110color:#f19920;
111font-family:Arial, Helvetica, sans-serif;
112font-size:20px;
113}
114#corps h2{
115color:#472900;
116font-family:Arial, Helvetica, sans-serif;
117font-size:12px;
118margin-bottom:15px;
119clear:left;}
120
121#corps .listageconteneur li{
122width:270px; 
123float:left;
124margin-right:15px;
125margin-bottom:10px;
126}
127
128#corps .listagetitre{
129width:250px;
130background-image:url(images/bg_11.png);
131background-repeat:no-repeat;
132background-color:#ff9400;
133background-position:top right;
134text-align:right;
135font-family:Arial, Helvetica, sans-serif;
136font-size:16px;
137padding:3px 10px;}
138
139#corps .listagetitre a{
140text-decoration:none;
141color:#FFFFFF;
142}
143#corps .listageinfo{
144display:none;}
145
146#corps .listagetexte{
147margin-top:12px;}
148
149
150#corps .listagetexte, #corps .texte{
151font-family:Arial, Helvetica, sans-serif;
152font-size:13px;
153color:#8d5200;
154font-weight:lighter;
155line-height:115%;
156}
157#corps .listagesuite , #corps .listagerepondre {
158text-align:right;
159margin:7px 0;
160}
161#corps .listagesuite a, #corps .listagerepondre a{
162font-size:10px;
163color:#d67c00;
164}
165
166#contextes .listagetitre{
167background-image:url(images/bg_07.png);
168background-position:top left;
169background-color:#62a2d9;
170background-repeat:no-repeat;
171font-family:Arial, Helvetica, sans-serif;
172font-size:16px;
173padding:3px 10px;
174color:#FFFFFF;
175}
176
177#contextes .listagetitre a{
178text-decoration:none;
179color:#FFFFFF;
180}
181
182#contextes .listagetexte{
183margin-top:8px;
184}
185
186#contextes .listageinfo{
187display:none;}
188
189
190#contextes .listagetexte, #contextes .textes{
191font-family:Arial, Helvetica, sans-serif;
192font-size:12px;
193color:#033661;
194font-weight:normal;
195line-height:112%;
196
197}
198
199#contextes a{
200font-size:11px;
201font-weight:bold;
202font-family:Arial, Helvetica, sans-serif;
203color:#00172a;
204text-decoration:none;
205}
206#contextes a:hover{
207text-decoration:underline;}
208
209#contextes h2{
210color:#1875c3;
211font-family:Arial, Helvetica, sans-serif;
212font-size:13px;
213font-weight:bold;
214margin-bottom:10px
215}
216#contextes .listageconteneur li{
217margin-bottom:15px;
218}
219#contextes .listageconteneur{
220margin-bottom:30px;
221}
222
223.listagelogo{
224float:left;
225margin:2px 0 0 2px;}
226
227#footer{
228width:900px;
229position:absolute;
230left:50%;
231margin-left:-450px;
232font-size:11px;
233color:#FFFFFF;
234text-align:center;
235margin-top:10px;
236padding-bottom:10px;}
237
238
239#footer a{
240color:#FF9400;
241text-decoration:none;
242}
243
244#footer a:hover{
245text-decoration:underline;}
Note: See TracBrowser for help on using the repository browser.