|
31
|
1 |
.book-navigation .menu {
|
|
|
2 |
border-top: 1px solid #888;
|
|
|
3 |
padding: 1em 0 0 3em;
|
|
|
4 |
}
|
|
|
5 |
.book-navigation .page-links {
|
|
|
6 |
border-top: 1px solid #888;
|
|
|
7 |
border-bottom: 1px solid #888;
|
|
|
8 |
text-align: center;
|
|
|
9 |
padding: 0.5em;
|
|
|
10 |
}
|
|
|
11 |
.book-navigation .page-previous {
|
|
|
12 |
text-align: left;
|
|
|
13 |
width: 42%;
|
|
|
14 |
display: block;
|
|
|
15 |
float: left;
|
|
|
16 |
}
|
|
|
17 |
.book-navigation .page-up {
|
|
|
18 |
margin: 0 5%;
|
|
|
19 |
width: 4%;
|
|
|
20 |
display: block;
|
|
|
21 |
float: left;
|
|
|
22 |
}
|
|
|
23 |
.book-navigation .page-next {
|
|
|
24 |
text-align: right;
|
|
|
25 |
width: 42%;
|
|
|
26 |
display: block;
|
|
|
27 |
float: right;
|
|
|
28 |
}
|
|
|
29 |
#book-outline {
|
|
|
30 |
min-width: 56em;
|
|
|
31 |
}
|
|
|
32 |
.book-outline-form .form-item {
|
|
|
33 |
margin-top: 0;
|
|
|
34 |
margin-bottom: 0;
|
|
|
35 |
}
|
|
|
36 |
#edit-book-bid-wrapper .description {
|
|
|
37 |
clear: both;
|
|
|
38 |
}
|
|
|
39 |
#book-admin-edit select {
|
|
|
40 |
margin-right: 24px;
|
|
|
41 |
}
|
|
|
42 |
#book-admin-edit select.progress-disabled {
|
|
|
43 |
margin-right: 0;
|
|
|
44 |
}
|
|
|
45 |
#book-admin-edit tr.ahah-new-content {
|
|
|
46 |
background-color: #ffd;
|
|
|
47 |
}
|
|
|
48 |
#book-admin-edit .form-item {
|
|
|
49 |
float: left;
|
|
|
50 |
}
|
|
|
51 |
|
|
|
52 |
fieldset {
|
|
|
53 |
margin-bottom: 1em;
|
|
|
54 |
padding: .5em;
|
|
|
55 |
}
|
|
|
56 |
form {
|
|
|
57 |
margin: 0;
|
|
|
58 |
padding: 0;
|
|
|
59 |
}
|
|
|
60 |
hr {
|
|
|
61 |
height: 1px;
|
|
|
62 |
border: 1px solid gray;
|
|
|
63 |
}
|
|
|
64 |
img {
|
|
|
65 |
border: 0;
|
|
|
66 |
}
|
|
|
67 |
table {
|
|
|
68 |
border-collapse: collapse;
|
|
|
69 |
}
|
|
|
70 |
th {
|
|
|
71 |
text-align: left;
|
|
|
72 |
padding-right: 1em;
|
|
|
73 |
border-bottom: 3px solid #ccc;
|
|
|
74 |
}
|
|
|
75 |
.clear-block:after {
|
|
|
76 |
content: ".";
|
|
|
77 |
display: block;
|
|
|
78 |
height: 0;
|
|
|
79 |
clear: both;
|
|
|
80 |
visibility: hidden;
|
|
|
81 |
}
|
|
|
82 |
.clear-block {
|
|
|
83 |
display: inline-block;
|
|
|
84 |
}/*_\*/
|
|
|
85 |
* html .clear-block {
|
|
|
86 |
height: 1%;
|
|
|
87 |
}
|
|
|
88 |
.clear-block {
|
|
|
89 |
display: block;
|
|
|
90 |
}/* End hide from IE-mac */
|
|
|
91 |
|
|
|
92 |
body.drag {
|
|
|
93 |
cursor: move;
|
|
|
94 |
}
|
|
|
95 |
th.active img {
|
|
|
96 |
display: inline;
|
|
|
97 |
}
|
|
|
98 |
tr.even, tr.odd {
|
|
|
99 |
background-color: #eee;
|
|
|
100 |
border-bottom: 1px solid #ccc;
|
|
|
101 |
padding: 0.1em 0.6em;
|
|
|
102 |
}
|
|
|
103 |
tr.drag {
|
|
|
104 |
background-color: #fffff0;
|
|
|
105 |
}
|
|
|
106 |
tr.drag-previous {
|
|
|
107 |
background-color: #ffd;
|
|
|
108 |
}
|
|
|
109 |
td.active {
|
|
|
110 |
background-color: #ddd;
|
|
|
111 |
}
|
|
|
112 |
td.checkbox, th.checkbox {
|
|
|
113 |
text-align: center;
|
|
|
114 |
}
|
|
|
115 |
tbody {
|
|
|
116 |
border-top: 1px solid #ccc;
|
|
|
117 |
}
|
|
|
118 |
tbody th {
|
|
|
119 |
border-bottom: 1px solid #ccc;
|
|
|
120 |
}
|
|
|
121 |
thead th {
|
|
|
122 |
text-align: left;
|
|
|
123 |
padding-right: 1em;
|
|
|
124 |
border-bottom: 3px solid #ccc;
|
|
|
125 |
}
|
|
|
126 |
.breadcrumb {
|
|
|
127 |
padding-bottom: .5em
|
|
|
128 |
}
|
|
|
129 |
div.indentation {
|
|
|
130 |
width: 20px;
|
|
|
131 |
height: 1.7em;
|
|
|
132 |
margin: -0.4em 0.2em -0.4em -0.4em;
|
|
|
133 |
padding: 0.42em 0 0.42em 0.6em;
|
|
|
134 |
float: left;
|
|
|
135 |
}
|
|
|
136 |
div.tree-child {
|
|
|
137 |
background: url(http://static.mediapart.fr/misc/tree.png) no-repeat 11px center;
|
|
|
138 |
}
|
|
|
139 |
div.tree-child-last {
|
|
|
140 |
background: url(http://static.mediapart.fr/misc/tree-bottom.png) no-repeat 11px center;
|
|
|
141 |
}
|
|
|
142 |
div.tree-child-horizontal {
|
|
|
143 |
background: url(http://static.mediapart.fr/misc/tree.png) no-repeat -11px center;
|
|
|
144 |
}
|
|
|
145 |
.error {
|
|
|
146 |
color: #e55;
|
|
|
147 |
}
|
|
|
148 |
div.error {
|
|
|
149 |
border: 1px solid #d77;
|
|
|
150 |
}
|
|
|
151 |
div.error, tr.error {
|
|
|
152 |
background: #fcc;
|
|
|
153 |
color: #200;
|
|
|
154 |
padding: 2px;
|
|
|
155 |
}
|
|
|
156 |
.warning {
|
|
|
157 |
color: #e09010;
|
|
|
158 |
}
|
|
|
159 |
div.warning {
|
|
|
160 |
border: 1px solid #f0c020;
|
|
|
161 |
}
|
|
|
162 |
div.warning, tr.warning {
|
|
|
163 |
background: #ffd;
|
|
|
164 |
color: #220;
|
|
|
165 |
padding: 2px;
|
|
|
166 |
}
|
|
|
167 |
.ok {
|
|
|
168 |
color: #008000;
|
|
|
169 |
}
|
|
|
170 |
div.ok {
|
|
|
171 |
border: 1px solid #00aa00;
|
|
|
172 |
}
|
|
|
173 |
div.ok, tr.ok {
|
|
|
174 |
background: #dfd;
|
|
|
175 |
color: #020;
|
|
|
176 |
padding: 2px;
|
|
|
177 |
}
|
|
|
178 |
.item-list .icon {
|
|
|
179 |
color: #555;
|
|
|
180 |
float: right;
|
|
|
181 |
padding-left: 0.25em;
|
|
|
182 |
clear: right;
|
|
|
183 |
}
|
|
|
184 |
.item-list .title {
|
|
|
185 |
font-weight: bold;
|
|
|
186 |
}
|
|
|
187 |
.item-list ul {
|
|
|
188 |
margin: 0 0 0.75em 0;
|
|
|
189 |
padding: 0;
|
|
|
190 |
}
|
|
|
191 |
.item-list ul li {
|
|
|
192 |
margin: 0 0 0.25em 1.5em;
|
|
|
193 |
padding: 0;
|
|
|
194 |
list-style: disc;
|
|
|
195 |
}
|
|
|
196 |
ol.task-list li.active {
|
|
|
197 |
font-weight: bold;
|
|
|
198 |
}
|
|
|
199 |
.form-item {
|
|
|
200 |
margin-top: 1em;
|
|
|
201 |
margin-bottom: 1em;
|
|
|
202 |
}
|
|
|
203 |
tr.odd .form-item, tr.even .form-item {
|
|
|
204 |
margin-top: 0;
|
|
|
205 |
margin-bottom: 0;
|
|
|
206 |
white-space: nowrap;
|
|
|
207 |
}
|
|
|
208 |
tr.merge-down, tr.merge-down td, tr.merge-down th {
|
|
|
209 |
border-bottom-width: 0 !important;
|
|
|
210 |
}
|
|
|
211 |
tr.merge-up, tr.merge-up td, tr.merge-up th {
|
|
|
212 |
border-top-width: 0 !important;
|
|
|
213 |
}
|
|
|
214 |
.form-item input.error, .form-item textarea.error, .form-item select.error {
|
|
|
215 |
border: 2px solid red;
|
|
|
216 |
}
|
|
|
217 |
.form-item .description {
|
|
|
218 |
font-size: 0.85em;
|
|
|
219 |
}
|
|
|
220 |
.form-item label {
|
|
|
221 |
display: block;
|
|
|
222 |
font-weight: bold;
|
|
|
223 |
}
|
|
|
224 |
.form-item label.option {
|
|
|
225 |
display: inline;
|
|
|
226 |
font-weight: normal;
|
|
|
227 |
}
|
|
|
228 |
.form-checkboxes, .form-radios {
|
|
|
229 |
margin: 1em 0;
|
|
|
230 |
}
|
|
|
231 |
.form-checkboxes .form-item, .form-radios .form-item {
|
|
|
232 |
margin-top: 0.4em;
|
|
|
233 |
margin-bottom: 0.4em;
|
|
|
234 |
}
|
|
|
235 |
.marker, .form-required {
|
|
|
236 |
color: #f00;
|
|
|
237 |
}
|
|
|
238 |
.more-link {
|
|
|
239 |
text-align: right;
|
|
|
240 |
}
|
|
|
241 |
.more-help-link {
|
|
|
242 |
font-size: 0.85em;
|
|
|
243 |
text-align: right;
|
|
|
244 |
}
|
|
|
245 |
.nowrap {
|
|
|
246 |
white-space: nowrap;
|
|
|
247 |
}
|
|
|
248 |
.item-list .pager {
|
|
|
249 |
clear: both;
|
|
|
250 |
text-align: center;
|
|
|
251 |
}
|
|
|
252 |
.item-list .pager li {
|
|
|
253 |
background-image: none;
|
|
|
254 |
display: inline;
|
|
|
255 |
list-style-type: none;
|
|
|
256 |
padding: 0.5em;
|
|
|
257 |
}
|
|
|
258 |
.pager-current {
|
|
|
259 |
font-weight: bold;
|
|
|
260 |
}
|
|
|
261 |
.tips {
|
|
|
262 |
margin-top: 0;
|
|
|
263 |
margin-bottom: 0;
|
|
|
264 |
padding-top: 0;
|
|
|
265 |
padding-bottom: 0;
|
|
|
266 |
font-size: 0.9em;
|
|
|
267 |
}
|
|
|
268 |
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
|
|
|
269 |
font-family: inherit;
|
|
|
270 |
font-size: inherit;
|
|
|
271 |
width: 14em;
|
|
|
272 |
}
|
|
|
273 |
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
|
|
|
274 |
width: 8em;
|
|
|
275 |
}
|
|
|
276 |
dl.multiselect dt, dl.multiselect dd {
|
|
|
277 |
float: left;
|
|
|
278 |
line-height: 1.75em;
|
|
|
279 |
padding: 0;
|
|
|
280 |
margin: 0 1em 0 0;
|
|
|
281 |
}
|
|
|
282 |
dl.multiselect .form-item {
|
|
|
283 |
height: 1.75em;
|
|
|
284 |
margin: 0;
|
|
|
285 |
}
|
|
|
286 |
.container-inline div, .container-inline label {
|
|
|
287 |
display: inline;
|
|
|
288 |
}
|
|
|
289 |
ul.primary {
|
|
|
290 |
border-collapse: collapse;
|
|
|
291 |
padding: 0 0 0 1em;
|
|
|
292 |
white-space: nowrap;
|
|
|
293 |
list-style: none;
|
|
|
294 |
margin: 5px;
|
|
|
295 |
height: auto;
|
|
|
296 |
line-height: normal;
|
|
|
297 |
border-bottom: 1px solid #bbb;
|
|
|
298 |
}
|
|
|
299 |
ul.primary li {
|
|
|
300 |
display: inline;
|
|
|
301 |
}
|
|
|
302 |
ul.primary li a {
|
|
|
303 |
background-color: #ddd;
|
|
|
304 |
border-color: #bbb;
|
|
|
305 |
border-width: 1px;
|
|
|
306 |
border-style: solid solid none solid;
|
|
|
307 |
height: auto;
|
|
|
308 |
margin-right: 0.5em;
|
|
|
309 |
padding: 0 1em;
|
|
|
310 |
text-decoration: none;
|
|
|
311 |
}
|
|
|
312 |
ul.primary li.active a {
|
|
|
313 |
background-color: #fff;
|
|
|
314 |
border: 1px solid #bbb;
|
|
|
315 |
border-bottom: #fff 1px solid;
|
|
|
316 |
}
|
|
|
317 |
ul.primary li a:hover {
|
|
|
318 |
background-color: #eee;
|
|
|
319 |
border-color: #ccc;
|
|
|
320 |
border-bottom-color: #eee;
|
|
|
321 |
}
|
|
|
322 |
ul.secondary {
|
|
|
323 |
border-bottom: 1px solid #bbb;
|
|
|
324 |
padding: 0.5em 1em;
|
|
|
325 |
margin: 5px;
|
|
|
326 |
}
|
|
|
327 |
ul.secondary li {
|
|
|
328 |
display: inline;
|
|
|
329 |
padding: 0 1em;
|
|
|
330 |
border-right: 1px solid #ccc;
|
|
|
331 |
}
|
|
|
332 |
ul.secondary a {
|
|
|
333 |
padding: 0;
|
|
|
334 |
text-decoration: none;
|
|
|
335 |
}
|
|
|
336 |
ul.secondary a.active {
|
|
|
337 |
border-bottom: 4px solid #999;
|
|
|
338 |
}
|
|
|
339 |
#autocomplete {
|
|
|
340 |
position: absolute;
|
|
|
341 |
border: 1px solid;
|
|
|
342 |
overflow: hidden;
|
|
|
343 |
z-index: 100;
|
|
|
344 |
}
|
|
|
345 |
#autocomplete ul {
|
|
|
346 |
margin: 0;
|
|
|
347 |
padding: 0;
|
|
|
348 |
list-style: none;
|
|
|
349 |
}
|
|
|
350 |
#autocomplete li {
|
|
|
351 |
background: #fff;
|
|
|
352 |
color: #000;
|
|
|
353 |
white-space: pre;
|
|
|
354 |
cursor: default;
|
|
|
355 |
}
|
|
|
356 |
#autocomplete li.selected {
|
|
|
357 |
background: #0072b9;
|
|
|
358 |
color: #fff;
|
|
|
359 |
}
|
|
|
360 |
html.js input.form-autocomplete {
|
|
|
361 |
background-image: url(http://static.mediapart.fr/misc/throbber.gif);
|
|
|
362 |
background-repeat: no-repeat;
|
|
|
363 |
background-position: 100% 2px;
|
|
|
364 |
}
|
|
|
365 |
html.js input.throbbing {
|
|
|
366 |
background-position: 100% -18px;
|
|
|
367 |
}
|
|
|
368 |
html.js fieldset.collapsed {
|
|
|
369 |
border-bottom-width: 0;
|
|
|
370 |
border-left-width: 0;
|
|
|
371 |
border-right-width: 0;
|
|
|
372 |
margin-bottom: 0;
|
|
|
373 |
height: 1em;
|
|
|
374 |
}
|
|
|
375 |
html.js fieldset.collapsed * {
|
|
|
376 |
display: none;
|
|
|
377 |
}
|
|
|
378 |
html.js fieldset.collapsed legend {
|
|
|
379 |
display: block;
|
|
|
380 |
}
|
|
|
381 |
html.js fieldset.collapsible legend a {
|
|
|
382 |
padding-left: 15px;
|
|
|
383 |
background: url(http://static.mediapart.fr/misc/menu-expanded.png) 5px 75% no-repeat;
|
|
|
384 |
}
|
|
|
385 |
html.js fieldset.collapsed legend a {
|
|
|
386 |
background-image: url(http://static.mediapart.fr/misc/menu-collapsed.png);
|
|
|
387 |
background-position: 5px 50%;
|
|
|
388 |
}
|
|
|
389 |
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
|
|
|
390 |
display: inline;
|
|
|
391 |
}
|
|
|
392 |
html.js fieldset.collapsible {
|
|
|
393 |
position: relative;
|
|
|
394 |
}
|
|
|
395 |
html.js fieldset.collapsible legend a {
|
|
|
396 |
display: block;
|
|
|
397 |
}
|
|
|
398 |
html.js fieldset.collapsible .fieldset-wrapper {
|
|
|
399 |
overflow: auto;
|
|
|
400 |
}
|
|
|
401 |
.resizable-textarea {
|
|
|
402 |
width: 95%;
|
|
|
403 |
}
|
|
|
404 |
.resizable-textarea .grippie {
|
|
|
405 |
height: 9px;
|
|
|
406 |
overflow: hidden;
|
|
|
407 |
background: #eee url(http://static.mediapart.fr/misc/grippie.png) no-repeat center 2px;
|
|
|
408 |
border: 1px solid #ddd;
|
|
|
409 |
border-top-width: 0;
|
|
|
410 |
cursor: s-resize;
|
|
|
411 |
}
|
|
|
412 |
html.js .resizable-textarea textarea {
|
|
|
413 |
margin-bottom: 0;
|
|
|
414 |
width: 100%;
|
|
|
415 |
display: block;
|
|
|
416 |
}
|
|
|
417 |
.draggable a.tabledrag-handle {
|
|
|
418 |
cursor: move;
|
|
|
419 |
float: left;
|
|
|
420 |
height: 1.7em;
|
|
|
421 |
margin: -0.4em 0 -0.4em -0.5em;
|
|
|
422 |
padding: 0.42em 1.5em 0.42em 0.5em;
|
|
|
423 |
text-decoration: none;
|
|
|
424 |
}
|
|
|
425 |
a.tabledrag-handle:hover {
|
|
|
426 |
text-decoration: none;
|
|
|
427 |
}
|
|
|
428 |
a.tabledrag-handle .handle {
|
|
|
429 |
margin-top: 4px;
|
|
|
430 |
height: 13px;
|
|
|
431 |
width: 13px;
|
|
|
432 |
background: url(http://static.mediapart.fr/misc/draggable.png) no-repeat 0 0;
|
|
|
433 |
}
|
|
|
434 |
a.tabledrag-handle-hover .handle {
|
|
|
435 |
background-position: 0 -20px;
|
|
|
436 |
}
|
|
|
437 |
.joined + .grippie {
|
|
|
438 |
height: 5px;
|
|
|
439 |
background-position: center 1px;
|
|
|
440 |
margin-bottom: -2px;
|
|
|
441 |
}
|
|
|
442 |
.teaser-checkbox {
|
|
|
443 |
padding-top: 1px;
|
|
|
444 |
}
|
|
|
445 |
div.teaser-button-wrapper {
|
|
|
446 |
float: right;
|
|
|
447 |
padding-right: 5%;
|
|
|
448 |
margin: 0;
|
|
|
449 |
}
|
|
|
450 |
.teaser-checkbox div.form-item {
|
|
|
451 |
float: right;
|
|
|
452 |
margin: 0 5% 0 0;
|
|
|
453 |
padding: 0;
|
|
|
454 |
}
|
|
|
455 |
textarea.teaser {
|
|
|
456 |
display: none;
|
|
|
457 |
}
|
|
|
458 |
html.js .no-js {
|
|
|
459 |
display: none;
|
|
|
460 |
}
|
|
|
461 |
.progress {
|
|
|
462 |
font-weight: bold;
|
|
|
463 |
}
|
|
|
464 |
.progress .bar {
|
|
|
465 |
background: #fff url(http://static.mediapart.fr/misc/progress.gif);
|
|
|
466 |
border: 1px solid #00375a;
|
|
|
467 |
height: 1.5em;
|
|
|
468 |
margin: 0 0.2em;
|
|
|
469 |
}
|
|
|
470 |
.progress .filled {
|
|
|
471 |
background: #0072b9;
|
|
|
472 |
height: 1em;
|
|
|
473 |
border-bottom: 0.5em solid #004a73;
|
|
|
474 |
width: 0%;
|
|
|
475 |
}
|
|
|
476 |
.progress .percentage {
|
|
|
477 |
float: right;
|
|
|
478 |
}
|
|
|
479 |
.progress-disabled {
|
|
|
480 |
float: left;
|
|
|
481 |
}
|
|
|
482 |
.ahah-progress {
|
|
|
483 |
float: left;
|
|
|
484 |
}
|
|
|
485 |
.ahah-progress .throbber {
|
|
|
486 |
width: 15px;
|
|
|
487 |
height: 15px;
|
|
|
488 |
margin: 2px;
|
|
|
489 |
background: transparent url(http://static.mediapart.fr/misc/throbber.gif) no-repeat 0px -18px;
|
|
|
490 |
float: left;
|
|
|
491 |
}
|
|
|
492 |
tr .ahah-progress .throbber {
|
|
|
493 |
margin: 0 2px;
|
|
|
494 |
}
|
|
|
495 |
.ahah-progress-bar {
|
|
|
496 |
width: 16em;
|
|
|
497 |
}
|
|
|
498 |
#first-time strong {
|
|
|
499 |
display: block;
|
|
|
500 |
padding: 1.5em 0 .5em;
|
|
|
501 |
}
|
|
|
502 |
tr.selected td {
|
|
|
503 |
background: #ffc;
|
|
|
504 |
}
|
|
|
505 |
table.sticky-header {
|
|
|
506 |
margin-top: 0;
|
|
|
507 |
background: #fff;
|
|
|
508 |
}
|
|
|
509 |
#clean-url.install {
|
|
|
510 |
display: none;
|
|
|
511 |
}
|
|
|
512 |
html.js .js-hide {
|
|
|
513 |
display: none;
|
|
|
514 |
}
|
|
|
515 |
#system-modules div.incompatible {
|
|
|
516 |
font-weight: bold;
|
|
|
517 |
}
|
|
|
518 |
#system-themes-form div.incompatible {
|
|
|
519 |
font-weight: bold;
|
|
|
520 |
}
|
|
|
521 |
span.password-strength {
|
|
|
522 |
visibility: hidden;
|
|
|
523 |
}
|
|
|
524 |
input.password-field {
|
|
|
525 |
margin-right: 10px;
|
|
|
526 |
}
|
|
|
527 |
div.password-description {
|
|
|
528 |
padding: 0 2px;
|
|
|
529 |
margin: 4px 0 0 0;
|
|
|
530 |
font-size: 0.85em;
|
|
|
531 |
max-width: 500px;
|
|
|
532 |
}
|
|
|
533 |
div.password-description ul {
|
|
|
534 |
margin-bottom: 0;
|
|
|
535 |
}
|
|
|
536 |
.password-parent {
|
|
|
537 |
margin: 0 0 0 0;
|
|
|
538 |
}
|
|
|
539 |
input.password-confirm {
|
|
|
540 |
margin-right: 10px;
|
|
|
541 |
}
|
|
|
542 |
.confirm-parent {
|
|
|
543 |
margin: 5px 0 0 0;
|
|
|
544 |
}
|
|
|
545 |
span.password-confirm {
|
|
|
546 |
visibility: hidden;
|
|
|
547 |
}
|
|
|
548 |
span.password-confirm span {
|
|
|
549 |
font-weight: normal;
|
|
|
550 |
}
|
|
|
551 |
|
|
|
552 |
#permissions td.module {
|
|
|
553 |
font-weight: bold;
|
|
|
554 |
}
|
|
|
555 |
#permissions td.permission {
|
|
|
556 |
padding-left: 1.5em;
|
|
|
557 |
}
|
|
|
558 |
#access-rules .access-type, #access-rules .rule-type {
|
|
|
559 |
margin-right: 1em;
|
|
|
560 |
float: left;
|
|
|
561 |
}
|
|
|
562 |
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
|
|
|
563 |
margin-top: 0;
|
|
|
564 |
}
|
|
|
565 |
#access-rules .mask {
|
|
|
566 |
clear: both;
|
|
|
567 |
}
|
|
|
568 |
#user-login-form {
|
|
|
569 |
text-align: center;
|
|
|
570 |
}
|
|
|
571 |
#user-admin-filter ul {
|
|
|
572 |
list-style-type: none;
|
|
|
573 |
padding: 0;
|
|
|
574 |
margin: 0;
|
|
|
575 |
width: 100%;
|
|
|
576 |
}
|
|
|
577 |
#user-admin-buttons {
|
|
|
578 |
float: left;
|
|
|
579 |
margin-left: 0.5em;
|
|
|
580 |
clear: right;
|
|
|
581 |
}
|
|
|
582 |
#user-admin-settings fieldset .description {
|
|
|
583 |
font-size: 0.85em;
|
|
|
584 |
padding-bottom: .5em;
|
|
|
585 |
}
|
|
|
586 |
.profile {
|
|
|
587 |
clear: both;
|
|
|
588 |
margin: 1em 0;
|
|
|
589 |
}
|
|
|
590 |
.profile .picture {
|
|
|
591 |
float: right;
|
|
|
592 |
margin: 0 1em 1em 0;
|
|
|
593 |
}
|
|
|
594 |
.profile h3 {
|
|
|
595 |
border-bottom: 1px solid #ccc;
|
|
|
596 |
}
|
|
|
597 |
.profile dl {
|
|
|
598 |
margin: 0 0 1.5em 0;
|
|
|
599 |
}
|
|
|
600 |
.profile dt {
|
|
|
601 |
margin: 0 0 0.2em 0;
|
|
|
602 |
font-weight: bold;
|
|
|
603 |
}
|
|
|
604 |
.profile dd {
|
|
|
605 |
margin: 0 0 1em 0;
|
|
|
606 |
}
|
|
|
607 |
|
|
|
608 |
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
|
|
|
609 |
font-weight: bold;
|
|
|
610 |
}
|
|
|
611 |
.field .field-label-inline, .field .field-label-inline-first {
|
|
|
612 |
display: inline;
|
|
|
613 |
}
|
|
|
614 |
.field .field-label-inline {
|
|
|
615 |
visibility: hidden;
|
|
|
616 |
}
|
|
|
617 |
.node-form .content-multiple-table td.content-multiple-drag {
|
|
|
618 |
width: 30px;
|
|
|
619 |
padding-right: 0;
|
|
|
620 |
}
|
|
|
621 |
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
|
|
|
622 |
padding-right: .5em;
|
|
|
623 |
}
|
|
|
624 |
.node-form .content-add-more .form-submit {
|
|
|
625 |
margin: 0;
|
|
|
626 |
}
|
|
|
627 |
.content-multiple-remove-button {
|
|
|
628 |
display: block;
|
|
|
629 |
float: right;
|
|
|
630 |
height: 14px;
|
|
|
631 |
width: 16px;
|
|
|
632 |
margin: 2px 0 1px 0;
|
|
|
633 |
padding: 0;
|
|
|
634 |
background: transparent url(http://static.mediapart.fr/sites/all/modules/contrib/cck/images/remove.png) no-repeat 0 0;
|
|
|
635 |
border-bottom: #C2C9CE 1px solid;
|
|
|
636 |
border-right: #C2C9CE 1px solid;
|
|
|
637 |
}
|
|
|
638 |
.content-multiple-remove-button:hover {
|
|
|
639 |
background-position: 0 -14px;
|
|
|
640 |
}
|
|
|
641 |
.content-multiple-removed-row .content-multiple-remove-button {
|
|
|
642 |
background-position: 0 -28px;
|
|
|
643 |
}
|
|
|
644 |
.content-multiple-removed-row .content-multiple-remove-button:hover {
|
|
|
645 |
background-position: 0 -42px;
|
|
|
646 |
}
|
|
|
647 |
html.js .content-multiple-removed-row {
|
|
|
648 |
background-color: #ffffcc;
|
|
|
649 |
}
|
|
|
650 |
.content-multiple-weight-header, .content-multiple-remove-header, .content-multiple-remove-cell, .content-multiple-table td.delta-order {
|
|
|
651 |
text-align: center;
|
|
|
652 |
}
|
|
|
653 |
html.js .content-multiple-weight-header, html.js .content-multiple-remove-header span, html.js .content-multiple-table td.delta-order, html.js .content-multiple-remove-checkbox {
|
|
|
654 |
display: none;
|
|
|
655 |
}
|
|
|
656 |
.node-form .number {
|
|
|
657 |
display: inline;
|
|
|
658 |
width: auto;
|
|
|
659 |
}
|
|
|
660 |
.node-form .text {
|
|
|
661 |
width: auto;
|
|
|
662 |
}
|
|
|
663 |
.form-item #autocomplete .reference-autocomplete {
|
|
|
664 |
white-space: normal;
|
|
|
665 |
}
|
|
|
666 |
.form-item #autocomplete .reference-autocomplete label {
|
|
|
667 |
display: inline;
|
|
|
668 |
font-weight: normal;
|
|
|
669 |
}
|
|
|
670 |
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link {
|
|
|
671 |
margin: 4px 4px 0 0;
|
|
|
672 |
}
|
|
|
673 |
#content-field-overview-form .label-group, #content-display-overview-form .label-group, #content-copy-export-form .label-group {
|
|
|
674 |
font-weight: bold;
|
|
|
675 |
}
|
|
|
676 |
table#content-field-overview .label-add-new-field, table#content-field-overview .label-add-existing-field, table#content-field-overview .label-add-new-group {
|
|
|
677 |
float: left;
|
|
|
678 |
}
|
|
|
679 |
table#content-field-overview tr.content-add-new .tabledrag-changed {
|
|
|
680 |
display: none;
|
|
|
681 |
}
|
|
|
682 |
table#content-field-overview tr.content-add-new .description {
|
|
|
683 |
margin-bottom: 0;
|
|
|
684 |
}
|
|
|
685 |
table#content-field-overview .content-new {
|
|
|
686 |
font-weight: bold;
|
|
|
687 |
padding-bottom: .5em;
|
|
|
688 |
}
|
|
|
689 |
.advanced-help-topic h3, .advanced-help-topic h4, .advanced-help-topic h5, .advanced-help-topic h6 {
|
|
|
690 |
margin: 1em 0 .5em 0;
|
|
|
691 |
}
|
|
|
692 |
.advanced-help-topic dd {
|
|
|
693 |
margin-bottom: .5em;
|
|
|
694 |
}
|
|
|
695 |
.advanced-help-topic span.code {
|
|
|
696 |
background-color: #EDF1F3;
|
|
|
697 |
font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
|
|
|
698 |
font-size: 0.9em;
|
|
|
699 |
padding: 1px;
|
|
|
700 |
}
|
|
|
701 |
.advanced-help-topic .content-border {
|
|
|
702 |
border: 1px solid #AAA
|
|
|
703 |
}
|
|
|
704 |
|
|
|
705 |
.ctools-locked {
|
|
|
706 |
color: red;
|
|
|
707 |
border: 1px solid red;
|
|
|
708 |
padding: 1em;
|
|
|
709 |
}
|
|
|
710 |
.ctools-owns-lock {
|
|
|
711 |
background: #FFFFDD none repeat scroll 0 0;
|
|
|
712 |
border: 1px solid #F0C020;
|
|
|
713 |
padding: 1em;
|
|
|
714 |
}
|
|
|
715 |
a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
|
|
|
716 |
padding-right: 18px !important;
|
|
|
717 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
|
|
|
718 |
}
|
|
|
719 |
div.ctools-ajaxing {
|
|
|
720 |
float: left;
|
|
|
721 |
width: 18px;
|
|
|
722 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
|
|
|
723 |
}
|
|
|
724 |
|
|
|
725 |
.container-inline-date {
|
|
|
726 |
width: auto;
|
|
|
727 |
clear: both;
|
|
|
728 |
display: inline-block;
|
|
|
729 |
vertical-align: top;
|
|
|
730 |
margin-right: 0.5em;
|
|
|
731 |
}
|
|
|
732 |
.container-inline-date .form-item {
|
|
|
733 |
float: none;
|
|
|
734 |
padding: 0;
|
|
|
735 |
margin: 0;
|
|
|
736 |
}
|
|
|
737 |
.container-inline-date .form-item .form-item {
|
|
|
738 |
float: left;
|
|
|
739 |
}
|
|
|
740 |
.container-inline-date .form-item, .container-inline-date .form-item input {
|
|
|
741 |
width: auto;
|
|
|
742 |
}
|
|
|
743 |
.container-inline-date .description {
|
|
|
744 |
clear: both;
|
|
|
745 |
}
|
|
|
746 |
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
|
|
|
747 |
margin-right: 5px;
|
|
|
748 |
}
|
|
|
749 |
.container-inline-date .date-spacer {
|
|
|
750 |
margin-left: -5px;
|
|
|
751 |
}
|
|
|
752 |
.views-right-60 .container-inline-date div {
|
|
|
753 |
padding: 0;
|
|
|
754 |
margin: 0;
|
|
|
755 |
}
|
|
|
756 |
.container-inline-date .date-timezone .form-item {
|
|
|
757 |
float: none;
|
|
|
758 |
width: auto;
|
|
|
759 |
clear: both;
|
|
|
760 |
}
|
|
|
761 |
#calendar_div, #calendar_div td, #calendar_div th {
|
|
|
762 |
margin: 0;
|
|
|
763 |
padding: 0;
|
|
|
764 |
}
|
|
|
765 |
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
|
|
|
766 |
width: 185px;
|
|
|
767 |
border-collapse: separate;
|
|
|
768 |
margin: 0;
|
|
|
769 |
}
|
|
|
770 |
.calendar td {
|
|
|
771 |
padding: 0;
|
|
|
772 |
}
|
|
|
773 |
span.date-display-single {
|
|
|
774 |
}
|
|
|
775 |
span.date-display-start {
|
|
|
776 |
}
|
|
|
777 |
span.date-display-end {
|
|
|
778 |
}
|
|
|
779 |
span.date-display-separator {
|
|
|
780 |
}
|
|
|
781 |
.date-repeat-input {
|
|
|
782 |
float: left;
|
|
|
783 |
width: auto;
|
|
|
784 |
margin-right: 5px;
|
|
|
785 |
}
|
|
|
786 |
.date-repeat-input select {
|
|
|
787 |
min-width: 7em;
|
|
|
788 |
}
|
|
|
789 |
.date-repeat fieldset {
|
|
|
790 |
clear: both;
|
|
|
791 |
float: none;
|
|
|
792 |
}
|
|
|
793 |
.date-views-filter-wrapper {
|
|
|
794 |
min-width: 250px;
|
|
|
795 |
}
|
|
|
796 |
.date-views-filter input {
|
|
|
797 |
float: left !important;
|
|
|
798 |
margin-right: 2px !important;
|
|
|
799 |
padding: 0 !important;
|
|
|
800 |
width: 12em;
|
|
|
801 |
min-width: 12em;
|
|
|
802 |
}
|
|
|
803 |
.date-nav {
|
|
|
804 |
width: 100%;
|
|
|
805 |
}
|
|
|
806 |
.date-nav div.date-prev {
|
|
|
807 |
text-align: left;
|
|
|
808 |
width: 24%;
|
|
|
809 |
float: left;
|
|
|
810 |
}
|
|
|
811 |
.date-nav div.date-next {
|
|
|
812 |
text-align: right;
|
|
|
813 |
width: 24%;
|
|
|
814 |
float: right;
|
|
|
815 |
}
|
|
|
816 |
.date-nav div.date-heading {
|
|
|
817 |
text-align: center;
|
|
|
818 |
width: 50%;
|
|
|
819 |
float: left;
|
|
|
820 |
}
|
|
|
821 |
.date-nav div.date-heading h3 {
|
|
|
822 |
margin: 0;
|
|
|
823 |
padding: 0;
|
|
|
824 |
}
|
|
|
825 |
.date-clear {
|
|
|
826 |
float: none;
|
|
|
827 |
clear: both;
|
|
|
828 |
display: block;
|
|
|
829 |
}
|
|
|
830 |
.date-clear-block {
|
|
|
831 |
float: none;
|
|
|
832 |
width: auto;
|
|
|
833 |
clear: both;
|
|
|
834 |
}
|
|
|
835 |
.date-clear-block:after {
|
|
|
836 |
content: " ";
|
|
|
837 |
display: block;
|
|
|
838 |
height: 0;
|
|
|
839 |
clear: both;
|
|
|
840 |
visibility: hidden;
|
|
|
841 |
}
|
|
|
842 |
.date-clear-block {
|
|
|
843 |
display: inline-block;
|
|
|
844 |
}/*_\*/
|
|
|
845 |
* html .date-clear-block {
|
|
|
846 |
height: 1%;
|
|
|
847 |
}
|
|
|
848 |
.date-clear-block {
|
|
|
849 |
display: block;
|
|
|
850 |
}/* End hide from IE-mac */
|
|
|
851 |
|
|
|
852 |
.date-container .date-format-delete {
|
|
|
853 |
margin-top: 1.8em;
|
|
|
854 |
margin-left: 1.5em;
|
|
|
855 |
float: left;
|
|
|
856 |
}
|
|
|
857 |
.date-container .date-format-name {
|
|
|
858 |
float: left;
|
|
|
859 |
}
|
|
|
860 |
.date-container .date-format-type {
|
|
|
861 |
float: left;
|
|
|
862 |
padding-left: 10px;
|
|
|
863 |
}
|
|
|
864 |
.date-container .select-container {
|
|
|
865 |
clear: left;
|
|
|
866 |
float: left;
|
|
|
867 |
}
|
|
|
868 |
div.date-calendar-day {
|
|
|
869 |
line-height: 1;
|
|
|
870 |
width: 40px;
|
|
|
871 |
float: left;
|
|
|
872 |
margin: 6px 10px 0 0;
|
|
|
873 |
background: #F3F3F3;
|
|
|
874 |
border-top: 1px solid #eee;
|
|
|
875 |
border-left: 1px solid #eee;
|
|
|
876 |
border-right: 1px solid #bbb;
|
|
|
877 |
border-bottom: 1px solid #bbb;
|
|
|
878 |
color: #999;
|
|
|
879 |
text-align: center;
|
|
|
880 |
font-family: Georgia, Arial, Verdana, sans;
|
|
|
881 |
}
|
|
|
882 |
div.date-calendar-day span {
|
|
|
883 |
display: block;
|
|
|
884 |
text-align: center;
|
|
|
885 |
}
|
|
|
886 |
div.date-calendar-day span.month {
|
|
|
887 |
font-size: .9em;
|
|
|
888 |
background-color: #B5BEBE;
|
|
|
889 |
color: white;
|
|
|
890 |
padding: 2px;
|
|
|
891 |
text-transform: uppercase;
|
|
|
892 |
}
|
|
|
893 |
div.date-calendar-day span.day {
|
|
|
894 |
font-weight: bold;
|
|
|
895 |
font-size: 2em;
|
|
|
896 |
}
|
|
|
897 |
div.date-calendar-day span.year {
|
|
|
898 |
font-size: .9em;
|
|
|
899 |
padding: 2px;
|
|
|
900 |
}
|
|
|
901 |
|
|
|
902 |
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
|
|
|
903 |
margin: 0;
|
|
|
904 |
padding: 0;
|
|
|
905 |
}
|
|
|
906 |
#ui-datepicker-div, #ui-datepicker-div table, .ui-datepicker-div, .ui-datepicker-div table, .ui-datepicker-inline, .ui-datepicker-inline table {
|
|
|
907 |
font-size: 12px !important;
|
|
|
908 |
}
|
|
|
909 |
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
|
|
|
910 |
margin: 0;
|
|
|
911 |
padding: 0;
|
|
|
912 |
border: 0;
|
|
|
913 |
outline: 0;
|
|
|
914 |
line-height: 1.3;
|
|
|
915 |
text-decoration: none;
|
|
|
916 |
font-size: 100%;
|
|
|
917 |
list-style: none;
|
|
|
918 |
background: #ffffff;
|
|
|
919 |
border: 2px solid #d3d3d3;
|
|
|
920 |
font-family: Verdana, Arial, sans-serif;
|
|
|
921 |
font-size: 1.1em;
|
|
|
922 |
margin: 0;
|
|
|
923 |
padding: 2.5em .5em .5em .5em;
|
|
|
924 |
position: relative;
|
|
|
925 |
width: 15.5em;
|
|
|
926 |
}
|
|
|
927 |
#ui-datepicker-div {
|
|
|
928 |
background: #ffffff;
|
|
|
929 |
display: none;
|
|
|
930 |
z-index: 9999;
|
|
|
931 |
}
|
|
|
932 |
.ui-datepicker-inline {
|
|
|
933 |
display: block;
|
|
|
934 |
float: left;
|
|
|
935 |
}
|
|
|
936 |
.ui-datepicker-control {
|
|
|
937 |
display: none;
|
|
|
938 |
}
|
|
|
939 |
.ui-datepicker-current {
|
|
|
940 |
display: none;
|
|
|
941 |
}
|
|
|
942 |
.ui-datepicker-next, .ui-datepicker-prev {
|
|
|
943 |
background: #e6e6e6 url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
|
|
|
944 |
left: .5em;
|
|
|
945 |
position: absolute;
|
|
|
946 |
top: .5em;
|
|
|
947 |
}
|
|
|
948 |
.ui-datepicker-next {
|
|
|
949 |
left: 14.6em;
|
|
|
950 |
}
|
|
|
951 |
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
|
|
|
952 |
background: #dadada url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
|
|
|
953 |
}
|
|
|
954 |
.ui-datepicker-next a, .ui-datepicker-prev a {
|
|
|
955 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
|
|
|
956 |
border: 1px solid #d3d3d3;
|
|
|
957 |
cursor: pointer;
|
|
|
958 |
display: block;
|
|
|
959 |
font-size: 1em;
|
|
|
960 |
height: 1.4em;
|
|
|
961 |
text-indent: -999999px;
|
|
|
962 |
width: 1.3em;
|
|
|
963 |
}
|
|
|
964 |
.ui-datepicker-next a {
|
|
|
965 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
|
|
|
966 |
}
|
|
|
967 |
.ui-datepicker-prev a:hover {
|
|
|
968 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
|
|
|
969 |
}
|
|
|
970 |
.ui-datepicker-next a:hover {
|
|
|
971 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
|
|
|
972 |
}
|
|
|
973 |
.ui-datepicker-prev a:active {
|
|
|
974 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
|
|
|
975 |
}
|
|
|
976 |
.ui-datepicker-next a:active {
|
|
|
977 |
background: url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
|
|
|
978 |
}
|
|
|
979 |
.ui-datepicker-header select {
|
|
|
980 |
background: #e6e6e6;
|
|
|
981 |
border: 1px solid #d3d3d3;
|
|
|
982 |
color: #555555;
|
|
|
983 |
font-size: 1em;
|
|
|
984 |
line-height: 1.4em;
|
|
|
985 |
margin: 0 !important;
|
|
|
986 |
padding: 0 !important;
|
|
|
987 |
position: absolute;
|
|
|
988 |
top: .5em;
|
|
|
989 |
}
|
|
|
990 |
.ui-datepicker-header select.ui-datepicker-new-month {
|
|
|
991 |
left: 2.2em;
|
|
|
992 |
width: 7em;
|
|
|
993 |
}
|
|
|
994 |
.ui-datepicker-header select.ui-datepicker-new-year {
|
|
|
995 |
left: 9.4em;
|
|
|
996 |
width: 5em;
|
|
|
997 |
}
|
|
|
998 |
table.ui-datepicker {
|
|
|
999 |
text-align: right;
|
|
|
1000 |
width: 15.5em;
|
|
|
1001 |
}
|
|
|
1002 |
table.ui-datepicker td a {
|
|
|
1003 |
color: #555555;
|
|
|
1004 |
display: block;
|
|
|
1005 |
padding: .1em .3em .1em 0;
|
|
|
1006 |
text-decoration: none;
|
|
|
1007 |
}
|
|
|
1008 |
table.ui-datepicker tbody {
|
|
|
1009 |
border-top: none;
|
|
|
1010 |
}
|
|
|
1011 |
table.ui-datepicker tbody td a {
|
|
|
1012 |
background: #e6e6e6 url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
|
|
|
1013 |
border: 1px solid #ffffff;
|
|
|
1014 |
cursor: pointer;
|
|
|
1015 |
}
|
|
|
1016 |
table.ui-datepicker tbody td a:hover {
|
|
|
1017 |
background: #dadada url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
|
|
|
1018 |
border: 1px solid #999999;
|
|
|
1019 |
color: #212121;
|
|
|
1020 |
}
|
|
|
1021 |
table.ui-datepicker tbody td a:active {
|
|
|
1022 |
background: #ffffff url(http://static.mediapart.fr/sites/all/modules/contrib/date/date_popup/themes/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
|
|
|
1023 |
border: 1px solid #dddddd;
|
|
|
1024 |
color: #222222;
|
|
|
1025 |
}
|
|
|
1026 |
table.ui-datepicker .ui-datepicker-title-row td {
|
|
|
1027 |
color: #222222;
|
|
|
1028 |
font-size: .9em;
|
|
|
1029 |
padding: .3em 0;
|
|
|
1030 |
text-align: center;
|
|
|
1031 |
text-transform: uppercase;
|
|
|
1032 |
}
|
|
|
1033 |
table.ui-datepicker .ui-datepicker-title-row td a {
|
|
|
1034 |
color: #222222;
|
|
|
1035 |
}
|
|
|
1036 |
|
|
|
1037 |
.timeEntry_control {
|
|
|
1038 |
vertical-align: middle;
|
|
|
1039 |
margin-left: 2px;
|
|
|
1040 |
}
|
|
|
1041 |
* html .timeEntry_control {
|
|
|
1042 |
margin-top: -4px;
|
|
|
1043 |
}
|
|
|
1044 |
.timeEntry {
|
|
|
1045 |
background-color: transparent !important;
|
|
|
1046 |
}
|
|
|
1047 |
.timeEntry_control {
|
|
|
1048 |
display: none;
|
|
|
1049 |
}
|
|
|
1050 |
|
|
|
1051 |
.filefield-icon {
|
|
|
1052 |
margin: 0 2px 0 0;
|
|
|
1053 |
}
|
|
|
1054 |
.filefield-element {
|
|
|
1055 |
margin: 1em 0;
|
|
|
1056 |
white-space: normal;
|
|
|
1057 |
}
|
|
|
1058 |
.filefield-element .widget-preview {
|
|
|
1059 |
float: left;
|
|
|
1060 |
padding: 0 10px 0 0;
|
|
|
1061 |
margin: 0 10px 0 0;
|
|
|
1062 |
border-width: 0 1px 0 0;
|
|
|
1063 |
border-style: solid;
|
|
|
1064 |
border-color: #CCC;
|
|
|
1065 |
max-width: 30%;
|
|
|
1066 |
}
|
|
|
1067 |
.filefield-element .widget-edit {
|
|
|
1068 |
float: left;
|
|
|
1069 |
max-width: 70%;
|
|
|
1070 |
}
|
|
|
1071 |
.filefield-element .filefield-preview {
|
|
|
1072 |
width: 16em;
|
|
|
1073 |
overflow: hidden;
|
|
|
1074 |
}
|
|
|
1075 |
.filefield-element .widget-edit .form-item {
|
|
|
1076 |
margin: 0 0 1em 0;
|
|
|
1077 |
}
|
|
|
1078 |
.filefield-element input.form-submit, .filefield-element input.form-file {
|
|
|
1079 |
margin: 0;
|
|
|
1080 |
}
|
|
|
1081 |
.filefield-element input.progress-disabled {
|
|
|
1082 |
float: none;
|
|
|
1083 |
display: inline;
|
|
|
1084 |
}
|
|
|
1085 |
.filefield-element div.ahah-progress, .filefield-element div.throbber {
|
|
|
1086 |
display: inline;
|
|
|
1087 |
float: none;
|
|
|
1088 |
padding: 1px 13px 2px 3px;
|
|
|
1089 |
}
|
|
|
1090 |
.filefield-element div.ahah-progress-bar {
|
|
|
1091 |
display: none;
|
|
|
1092 |
margin-top: 4px;
|
|
|
1093 |
width: 28em;
|
|
|
1094 |
padding: 0;
|
|
|
1095 |
}
|
|
|
1096 |
.filefield-element div.ahah-progress-bar div.bar {
|
|
|
1097 |
margin: 0;
|
|
|
1098 |
}
|
|
|
1099 |
|
|
|
1100 |
div.toboggan-container {
|
|
|
1101 |
text-align: center;
|
|
|
1102 |
}
|
|
|
1103 |
div.toboggan-login-link-container {
|
|
|
1104 |
text-align: left;
|
|
|
1105 |
}
|
|
|
1106 |
div.toboggan-login-link-container a {
|
|
|
1107 |
text-decoration: none;
|
|
|
1108 |
}
|
|
|
1109 |
div.toboggan-block-message {
|
|
|
1110 |
text-align: left;
|
|
|
1111 |
}
|
|
|
1112 |
div.user-login-block {
|
|
|
1113 |
text-align: left;
|
|
|
1114 |
}
|
|
|
1115 |
div.user-login-block a {
|
|
|
1116 |
text-align: left;
|
|
|
1117 |
}
|
|
|
1118 |
.og-picture-wrapper {
|
|
|
1119 |
border-bottom: 1px dotted;
|
|
|
1120 |
padding: 5px 0px;
|
|
|
1121 |
text-align: center;
|
|
|
1122 |
}
|
|
|
1123 |
.og-picture-wrapper .picture {
|
|
|
1124 |
float: none;
|
|
|
1125 |
}
|
|
|
1126 |
#block-og-5 div.item-list ul {
|
|
|
1127 |
padding: 0;
|
|
|
1128 |
margin: 0;
|
|
|
1129 |
}
|
|
|
1130 |
#block-og-5 div.item-list ul ul li {
|
|
|
1131 |
margin: 0
|
|
|
1132 |
}
|
|
|
1133 |
#block-og-0 .form-item {
|
|
|
1134 |
margin-bottom: .4em;
|
|
|
1135 |
}
|
|
|
1136 |
#block-og-0 h2 a {
|
|
|
1137 |
text-decoration: none;
|
|
|
1138 |
}
|
|
|
1139 |
.groups .links {
|
|
|
1140 |
display: inline;
|
|
|
1141 |
}
|
|
|
1142 |
.view-id-og_members_faces table td, .view-id-og_members_block {
|
|
|
1143 |
text-align: center;
|
|
|
1144 |
vertical-align: bottom;
|
|
|
1145 |
}
|
|
|
1146 |
.view-id-og_members_block .item-list ul li {
|
|
|
1147 |
border-top: #CCCCCC 1px dotted;
|
|
|
1148 |
padding-top: 4px;
|
|
|
1149 |
list-style: none;
|
|
|
1150 |
background: none;
|
|
|
1151 |
margin-left: 0;
|
|
|
1152 |
padding-left: 0em;
|
|
|
1153 |
text-indent: -1em;
|
|
|
1154 |
}
|
|
|
1155 |
.view-id-og_members_faces tr.row-first td, .view-id-og_members_block ul li:first-child {
|
|
|
1156 |
border-top: none;
|
|
|
1157 |
}
|
|
|
1158 |
.view-id-og_members_faces div.picture, .view-id-og_members_block div.picture {
|
|
|
1159 |
float: none;
|
|
|
1160 |
}
|
|
|
1161 |
.views-field-is-admin {
|
|
|
1162 |
font-style: italic;
|
|
|
1163 |
}
|
|
|
1164 |
|
|
|
1165 |
.simplenews-subscription-filter .form-item {
|
|
|
1166 |
clear: both;
|
|
|
1167 |
line-height: 1.75em;
|
|
|
1168 |
margin: 0pt 1em 0pt 0pt;
|
|
|
1169 |
}
|
|
|
1170 |
.simplenews-subscription-filter .form-item label {
|
|
|
1171 |
float: left;
|
|
|
1172 |
width: 12em;
|
|
|
1173 |
}
|
|
|
1174 |
.simplenews-subscription-filter .spacer {
|
|
|
1175 |
margin-left: 12em;
|
|
|
1176 |
}
|
|
|
1177 |
.simplenews-subscription-filter .form-select, .simplenews-subscription-filter .form-text {
|
|
|
1178 |
width: 14em;
|
|
|
1179 |
}
|
|
|
1180 |
.block-simplenews .issues-link, .block-simplenews .issues-list {
|
|
|
1181 |
margin-top: 1em;
|
|
|
1182 |
}
|
|
|
1183 |
.block-simplenews .issues-list .newsletter-created {
|
|
|
1184 |
display: none;
|
|
|
1185 |
}
|
|
|
1186 |
.media {
|
|
|
1187 |
display: block;
|
|
|
1188 |
}
|
|
|
1189 |
.media-align-left {
|
|
|
1190 |
float: left;
|
|
|
1191 |
margin-right: 6px;
|
|
|
1192 |
margin-top: 4px;
|
|
|
1193 |
margin-bottom: 2px;
|
|
|
1194 |
}
|
|
|
1195 |
.media-align-right {
|
|
|
1196 |
float: right;
|
|
|
1197 |
margin-left: 6px;
|
|
|
1198 |
margin-top: 4px;
|
|
|
1199 |
margin-bottom: 2px;
|
|
|
1200 |
}
|
|
|
1201 |
.media-align-center {
|
|
|
1202 |
float: none;
|
|
|
1203 |
text-align: center;
|
|
|
1204 |
}
|
|
|
1205 |
.media .legend {
|
|
|
1206 |
display: block;
|
|
|
1207 |
font: 80% 'Times New Roman';
|
|
|
1208 |
line-height: 12px;
|
|
|
1209 |
margin-bottom: 5px;
|
|
|
1210 |
text-align: left;
|
|
|
1211 |
}
|
|
|
1212 |
.legend .copyright {
|
|
|
1213 |
font-style: italic;
|
|
|
1214 |
margin-left: 5px;
|
|
|
1215 |
}
|
|
|
1216 |
cite {
|
|
|
1217 |
font-style: italic;
|
|
|
1218 |
}
|
|
|
1219 |
cite:before {
|
|
|
1220 |
content: "« ";
|
|
|
1221 |
}
|
|
|
1222 |
cite:after {
|
|
|
1223 |
content: " »";
|
|
|
1224 |
}
|
|
|
1225 |
.content hr {
|
|
|
1226 |
width: 70%;
|
|
|
1227 |
}
|
|
|
1228 |
.petite-police {
|
|
|
1229 |
font-size: 11px;
|
|
|
1230 |
}
|
|
|
1231 |
.titre-gras-rouge-petite-cap {
|
|
|
1232 |
color: #CB1500;
|
|
|
1233 |
font: small-caps 900 20px 'Times New Roman';
|
|
|
1234 |
}
|
|
|
1235 |
.titre-gras-bleu-petite-cap {
|
|
|
1236 |
color: #197CAA;
|
|
|
1237 |
font: small-caps 900 20px 'Times New Roman';
|
|
|
1238 |
}
|
|
|
1239 |
.inter-titre-gris {
|
|
|
1240 |
color: #656565;
|
|
|
1241 |
font: 900 20px 'Times New Roman';
|
|
|
1242 |
margin: 0 0 10px;
|
|
|
1243 |
}
|
|
|
1244 |
.underline {
|
|
|
1245 |
text-decoration: underline;
|
|
|
1246 |
}
|
|
|
1247 |
.left {
|
|
|
1248 |
text-align: left;
|
|
|
1249 |
}
|
|
|
1250 |
.right {
|
|
|
1251 |
text-align: right;
|
|
|
1252 |
}
|
|
|
1253 |
.center {
|
|
|
1254 |
text-align: center;
|
|
|
1255 |
}
|
|
|
1256 |
.format-100_pixels {
|
|
|
1257 |
width: 100px;
|
|
|
1258 |
}
|
|
|
1259 |
.format-115_pixels {
|
|
|
1260 |
width: 115px;
|
|
|
1261 |
}
|
|
|
1262 |
.format-139_pixels {
|
|
|
1263 |
width: 139px;
|
|
|
1264 |
}
|
|
|
1265 |
.format-150_pixels {
|
|
|
1266 |
width: 150px;
|
|
|
1267 |
}
|
|
|
1268 |
.format-225_pixels {
|
|
|
1269 |
width: 225px;
|
|
|
1270 |
}
|
|
|
1271 |
.format-250_pixels {
|
|
|
1272 |
width: 250px;
|
|
|
1273 |
}
|
|
|
1274 |
.format-294_pixels {
|
|
|
1275 |
width: 294px;
|
|
|
1276 |
}
|
|
|
1277 |
.format-300_pixels {
|
|
|
1278 |
width: 300px;
|
|
|
1279 |
}
|
|
|
1280 |
.format-370_pixels {
|
|
|
1281 |
width: 370px;
|
|
|
1282 |
}
|
|
|
1283 |
.format-475_pixels {
|
|
|
1284 |
width: 475px;
|
|
|
1285 |
}
|
|
|
1286 |
.format-500_pixels {
|
|
|
1287 |
width: 500px;
|
|
|
1288 |
}
|
|
|
1289 |
.format-50_pixels {
|
|
|
1290 |
width: 50px;
|
|
|
1291 |
}
|
|
|
1292 |
.format-70_pixels {
|
|
|
1293 |
width: 70px;
|
|
|
1294 |
}
|
|
|
1295 |
.format-770_pixels {
|
|
|
1296 |
width: 770px;
|
|
|
1297 |
}
|
|
|
1298 |
.format-photo_blog_grande {
|
|
|
1299 |
width: 260px;
|
|
|
1300 |
}
|
|
|
1301 |
.format-photo_blog_petite {
|
|
|
1302 |
width: 68px;
|
|
|
1303 |
}
|
|
|
1304 |
|
|
|
1305 |
#media-wizard .toolbar a#add-media_image {
|
|
|
1306 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/media/plugins/media_audio/add.png);
|
|
|
1307 |
background-repeat: no-repeat;
|
|
|
1308 |
}
|
|
|
1309 |
#media-wizard .toolbar a#add-embed {
|
|
|
1310 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/media/plugins/media_embedded/add-embed.png);
|
|
|
1311 |
background-repeat: no-repeat;
|
|
|
1312 |
}
|
|
|
1313 |
#fancybox-loading {
|
|
|
1314 |
position: fixed;
|
|
|
1315 |
top: 50%;
|
|
|
1316 |
left: 50%;
|
|
|
1317 |
width: 40px;
|
|
|
1318 |
height: 40px;
|
|
|
1319 |
margin-top: -20px;
|
|
|
1320 |
margin-left: -20px;
|
|
|
1321 |
cursor: pointer;
|
|
|
1322 |
overflow: hidden;
|
|
|
1323 |
z-index: 1104;
|
|
|
1324 |
display: none;
|
|
|
1325 |
}
|
|
|
1326 |
#fancybox-loading div {
|
|
|
1327 |
position: absolute;
|
|
|
1328 |
top: 0;
|
|
|
1329 |
left: 0;
|
|
|
1330 |
width: 40px;
|
|
|
1331 |
height: 480px;
|
|
|
1332 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1333 |
}
|
|
|
1334 |
#fancybox-overlay {
|
|
|
1335 |
position: absolute;
|
|
|
1336 |
top: 0;
|
|
|
1337 |
left: 0;
|
|
|
1338 |
width: 100%;
|
|
|
1339 |
z-index: 1100;
|
|
|
1340 |
display: none;
|
|
|
1341 |
}
|
|
|
1342 |
#fancybox-tmp {
|
|
|
1343 |
padding: 0;
|
|
|
1344 |
margin: 0;
|
|
|
1345 |
border: 0;
|
|
|
1346 |
overflow: auto;
|
|
|
1347 |
display: none;
|
|
|
1348 |
}
|
|
|
1349 |
#fancybox-wrap {
|
|
|
1350 |
position: absolute;
|
|
|
1351 |
top: 0;
|
|
|
1352 |
left: 0;
|
|
|
1353 |
padding: 20px;
|
|
|
1354 |
z-index: 1101;
|
|
|
1355 |
outline: none;
|
|
|
1356 |
display: none;
|
|
|
1357 |
}
|
|
|
1358 |
#fancybox-outer {
|
|
|
1359 |
position: relative;
|
|
|
1360 |
width: 100%;
|
|
|
1361 |
height: 100%;
|
|
|
1362 |
background: #fff;
|
|
|
1363 |
}
|
|
|
1364 |
#fancybox-content {
|
|
|
1365 |
width: 0;
|
|
|
1366 |
height: 0;
|
|
|
1367 |
padding: 0;
|
|
|
1368 |
outline: none;
|
|
|
1369 |
position: relative;
|
|
|
1370 |
overflow: hidden;
|
|
|
1371 |
z-index: 1102;
|
|
|
1372 |
border: 0px solid #fff;
|
|
|
1373 |
}
|
|
|
1374 |
#fancybox-hide-sel-frame {
|
|
|
1375 |
position: absolute;
|
|
|
1376 |
top: 0;
|
|
|
1377 |
left: 0;
|
|
|
1378 |
width: 100%;
|
|
|
1379 |
height: 100%;
|
|
|
1380 |
background: transparent;
|
|
|
1381 |
z-index: 1101;
|
|
|
1382 |
}
|
|
|
1383 |
#fancybox-close {
|
|
|
1384 |
position: absolute;
|
|
|
1385 |
top: -15px;
|
|
|
1386 |
right: -15px;
|
|
|
1387 |
width: 30px;
|
|
|
1388 |
height: 30px;
|
|
|
1389 |
background: transparent url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png) -40px 0px;
|
|
|
1390 |
cursor: pointer;
|
|
|
1391 |
z-index: 1103;
|
|
|
1392 |
display: none;
|
|
|
1393 |
}
|
|
|
1394 |
#fancybox-error {
|
|
|
1395 |
color: #444;
|
|
|
1396 |
font: normal 12px/20px Arial;
|
|
|
1397 |
padding: 14px;
|
|
|
1398 |
margin: 0;
|
|
|
1399 |
}
|
|
|
1400 |
#fancybox-img {
|
|
|
1401 |
width: 100%;
|
|
|
1402 |
height: 100%;
|
|
|
1403 |
padding: 0;
|
|
|
1404 |
margin: 0;
|
|
|
1405 |
border: none;
|
|
|
1406 |
outline: none;
|
|
|
1407 |
line-height: 0;
|
|
|
1408 |
vertical-align: top;
|
|
|
1409 |
}
|
|
|
1410 |
#fancybox-frame {
|
|
|
1411 |
width: 100%;
|
|
|
1412 |
height: 100%;
|
|
|
1413 |
border: none;
|
|
|
1414 |
display: block;
|
|
|
1415 |
}
|
|
|
1416 |
#fancybox-left, #fancybox-right {
|
|
|
1417 |
position: absolute;
|
|
|
1418 |
bottom: 0px;
|
|
|
1419 |
height: 100%;
|
|
|
1420 |
width: 35%;
|
|
|
1421 |
cursor: pointer;
|
|
|
1422 |
outline: none;
|
|
|
1423 |
background: transparent url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/blank.gif);
|
|
|
1424 |
z-index: 1102;
|
|
|
1425 |
display: none;
|
|
|
1426 |
}
|
|
|
1427 |
#fancybox-left {
|
|
|
1428 |
left: 0px;
|
|
|
1429 |
}
|
|
|
1430 |
#fancybox-right {
|
|
|
1431 |
right: 0px;
|
|
|
1432 |
}
|
|
|
1433 |
#fancybox-left-ico, #fancybox-right-ico {
|
|
|
1434 |
position: absolute;
|
|
|
1435 |
top: 50%;
|
|
|
1436 |
left: -9999px;
|
|
|
1437 |
width: 30px;
|
|
|
1438 |
height: 30px;
|
|
|
1439 |
margin-top: -15px;
|
|
|
1440 |
cursor: pointer;
|
|
|
1441 |
z-index: 1102;
|
|
|
1442 |
display: block;
|
|
|
1443 |
}
|
|
|
1444 |
#fancybox-left-ico {
|
|
|
1445 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1446 |
background-position: -40px -30px;
|
|
|
1447 |
}
|
|
|
1448 |
#fancybox-right-ico {
|
|
|
1449 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1450 |
background-position: -40px -60px;
|
|
|
1451 |
}
|
|
|
1452 |
#fancybox-left:hover, #fancybox-right:hover {
|
|
|
1453 |
visibility: visible;
|
|
|
1454 |
}
|
|
|
1455 |
#fancybox-left:hover span {
|
|
|
1456 |
left: 20px;
|
|
|
1457 |
}
|
|
|
1458 |
#fancybox-right:hover span {
|
|
|
1459 |
left: auto;
|
|
|
1460 |
right: 20px;
|
|
|
1461 |
}
|
|
|
1462 |
.fancybox-bg {
|
|
|
1463 |
position: absolute;
|
|
|
1464 |
padding: 0;
|
|
|
1465 |
margin: 0;
|
|
|
1466 |
border: 0;
|
|
|
1467 |
width: 20px;
|
|
|
1468 |
height: 20px;
|
|
|
1469 |
z-index: 1001;
|
|
|
1470 |
}
|
|
|
1471 |
#fancybox-bg-n {
|
|
|
1472 |
top: -20px;
|
|
|
1473 |
left: 0;
|
|
|
1474 |
width: 100%;
|
|
|
1475 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox-x.png);
|
|
|
1476 |
}
|
|
|
1477 |
#fancybox-bg-ne {
|
|
|
1478 |
top: -20px;
|
|
|
1479 |
right: -20px;
|
|
|
1480 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1481 |
background-position: -40px -162px;
|
|
|
1482 |
}
|
|
|
1483 |
#fancybox-bg-e {
|
|
|
1484 |
top: 0;
|
|
|
1485 |
right: -20px;
|
|
|
1486 |
height: 100%;
|
|
|
1487 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox-y.png);
|
|
|
1488 |
background-position: -20px 0px;
|
|
|
1489 |
}
|
|
|
1490 |
#fancybox-bg-se {
|
|
|
1491 |
bottom: -20px;
|
|
|
1492 |
right: -20px;
|
|
|
1493 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1494 |
background-position: -40px -182px;
|
|
|
1495 |
}
|
|
|
1496 |
#fancybox-bg-s {
|
|
|
1497 |
bottom: -20px;
|
|
|
1498 |
left: 0;
|
|
|
1499 |
width: 100%;
|
|
|
1500 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox-x.png);
|
|
|
1501 |
background-position: 0px -20px;
|
|
|
1502 |
}
|
|
|
1503 |
#fancybox-bg-sw {
|
|
|
1504 |
bottom: -20px;
|
|
|
1505 |
left: -20px;
|
|
|
1506 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1507 |
background-position: -40px -142px;
|
|
|
1508 |
}
|
|
|
1509 |
#fancybox-bg-w {
|
|
|
1510 |
top: 0;
|
|
|
1511 |
left: -20px;
|
|
|
1512 |
height: 100%;
|
|
|
1513 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox-y.png);
|
|
|
1514 |
}
|
|
|
1515 |
#fancybox-bg-nw {
|
|
|
1516 |
top: -20px;
|
|
|
1517 |
left: -20px;
|
|
|
1518 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png);
|
|
|
1519 |
background-position: -40px -122px;
|
|
|
1520 |
}
|
|
|
1521 |
#fancybox-title {
|
|
|
1522 |
font-family: Helvetica;
|
|
|
1523 |
font-size: 12px;
|
|
|
1524 |
z-index: 1102;
|
|
|
1525 |
}
|
|
|
1526 |
.fancybox-title-inside {
|
|
|
1527 |
padding-bottom: 10px;
|
|
|
1528 |
text-align: center;
|
|
|
1529 |
color: #333;
|
|
|
1530 |
background: #fff;
|
|
|
1531 |
position: relative;
|
|
|
1532 |
}
|
|
|
1533 |
.fancybox-title-outside {
|
|
|
1534 |
padding-top: 10px;
|
|
|
1535 |
color: #fff;
|
|
|
1536 |
}
|
|
|
1537 |
.fancybox-title-over {
|
|
|
1538 |
position: absolute;
|
|
|
1539 |
bottom: 0;
|
|
|
1540 |
left: 0;
|
|
|
1541 |
color: #FFF;
|
|
|
1542 |
text-align: left;
|
|
|
1543 |
}
|
|
|
1544 |
#fancybox-title-over {
|
|
|
1545 |
padding: 10px;
|
|
|
1546 |
background-image: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancy_title_over.png);
|
|
|
1547 |
display: block;
|
|
|
1548 |
}
|
|
|
1549 |
.fancybox-title-float {
|
|
|
1550 |
position: absolute;
|
|
|
1551 |
left: 0;
|
|
|
1552 |
bottom: -20px;
|
|
|
1553 |
height: 32px;
|
|
|
1554 |
}
|
|
|
1555 |
#fancybox-title-float-wrap {
|
|
|
1556 |
border: none;
|
|
|
1557 |
border-collapse: collapse;
|
|
|
1558 |
width: auto;
|
|
|
1559 |
}
|
|
|
1560 |
#fancybox-title-float-wrap td {
|
|
|
1561 |
border: none;
|
|
|
1562 |
white-space: nowrap;
|
|
|
1563 |
}
|
|
|
1564 |
#fancybox-title-float-left {
|
|
|
1565 |
padding: 0 0 0 15px;
|
|
|
1566 |
background: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png) -40px -90px no-repeat;
|
|
|
1567 |
}
|
|
|
1568 |
#fancybox-title-float-main {
|
|
|
1569 |
color: #FFF;
|
|
|
1570 |
line-height: 29px;
|
|
|
1571 |
font-weight: bold;
|
|
|
1572 |
padding: 0 0 3px 0;
|
|
|
1573 |
background: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox-x.png) 0px -40px;
|
|
|
1574 |
}
|
|
|
1575 |
#fancybox-title-float-right {
|
|
|
1576 |
padding: 0 0 0 15px;
|
|
|
1577 |
background: url(http://static.mediapart.fr/sites/all/modules/mediapart/mediapart_fancybox/css/fancybox.png) -55px -90px no-repeat;
|
|
|
1578 |
}
|
|
|
1579 |
|
|
|
1580 |
.blackout {
|
|
|
1581 |
background: #000;
|
|
|
1582 |
height: 100%;
|
|
|
1583 |
left: 0;
|
|
|
1584 |
opacity: 0.7;
|
|
|
1585 |
position: fixed;
|
|
|
1586 |
top: 0;
|
|
|
1587 |
width: 100%;
|
|
|
1588 |
z-index: 10000;
|
|
|
1589 |
display: none;
|
|
|
1590 |
}
|
|
|
1591 |
.cadenas {
|
|
|
1592 |
position: absolute;
|
|
|
1593 |
z-index: 10000;
|
|
|
1594 |
display: none;
|
|
|
1595 |
}
|
|
|
1596 |
.cadenas-close {
|
|
|
1597 |
position: absolute;
|
|
|
1598 |
top: -10px;
|
|
|
1599 |
right: 0;
|
|
|
1600 |
}
|
|
|
1601 |
.cadenas-inner {
|
|
|
1602 |
position: relative;
|
|
|
1603 |
width: 478px;
|
|
|
1604 |
height: 384px;
|
|
|
1605 |
top: 35px;
|
|
|
1606 |
z-index: 10001;
|
|
|
1607 |
padding: 35px;
|
|
|
1608 |
}
|
|
|
1609 |
.popin-title {
|
|
|
1610 |
font-size: 21px;
|
|
|
1611 |
font-weight: 900;
|
|
|
1612 |
text-transform: uppercase;
|
|
|
1613 |
}
|
|
|
1614 |
.page .cadenas-inner {
|
|
|
1615 |
width: 400px;
|
|
|
1616 |
min-height: 225px;
|
|
|
1617 |
margin-top: -7px;
|
|
|
1618 |
padding-right: 10px;
|
|
|
1619 |
margin-right: 10px;
|
|
|
1620 |
}
|
|
|
1621 |
.page .cadenas div.error {
|
|
|
1622 |
border: 0 solid #B6D8E7;
|
|
|
1623 |
}
|
|
|
1624 |
.page #page-inner #main-inner #content div.error, #content #content-inner div.error {
|
|
|
1625 |
background: url("/sites/all/themes/mediapart/mediapart_v4/images/user-message-error.png") no-repeat scroll left center #F4F4F4;
|
|
|
1626 |
border: 0px solid #B6D8E7;
|
|
|
1627 |
}
|
|
|
1628 |
.page #page-inner #main-inner #content .messages, #content #content-inner .messages {
|
|
|
1629 |
margin: 0 0 10px;
|
|
|
1630 |
padding: 10px 0 10px 130px;
|
|
|
1631 |
color: #220000;
|
|
|
1632 |
font-family: inherit;
|
|
|
1633 |
font-size: 100%;
|
|
|
1634 |
font-style: inherit;
|
|
|
1635 |
font-weight: inherit;
|
|
|
1636 |
outline: 0 none;
|
|
|
1637 |
vertical-align: baseline;
|
|
|
1638 |
}
|
|
|
1639 |
.page #page-inner #main-inner #content .cadenas-inner, #content #content-inner .cadenas-inner {
|
|
|
1640 |
width: 450px;
|
|
|
1641 |
height: 240px;
|
|
|
1642 |
}
|
|
|
1643 |
#mediapart-user-unsubscribe-form legend {
|
|
|
1644 |
border-bottom: 1px dotted #D1D1D1;
|
|
|
1645 |
color: #197CAA;
|
|
|
1646 |
font-size: 130%;
|
|
|
1647 |
padding: 0 0 10px 0;
|
|
|
1648 |
text-transform: uppercase;
|
|
|
1649 |
width: 100%;
|
|
|
1650 |
}
|
|
|
1651 |
#mediapart-user-unsubscribe-form fieldset fieldset legend > * {
|
|
|
1652 |
font-size: 85%;
|
|
|
1653 |
color: #197CAA;
|
|
|
1654 |
text-transform: none;
|
|
|
1655 |
margin-top: 15px;
|
|
|
1656 |
}
|
|
|
1657 |
#mediapart-user-unsubscribe-form fieldset {
|
|
|
1658 |
border: 0;
|
|
|
1659 |
padding: 0 30px;
|
|
|
1660 |
margin: 12px 0 0;
|
|
|
1661 |
}
|
|
|
1662 |
#mediapart-user-unsubscribe-form input[type='submit'] {
|
|
|
1663 |
background: none repeat scroll 0 0 #000000;
|
|
|
1664 |
border: none;
|
|
|
1665 |
color: #FFFFFF;
|
|
|
1666 |
font-size: 12px;
|
|
|
1667 |
padding: 4px;
|
|
|
1668 |
text-transform: uppercase;
|
|
|
1669 |
}
|
|
|
1670 |
#mediapart-user-unsubscribe-form label {
|
|
|
1671 |
width: 132px;
|
|
|
1672 |
float: left;
|
|
|
1673 |
font-weight: 700;
|
|
|
1674 |
margin: 0;
|
|
|
1675 |
}
|
|
|
1676 |
#mediapart-user-unsubscribe-form .form-text {
|
|
|
1677 |
background: none repeat scroll 0 0 #F4F4F5;
|
|
|
1678 |
border: 1px solid #CBCDCE;
|
|
|
1679 |
width: 300px;
|
|
|
1680 |
}
|
|
|
1681 |
#mediapart-user-unsubscribe-form .description {
|
|
|
1682 |
margin-top: 20px;
|
|
|
1683 |
}
|
|
|
1684 |
#mediapart-user-unsubscribe-form .low-font {
|
|
|
1685 |
font-size: 70%;
|
|
|
1686 |
}
|
|
|
1687 |
#mediapart-user-unsubscribe-form #edit-captcha-wrapper {
|
|
|
1688 |
display: none;
|
|
|
1689 |
}
|
|
|
1690 |
|
|
|
1691 |
html.js a.nodequeue-ajax-toggle.throbbing {
|
|
|
1692 |
background: url(http://static.mediapart.fr/sites/all/modules/mediapart/nodequeue/images/status-active.gif) no-repeat right center;
|
|
|
1693 |
padding-right: 18px;
|
|
|
1694 |
}
|
|
|
1695 |
html.js td.throbbing {
|
|
|
1696 |
background: url(http://static.mediapart.fr/sites/all/modules/mediapart/nodequeue/images/status-active.gif) no-repeat left center;
|
|
|
1697 |
padding-left: 18px;
|
|
|
1698 |
}
|
|
|
1699 |
.nodequeue-hide-if-not-js {
|
|
|
1700 |
display: none;
|
|
|
1701 |
}
|
|
|
1702 |
html.js .nodequeue-hide-if-not-js {
|
|
|
1703 |
display: block;
|
|
|
1704 |
}
|
|
|
1705 |
.nodequeue-operation {
|
|
|
1706 |
width: 30%;
|
|
|
1707 |
text-align: right;
|
|
|
1708 |
padding-right: .2em;
|
|
|
1709 |
}
|
|
|
1710 |
.nodequeue-in-queue {
|
|
|
1711 |
width: 20%;
|
|
|
1712 |
text-align: right;
|
|
|
1713 |
padding-right: .2em;
|
|
|
1714 |
}
|
|
|
1715 |
.nodequeue-max-nodes {
|
|
|
1716 |
text-align: right;
|
|
|
1717 |
padding-right: .2em;
|
|
|
1718 |
}
|
|
|
1719 |
#nodequeue-table tbody, #nodequeue-table th {
|
|
|
1720 |
border: none;
|
|
|
1721 |
}
|
|
|
1722 |
#nodequeue-table .nodequeue-author {
|
|
|
1723 |
width: 100px;
|
|
|
1724 |
}
|
|
|
1725 |
#nodequeue-table .nodequeue-date {
|
|
|
1726 |
width: 175px;
|
|
|
1727 |
}
|
|
|
1728 |
#nodequeue-table .nodequeue-operation {
|
|
|
1729 |
width: 79px;
|
|
|
1730 |
}
|
|
|
1731 |
|
|
|
1732 |
div.fieldgroup {
|
|
|
1733 |
margin: .5em 0 1em 0;
|
|
|
1734 |
}
|
|
|
1735 |
div.fieldgroup .content {
|
|
|
1736 |
padding-left: 1em;
|
|
|
1737 |
}
|
|
|
1738 |
|
|
|
1739 |
label.content-multigroup {
|
|
|
1740 |
font-weight: bold;
|
|
|
1741 |
}
|
|
|
1742 |
hr.content-multigroup {
|
|
|
1743 |
}
|
|
|
1744 |
.content-multigroup-wrapper .field .field-label-inline {
|
|
|
1745 |
visibility: visible;
|
|
|
1746 |
}
|
|
|
1747 |
.content-multigroup-edit-table-multiple-columns label, .content-multigroup-edit-table-multiple-columns .description {
|
|
|
1748 |
display: none;
|
|
|
1749 |
}
|
|
|
1750 |
.content-multigroup-display-table-multiple-columns .field .field-label, .content-multigroup-display-table-multiple-columns .field .field-label-inline, .content-multigroup-display-table-multiple-columns .field .field-label-inline-first {
|
|
|
1751 |
display: none;
|
|
|
1752 |
}
|
|
|
1753 |
.content-multigroup-display-table-single-column .content-multigroup-wrapper {
|
|
|
1754 |
clear: both;
|
|
|
1755 |
}
|
|
|
1756 |
.content-multigroup-display-table-single-column .content-multigroup-wrapper label.content-multigroup {
|
|
|
1757 |
display: block;
|
|
|
1758 |
}
|
|
|
1759 |
.content-multigroup-display-table-single-column .content-multigroup-wrapper .field {
|
|
|
1760 |
float: left;
|
|
|
1761 |
margin-right: 1em;
|
|
|
1762 |
}
|
|
|
1763 |
|
|
|
1764 |
.print-link {
|
|
|
1765 |
display: block;
|
|
|
1766 |
text-align: right;
|
|
|
1767 |
padding-bottom: 0.5em;
|
|
|
1768 |
}
|
|
|
1769 |
div#block-print-0 span {
|
|
|
1770 |
display: block;
|
|
|
1771 |
}
|
|
|
1772 |
.print_html, .print_mail, .print_pdf {
|
|
|
1773 |
margin-left: 1em;
|
|
|
1774 |
}
|
|
|
1775 |
.print-syslink {
|
|
|
1776 |
margin-right: 1em;
|
|
|
1777 |
}
|
|
|
1778 |
img.print-icon {
|
|
|
1779 |
vertical-align: middle;
|
|
|
1780 |
}
|
|
|
1781 |
img.print-icon-margin {
|
|
|
1782 |
padding-right: 4px;
|
|
|
1783 |
}
|
|
|
1784 |
label.printmail-label {
|
|
|
1785 |
width: 175px;
|
|
|
1786 |
float: left;
|
|
|
1787 |
}
|
|
|
1788 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
|
|
|
1789 |
margin: 0;
|
|
|
1790 |
padding: 0;
|
|
|
1791 |
border: 0;
|
|
|
1792 |
outline: 0;
|
|
|
1793 |
font-weight: inherit;
|
|
|
1794 |
font-style: inherit;
|
|
|
1795 |
font-size: 100%;
|
|
|
1796 |
font-family: inherit;
|
|
|
1797 |
vertical-align: baseline;
|
|
|
1798 |
}
|
|
|
1799 |
body {
|
|
|
1800 |
line-height: 1;
|
|
|
1801 |
color: black;
|
|
|
1802 |
background: white;
|
|
|
1803 |
}
|
|
|
1804 |
ul {
|
|
|
1805 |
list-style: none;
|
|
|
1806 |
}
|
|
|
1807 |
ol {
|
|
|
1808 |
list-style: decimal;
|
|
|
1809 |
margin: 0 0 10px 20px;
|
|
|
1810 |
}
|
|
|
1811 |
table {
|
|
|
1812 |
border-collapse: separate;
|
|
|
1813 |
}
|
|
|
1814 |
caption, th, td {
|
|
|
1815 |
text-align: left;
|
|
|
1816 |
font-weight: normal;
|
|
|
1817 |
}
|
|
|
1818 |
blockquote:before, blockquote:after, q:before, q:after {
|
|
|
1819 |
content: '';
|
|
|
1820 |
}
|
|
|
1821 |
blockquote, q {
|
|
|
1822 |
quotes: '' '';
|
|
|
1823 |
}
|
|
|
1824 |
.sc:after {
|
|
|
1825 |
content: '';
|
|
|
1826 |
display: block;
|
|
|
1827 |
clear: both;
|
|
|
1828 |
}
|
|
|
1829 |
body {
|
|
|
1830 |
font-family: 'Times New Roman';
|
|
|
1831 |
}
|
|
|
1832 |
input {
|
|
|
1833 |
color: #464646;
|
|
|
1834 |
}
|
|
|
1835 |
strong {
|
|
|
1836 |
font-weight: 900;
|
|
|
1837 |
}
|
|
|
1838 |
em {
|
|
|
1839 |
font-style: italic;
|
|
|
1840 |
}
|
|
|
1841 |
sub {
|
|
|
1842 |
font-size: 50%;
|
|
|
1843 |
line-height: 50%;
|
|
|
1844 |
vertical-align: bottom;
|
|
|
1845 |
}
|
|
|
1846 |
sup {
|
|
|
1847 |
font-size: 50%;
|
|
|
1848 |
line-height: 50%;
|
|
|
1849 |
vertical-align: super;
|
|
|
1850 |
}
|
|
|
1851 |
a:link, a:visited {
|
|
|
1852 |
color: #000;
|
|
|
1853 |
text-decoration: none;
|
|
|
1854 |
}
|
|
|
1855 |
.tagadelic.level1:hover, .tagadelic.level1:focus, a:hover, a:focus {
|
|
|
1856 |
color: #CB1500;
|
|
|
1857 |
}
|
|
|
1858 |
.last_sound_section .more-link, .block {
|
|
|
1859 |
margin: 0 0 20px;
|
|
|
1860 |
}
|
|
|
1861 |
.under-title {
|
|
|
1862 |
margin: 0 0 10px;
|
|
|
1863 |
}
|
|
|
1864 |
.article-date, .author {
|
|
|
1865 |
color: #656565;
|
|
|
1866 |
font: 70% Arial;
|
|
|
1867 |
text-transform: uppercase;
|
|
|
1868 |
}
|
|
|
1869 |
a.developer {
|
|
|
1870 |
color: #000;
|
|
|
1871 |
}
|
|
|
1872 |
.node-article_edition a.freelance, .node-photo_club a.freelance, .node-video_club a.freelance, .node-blog a.freelance, a.subscriber, .comment .auteur_article a {
|
|
|
1873 |
color: #197CAA;
|
|
|
1874 |
}
|
|
|
1875 |
span.journalist, a.journalist, a.freelance, .comment-author .auteur_article a, .comment .auteur_article a.journalist {
|
|
|
1876 |
color: #989800;
|
|
|
1877 |
}
|
|
|
1878 |
.comment .auteur_article a.unsubscriber, a.unsubscriber {
|
|
|
1879 |
color: #656565;
|
|
|
1880 |
}
|
|
|
1881 |
.title-search .form-submit, #follow-nl .input-ctnr .isubmit, #date-search .isubmit, #article-search .isubmit, #widget .form-submit {
|
|
|
1882 |
background: #2F2F2F;
|
|
|
1883 |
border: 0;
|
|
|
1884 |
color: #fff;
|
|
|
1885 |
height: 20px;
|
|
|
1886 |
}
|
|
|
1887 |
#follow-nl .input-ctnr .itext, #date-search .itext, #article-search .itext {
|
|
|
1888 |
border: 1px solid #656565;
|
|
|
1889 |
width: 167px;
|
|
|
1890 |
}
|
|
|
1891 |
.item-list .newsfeed-menu li, #menu-journal li, #menu-club li, #menu-journal-club li, #menu-club-club li, .archives_journal ul li, .archives_club ul li, .four_links li {
|
|
|
1892 |
float: left;
|
|
|
1893 |
list-style: none;
|
|
|
1894 |
margin: 0;
|
|
|
1895 |
}
|
|
|
1896 |
#menu-club .last, #menu-club-club .last, .fil_mediapart_journal ul.last, .fil_mediapart_club ul.last {
|
|
|
1897 |
float: right;
|
|
|
1898 |
}
|
|
|
1899 |
.affinage_dossier_letter_mot_cle_liste, #simplenews-block-form-55897 .form-radios, .club_blog_new .photo_blogger, .club_edition_new .photo_blogger, .club_edition_new .nb_articles, .club_blog_new .nb_articles, .club_blog_new .libelle, .club_edition_new .description, .club_edition_new .libelle1, .club_edition_new .libelle, .fil_mediapart_journal .fil-club .fil_title, .fight-club .container #side-bar .summary_journal h2, #banner_promo h2, .chartbeat, .at_internet, .toolbar .form-radios, .widget-simplenews label, .toolbar .item-list, .display-none, #edit-capcha-wrapper, .newsletter, #user-login-form label, .title-search label {
|
|
|
1900 |
left: -9999px;
|
|
|
1901 |
position: absolute;
|
|
|
1902 |
top: -9999px;
|
|
|
1903 |
}
|
|
|
1904 |
p {
|
|
|
1905 |
margin: 0 0 20px;
|
|
|
1906 |
}
|
|
|
1907 |
.node .content {
|
|
|
1908 |
line-height: 20px;
|
|
|
1909 |
}
|
|
|
1910 |
.node-teaser .content > p {
|
|
|
1911 |
margin: 0;
|
|
|
1912 |
}
|
|
|
1913 |
.sidebars-large .container {
|
|
34
|
1914 |
background: url(../mediapart-images/container.png) 0 0 repeat-y;
|
|
31
|
1915 |
}
|
|
|
1916 |
.sidebars-large.fight-club .container #content {
|
|
|
1917 |
background: none;
|
|
|
1918 |
}
|
|
|
1919 |
.node-type-article .container {
|
|
34
|
1920 |
background: url(../mediapart-images/container-inner.png) repeat-y;
|
|
31
|
1921 |
}
|
|
|
1922 |
.one-sidebar .page {
|
|
|
1923 |
width: 770px;
|
|
|
1924 |
}
|
|
|
1925 |
.no-sidebars .container {
|
|
34
|
1926 |
background: url(../mediapart-images/container-inner-nocol.png) 0 0 repeat-y;
|
|
31
|
1927 |
}
|
|
|
1928 |
.no-sidebars .page {
|
|
|
1929 |
float: none;
|
|
|
1930 |
width: 97%;
|
|
|
1931 |
}
|
|
|
1932 |
.node-teaser .links, .club_guests .links a {
|
|
|
1933 |
clear: both;
|
|
|
1934 |
margin: 0 0 10px;
|
|
|
1935 |
}
|
|
|
1936 |
#club_home_une_begin .links a, .node-teaser .links a, .club_guests .links a {
|
|
|
1937 |
color: #656565;
|
|
|
1938 |
}
|
|
|
1939 |
.item-list a {
|
|
|
1940 |
font-size: 85%;
|
|
|
1941 |
}
|
|
|
1942 |
.container {
|
|
34
|
1943 |
background: url(../mediapart-images/container-inner.png) 0 0 repeat-y;
|
|
31
|
1944 |
border-bottom: 1px solid #d1d1d1;
|
|
|
1945 |
clear: left;
|
|
|
1946 |
margin: 0 auto;
|
|
|
1947 |
width: 967px;
|
|
|
1948 |
}
|
|
|
1949 |
.container, .fight-club .container {
|
|
|
1950 |
padding-top: 10px;
|
|
|
1951 |
}
|
|
|
1952 |
.fight-club .container {
|
|
34
|
1953 |
background: url(../mediapart-images/back-club-right.png) 0 0 repeat-y;
|
|
31
|
1954 |
}
|
|
|
1955 |
#menus {
|
|
|
1956 |
background: #FAFAFA;
|
|
|
1957 |
border-left: 1px solid #CBCDCE;
|
|
|
1958 |
clear: left;
|
|
|
1959 |
margin: 0 auto;
|
|
|
1960 |
width: 967px;
|
|
|
1961 |
}
|
|
|
1962 |
#menu-journal {
|
|
|
1963 |
margin: 0 0 0 -5px;
|
|
|
1964 |
}
|
|
|
1965 |
#menu-journal, #menu-journal-club {
|
|
|
1966 |
background: #000;
|
|
|
1967 |
float: left;
|
|
|
1968 |
height: 35px;
|
|
|
1969 |
width: 680px;
|
|
|
1970 |
}
|
|
|
1971 |
#menu-journal-club {
|
|
|
1972 |
width: 168px;
|
|
|
1973 |
height: 29px;
|
|
|
1974 |
}
|
|
|
1975 |
#menu-journal li a {
|
|
|
1976 |
color: #e2e274;
|
|
|
1977 |
display: inline-block;
|
|
|
1978 |
font-size: 15px;
|
|
|
1979 |
font-weight: 900;
|
|
|
1980 |
height: 35px;
|
|
|
1981 |
line-height: 35px;
|
|
|
1982 |
padding: 0 10px;
|
|
|
1983 |
text-transform: uppercase;
|
|
|
1984 |
}
|
|
|
1985 |
#menu-journal-club li a, #menu-journal-club li a:hover {
|
|
|
1986 |
color: #FFF;
|
|
|
1987 |
display: inline-block;
|
|
|
1988 |
height: 29px;
|
|
|
1989 |
line-height: 29px;
|
|
|
1990 |
padding: 0 0 0 16px;
|
|
|
1991 |
text-transform: uppercase;
|
|
|
1992 |
vertical-align: middle;
|
|
|
1993 |
width: 168px;
|
|
|
1994 |
}
|
|
|
1995 |
#menu-journal li.active a, #menu-journal li a:hover, #menu-journal-club li a:hover {
|
|
|
1996 |
background-color: #f6f6f6;
|
|
|
1997 |
color: #000;
|
|
|
1998 |
}
|
|
|
1999 |
#menu-journal li.first a {
|
|
|
2000 |
background: #000;
|
|
|
2001 |
color: #FFF;
|
|
|
2002 |
}
|
|
|
2003 |
#menu-journal .menu-pre-last a, #menu-journal-club .menu-pre-last a {
|
|
|
2004 |
color: #FFF;
|
|
|
2005 |
}
|
|
|
2006 |
#menu-journal .last a {
|
|
|
2007 |
font-style: italic;
|
|
|
2008 |
}
|
|
|
2009 |
#menu-journal .first a, #menu-club .last a, #menu-club-club .last a {
|
|
|
2010 |
color: #fff;
|
|
|
2011 |
font-size: 120%;
|
|
|
2012 |
font-weight: 400;
|
|
|
2013 |
padding: 0 16px;
|
|
|
2014 |
}
|
|
|
2015 |
#menu-club-club .last a {
|
|
|
2016 |
font-size: 90%;
|
|
|
2017 |
}
|
|
|
2018 |
#menu-club, #menu-club-club {
|
|
34
|
2019 |
background: url(../mediapart-images/back-club.png) no-repeat 0 0 #197caa;
|
|
31
|
2020 |
float: left;
|
|
|
2021 |
height: 29px;
|
|
|
2022 |
line-height: 29px;
|
|
|
2023 |
margin: 6px 0 0;
|
|
|
2024 |
padding: 0 0 0 6px;
|
|
|
2025 |
width: 278px;
|
|
|
2026 |
}
|
|
|
2027 |
#menu-club-club {
|
|
|
2028 |
width: 789px;
|
|
|
2029 |
height: 35px;
|
|
|
2030 |
margin: 0;
|
|
|
2031 |
}
|
|
|
2032 |
#menu-club li a, #menu-club-club li a {
|
|
|
2033 |
display: inline-block;
|
|
|
2034 |
text-transform: uppercase;
|
|
|
2035 |
}
|
|
|
2036 |
#menu-club-club li a {
|
|
|
2037 |
color: #fff;
|
|
|
2038 |
font-size: 20px;
|
|
|
2039 |
line-height: 35px;
|
|
|
2040 |
padding: 0 5px;
|
|
|
2041 |
vertical-align: middle;
|
|
|
2042 |
}
|
|
|
2043 |
#menu-club li a:hover, #menu-club-club li a:hover {
|
|
|
2044 |
background: #fff;
|
|
|
2045 |
color: #197caa;
|
|
|
2046 |
}
|
|
|
2047 |
.title-underline-journal {
|
|
|
2048 |
border-bottom: 1px solid #CB1500;
|
|
|
2049 |
color: #CB1500;
|
|
|
2050 |
font-size: 14px;
|
|
|
2051 |
font-weight: 900;
|
|
|
2052 |
margin-bottom: 10px;
|
|
|
2053 |
padding-bottom: 3px;
|
|
|
2054 |
text-align: center;
|
|
|
2055 |
text-transform: uppercase;
|
|
|
2056 |
}
|
|
|
2057 |
.title-underline-club {
|
|
|
2058 |
border-bottom: 1px solid #197CAA;
|
|
|
2059 |
color: #197CAA;
|
|
|
2060 |
font-size: 14px;
|
|
|
2061 |
font-weight: 900;
|
|
|
2062 |
margin-bottom: 10px;
|
|
|
2063 |
padding-bottom: 3px;
|
|
|
2064 |
text-align: center;
|
|
|
2065 |
text-transform: uppercase;
|
|
|
2066 |
}
|
|
|
2067 |
.video {
|
|
34
|
2068 |
background: url(../mediapart-images/picto-video.png) 0 0 no-repeat;
|
|
31
|
2069 |
padding: 0 0 0 20px;
|
|
|
2070 |
}
|
|
|
2071 |
.document {
|
|
34
|
2072 |
background: url(../mediapart-images/picto-document.png) 0 0 no-repeat;
|
|
31
|
2073 |
padding: 0 0 0 20px;
|
|
|
2074 |
}
|
|
|
2075 |
.sound {
|
|
34
|
2076 |
background: url(../mediapart-images/picto-audio.png) 0 -1px no-repeat;
|
|
31
|
2077 |
padding: 0 0 0 20px;
|
|
|
2078 |
}
|
|
|
2079 |
.portfolio {
|
|
34
|
2080 |
background: url(../mediapart-images/picto-photo.png) 0 -3px no-repeat;
|
|
31
|
2081 |
padding: 0 0 0 20px;
|
|
|
2082 |
}
|
|
|
2083 |
#main-container {
|
|
|
2084 |
float: left;
|
|
|
2085 |
}
|
|
|
2086 |
#main {
|
|
|
2087 |
float: left;
|
|
|
2088 |
}
|
|
|
2089 |
.fight-club .container #main {
|
|
|
2090 |
background: none;
|
|
|
2091 |
}
|
|
|
2092 |
.left-region {
|
|
|
2093 |
float: left;
|
|
|
2094 |
padding: 0 9px;
|
|
|
2095 |
width: 147px;
|
|
|
2096 |
}
|
|
|
2097 |
.fight-club .container .left-region {
|
|
|
2098 |
width: 150px;
|
|
|
2099 |
}
|
|
|
2100 |
#promotion {
|
|
|
2101 |
margin: 0 0 10px;
|
|
|
2102 |
}
|
|
|
2103 |
.archives_club h2, #english_newsletter_form h2 {
|
|
|
2104 |
border-bottom: none;
|
|
|
2105 |
color: #000;
|
|
|
2106 |
font: 400 100% 'Times New Roman';
|
|
|
2107 |
margin: 0;
|
|
|
2108 |
padding: 0;
|
|
|
2109 |
text-align: left;
|
|
|
2110 |
text-transform: none;
|
|
|
2111 |
}
|
|
|
2112 |
.item-list ul li {
|
|
|
2113 |
list-style: none;
|
|
|
2114 |
}
|
|
|
2115 |
#journalistes div ul li {
|
|
|
2116 |
margin: 0;
|
|
|
2117 |
font-size: 80%;
|
|
|
2118 |
border-bottom: 1px dotted #656565;
|
|
|
2119 |
padding-top: 5px;
|
|
|
2120 |
padding-bottom: 5px;
|
|
|
2121 |
}
|
|
|
2122 |
#journalistes div ul li span {
|
|
|
2123 |
font-size: 95%;
|
|
|
2124 |
color: #656565;
|
|
|
2125 |
}
|
|
|
2126 |
#journalistes div ul li a {
|
|
|
2127 |
color: #000;
|
|
|
2128 |
text-transform: uppercase;
|
|
|
2129 |
}
|
|
|
2130 |
.journal_tag_nuage {
|
|
|
2131 |
text-align: center;
|
|
|
2132 |
}
|
|
|
2133 |
.journal_tag_nuage ul li {
|
|
|
2134 |
display: inline;
|
|
|
2135 |
margin: 0;
|
|
|
2136 |
word-wrap: break-word;
|
|
|
2137 |
}
|
|
|
2138 |
a.journal_tag_nuage_link-level-1 {
|
|
|
2139 |
font-size: 80%;
|
|
|
2140 |
}
|
|
|
2141 |
a.journal_tag_nuage_link-level-2 {
|
|
|
2142 |
font-size: 100%;
|
|
|
2143 |
}
|
|
|
2144 |
a.journal_tag_nuage_link-level-3 {
|
|
|
2145 |
font-size: 115%;
|
|
|
2146 |
}
|
|
|
2147 |
a.journal_tag_nuage_link-level-4 {
|
|
|
2148 |
font-size: 140%;
|
|
|
2149 |
}
|
|
|
2150 |
a.journal_tag_nuage_link-level-5 {
|
|
|
2151 |
font-size: 180%;
|
|
|
2152 |
}
|
|
|
2153 |
.last_international_ebook ul li, .last_france_ebook ul li, .last_economie_ebook ul li, .last_culture_ebook ul li, .last_ebook ul li, .page-ebook-paypal-telechargement .page ul li, .article-extend ul li, .black-box-content li, .liste_articles_rubrique ul li, .last_sound_by_type ul li, .last_sound ul li, .last_sound_section ul li, .chroniques ul li .link, .podcast ul li, .more-link a, .last_breve_newsfeed ul li, .meme_rubrique_en ul li, .journal-pdf .title-pdf, .rubrique_list_breve ul li > a:first-child, .node .content ul li, #newsfeed_list_article ul li > a:first-child, #newsfeed_tags .more-link a, .last_briefs ul li, .last_confidentials ul li, .last_documents ul li, .last_lives ul li, .une_journal_club ul li, .english_edition ul li, .economic_indicator ul li, .rubrique_list_article ul li > a:first-child, .page-journal ul.list_articles li > a:first-child, .node-newsfeed .more-link a, .meme_rubrique ul li, .du_meme_auteur ul li, .meme_mot_clef ul li, .les_indicateurs_eco ul li, .edition ul li, #rubrique_list_article .more-link a, #thematique_newsfeed .more-link a, #tags .more-link a, .node-article-teaser .item-list li, .related_articles li, .press_review ul li, .multimedia .link > a, .club_multimedia .link > a, .follow-agenda a, .the_most_journal ul li, .the_most_club ul li, .the_most_club .les-plus-block-left ul li, .club_blog_new ul li, .club_edition_new ul li, .club_guests ul li, .summary_journal ul li, .person #related_links li, .derniers_discours_meme_auteur ul li, .derniers_discours ul li, .journal-pdf .title-hebdo {
|
|
34
|
2154 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 5px;
|
|
31
|
2155 |
margin: 0 0 6px;
|
|
|
2156 |
padding: 0 0 0 15px;
|
|
|
2157 |
word-wrap: break-word;
|
|
|
2158 |
}
|
|
|
2159 |
.more-link a:link, .more-link a:visited {
|
|
|
2160 |
color: #CB1500;
|
|
|
2161 |
}
|
|
|
2162 |
.club_guests ul li {
|
|
|
2163 |
background: none;
|
|
|
2164 |
padding: 0;
|
|
|
2165 |
margin: 0 0 10px;
|
|
|
2166 |
}
|
|
|
2167 |
.club_guests .links a {
|
|
|
2168 |
font-size: 100%;
|
|
|
2169 |
}
|
|
|
2170 |
.club_guests .item-list .article_teaser p {
|
|
|
2171 |
margin: 0 0 10px;
|
|
|
2172 |
}
|
|
|
2173 |
.web_review ul li, .english_web_review ul li, .journal_web_review ul li {
|
|
|
2174 |
list-style: none;
|
|
|
2175 |
margin: 0;
|
|
|
2176 |
}
|
|
|
2177 |
.web_review a, .english_web_review a, .journal_web_review a {
|
|
|
2178 |
font-weight: 900;
|
|
|
2179 |
}
|
|
|
2180 |
.partners p, .newsfeed_web_review p, .web_review p, .english_web_review p, .journal_web_review p {
|
|
|
2181 |
border-bottom: 1px dotted #656565;
|
|
|
2182 |
color: #656565;
|
|
|
2183 |
font-size: 80%;
|
|
|
2184 |
line-height: 15px;
|
|
|
2185 |
margin: 0 0 10px;
|
|
|
2186 |
padding: 0 0 10px;
|
|
|
2187 |
}
|
|
|
2188 |
.web_review .last p, .english_web_review .last p, .journal_web_review .last p {
|
|
|
2189 |
border: none;
|
|
|
2190 |
}
|
|
|
2191 |
#multimedia h3, #club_multimedia h3, #partners h3 {
|
|
|
2192 |
font: 900 90% 'Times New Roman';
|
|
|
2193 |
margin: 10px 0;
|
|
|
2194 |
line-height: 17px;
|
|
|
2195 |
}
|
|
|
2196 |
#multimedia div > a, #club_multimedia div > a, .follow-agenda .arrow, .left-region .partners li a, .left-region .partners p a {
|
|
|
2197 |
color: #CB1500;
|
|
|
2198 |
}
|
|
|
2199 |
.page .messages {
|
|
|
2200 |
margin: 0 0 10px;
|
|
|
2201 |
padding: 10px 0 10px 130px;
|
|
|
2202 |
}
|
|
|
2203 |
.page .messages ul li {
|
|
|
2204 |
margin: 0 0 10px;
|
|
|
2205 |
}
|
|
|
2206 |
.page .messages a {
|
|
|
2207 |
color: #CB1500;
|
|
|
2208 |
}
|
|
|
2209 |
.page div.status {
|
|
34
|
2210 |
background: #f4f4f4 url(../mediapart-images/user-message-status.png) no-repeat left center;
|
|
31
|
2211 |
border: 1px solid #cacaca;
|
|
|
2212 |
}
|
|
|
2213 |
.page div.warning {
|
|
34
|
2214 |
background: #e2f0f6 url(../mediapart-images/user-message-warning.png) no-repeat left -86px;
|
|
31
|
2215 |
border: 1px solid #b6d8e7;
|
|
|
2216 |
}
|
|
|
2217 |
.page div.error {
|
|
34
|
2218 |
background: #F4F4F4 url(../mediapart-images/user-message-error.png) no-repeat left center;
|
|
31
|
2219 |
border: 1px solid #b6d8e7;
|
|
|
2220 |
}
|
|
|
2221 |
.first-line {
|
|
|
2222 |
color: #197CAA;
|
|
|
2223 |
display: block;
|
|
|
2224 |
font-size: 150%;
|
|
|
2225 |
line-height: 25px;
|
|
|
2226 |
}
|
|
|
2227 |
.second-line {
|
|
|
2228 |
color: #105F80;
|
|
|
2229 |
display: block;
|
|
|
2230 |
font-size: 130%;
|
|
|
2231 |
line-height: 28px;
|
|
|
2232 |
}
|
|
|
2233 |
.third-line {
|
|
|
2234 |
color: #000;
|
|
|
2235 |
display: block;
|
|
|
2236 |
line-height: 20px;
|
|
|
2237 |
}
|
|
|
2238 |
.music-plus {
|
|
|
2239 |
font-size: 90%;
|
|
|
2240 |
font-weight: 900;
|
|
|
2241 |
}
|
|
|
2242 |
.click {
|
|
|
2243 |
font-size: 80%;
|
|
|
2244 |
margin: 0 0 0 97px;
|
|
|
2245 |
text-align: right;
|
|
|
2246 |
text-decoration: underline;
|
|
|
2247 |
}
|
|
|
2248 |
.page .une-head, .summary_journal #small_manchette {
|
|
34
|
2249 |
background: url(../mediapart-images/une-head.png) 0 0 repeat-y;
|
|
31
|
2250 |
margin: 0 0 10px;
|
|
|
2251 |
}
|
|
|
2252 |
.page .une-head .inner {
|
|
34
|
2253 |
background: url(../mediapart-images/une-head-inner.png) left center no-repeat;
|
|
31
|
2254 |
padding: 0 0 0 30px;
|
|
|
2255 |
}
|
|
|
2256 |
.fight-club .container .page .ligne .content * {
|
|
|
2257 |
font: 100% 'Times New Roman';
|
|
|
2258 |
color: #000;
|
|
|
2259 |
font-size: 100%;
|
|
|
2260 |
}
|
|
|
2261 |
.fight-club .container .page .ligne .content span * {
|
|
|
2262 |
font: 100% 'Times New Roman';
|
|
|
2263 |
color: #000;
|
|
|
2264 |
}
|
|
|
2265 |
.titre_une_taille_1 {
|
|
|
2266 |
display: block;
|
|
|
2267 |
font: 110% 'Times New Roman';
|
|
|
2268 |
line-height: 24px;
|
|
|
2269 |
}
|
|
|
2270 |
.titre_une_taille_2 {
|
|
|
2271 |
display: block;
|
|
|
2272 |
font: 160% 'Times New Roman';
|
|
|
2273 |
line-height: 40px;
|
|
|
2274 |
}
|
|
|
2275 |
.titre_une_taille_3 {
|
|
|
2276 |
display: block;
|
|
|
2277 |
font: 220% 'Times New Roman';
|
|
|
2278 |
letter-spacing: -1px;
|
|
|
2279 |
line-height: 47px;
|
|
|
2280 |
margin-bottom: 2px;
|
|
|
2281 |
}
|
|
|
2282 |
.titre_une_taille_4 {
|
|
|
2283 |
display: block;
|
|
|
2284 |
font: 250% 'Times New Roman';
|
|
|
2285 |
letter-spacing: -1px;
|
|
|
2286 |
line-height: 56px;
|
|
|
2287 |
margin-bottom: 4px;
|
|
|
2288 |
}
|
|
|
2289 |
.node-article-teaser .item-list h3 {
|
|
|
2290 |
font-size: 90%;
|
|
|
2291 |
}
|
|
|
2292 |
.article-type {
|
|
|
2293 |
color: #656565;
|
|
|
2294 |
font: 70% Arial;
|
|
|
2295 |
text-transform: uppercase;
|
|
|
2296 |
}
|
|
|
2297 |
.article-type a {
|
|
|
2298 |
color: #656565;
|
|
|
2299 |
text-transform: uppercase;
|
|
|
2300 |
}
|
|
|
2301 |
.page {
|
|
|
2302 |
float: left;
|
|
|
2303 |
margin: 0 0 0 9px;
|
|
|
2304 |
}
|
|
|
2305 |
.two-sidebars .page {
|
|
|
2306 |
width: 510px;
|
|
|
2307 |
}
|
|
|
2308 |
.sidebars-large .page {
|
|
|
2309 |
width: 490px;
|
|
|
2310 |
}
|
|
|
2311 |
.fight-club .container .page {
|
|
|
2312 |
margin: 0 0 0 15px;
|
|
|
2313 |
}
|
|
|
2314 |
.node-teaser h3 {
|
|
|
2315 |
margin: 0 0 5px;
|
|
|
2316 |
}
|
|
|
2317 |
.sticky h3 a, .main-article h3 a, .node-teaser h3 a, .club_guests ul li h2 a {
|
|
|
2318 |
font: 900 140% 'Times New Roman';
|
|
|
2319 |
}
|
|
|
2320 |
.box-M .article-line h3 a {
|
|
|
2321 |
font: 900 130% 'Times New Roman';
|
|
|
2322 |
}
|
|
|
2323 |
.box-M .article-line h3 a span {
|
|
|
2324 |
font: 400 60% 'Times New Roman';
|
|
|
2325 |
}
|
|
|
2326 |
#header_M {
|
|
34
|
2327 |
background: #f4efe4 url(../mediapart-images/magasin_club.png) no-repeat 0 0;
|
|
31
|
2328 |
height: 35px;
|
|
|
2329 |
}
|
|
|
2330 |
.magasin_club {
|
|
|
2331 |
background-color: #F3EFE4;
|
|
|
2332 |
}
|
|
|
2333 |
.magasin_club .main-article .article .media img {
|
|
|
2334 |
max-width: 147px;
|
|
|
2335 |
width: auto !important;
|
|
|
2336 |
width: 147px;
|
|
|
2337 |
height: auto;
|
|
|
2338 |
}
|
|
|
2339 |
.magasin_club .link a {
|
|
|
2340 |
color: #989800;
|
|
|
2341 |
font-size: 90%;
|
|
34
|
2342 |
background: url(../mediapart-images/picto-or.png) no-repeat 0 5px;
|
|
31
|
2343 |
list-style: none outside none;
|
|
|
2344 |
margin: 0 0 5px;
|
|
|
2345 |
padding: 0 0 0 10px;
|
|
|
2346 |
}
|
|
|
2347 |
.fight-club .container #partners {
|
|
|
2348 |
margin-bottom: 10px;
|
|
|
2349 |
}
|
|
|
2350 |
.fight-club .container #partners .media-align-left {
|
|
|
2351 |
float: none;
|
|
|
2352 |
margin: 0;
|
|
|
2353 |
}
|
|
|
2354 |
.box-M {
|
|
34
|
2355 |
background: #f4efe4 url(../mediapart-images/box-m.png) 0 0 repeat-x;
|
|
31
|
2356 |
clear: left;
|
|
|
2357 |
float: left;
|
|
|
2358 |
margin: 30px 0 0 1px;
|
|
|
2359 |
position: relative;
|
|
|
2360 |
width: 673px;
|
|
|
2361 |
}
|
|
|
2362 |
.box-M #link-m {
|
|
34
|
2363 |
background: url(../mediapart-images/link-m.png) 0 0 no-repeat;
|
|
31
|
2364 |
display: block;
|
|
|
2365 |
height: 57px;
|
|
|
2366 |
left: 0;
|
|
|
2367 |
margin: -36px 0 0 11px;
|
|
|
2368 |
overflow: hidden;
|
|
|
2369 |
position: absolute;
|
|
|
2370 |
text-indent: -100000px;
|
|
|
2371 |
top: 0;
|
|
|
2372 |
width: 86px;
|
|
|
2373 |
}
|
|
|
2374 |
.box-M .menu {
|
|
|
2375 |
float: right;
|
|
|
2376 |
font: 900 100% 'Times New Roman';
|
|
|
2377 |
height: 20px;
|
|
|
2378 |
line-height: 20px;
|
|
|
2379 |
margin: 1px 0 0;
|
|
|
2380 |
}
|
|
|
2381 |
.box-M .menu li {
|
|
|
2382 |
float: left;
|
|
|
2383 |
margin: 0 0 0 10px;
|
|
|
2384 |
}
|
|
|
2385 |
.box-M .menu a {
|
|
|
2386 |
color: #fff;
|
|
|
2387 |
display: inline-block;
|
|
|
2388 |
font-size: 85%;
|
|
|
2389 |
height: 20px;
|
|
|
2390 |
line-height: 20px;
|
|
|
2391 |
padding: 0 10px;
|
|
|
2392 |
text-transform: uppercase;
|
|
|
2393 |
}
|
|
|
2394 |
.box-M .menu a:hover, .box-M .menu a:focus {
|
|
|
2395 |
background: #f4efe4;
|
|
|
2396 |
color: #989800;
|
|
|
2397 |
}
|
|
|
2398 |
.box-M .content-m {
|
|
|
2399 |
clear: both;
|
|
|
2400 |
}
|
|
|
2401 |
.box-M .content-m > .inner {
|
|
|
2402 |
display: block;
|
|
|
2403 |
padding: 10px 0 0;
|
|
|
2404 |
}
|
|
|
2405 |
.box-M .main-article {
|
|
|
2406 |
float: left;
|
|
|
2407 |
padding: 0 12px;
|
|
|
2408 |
width: 376px;
|
|
|
2409 |
}
|
|
|
2410 |
.box-M .side-articles {
|
|
34
|
2411 |
background: #f4efe4 url(../mediapart-images/box-m-side-articles.png) top right repeat-y;
|
|
31
|
2412 |
float: right;
|
|
|
2413 |
padding: 0 12px 10px;
|
|
|
2414 |
width: 249px;
|
|
|
2415 |
}
|
|
|
2416 |
.box-M .side-articles .title {
|
|
|
2417 |
font-size: 125%;
|
|
|
2418 |
}
|
|
|
2419 |
.box-M .side-articles li {
|
|
|
2420 |
margin: 0 0 10px;
|
|
|
2421 |
}
|
|
|
2422 |
.box-M #magazine-authors {
|
|
|
2423 |
clear: both;
|
|
|
2424 |
padding: 10px 12px 0;
|
|
|
2425 |
}
|
|
|
2426 |
.box-M #magazine-authors .term {
|
|
|
2427 |
font-weight: 900;
|
|
|
2428 |
text-transform: uppercase;
|
|
|
2429 |
}
|
|
|
2430 |
.box-M #magazine-authors ul {
|
|
|
2431 |
margin: 5px 0 0;
|
|
|
2432 |
}
|
|
|
2433 |
.box-M #magazine-authors li {
|
|
|
2434 |
float: left;
|
|
|
2435 |
height: 100px;
|
|
|
2436 |
line-height: 90%;
|
|
|
2437 |
margin: 0 7px 5px 0;
|
|
|
2438 |
overflow: hidden;
|
|
|
2439 |
width: 55px;
|
|
|
2440 |
}
|
|
|
2441 |
.box-M #magazine-authors li a {
|
|
|
2442 |
font-size: 75%;
|
|
|
2443 |
}
|
|
|
2444 |
.box-M #magazine-authors li a span {
|
|
|
2445 |
display: block;
|
|
|
2446 |
}
|
|
|
2447 |
.container .box-M .m2 {
|
|
|
2448 |
padding: 0 12px 12px;
|
|
|
2449 |
}
|
|
|
2450 |
.box-M .article-line {
|
|
|
2451 |
border-bottom: 1px solid #aead37;
|
|
|
2452 |
padding: 10px 0;
|
|
|
2453 |
}
|
|
|
2454 |
.box-M .col-2 {
|
|
34
|
2455 |
background: url(../mediapart-images/col-2-box-m.png) top left repeat-y;
|
|
31
|
2456 |
}
|
|
|
2457 |
.box-M .col-3 {
|
|
34
|
2458 |
background: url(../mediapart-images/col-3-box-m.png) top left repeat-y;
|
|
31
|
2459 |
}
|
|
|
2460 |
.box-M .col-2 .article {
|
|
|
2461 |
float: left;
|
|
|
2462 |
width: 310px;
|
|
|
2463 |
}
|
|
|
2464 |
.box-M .col-3 .article {
|
|
|
2465 |
float: left;
|
|
|
2466 |
width: 205px;
|
|
|
2467 |
}
|
|
|
2468 |
.box-M .col-3 .first {
|
|
|
2469 |
margin: 0 20px 0 0;
|
|
|
2470 |
}
|
|
|
2471 |
.box-M div.last {
|
|
|
2472 |
border-bottom: 0 none;
|
|
|
2473 |
}
|
|
|
2474 |
.box-M .col-3 .last {
|
|
|
2475 |
float: right;
|
|
|
2476 |
}
|
|
|
2477 |
.edition_participative {
|
|
34
|
2478 |
background: url(../mediapart-images/picto-edition.png) no-repeat 0 2px;
|
|
31
|
2479 |
padding: 0 0 0 14px;
|
|
|
2480 |
}
|
|
|
2481 |
.edition_participative {
|
|
|
2482 |
font: 70% Arial;
|
|
|
2483 |
text-transform: uppercase;
|
|
|
2484 |
}
|
|
|
2485 |
.ligne_1 .node-blog-teaser h3 a, .ligne_1 .node-article_edition-teaser h3 a, .ligne_1 .node-video_club-teaser h3 a {
|
|
|
2486 |
display: block;
|
|
34
|
2487 |
background: url(../mediapart-images/club-notre-choix.png) no-repeat left center;
|
|
31
|
2488 |
min-height: 108px;
|
|
|
2489 |
padding-left: 25px;
|
|
|
2490 |
font: 900 200% 'Times New Roman';
|
|
|
2491 |
}
|
|
|
2492 |
.right-region {
|
|
|
2493 |
float: right;
|
|
|
2494 |
margin: 0 9px 0 0;
|
|
|
2495 |
padding: 0 15px 0 0;
|
|
|
2496 |
}
|
|
|
2497 |
.node-type-article .container .right-region, .right-region .two-sidebars {
|
|
|
2498 |
width: 235px;
|
|
|
2499 |
}
|
|
|
2500 |
.sidebars-large .right-region {
|
|
|
2501 |
width: 253px;
|
|
|
2502 |
}
|
|
|
2503 |
#billets_blog_rub_international > div:first-child h3 a, #billets_blog_rub_france > div:first-child h3 a, #billets_blog_rub_economie > div:first-child h3 a, #billets_blog_rub_culture > div:first-child h3 a {
|
|
|
2504 |
font-size: 160%;
|
|
|
2505 |
}
|
|
|
2506 |
#une_edition_home {
|
|
34
|
2507 |
background: url(../mediapart-images/editions.png) 0 0 no-repeat;
|
|
31
|
2508 |
height: 136px;
|
|
|
2509 |
}
|
|
|
2510 |
#une_edition_home ul {
|
|
|
2511 |
font-weight: 900;
|
|
|
2512 |
margin: 0 0 0 10px;
|
|
|
2513 |
padding: 39px 0 0;
|
|
|
2514 |
}
|
|
|
2515 |
#une_edition_home li {
|
|
|
2516 |
list-style: none;
|
|
|
2517 |
margin: 0 0 1px;
|
|
|
2518 |
}
|
|
|
2519 |
#une_edition_home a {
|
|
|
2520 |
line-height: 29px;
|
|
|
2521 |
padding: 0 10px;
|
|
|
2522 |
}
|
|
|
2523 |
#english_newsletter_form form, #english_newsletter_form p {
|
|
|
2524 |
margin: 0 0 10px;
|
|
|
2525 |
}
|
|
|
2526 |
#tagg-culture-idees, #tagg-economie, #tagg-france, #tagg-international {
|
|
|
2527 |
text-align: center;
|
|
|
2528 |
}
|
|
|
2529 |
.host {
|
|
|
2530 |
color: #CB1500;
|
|
|
2531 |
font-size: 80%;
|
|
|
2532 |
}
|
|
|
2533 |
.rubrique_list_breve, #rubrique_list_article {
|
|
|
2534 |
margin: 10px 0 10px 10px;
|
|
|
2535 |
}
|
|
|
2536 |
.rubrique_list_breve ul li, .rubrique_list_article ul li, .page-journal ul.list_articles li {
|
|
|
2537 |
margin: 0 0 10px;
|
|
|
2538 |
}
|
|
|
2539 |
.liste_articles_rubrique ul li > a:first-child, .rubrique_list_breve ul li > a:first-child, #rubrique_list_article ul li > a:first-child, .page-journal ul.list_articles li > a:first-child {
|
|
|
2540 |
display: block;
|
|
|
2541 |
font-weight: 900;
|
|
|
2542 |
}
|
|
|
2543 |
ul.primary {
|
|
|
2544 |
font-size: 80%;
|
|
|
2545 |
}
|
|
|
2546 |
ul.primary li a {
|
|
|
2547 |
margin: 0 2px;
|
|
|
2548 |
padding: 0 8px;
|
|
|
2549 |
}
|
|
|
2550 |
.node-page h1 {
|
|
|
2551 |
font-size: 200%;
|
|
|
2552 |
margin: 0 0 10px;
|
|
|
2553 |
}
|
|
|
2554 |
.node-type-page .content a {
|
|
|
2555 |
text-decoration: underline;
|
|
|
2556 |
}
|
|
|
2557 |
.journal-pdf h2 {
|
|
|
2558 |
font-size: 250%;
|
|
|
2559 |
margin: 10px 0 20px;
|
|
|
2560 |
}
|
|
|
2561 |
.journal-pdf .title-pdf, .journal-pdf .title-hebdo {
|
|
|
2562 |
font-weight: 900;
|
|
|
2563 |
margin: 0 0 10px;
|
|
|
2564 |
}
|
|
|
2565 |
.journal-pdf .title-pdf a, .journal-pdf .title-hebdo a {
|
|
34
|
2566 |
background: url(../mediapart-images/tool-pdf.png) 435px center no-repeat;
|
|
31
|
2567 |
padding: 0 40px 0 0;
|
|
|
2568 |
}
|
|
|
2569 |
.journal-pdf .title-hebdo a {
|
|
34
|
2570 |
background: url(../mediapart-images/tool-pdf.png) 480px center no-repeat;
|
|
31
|
2571 |
}
|
|
|
2572 |
.journal-pdf li {
|
|
|
2573 |
list-style: disc;
|
|
|
2574 |
}
|
|
|
2575 |
.journal-pdf li a {
|
|
34
|
2576 |
background: url(../mediapart-images/tool-pdf.png) 125px center no-repeat;
|
|
31
|
2577 |
display: block;
|
|
|
2578 |
line-height: 27px;
|
|
|
2579 |
}
|
|
|
2580 |
.journal-pdf .title-hebdo p {
|
|
|
2581 |
font-size: 14px;
|
|
|
2582 |
font-weight: normal;
|
|
|
2583 |
}
|
|
|
2584 |
.journal-pdf .title-hebdo p a {
|
|
|
2585 |
background: none;
|
|
|
2586 |
padding: 0;
|
|
|
2587 |
}
|
|
|
2588 |
.item-list .pager li {
|
|
|
2589 |
padding: 0;
|
|
|
2590 |
}
|
|
|
2591 |
.page-activity table, .page-tracker table {
|
|
|
2592 |
font-size: 90%;
|
|
|
2593 |
}
|
|
|
2594 |
.page-activity th a, .page-tracker th a {
|
|
|
2595 |
color: #CB1500;
|
|
|
2596 |
font-weight: 900;
|
|
|
2597 |
}
|
|
|
2598 |
.page-activity tbody tr td, .page-tracker tbody tr td {
|
|
|
2599 |
border-bottom: 1px dashed #656565;
|
|
|
2600 |
padding: 10px;
|
|
|
2601 |
}
|
|
|
2602 |
.page-activity tbody tr.even, .page-activity tbody tr.odd, .page-tracker tbody tr.even, .page-tracker tbody tr.odd {
|
|
|
2603 |
background: #FFF;
|
|
|
2604 |
}
|
|
|
2605 |
.page-tracker .sticky-table td.active {
|
|
|
2606 |
background: #FFF1E8
|
|
|
2607 |
}
|
|
|
2608 |
.sticky-table tr.even, .sticky-table tr.odd {
|
|
|
2609 |
color: #00B0D8;
|
|
|
2610 |
}
|
|
|
2611 |
.edition_of {
|
|
34
|
2612 |
background: url(../mediapart-images/paper-clip.png) no-repeat;
|
|
31
|
2613 |
color: #CB1500;
|
|
|
2614 |
font-size: 140%;
|
|
|
2615 |
font-variant: small-caps;
|
|
|
2616 |
height: 60px;
|
|
|
2617 |
margin: -10px -9px 0 -23px;
|
|
|
2618 |
padding: 19px 0 0 40px;
|
|
|
2619 |
}
|
|
|
2620 |
.chroniques ul li {
|
|
|
2621 |
clear: both;
|
|
|
2622 |
margin: 0 0 10px;
|
|
|
2623 |
position: relative;
|
|
|
2624 |
}
|
|
|
2625 |
.chroniques .filter {
|
|
34
|
2626 |
background: url(../mediapart-images/filter-play-video.png) no-repeat 50% 40%;
|
|
31
|
2627 |
display: block;
|
|
|
2628 |
height: 100%;
|
|
|
2629 |
left: 0;
|
|
|
2630 |
position: absolute;
|
|
|
2631 |
top: 0;
|
|
|
2632 |
width: 100%;
|
|
|
2633 |
}
|
|
|
2634 |
.node-unpublished {
|
|
|
2635 |
background: #CBCDCE;
|
|
|
2636 |
}
|
|
|
2637 |
.node-une-page.node-unpublished {
|
|
|
2638 |
float: left;
|
|
|
2639 |
}
|
|
|
2640 |
.mot-cle div.node-teaser {
|
|
|
2641 |
border-bottom: 1px dotted #656565;
|
|
|
2642 |
margin-bottom: 5px;
|
|
|
2643 |
}
|
|
|
2644 |
.mot-cle ul.pager {
|
|
|
2645 |
margin: 5px 0 15px;
|
|
|
2646 |
}
|
|
|
2647 |
.dossier ul.pager {
|
|
|
2648 |
margin-top: 25px;
|
|
|
2649 |
margin-bottom: 25px;
|
|
|
2650 |
}
|
|
|
2651 |
.item-list ul.pager li {
|
|
|
2652 |
margin: 0 2px;
|
|
|
2653 |
border: 1px dotted #B1B1B1;
|
|
|
2654 |
font-weight: 900;
|
|
|
2655 |
padding: 1px 6px;
|
|
|
2656 |
}
|
|
|
2657 |
.item-list ul.pager li.pager-current {
|
|
|
2658 |
background: #000;
|
|
|
2659 |
color: #FFF;
|
|
|
2660 |
}
|
|
|
2661 |
.dossier #dossier_list_article {
|
|
|
2662 |
clear: both;
|
|
|
2663 |
padding-top: 20px;
|
|
|
2664 |
border-top: 1px solid #D7CDC6;
|
|
|
2665 |
}
|
|
|
2666 |
.dossier #dossier_list_article h3 {
|
|
|
2667 |
color: #989800;
|
|
|
2668 |
text-transform: uppercase;
|
|
|
2669 |
font-size: 100%;
|
|
|
2670 |
margin-top: 10px;
|
|
|
2671 |
margin-bottom: 30px;
|
|
|
2672 |
}
|
|
|
2673 |
ul.node_liste li {
|
|
|
2674 |
margin: 0;
|
|
|
2675 |
margin-bottom: 15px;
|
|
|
2676 |
}
|
|
|
2677 |
ul.node_liste a.node_liste_title {
|
|
|
2678 |
display: block;
|
|
|
2679 |
font-size: 100%;
|
|
|
2680 |
font-weight: 900;
|
|
34
|
2681 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 2px 4px;
|
|
31
|
2682 |
padding: 0 0 0 15px;
|
|
|
2683 |
}
|
|
|
2684 |
ul div.node_liste_author_date {
|
|
|
2685 |
display: block;
|
|
|
2686 |
width: 100%;
|
|
|
2687 |
padding: 0 0 0 17px;
|
|
|
2688 |
}
|
|
|
2689 |
ul.node_liste .article-date, ul.node_liste .author {
|
|
|
2690 |
color: #656565;
|
|
|
2691 |
font: 70% Arial;
|
|
|
2692 |
text-transform: uppercase;
|
|
|
2693 |
}
|
|
|
2694 |
ul.node_liste .article-type {
|
|
|
2695 |
color: #656565;
|
|
|
2696 |
font: 70% Arial;
|
|
|
2697 |
text-transform: uppercase;
|
|
|
2698 |
display: block;
|
|
|
2699 |
padding: 0 0 0 17px;
|
|
|
2700 |
margin-top: 3px;
|
|
|
2701 |
}
|
|
|
2702 |
.contextualized_audios ul li {
|
|
34
|
2703 |
background: url(../mediapart-images/picto-audio.png) no-repeat 0 2px;
|
|
31
|
2704 |
padding: 0 0 0 17px;
|
|
|
2705 |
margin: 0;
|
|
|
2706 |
margin-top: 5px;
|
|
|
2707 |
}
|
|
|
2708 |
.mot_cle_blog_list_link {
|
|
|
2709 |
display: block;
|
|
|
2710 |
font-size: 90%;
|
|
|
2711 |
font-weight: 900;
|
|
34
|
2712 |
background: url(../mediapart-images/picto-bleu.png) no-repeat 2px 2px;
|
|
31
|
2713 |
padding: 0 0 0 15px;
|
|
|
2714 |
}
|
|
|
2715 |
.mot-cle .page h2 {
|
|
|
2716 |
text-align: center;
|
|
|
2717 |
color: #656565;
|
|
|
2718 |
font: 900 85% 'Times New Roman';
|
|
|
2719 |
margin: 0 0 20px;
|
|
|
2720 |
text-transform: uppercase;
|
|
|
2721 |
}
|
|
|
2722 |
.contextualized_blogs h2 {
|
|
|
2723 |
border-bottom: 1px solid #D1D1D1;
|
|
|
2724 |
color: #656565;
|
|
|
2725 |
font: 900 85% 'Times New Roman';
|
|
|
2726 |
margin: 0 0 15px;
|
|
|
2727 |
padding: 0 0 3px;
|
|
|
2728 |
text-transform: uppercase;
|
|
|
2729 |
text-align: center;
|
|
|
2730 |
}
|
|
|
2731 |
.mot_cle_blog_author {
|
|
|
2732 |
display: block;
|
|
|
2733 |
font: 70% Arial;
|
|
|
2734 |
text-transform: uppercase;
|
|
|
2735 |
margin-top: 3px;
|
|
|
2736 |
margin-bottom: 18px;
|
|
|
2737 |
padding-left: 15px;
|
|
|
2738 |
}
|
|
|
2739 |
.bloc_gris {
|
|
|
2740 |
background: #F4F4F5;
|
|
|
2741 |
padding: 5px;
|
|
|
2742 |
font-size: 15px;
|
|
|
2743 |
border: 1px solid #D1D1D1;
|
|
|
2744 |
}
|
|
|
2745 |
.bloc_gris h2, .bloc_gris h3 {
|
|
|
2746 |
font-weight: 900;
|
|
|
2747 |
text-align: center;
|
|
|
2748 |
color: #000;
|
|
|
2749 |
margin-bottom: 8px;
|
|
|
2750 |
font-variant: small-caps;
|
|
|
2751 |
border-bottom: 1px solid #656565;
|
|
|
2752 |
padding-bottom: 3px;
|
|
|
2753 |
}
|
|
|
2754 |
.bloc_gris .item-list ul li {
|
|
34
|
2755 |
background: url(../mediapart-images/dot.png) no-repeat 3px 7px;
|
|
31
|
2756 |
margin: 0 0 5px;
|
|
|
2757 |
padding: 0 0 0 15px;
|
|
|
2758 |
}
|
|
|
2759 |
.article_mot_cles .item-list ul li {
|
|
|
2760 |
display: inline;
|
|
|
2761 |
}
|
|
|
2762 |
.article_mot_cles .item-list ul li.first {
|
|
|
2763 |
background: none;
|
|
|
2764 |
padding: 0 0 5px;
|
|
|
2765 |
}
|
|
|
2766 |
.bloc_gris .item-list ul {
|
|
|
2767 |
margin: 0;
|
|
|
2768 |
}
|
|
|
2769 |
.container .bloc_gris div a {
|
|
|
2770 |
color: #000;
|
|
|
2771 |
text-decoration: none;
|
|
|
2772 |
font-size: 95%;
|
|
|
2773 |
line-height: 16px;
|
|
|
2774 |
}
|
|
|
2775 |
.container .bloc_gris div a:visited {
|
|
|
2776 |
color: #000;
|
|
|
2777 |
text-decoration: none;
|
|
|
2778 |
}
|
|
|
2779 |
.container .bloc_gris div a:hover {
|
|
|
2780 |
color: #CB1500;
|
|
|
2781 |
}
|
|
|
2782 |
.bloc_gris .bloc_gris_mot_cle_separation {
|
|
|
2783 |
padding: 0 5px;
|
|
34
|
2784 |
background: url(../mediapart-images/dot.png) no-repeat;
|
|
31
|
2785 |
background-position: 50% 50%;
|
|
|
2786 |
}
|
|
|
2787 |
.ligne_chaude {
|
|
|
2788 |
float: left;
|
|
|
2789 |
background: #F4F4F5;
|
|
|
2790 |
border-left: 1px solid #D7CDC6;
|
|
|
2791 |
border-right: 1px solid #D7CDC6;
|
|
|
2792 |
}
|
|
|
2793 |
.elections {
|
|
|
2794 |
border: 1px solid #D7CDC6;
|
|
|
2795 |
float: left;
|
|
|
2796 |
}
|
|
|
2797 |
.elections h2 {
|
|
34
|
2798 |
background: url(../mediapart-images/une-head.png) repeat-y left center #F4F4F5;
|
|
31
|
2799 |
border-bottom: 1px solid #D7CDC6;
|
|
|
2800 |
padding: 0 0 0 25px;
|
|
|
2801 |
}
|
|
|
2802 |
.elections h2 a {
|
|
|
2803 |
color: #CB1500;
|
|
|
2804 |
font: 140% 'Times New Roman';
|
|
|
2805 |
text-transform: uppercase;
|
|
|
2806 |
letter-spacing: 8px;
|
|
|
2807 |
}
|
|
|
2808 |
.elections .first-column {
|
|
|
2809 |
border-right: 1px solid #D7CDC6;
|
|
|
2810 |
float: left;
|
|
|
2811 |
padding: 10px;
|
|
|
2812 |
width: 55%;
|
|
|
2813 |
}
|
|
|
2814 |
#presidentielle .first-column > div:first-child {
|
|
|
2815 |
border-bottom: 1px solid #D7CDC6;
|
|
|
2816 |
margin: 0 0 10px;
|
|
|
2817 |
}
|
|
|
2818 |
.elections .second-column {
|
|
|
2819 |
float: left;
|
|
|
2820 |
padding: 10px;
|
|
|
2821 |
width: 35%;
|
|
|
2822 |
}
|
|
|
2823 |
.elections .second-column h3 {
|
|
|
2824 |
color: #CB1500;
|
|
|
2825 |
font: 900 80% 'Times New Roman';
|
|
|
2826 |
margin: 10px 0;
|
|
|
2827 |
text-transform: uppercase;
|
|
|
2828 |
}
|
|
|
2829 |
.elections .item-list li {
|
|
34
|
2830 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 5px;
|
|
31
|
2831 |
margin: 0 0 10px;
|
|
|
2832 |
padding: 0 0 0 15px;
|
|
|
2833 |
}
|
|
|
2834 |
.dossier_admin_tool {
|
|
|
2835 |
color: #FFF;
|
|
|
2836 |
background-color: #CB1500;
|
|
|
2837 |
font-size: 13px;
|
|
|
2838 |
font-weight: 900;
|
|
|
2839 |
width: 15px;
|
|
|
2840 |
text-align: center;
|
|
|
2841 |
padding: 1px;
|
|
|
2842 |
cursor: pointer;
|
|
|
2843 |
}
|
|
|
2844 |
#edit-og-groups {
|
|
|
2845 |
height: 200px;
|
|
|
2846 |
width: 100%;
|
|
|
2847 |
}
|
|
|
2848 |
.comment .content ul {
|
|
|
2849 |
list-style: disc inside none;
|
|
|
2850 |
}
|
|
|
2851 |
.comment .content a {
|
|
|
2852 |
color: #656565;
|
|
|
2853 |
font-weight: 400;
|
|
|
2854 |
text-decoration: underline;
|
|
|
2855 |
}
|
|
|
2856 |
.comment_bottom {
|
|
|
2857 |
clear: both;
|
|
|
2858 |
margin: 10px 0;
|
|
|
2859 |
}
|
|
|
2860 |
.preview > h3 {
|
|
|
2861 |
color: #CB1500;
|
|
|
2862 |
font-size: 140%;
|
|
|
2863 |
margin: 0 0 10px;
|
|
|
2864 |
text-transform: uppercase;
|
|
|
2865 |
}
|
|
|
2866 |
a.external {
|
|
34
|
2867 |
background: url(../mediapart-images/external.png) no-repeat center right;
|
|
31
|
2868 |
padding-right: 15px;
|
|
|
2869 |
}
|
|
|
2870 |
.affinage_dossier_letter_mot_cle_entete {
|
|
|
2871 |
padding: 5px 0 5px 15px;
|
|
|
2872 |
cursor: pointer;
|
|
34
|
2873 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 2px 10px;
|
|
31
|
2874 |
border-bottom: 1px solid #D7CDC6;
|
|
|
2875 |
}
|
|
|
2876 |
.affinage_dossier_letter_mot_cle_liste ul {
|
|
|
2877 |
margin: 5px 0;
|
|
|
2878 |
}
|
|
|
2879 |
.affinage_dossier_letter_mot_cle_liste ul li {
|
|
|
2880 |
margin: 0;
|
|
|
2881 |
padding: 5px 0 5px 25px;
|
|
34
|
2882 |
background: url(../mediapart-images/dot.png) no-repeat 15px 13px;
|
|
31
|
2883 |
}
|
|
|
2884 |
.affinage_dossier_rubriques {
|
|
|
2885 |
margin-bottom: 15px;
|
|
|
2886 |
}
|
|
|
2887 |
.affinage_dossier_rubrique {
|
|
|
2888 |
padding: 5px 0 5px 15px;
|
|
34
|
2889 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 2px 10px;
|
|
31
|
2890 |
}
|
|
|
2891 |
.affinage_dossier_retour {
|
|
34
|
2892 |
background: url(../mediapart-images/fleche_retour.gif) no-repeat 0 0;
|
|
31
|
2893 |
padding-left: 10px;
|
|
|
2894 |
margin: 5px 0 15px;
|
|
|
2895 |
text-align: center;
|
|
|
2896 |
}
|
|
|
2897 |
.discours_tous .page h1, .dossiers_tous .page h1 {
|
|
|
2898 |
font-size: 22px;
|
|
|
2899 |
color: #CB1500;
|
|
|
2900 |
text-transform: uppercase;
|
|
|
2901 |
border-bottom: 1px solid #CB1500;
|
|
|
2902 |
padding-bottom: 5px;
|
|
|
2903 |
}
|
|
|
2904 |
.dossiers_tous .tous_les_dossiers_dossier {
|
|
|
2905 |
padding: 5px;
|
|
|
2906 |
margin: 10px 0;
|
|
|
2907 |
border: 1px solid #D7CDC6;
|
|
|
2908 |
background: #F4F4F5;
|
|
|
2909 |
}
|
|
|
2910 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_rubrique {
|
|
|
2911 |
color: #333;
|
|
|
2912 |
font: 13px Arial;
|
|
|
2913 |
text-transform: uppercase;
|
|
|
2914 |
}
|
|
|
2915 |
.dossiers_tous .tous_les_dossiers_dossier h2 {
|
|
|
2916 |
margin: 0 0 5px;
|
|
|
2917 |
}
|
|
|
2918 |
.dossiers_tous .tous_les_dossiers_dossier h2 a {
|
|
|
2919 |
font-size: 22px;
|
|
|
2920 |
font-weight: 900;
|
|
34
|
2921 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 12px;
|
|
31
|
2922 |
padding: 3px 0 3px 10px;
|
|
|
2923 |
}
|
|
|
2924 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_date {
|
|
|
2925 |
color: #333;
|
|
|
2926 |
font: 12px Arial;
|
|
|
2927 |
}
|
|
|
2928 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_chapeau {
|
|
|
2929 |
margin: 5px 0;
|
|
|
2930 |
font-size: 16px;
|
|
|
2931 |
line-height: 20px;
|
|
|
2932 |
}
|
|
|
2933 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_chapeau p {
|
|
|
2934 |
margin: 0;
|
|
|
2935 |
}
|
|
|
2936 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_voir {
|
|
|
2937 |
margin: 5px 0 10px;
|
|
|
2938 |
}
|
|
|
2939 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_voir a {
|
|
|
2940 |
color: #333;
|
|
|
2941 |
font-size: 16px;
|
|
34
|
2942 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 5px 6px;
|
|
31
|
2943 |
padding-left: 15px;
|
|
|
2944 |
}
|
|
|
2945 |
.dossiers_tous .tous_les_dossiers_dossier .tous_les_dossiers_dossier_voir a:hover {
|
|
|
2946 |
color: #CB1500;
|
|
|
2947 |
font-size: 16px;
|
|
|
2948 |
}
|
|
|
2949 |
.dossiers_tous #tous_les_dossiers_tous {
|
|
|
2950 |
margin: 15px 0;
|
|
|
2951 |
}
|
|
|
2952 |
.dossiers_tous #tous_les_dossiers_tous ul, .dossiers_tous #tous_les_dossiers_tous ul li {
|
|
|
2953 |
margin: 0;
|
|
|
2954 |
padding: 0;
|
|
|
2955 |
}
|
|
|
2956 |
.dossiers_tous #tous_les_dossiers_tous .tous_les_dossiers_tous_dossier {
|
|
|
2957 |
margin: 15px 0;
|
|
|
2958 |
border-bottom: 1px dashed #D7CDC6;
|
|
|
2959 |
padding-bottom: 5px;
|
|
|
2960 |
}
|
|
|
2961 |
.dossiers_tous #tous_les_dossiers_tous .tous_les_dossiers_tous_dossier_rubrique {
|
|
|
2962 |
color: #333;
|
|
|
2963 |
font-size: 13px;
|
|
|
2964 |
text-transform: uppercase;
|
|
|
2965 |
}
|
|
|
2966 |
.dossiers_tous #tous_les_dossiers_tous .tous_les_dossiers_tous_dossier_date {
|
|
|
2967 |
color: #333;
|
|
|
2968 |
font-size: 13px;
|
|
|
2969 |
}
|
|
|
2970 |
.dossiers_tous #tous_les_dossiers_tous .tous_les_dossiers_tous_dossier_titre a {
|
|
|
2971 |
font-size: 16px;
|
|
|
2972 |
font-weight: 900;
|
|
34
|
2973 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 5px;
|
|
31
|
2974 |
padding-left: 10px;
|
|
|
2975 |
}
|
|
|
2976 |
.dossiers_tous #tous_les_dossiers_tous .tous_les_dossiers_tous_dossier_titre {
|
|
|
2977 |
margin: 3px 0 5px;
|
|
|
2978 |
}
|
|
|
2979 |
.dossiers_tous .tous_les_dossiers_cdf span {
|
|
34
|
2980 |
background: url(../mediapart-images/double_arrow_small.png) no-repeat 6px 6px;
|
|
31
|
2981 |
padding-left: 22px;
|
|
|
2982 |
}
|
|
|
2983 |
.dossiers_tous .tous_les_dossiers_tous_dossier_chapeau {
|
|
|
2984 |
margin: 5px 0;
|
|
|
2985 |
font-size: 14px;
|
|
|
2986 |
line-height: 18px;
|
|
|
2987 |
}
|
|
|
2988 |
.dossiers_tous .tous_les_dossiers_tous_dossier_chapeau p {
|
|
|
2989 |
margin: 0;
|
|
|
2990 |
}
|
|
|
2991 |
h3 .big-title {
|
|
|
2992 |
font-size: 180%;
|
|
|
2993 |
line-height: 27px;
|
|
|
2994 |
}
|
|
|
2995 |
.page-english .page .node-teaser:first-child h3 a, .english_blog .node-teaser:first-child h3 a, .page-journal .page .node-teaser:first-child h3 a, .blog .node-teaser:first-child h3 a, .club_home_une_begin .node-teaser:first-child h3 a {
|
|
|
2996 |
font-size: 160%;
|
|
|
2997 |
line-height: 27px;
|
|
|
2998 |
}
|
|
|
2999 |
#questionnaire, #abonnement_27_janvier {
|
|
|
3000 |
margin: 0 0 0 -5px;
|
|
|
3001 |
}
|
|
|
3002 |
.bloc-27-janvier {
|
|
34
|
3003 |
background: url(../mediapart-images/question3.png) no-repeat;
|
|
31
|
3004 |
font: 13px/15px Arial;
|
|
|
3005 |
height: 201px;
|
|
|
3006 |
padding: 20px 0 0;
|
|
|
3007 |
width: 155px;
|
|
|
3008 |
}
|
|
|
3009 |
.bloc-27-janvier-accroche {
|
|
|
3010 |
text-align: center;
|
|
|
3011 |
}
|
|
|
3012 |
.bloc-27-janvier-rouge {
|
|
|
3013 |
color: #CB1500;
|
|
|
3014 |
display: block;
|
|
|
3015 |
font-weight: 700;
|
|
|
3016 |
}
|
|
|
3017 |
.bloc-27-janvier form {
|
|
|
3018 |
margin-left: 6px;
|
|
|
3019 |
}
|
|
|
3020 |
.bloc-27-janvier label {
|
|
|
3021 |
font: 400 11px arial;
|
|
|
3022 |
}
|
|
|
3023 |
.bloc-27-janvier input[type=text] {
|
|
|
3024 |
width: 130px;
|
|
|
3025 |
}
|
|
|
3026 |
.bloc-27-janvier .form-submit {
|
|
|
3027 |
background: gray;
|
|
|
3028 |
border: 1px solid gray;
|
|
|
3029 |
border-radius: 3px;
|
|
|
3030 |
color: #FFF;
|
|
|
3031 |
font: 900 10px/17px arial;
|
|
|
3032 |
height: 20px;
|
|
|
3033 |
margin-left: 42px;
|
|
|
3034 |
text-transform: uppercase;
|
|
|
3035 |
}
|
|
|
3036 |
.bloc-27-janvier-footer {
|
|
|
3037 |
color: #656565;
|
|
|
3038 |
font-size: 10px;
|
|
|
3039 |
margin: 5px 0 0 50px;
|
|
|
3040 |
}
|
|
|
3041 |
.bloc-27-janvier-step2 {
|
|
34
|
3042 |
background: url(../mediapart-images/offrecolonnegauche3.png) no-repeat;
|
|
31
|
3043 |
}
|
|
|
3044 |
.node-discours .content li {
|
|
|
3045 |
background: none;
|
|
|
3046 |
}
|
|
|
3047 |
.une_blocks_plus_link {
|
|
|
3048 |
border-bottom: 1px dotted #656565;
|
|
|
3049 |
margin-bottom: 10px;
|
|
|
3050 |
}
|
|
|
3051 |
.une_blocks_plus_link_link {
|
|
|
3052 |
margin-bottom: 5px;
|
|
|
3053 |
}
|
|
|
3054 |
.une_blocks_plus_link_link a {
|
|
|
3055 |
font-size: 14px;
|
|
|
3056 |
font-weight: 900;
|
|
34
|
3057 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 5px;
|
|
31
|
3058 |
padding-left: 15px;
|
|
|
3059 |
}
|
|
|
3060 |
.une_blocks_plus_link_image {
|
|
|
3061 |
text-align: center;
|
|
|
3062 |
margin-bottom: 10px;
|
|
|
3063 |
}
|
|
|
3064 |
.une_blocks_plus_link p {
|
|
|
3065 |
color: #656565;
|
|
|
3066 |
font-size: 13px;
|
|
|
3067 |
line-height: 15px;
|
|
|
3068 |
margin-bottom: 10px;
|
|
|
3069 |
}
|
|
|
3070 |
#live_2012_gauche {
|
|
|
3071 |
margin-left: -3px;
|
|
|
3072 |
}
|
|
|
3073 |
#mediapart-core-tools-mediapart2012-form {
|
|
|
3074 |
margin-top: -10px;
|
|
|
3075 |
text-align: center;
|
|
|
3076 |
}
|
|
|
3077 |
#edit-email-mp2012 {
|
|
|
3078 |
width: 125px;
|
|
|
3079 |
margin: 0;
|
|
|
3080 |
padding: 0;
|
|
|
3081 |
margin-top: 5px;
|
|
|
3082 |
}
|
|
|
3083 |
#mediapart-core-tools-mediapart2012-form #edit-submit {
|
|
|
3084 |
margin: 0;
|
|
|
3085 |
margin-top: -10px;
|
|
|
3086 |
padding: 2px;
|
|
|
3087 |
}
|
|
|
3088 |
.block li.last {
|
|
|
3089 |
border: none;
|
|
|
3090 |
}
|
|
|
3091 |
.node-type-portfolios .twitter-share-button, .node-type-discours .twitter-share-button, .node-type-dossier .twitter-share-button, .node-type-portfolios .google-iframe, .node-type-discours .google-iframe, .node-type-dossier .google-iframe {
|
|
|
3092 |
height: 20px;
|
|
|
3093 |
width: 121px;
|
|
|
3094 |
}
|
|
|
3095 |
|
|
|
3096 |
.mobile-block-top, .mobile-block-bottom {
|
|
|
3097 |
background: #CB1500;
|
|
|
3098 |
color: #FFF;
|
|
|
3099 |
font-size: 400%;
|
|
|
3100 |
line-height: 120%;
|
|
|
3101 |
text-align: center;
|
|
|
3102 |
}
|
|
|
3103 |
.mobile-block-bottom a {
|
|
|
3104 |
color: #FFF;
|
|
|
3105 |
}
|
|
|
3106 |
.header-region {
|
|
|
3107 |
margin: 0 auto;
|
|
|
3108 |
position: relative;
|
|
|
3109 |
width: 967px;
|
|
|
3110 |
}
|
|
|
3111 |
.header-archives {
|
|
|
3112 |
float: left;
|
|
|
3113 |
margin: 17px 10px 0 -5px;
|
|
|
3114 |
}
|
|
|
3115 |
.header-journal a, .header-club a, .header-archives, .header-magasin, .header-vie, .header-fil {
|
|
|
3116 |
display: block;
|
|
|
3117 |
height: 83px;
|
|
|
3118 |
width: 89px;
|
|
|
3119 |
}
|
|
|
3120 |
.header-magasin {
|
|
|
3121 |
float: left;
|
|
|
3122 |
margin: 17px 32px 0 0;
|
|
|
3123 |
}
|
|
|
3124 |
.header-fil {
|
|
34
|
3125 |
background: url(../mediapart-images/ancre-fil.png) 0 0 no-repeat;
|
|
31
|
3126 |
float: left;
|
|
|
3127 |
margin: 17px 32px 0 0;
|
|
|
3128 |
}
|
|
|
3129 |
.header-vie {
|
|
34
|
3130 |
background: url(../mediapart-images/ancre-vie.png) 0 0 no-repeat;
|
|
31
|
3131 |
float: left;
|
|
|
3132 |
margin: 17px 19px 0 0;
|
|
|
3133 |
}
|
|
|
3134 |
.header .date {
|
|
34
|
3135 |
background: url(../mediapart-images/back-logo.png) 0 0 no-repeat;
|
|
31
|
3136 |
float: left;
|
|
|
3137 |
height: 87px;
|
|
|
3138 |
margin: 5px 0 0;
|
|
|
3139 |
padding-top: 18px;
|
|
|
3140 |
width: 164px;
|
|
|
3141 |
}
|
|
|
3142 |
.header .date-club {
|
|
34
|
3143 |
background: url(../mediapart-images/back-logo-club.png) 0 0 no-repeat;
|
|
31
|
3144 |
}
|
|
|
3145 |
.header .date span, .header .date abbr {
|
|
|
3146 |
font: 900 14px/19px Georgia;
|
|
|
3147 |
padding-left: 100px;
|
|
|
3148 |
}
|
|
|
3149 |
.header .date span {
|
|
|
3150 |
font-size: 23px;
|
|
|
3151 |
}
|
|
|
3152 |
.title-search {
|
|
|
3153 |
float: left;
|
|
|
3154 |
margin-top: 15px;
|
|
|
3155 |
}
|
|
|
3156 |
.title-search .form-item {
|
|
|
3157 |
margin: 0;
|
|
|
3158 |
padding: 0;
|
|
|
3159 |
}
|
|
|
3160 |
.search-form {
|
|
|
3161 |
margin: 5px 0;
|
|
|
3162 |
}
|
|
|
3163 |
.les-archives {
|
|
34
|
3164 |
background: url(../mediapart-images/dot.png) no-repeat 0 5px;
|
|
31
|
3165 |
display: block;
|
|
|
3166 |
font-size: 13px;
|
|
|
3167 |
padding-left: 8px;
|
|
|
3168 |
}
|
|
|
3169 |
.connectez_vous {
|
|
|
3170 |
float: right;
|
|
|
3171 |
margin: 15px 5px 0 0;
|
|
|
3172 |
width: 284px;
|
|
|
3173 |
}
|
|
|
3174 |
.header-subscription {
|
|
34
|
3175 |
background: url(../mediapart-images/header-abonnement-empty.png) 0 0 no-repeat;
|
|
31
|
3176 |
float: left;
|
|
|
3177 |
margin-right: 20px;
|
|
|
3178 |
position: relative;
|
|
|
3179 |
}
|
|
|
3180 |
.header-subscription a {
|
|
|
3181 |
display: block;
|
|
|
3182 |
height: 44px;
|
|
|
3183 |
width: 94px;
|
|
|
3184 |
}
|
|
|
3185 |
.header-subscription a span {
|
|
34
|
3186 |
background: url(../mediapart-images/picto-rouge.png) 90% 82% no-repeat;
|
|
31
|
3187 |
color: #CB1500;
|
|
|
3188 |
display: block;
|
|
|
3189 |
font-size: 85%;
|
|
|
3190 |
margin: 40px 5px 0;
|
|
|
3191 |
text-transform: uppercase;
|
|
|
3192 |
}
|
|
|
3193 |
.header-subscription .price {
|
|
34
|
3194 |
background: url(../mediapart-images/header-abonnement-price.png) 0 0 no-repeat;
|
|
31
|
3195 |
color: #fff;
|
|
|
3196 |
font-size: 20px;
|
|
|
3197 |
font-weight: 900;
|
|
|
3198 |
height: 39px;
|
|
|
3199 |
line-height: 38px;
|
|
|
3200 |
position: absolute;
|
|
|
3201 |
right: -8px;
|
|
|
3202 |
text-align: center;
|
|
|
3203 |
top: -7px;
|
|
|
3204 |
width: 38px;
|
|
|
3205 |
}
|
|
|
3206 |
.connect-label {
|
|
|
3207 |
text-transform: uppercase;
|
|
|
3208 |
}
|
|
|
3209 |
.connect-label, #user-login-form {
|
|
|
3210 |
float: left;
|
|
|
3211 |
}
|
|
|
3212 |
#user-login-form .required {
|
|
|
3213 |
border: 1px solid #656565;
|
|
|
3214 |
height: 17px;
|
|
|
3215 |
margin: 2px 0;
|
|
|
3216 |
width: 162px;
|
|
|
3217 |
}
|
|
|
3218 |
.connectez_vous #user-login-form #edit-pass, .connectez_vous #user-login-form #edit-pass-1 {
|
|
|
3219 |
border: 1px solid #656565;
|
|
|
3220 |
float: left;
|
|
|
3221 |
height: 18px;
|
|
|
3222 |
width: 135px;
|
|
|
3223 |
}
|
|
|
3224 |
#user-login-form .form-submit {
|
|
|
3225 |
background: #000;
|
|
|
3226 |
border: 0;
|
|
|
3227 |
color: #fff;
|
|
|
3228 |
height: 22px;
|
|
|
3229 |
margin: 2px 0;
|
|
|
3230 |
padding: 0;
|
|
|
3231 |
width: 27px;
|
|
|
3232 |
}
|
|
|
3233 |
#user-login-form .item-list {
|
|
|
3234 |
clear: left;
|
|
|
3235 |
}
|
|
|
3236 |
#user-login-form ul {
|
|
|
3237 |
margin: 0;
|
|
|
3238 |
}
|
|
|
3239 |
#user-login-form li {
|
|
|
3240 |
display: block;
|
|
|
3241 |
font-size: 75%;
|
|
|
3242 |
margin: 4px 0 0;
|
|
|
3243 |
text-align: center;
|
|
|
3244 |
}
|
|
|
3245 |
#user-login-form a {
|
|
|
3246 |
color: #464646;
|
|
|
3247 |
font-size: 100%;
|
|
|
3248 |
}
|
|
|
3249 |
#user-login-form .form-item {
|
|
|
3250 |
margin: 0;
|
|
|
3251 |
}
|
|
|
3252 |
.tableau_de_bord_header {
|
|
34
|
3253 |
background: url(../mediapart-images/tableau-de-bord.png) no-repeat;
|
|
31
|
3254 |
font-size: 80%;
|
|
|
3255 |
line-height: 17px;
|
|
|
3256 |
padding: 3px 0 8px 10px;
|
|
|
3257 |
position: absolute;
|
|
|
3258 |
right: 0;
|
|
|
3259 |
top: 17px;
|
|
|
3260 |
width: 275px;
|
|
|
3261 |
}
|
|
|
3262 |
.fight-club .tableau_de_bord_header {
|
|
|
3263 |
padding-bottom: 2px;
|
|
|
3264 |
}
|
|
|
3265 |
.tableau_de_bord_header .board-title {
|
|
|
3266 |
color: #FFF;
|
|
|
3267 |
margin: 0 0 8px;
|
|
|
3268 |
text-transform: uppercase;
|
|
|
3269 |
}
|
|
|
3270 |
a.header-logout {
|
|
|
3271 |
font-size: 0;
|
|
|
3272 |
height: 15px;
|
|
|
3273 |
line-height: 0;
|
|
|
3274 |
margin: 0 28px 0 0;
|
|
|
3275 |
position: absolute;
|
|
|
3276 |
right: 0;
|
|
|
3277 |
top: 5px;
|
|
|
3278 |
width: 15px;
|
|
|
3279 |
}
|
|
|
3280 |
.header-name {
|
|
34
|
3281 |
background: url(../mediapart-images/mister.png) no-repeat 2px 1px;
|
|
31
|
3282 |
color: #187DA7;
|
|
|
3283 |
font-weight: 900;
|
|
|
3284 |
padding: 0 0 12px 20px;
|
|
|
3285 |
}
|
|
|
3286 |
.header-links .links-column1 {
|
|
|
3287 |
float: left;
|
|
|
3288 |
width: 114px;
|
|
|
3289 |
}
|
|
|
3290 |
.header-links .links-column2 {
|
|
|
3291 |
float: left;
|
|
|
3292 |
width: 135px;
|
|
|
3293 |
}
|
|
|
3294 |
.header-links .links-column1 a, .header-links .links-column2 a {
|
|
|
3295 |
color: #656565;
|
|
|
3296 |
font-size: 100%;
|
|
|
3297 |
}
|
|
|
3298 |
.header-journal {
|
|
|
3299 |
float: left;
|
|
|
3300 |
margin: 17px 19px 0 -5px;
|
|
|
3301 |
}
|
|
|
3302 |
.header-club {
|
|
|
3303 |
float: left;
|
|
|
3304 |
margin: 17px 32px 0 0;
|
|
|
3305 |
}
|
|
|
3306 |
.documentary .header-region h1 a {
|
|
|
3307 |
left: 300px;
|
|
|
3308 |
}
|
|
|
3309 |
#edition_rappel_semainier {
|
|
34
|
3310 |
background: url(../mediapart-images/flag-french.png) no-repeat 0 0;
|
|
31
|
3311 |
color: #404040;
|
|
|
3312 |
font-size: 10px;
|
|
|
3313 |
line-height: 12px;
|
|
|
3314 |
margin-left: 400px;
|
|
|
3315 |
padding: 0 0 0 23px;
|
|
|
3316 |
position: absolute;
|
|
|
3317 |
top: 95px;
|
|
|
3318 |
z-index: 100;
|
|
|
3319 |
}
|
|
|
3320 |
.sub_header {
|
|
|
3321 |
width: 962px;
|
|
|
3322 |
border: 1px solid #D1D1D1;
|
|
|
3323 |
border-top: none;
|
|
|
3324 |
clear: left;
|
|
|
3325 |
margin: 0 0 0 -5px;
|
|
|
3326 |
background-color: #f6f6f6;
|
|
|
3327 |
}
|
|
|
3328 |
.sub_header ul {
|
|
|
3329 |
padding: 6px 0;
|
|
|
3330 |
margin: 0;
|
|
|
3331 |
}
|
|
|
3332 |
.sub_header ul li {
|
|
|
3333 |
display: inline;
|
|
|
3334 |
margin: 0;
|
|
|
3335 |
padding: 0 20px;
|
|
|
3336 |
border-right: 2px solid #D1D1D1;
|
|
|
3337 |
}
|
|
|
3338 |
.sub_header .last {
|
|
|
3339 |
border: none;
|
|
|
3340 |
}
|
|
|
3341 |
.sub_header a {
|
|
|
3342 |
font-size: 100%;
|
|
|
3343 |
font-style: italic;
|
|
|
3344 |
}
|
|
|
3345 |
.sub_sub_header_type {
|
|
|
3346 |
font-size: 16px;
|
|
|
3347 |
text-transform: uppercase;
|
|
|
3348 |
color: #404040;
|
|
|
3349 |
float: left;
|
|
|
3350 |
line-height: 20px;
|
|
|
3351 |
}
|
|
|
3352 |
.sub_sub_header {
|
|
|
3353 |
border-right: 1px solid #D1D1D1;
|
|
|
3354 |
border-bottom: 1px solid #D1D1D1;
|
|
|
3355 |
border-left: 1px solid #D1D1D1;
|
|
|
3356 |
clear: left;
|
|
|
3357 |
float: left;
|
|
|
3358 |
margin: 0 0 0 -4px;
|
|
|
3359 |
padding: 10px;
|
|
|
3360 |
width: 942px;
|
|
|
3361 |
}
|
|
|
3362 |
.sub_sub_header span {
|
|
|
3363 |
color: #404040;
|
|
|
3364 |
font-size: 16px;
|
|
|
3365 |
font-weight: 400;
|
|
|
3366 |
}
|
|
|
3367 |
.sub_sub_header h2 {
|
|
|
3368 |
clear: left;
|
|
|
3369 |
color: #CB1500;
|
|
|
3370 |
font-size: 180%;
|
|
|
3371 |
font-weight: 900;
|
|
|
3372 |
text-transform: uppercase;
|
|
|
3373 |
}
|
|
|
3374 |
.sub_sub_header h2 a {
|
|
|
3375 |
color: #CB1500;
|
|
|
3376 |
}
|
|
|
3377 |
.sub_sub_header h2 a:visited {
|
|
|
3378 |
color: #CB1500;
|
|
|
3379 |
}
|
|
|
3380 |
.sub_sub_header_tools {
|
|
|
3381 |
margin-top: 5px;
|
|
|
3382 |
margin-bottom: 8px;
|
|
|
3383 |
float: left;
|
|
|
3384 |
margin-left: 0;
|
|
|
3385 |
width: 100%;
|
|
|
3386 |
}
|
|
|
3387 |
.sub_sub_header_tools .facebook-button {
|
|
|
3388 |
float: left;
|
|
|
3389 |
}
|
|
|
3390 |
.sub_sub_header_tools .facebook-button iframe {
|
|
|
3391 |
height: 21px;
|
|
|
3392 |
border: none;
|
|
|
3393 |
}
|
|
|
3394 |
.sub_sub_header_tools .twitter-button {
|
|
|
3395 |
float: left;
|
|
|
3396 |
}
|
|
|
3397 |
.sub_sub_header_tools .google-button {
|
|
|
3398 |
float: left;
|
|
|
3399 |
}
|
|
|
3400 |
#magazine-authors .scrollable {
|
|
|
3401 |
float: left;
|
|
|
3402 |
height: 90px;
|
|
|
3403 |
left: 7px;
|
|
|
3404 |
overflow: hidden;
|
|
|
3405 |
position: relative;
|
|
|
3406 |
width: 616px;
|
|
|
3407 |
}
|
|
|
3408 |
#magazine-authors .prevPage {
|
|
34
|
3409 |
background: url(../mediapart-images/authors-carousel.png) 0 0 no-repeat;
|
|
31
|
3410 |
cursor: pointer;
|
|
|
3411 |
float: left;
|
|
|
3412 |
height: 16px;
|
|
|
3413 |
margin: 22px 0 0;
|
|
|
3414 |
text-decoration: none;
|
|
|
3415 |
width: 9px;
|
|
|
3416 |
}
|
|
|
3417 |
#magazine-authors .nextPage {
|
|
34
|
3418 |
background: url(../mediapart-images/authors-carousel.png) 0 -16px no-repeat;
|
|
31
|
3419 |
cursor: pointer;
|
|
|
3420 |
float: right;
|
|
|
3421 |
height: 16px;
|
|
|
3422 |
margin: 22px 0 0;
|
|
|
3423 |
text-decoration: none;
|
|
|
3424 |
width: 9px;
|
|
|
3425 |
}
|
|
|
3426 |
.m2 .prevPage {
|
|
34
|
3427 |
background: url(../mediapart-images/authors-carousel.png) 0 0 no-repeat;
|
|
31
|
3428 |
cursor: pointer;
|
|
|
3429 |
float: left;
|
|
|
3430 |
font-size: 1px;
|
|
|
3431 |
height: 16px;
|
|
|
3432 |
line-height: 1px;
|
|
|
3433 |
text-decoration: none;
|
|
|
3434 |
width: 9px;
|
|
|
3435 |
}
|
|
|
3436 |
.m2 .nextPage {
|
|
34
|
3437 |
background: url(../mediapart-images/authors-carousel.png) 0 -16px no-repeat;
|
|
31
|
3438 |
cursor: pointer;
|
|
|
3439 |
float: right;
|
|
|
3440 |
font-size: 1px;
|
|
|
3441 |
height: 16px;
|
|
|
3442 |
line-height: 1px;
|
|
|
3443 |
text-decoration: none;
|
|
|
3444 |
width: 9px;
|
|
|
3445 |
}
|
|
|
3446 |
.fil_mediapart_journal .prevPage, .fil_mediapart_club .prevPage {
|
|
34
|
3447 |
background: url(../mediapart-images/tracker-carousel.png) 0 0 no-repeat;
|
|
31
|
3448 |
cursor: pointer;
|
|
|
3449 |
float: left;
|
|
|
3450 |
font-size: 1px;
|
|
|
3451 |
height: 19px;
|
|
|
3452 |
line-height: 1px;
|
|
|
3453 |
text-decoration: none;
|
|
|
3454 |
width: 9px;
|
|
|
3455 |
}
|
|
|
3456 |
.fil_mediapart_club .prevPage {
|
|
34
|
3457 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 0 no-repeat;
|
|
31
|
3458 |
}
|
|
|
3459 |
.fil_mediapart_journal .nextPage, .fil_mediapart_club .nextPage {
|
|
34
|
3460 |
background: url(../mediapart-images/tracker-carousel.png) 0 -19px no-repeat;
|
|
31
|
3461 |
cursor: pointer;
|
|
|
3462 |
float: right;
|
|
|
3463 |
font-size: 1px;
|
|
|
3464 |
height: 19px;
|
|
|
3465 |
line-height: 1px;
|
|
|
3466 |
text-decoration: none;
|
|
|
3467 |
width: 9px;
|
|
|
3468 |
}
|
|
|
3469 |
.fil_mediapart_club .nextPage {
|
|
34
|
3470 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -19px no-repeat;
|
|
31
|
3471 |
}
|
|
|
3472 |
.fil_title {
|
|
|
3473 |
margin-top: 10px;
|
|
|
3474 |
border-bottom: 1px solid #197CAA;
|
|
|
3475 |
width: 98%;
|
|
|
3476 |
margin-bottom: 10px;
|
|
|
3477 |
margin-top: 15px;
|
|
|
3478 |
}
|
|
|
3479 |
.fil_title_edition, .fil_title_blog {
|
|
34
|
3480 |
background: url(../mediapart-images/tracker-blue-follow.png) repeat 2px 0;
|
|
31
|
3481 |
color: #197CAA;
|
|
|
3482 |
margin: -10px -10px -10px 124px;
|
|
|
3483 |
text-align: center;
|
|
|
3484 |
text-transform: uppercase;
|
|
|
3485 |
width: 20%;
|
|
|
3486 |
}
|
|
|
3487 |
.fil_title_edition {
|
|
|
3488 |
margin: -10px -10px -10px 114px;
|
|
|
3489 |
width: 26%;
|
|
|
3490 |
}
|
|
|
3491 |
.fil_mediapart_journal .prevPage.disabled {
|
|
34
|
3492 |
background: url(../mediapart-images/tracker-carousel.png) 0 -38px no-repeat;
|
|
31
|
3493 |
cursor: default;
|
|
|
3494 |
}
|
|
|
3495 |
.fil_mediapart_club .prevPage.disabled {
|
|
34
|
3496 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -38px no-repeat;
|
|
31
|
3497 |
}
|
|
|
3498 |
.fil_mediapart_journal .nextPage.disabled {
|
|
34
|
3499 |
background: url(../mediapart-images/tracker-carousel.png) 0 -57px no-repeat;
|
|
31
|
3500 |
cursor: default;
|
|
|
3501 |
}
|
|
|
3502 |
.fil_mediapart_club .nextPage.disabled {
|
|
34
|
3503 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -57px no-repeat;
|
|
31
|
3504 |
cursor: default;
|
|
|
3505 |
}
|
|
|
3506 |
.fil_mediapart_journal .nextPage.notdisabled {
|
|
34
|
3507 |
background: url(../mediapart-images/tracker-carousel.png) 0 -19px no-repeat;
|
|
31
|
3508 |
cursor: pointer;
|
|
|
3509 |
}
|
|
|
3510 |
.fil_mediapart_club .nextPage.notdisabled {
|
|
34
|
3511 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -19px no-repeat;
|
|
31
|
3512 |
cursor: pointer;
|
|
|
3513 |
}
|
|
|
3514 |
.scrollable .items {
|
|
|
3515 |
position: absolute;
|
|
|
3516 |
width: 5000px;
|
|
|
3517 |
}
|
|
|
3518 |
.scrollable .items > li {
|
|
|
3519 |
float: left;
|
|
|
3520 |
}
|
|
|
3521 |
.m2 .navi {
|
|
|
3522 |
float: left;
|
|
|
3523 |
text-align: center;
|
|
|
3524 |
width: 630px;
|
|
|
3525 |
}
|
|
|
3526 |
.fil_mediapart_journal .navi, .fil_mediapart_club .navi {
|
|
|
3527 |
float: left;
|
|
|
3528 |
text-align: center;
|
|
|
3529 |
width: 298px;
|
|
|
3530 |
}
|
|
|
3531 |
.m2 .navi a {
|
|
34
|
3532 |
background: url(../mediapart-images/tracker-navi.png) 0 -7px no-repeat;
|
|
31
|
3533 |
cursor: pointer;
|
|
|
3534 |
display: inline-block;
|
|
|
3535 |
font-size: 1px;
|
|
|
3536 |
height: 7px;
|
|
|
3537 |
line-height: 1px;
|
|
|
3538 |
margin: 5px 5px 0 0;
|
|
|
3539 |
width: 9px;
|
|
|
3540 |
}
|
|
|
3541 |
.fil_mediapart_journal .navi a, .fil_mediapart_club .navi a {
|
|
34
|
3542 |
background: url(../mediapart-images/tracker-navi.png) 0 -7px no-repeat;
|
|
31
|
3543 |
cursor: pointer;
|
|
|
3544 |
display: inline-block;
|
|
|
3545 |
font-size: 1px;
|
|
|
3546 |
height: 7px;
|
|
|
3547 |
line-height: 1px;
|
|
|
3548 |
margin: 5px 5px 0 0;
|
|
|
3549 |
width: 9px;
|
|
|
3550 |
}
|
|
|
3551 |
.fil_mediapart_club .navi a {
|
|
34
|
3552 |
background: url(../mediapart-images/tracker-blue-navi.png) 0 -7px no-repeat;
|
|
31
|
3553 |
}
|
|
|
3554 |
.m2 .navi a.active, .fil_mediapart_journal .navi a.active, .fil_mediapart_club .navi a.active {
|
|
|
3555 |
background-position: 0 0;
|
|
|
3556 |
}
|
|
|
3557 |
html > body #magazine-authors .prevPage.disabled, html > body .m2 .prevPage.disabled {
|
|
34
|
3558 |
background: url(../mediapart-images/authors-carousel.png) 0 -32px no-repeat;
|
|
31
|
3559 |
cursor: default;
|
|
|
3560 |
}
|
|
|
3561 |
html > body #magazine-authors .nextPage.disabled, html > body .m2 .nextPage.disabled {
|
|
34
|
3562 |
background: url(../mediapart-images/authors-carousel.png) 0 -48px no-repeat;
|
|
31
|
3563 |
cursor: default;
|
|
|
3564 |
}
|
|
|
3565 |
#magazine-authors .prevPage:hover, #magazine-authors .nextPage:hover, .m2 .prevPage:hover, .m2 .nextPage:hover, .fil_mediapart_club .prevPage:hover, .fil_mediapart_club .nextPage:hover {
|
|
|
3566 |
text-decoration: none;
|
|
|
3567 |
}
|
|
|
3568 |
.fil_mediapart_journal .scrollable, .fil_mediapart_club .scrollable {
|
|
|
3569 |
height: 435px;
|
|
|
3570 |
margin: 0 0 10px;
|
|
|
3571 |
overflow: hidden;
|
|
|
3572 |
position: relative;
|
|
|
3573 |
width: 325px;
|
|
|
3574 |
}
|
|
|
3575 |
.m2 .scrollable {
|
|
|
3576 |
height: 500px;
|
|
|
3577 |
margin: 0 0 10px;
|
|
|
3578 |
overflow: hidden;
|
|
|
3579 |
position: relative;
|
|
|
3580 |
width: 650px;
|
|
|
3581 |
}
|
|
|
3582 |
.m2 .scrollable li {
|
|
|
3583 |
width: 650px;
|
|
|
3584 |
}
|
|
|
3585 |
.fil_mediapart_journal .scrollable .items > li, .fil_mediapart_club .scrollable .items > li {
|
|
|
3586 |
width: 325px;
|
|
|
3587 |
}
|
|
|
3588 |
.m2 .navigation, .fil_mediapart_journal .navigation, .fil_mediapart_club .navigation {
|
|
|
3589 |
margin: 0 0 20px;
|
|
|
3590 |
}
|
|
|
3591 |
#m-loader {
|
|
|
3592 |
margin: 240px 0 240px 300px;
|
|
|
3593 |
}
|
|
|
3594 |
.top_blog .scrollable, .top_edition .scrollable, #top_edition_une .scrollable {
|
|
|
3595 |
height: 435px;
|
|
|
3596 |
margin: 0 0 10px;
|
|
|
3597 |
overflow: hidden;
|
|
|
3598 |
position: relative;
|
|
|
3599 |
width: 253px;
|
|
|
3600 |
}
|
|
|
3601 |
.top_blog .navigation, .top_edition .navigation, #top_edition_une .navigation {
|
|
|
3602 |
margin: 0 0 20px;
|
|
|
3603 |
}
|
|
|
3604 |
.top_blog .prevPage, .top_edition .prevPage, #top_edition_une .prevPage {
|
|
34
|
3605 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 0 no-repeat;
|
|
31
|
3606 |
cursor: pointer;
|
|
|
3607 |
float: left;
|
|
|
3608 |
font-size: 1px;
|
|
|
3609 |
height: 19px;
|
|
|
3610 |
line-height: 1px;
|
|
|
3611 |
text-decoration: none;
|
|
|
3612 |
width: 9px;
|
|
|
3613 |
}
|
|
|
3614 |
html > body .top_blog .prevPage.disabled, html > body .top_edition .prevPage.disabled, html > body #top_edition_une .prevPage.disabled {
|
|
34
|
3615 |
background: url(../mediapart-images/tracker-blue-carousel.png) no-repeat scroll 0 -38px transparent;
|
|
31
|
3616 |
cursor: default;
|
|
|
3617 |
}
|
|
|
3618 |
.top_blog .prevPage:hover, .top_edition .prevPage:hover, #top_edition_une .prevPage:hover {
|
|
|
3619 |
text-decoration: none;
|
|
|
3620 |
}
|
|
|
3621 |
.top_blog .nextPage, .top_edition .nextPage, #top_edition_une .nextPage {
|
|
34
|
3622 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -19px no-repeat;
|
|
31
|
3623 |
cursor: pointer;
|
|
|
3624 |
float: left;
|
|
|
3625 |
font-size: 1px;
|
|
|
3626 |
height: 19px;
|
|
|
3627 |
line-height: 1px;
|
|
|
3628 |
text-decoration: none;
|
|
|
3629 |
width: 9px;
|
|
|
3630 |
}
|
|
|
3631 |
html > body .top_blog .nextPage.notdisabled, html > body .top_edition .nextPage.notdisabled, html > body #top_edition_une .nextPage.notdisabled {
|
|
34
|
3632 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -19px no-repeat;
|
|
31
|
3633 |
cursor: pointer;
|
|
|
3634 |
}
|
|
|
3635 |
html > body .top_blog .nextPage.disabled, html > body .top_edition .nextPage.disabled, html > body #top_edition_une .nextPage.disabled {
|
|
34
|
3636 |
background: url(../mediapart-images/tracker-blue-carousel.png) 0 -57px no-repeat;
|
|
31
|
3637 |
cursor: default;
|
|
|
3638 |
}
|
|
|
3639 |
.top_blog .nextPage:hover, .top_edition .nextPage:hover, #top_edition_une .nextPage:hover {
|
|
|
3640 |
text-decoration: none;
|
|
|
3641 |
}
|
|
|
3642 |
.top_blog .navi, .top_edition .navi, #top_edition_une .navi {
|
|
|
3643 |
float: left;
|
|
|
3644 |
text-align: center;
|
|
|
3645 |
width: 235px;
|
|
|
3646 |
}
|
|
|
3647 |
.top_blog .navi a, .top_edition .navi a, #top_edition_une .navi a {
|
|
34
|
3648 |
background: url(../mediapart-images/tracker-blue-navi.png) 0 -7px no-repeat;
|
|
31
|
3649 |
cursor: pointer;
|
|
|
3650 |
display: inline-block;
|
|
|
3651 |
font-size: 1px;
|
|
|
3652 |
height: 7px;
|
|
|
3653 |
line-height: 1px;
|
|
|
3654 |
margin: 5px 5px 0 0;
|
|
|
3655 |
width: 9px;
|
|
|
3656 |
}
|
|
|
3657 |
.top_blog .navi a.active, .top_edition .navi a.active, #top_edition_une .navi a.active {
|
|
|
3658 |
background-position: 0 0;
|
|
|
3659 |
}
|
|
|
3660 |
.top_blog .css-tabs-top li, .top_edition .css-tabs-top-edition li, #top_edition_une .css-tabs-top-edition li {
|
|
|
3661 |
cursor: pointer;
|
|
|
3662 |
text-transform: uppercase;
|
|
|
3663 |
}
|
|
|
3664 |
.top-select, .top-select-edition {
|
|
|
3665 |
font-size: 12px;
|
|
|
3666 |
}
|
|
|
3667 |
.top-select .css-tabs-top, .top-select-edition .css-tabs-top-edition {
|
|
|
3668 |
border-top: 1px solid #197CAA;
|
|
|
3669 |
border-bottom: 1px solid #197CAA;
|
|
|
3670 |
padding-bottom: 5px;
|
|
|
3671 |
padding-top: 5px;
|
|
|
3672 |
}
|
|
|
3673 |
.top-select .css-tabs-top li, .top-select-edition .css-tabs-top-edition li {
|
|
|
3674 |
display: inline;
|
|
|
3675 |
color: #197CAA;
|
|
|
3676 |
padding: 3px 5px;
|
|
|
3677 |
}
|
|
|
3678 |
.top-select .css-tabs-top .current, .top-select-edition .css-tabs-top-edition .current {
|
|
|
3679 |
background-color: #197CAA;
|
|
|
3680 |
color: #FFF;
|
|
|
3681 |
}
|
|
|
3682 |
.top_edition .articles li, .top_blog .articles li, .articles .articles_info {
|
|
|
3683 |
border-bottom: 1px dotted #D1D1D1;
|
|
|
3684 |
height: 95px;
|
|
|
3685 |
padding-top: 10px;
|
|
|
3686 |
width: 253px;
|
|
|
3687 |
}
|
|
|
3688 |
.art-nfo {
|
|
|
3689 |
float: right;
|
|
|
3690 |
padding-left: 5px;
|
|
|
3691 |
width: 198px;
|
|
|
3692 |
}
|
|
|
3693 |
.art-photo {
|
|
|
3694 |
float: left;
|
|
|
3695 |
}
|
|
|
3696 |
.art-nfo .dernier-article {
|
|
|
3697 |
font-size: 14px;
|
|
|
3698 |
margin: 3px 0;
|
|
|
3699 |
}
|
|
|
3700 |
.biography-side-bar {
|
|
|
3701 |
float: left;
|
|
|
3702 |
width: 162px;
|
|
|
3703 |
}
|
|
|
3704 |
.biography-side-bar img {
|
|
|
3705 |
border: 1px solid #989800;
|
|
|
3706 |
padding: 5px;
|
|
|
3707 |
}
|
|
|
3708 |
.biography-side-bar ul li {
|
|
34
|
3709 |
background: url(../mediapart-images/picto-or.png) no-repeat 0 5px;
|
|
31
|
3710 |
list-style: none;
|
|
|
3711 |
margin: 0 0 5px;
|
|
|
3712 |
padding-left: 15px;
|
|
|
3713 |
}
|
|
|
3714 |
.biography-side-bar > ul > li {
|
|
|
3715 |
background: none;
|
|
|
3716 |
font-weight: 900;
|
|
|
3717 |
padding: 0;
|
|
|
3718 |
}
|
|
|
3719 |
.biography-side-bar > ul > li > div > ul > li > a {
|
|
|
3720 |
font-weight: 400;
|
|
|
3721 |
}
|
|
|
3722 |
.biography-content {
|
|
|
3723 |
float: left;
|
|
|
3724 |
margin-left: 20px;
|
|
|
3725 |
width: 588px;
|
|
|
3726 |
}
|
|
|
3727 |
.biography-content h2 {
|
|
|
3728 |
font-size: 48px;
|
|
|
3729 |
margin-bottom: 10px;
|
|
|
3730 |
}
|
|
|
3731 |
.biography-content .biography {
|
|
|
3732 |
font-size: 17px;
|
|
|
3733 |
margin-bottom: 20px;
|
|
|
3734 |
}
|
|
|
3735 |
.biography-content .biography p {
|
|
|
3736 |
line-height: 23px;
|
|
|
3737 |
}
|
|
|
3738 |
.rubrique_list_breve h2, #rubrique_list_article h2, .liste_articles_rubrique h2, .biography-content h2.border {
|
|
|
3739 |
border-bottom: 1px solid #989800;
|
|
|
3740 |
color: #989800;
|
|
|
3741 |
margin-bottom: 10px;
|
|
|
3742 |
}
|
|
|
3743 |
.biography-content h2.border {
|
|
|
3744 |
font-size: 32px;
|
|
|
3745 |
}
|
|
|
3746 |
.biography-content h3 a {
|
|
|
3747 |
font-size: 21px;
|
|
|
3748 |
font-weight: 900;
|
|
|
3749 |
}
|
|
|
3750 |
.node-folder > .content > ul > li, .biography-content > ul > li {
|
|
34
|
3751 |
background: url(../mediapart-images/border-dotted.png) repeat-x left bottom;
|
|
31
|
3752 |
margin-bottom: 10px;
|
|
|
3753 |
padding-bottom: 10px;
|
|
|
3754 |
}
|
|
|
3755 |
.summary_journal #small_manchette {
|
|
|
3756 |
padding: 0;
|
|
|
3757 |
}
|
|
|
3758 |
.summary_journal {
|
|
|
3759 |
font-size: 14px;
|
|
|
3760 |
}
|
|
|
3761 |
.summary_journal #small_manchette a {
|
|
34
|
3762 |
background: url(../mediapart-images/une-head-inner.png) left center no-repeat;
|
|
31
|
3763 |
display: block;
|
|
|
3764 |
font-size: 24px;
|
|
|
3765 |
line-height: 30px;
|
|
|
3766 |
padding-left: 25px;
|
|
|
3767 |
}
|
|
|
3768 |
.person .biography-side-bar img {
|
|
|
3769 |
border: 1px solid #656565;
|
|
|
3770 |
}
|
|
|
3771 |
.person h2 span {
|
|
|
3772 |
border-bottom: 1px dotted #B4B4B4;
|
|
|
3773 |
color: #545454;
|
|
|
3774 |
display: block;
|
|
|
3775 |
font-size: 50%;
|
|
|
3776 |
padding: 0 0 10px;
|
|
|
3777 |
}
|
|
|
3778 |
.person .biography {
|
|
|
3779 |
border-bottom: 1px dotted #B4B4B4;
|
|
|
3780 |
padding: 0 0 10px;
|
|
|
3781 |
}
|
|
|
3782 |
.person .related-links {
|
|
|
3783 |
background: #F4F4F5;
|
|
|
3784 |
margin: 0 0 10px;
|
|
|
3785 |
padding: 10px;
|
|
|
3786 |
}
|
|
|
3787 |
.person .related-links h3 {
|
|
|
3788 |
text-transform: uppercase;
|
|
|
3789 |
margin: 0 0 10px;
|
|
|
3790 |
}
|
|
|
3791 |
.node-folder h2, .node-ipad_hebdo h2 {
|
|
|
3792 |
font-size: 48px;
|
|
|
3793 |
line-height: 56px;
|
|
|
3794 |
}
|
|
|
3795 |
.node-folder h2.border, .node-ipad_hebdo h2.border {
|
|
|
3796 |
border-bottom: 1px solid #000;
|
|
|
3797 |
clear: both;
|
|
|
3798 |
font-size: 32px;
|
|
|
3799 |
line-height: 40px;
|
|
|
3800 |
margin-bottom: 10px;
|
|
|
3801 |
}
|
|
|
3802 |
.node-folder h3 a, .node-ipad_hebdo h3 a {
|
|
|
3803 |
font-size: 21px;
|
|
|
3804 |
font-weight: 900;
|
|
|
3805 |
}
|
|
|
3806 |
.node-folder .content > .item-list > ul > li {
|
|
|
3807 |
background: none;
|
|
|
3808 |
}
|
|
|
3809 |
|
|
|
3810 |
.access-reserved {
|
|
34
|
3811 |
background: url(../mediapart-images/acces_reserve.png) no-repeat;
|
|
31
|
3812 |
clear: both;
|
|
|
3813 |
color: #DC0000;
|
|
|
3814 |
font-weight: 900;
|
|
|
3815 |
margin: 0 0 10px;
|
|
|
3816 |
padding-left: 24px;
|
|
|
3817 |
}
|
|
|
3818 |
.account-choice {
|
|
|
3819 |
float: left;
|
|
|
3820 |
font-size: 70%;
|
|
|
3821 |
margin: 15px 0;
|
|
|
3822 |
width: 498px;
|
|
|
3823 |
}
|
|
|
3824 |
.account-choice .account-access {
|
|
34
|
3825 |
background: url(../mediapart-images/background-account-access.png) 0 0 repeat;
|
|
31
|
3826 |
height: 210px;
|
|
|
3827 |
width: 244px;
|
|
|
3828 |
}
|
|
|
3829 |
.account-choice .account-access div {
|
|
|
3830 |
padding: 0 5px;
|
|
|
3831 |
}
|
|
|
3832 |
.account-choice .account-already {
|
|
|
3833 |
float: left;
|
|
|
3834 |
margin: 0 10px 0 0;
|
|
|
3835 |
}
|
|
|
3836 |
.account-choice .account-notyet {
|
|
|
3837 |
float: left;
|
|
|
3838 |
}
|
|
|
3839 |
.account-choice .account-access h2 {
|
|
|
3840 |
color: #fff;
|
|
|
3841 |
font-size: 150%;
|
|
|
3842 |
line-height: 18px;
|
|
|
3843 |
padding: 6px 9px;
|
|
|
3844 |
text-transform: uppercase;
|
|
|
3845 |
}
|
|
|
3846 |
.account-choice .account-already h2 {
|
|
|
3847 |
background: #3f3f3f;
|
|
|
3848 |
}
|
|
|
3849 |
.account-choice .account-notyet h2 {
|
|
|
3850 |
background: #cb1500;
|
|
|
3851 |
height: 36px;
|
|
|
3852 |
}
|
|
|
3853 |
.account-choice .account-access p {
|
|
|
3854 |
line-height: 18px;
|
|
|
3855 |
margin: 7px;
|
|
|
3856 |
}
|
|
|
3857 |
.account-choice .account-access form {
|
|
|
3858 |
margin: 0;
|
|
|
3859 |
}
|
|
|
3860 |
.account-choice .account-access form label {
|
|
|
3861 |
display: block;
|
|
|
3862 |
font-weight: 700;
|
|
|
3863 |
margin: 0 0 4px;
|
|
|
3864 |
}
|
|
|
3865 |
.account-choice .account-access .itext {
|
|
|
3866 |
width: 220px;
|
|
|
3867 |
}
|
|
|
3868 |
.account-choice .lost-pwd a {
|
|
|
3869 |
color: #cb1500;
|
|
|
3870 |
font-size: 12px;
|
|
|
3871 |
}
|
|
|
3872 |
.account-choice .account-access .isubmit {
|
|
|
3873 |
background: #cb1500;
|
|
|
3874 |
border: 1px solid #cb1500;
|
|
|
3875 |
color: #fff;
|
|
|
3876 |
font-size: 12px;
|
|
|
3877 |
text-transform: uppercase;
|
|
|
3878 |
}
|
|
|
3879 |
.account-choice .account-access .reg-account a {
|
|
|
3880 |
background: #cb1500;
|
|
|
3881 |
color: #fff;
|
|
|
3882 |
display: block;
|
|
|
3883 |
font-size: 12px;
|
|
|
3884 |
margin: 25px 0;
|
|
|
3885 |
padding: 4px;
|
|
|
3886 |
text-align: center;
|
|
|
3887 |
text-decoration: none;
|
|
|
3888 |
text-transform: uppercase;
|
|
|
3889 |
width: 150px;
|
|
|
3890 |
}
|
|
|
3891 |
.node-article-teaser h4, .teaser-article_edition h4, .teaser-blog h4 {
|
|
|
3892 |
font-size: 80%;
|
|
|
3893 |
font-weight: 900;
|
|
|
3894 |
text-transform: uppercase;
|
|
|
3895 |
}
|
|
|
3896 |
.ligne {
|
|
|
3897 |
border-top: 1px solid #D7CDC6;
|
|
|
3898 |
clear: both;
|
|
|
3899 |
float: left;
|
|
|
3900 |
padding: 10px 0;
|
|
|
3901 |
width: 490px;
|
|
|
3902 |
}
|
|
|
3903 |
.ligne_1 {
|
|
|
3904 |
border-top: none;
|
|
|
3905 |
padding: 0;
|
|
|
3906 |
}
|
|
|
3907 |
.colonne {
|
|
|
3908 |
border-right: 1px solid #D7CDC6;
|
|
|
3909 |
float: left;
|
|
|
3910 |
padding: 0 10px;
|
|
|
3911 |
}
|
|
|
3912 |
.colonne_2 .colonne {
|
|
|
3913 |
width: 224px;
|
|
|
3914 |
}
|
|
|
3915 |
.colonne_3 .colonne {
|
|
|
3916 |
width: 142px;
|
|
|
3917 |
}
|
|
|
3918 |
.colonne_t .colonne {
|
|
|
3919 |
width: 155px;
|
|
|
3920 |
}
|
|
|
3921 |
.colonne_t .more_large {
|
|
|
3922 |
width: 294px;
|
|
|
3923 |
}
|
|
|
3924 |
.ligne .last_colonne {
|
|
|
3925 |
border-right: none;
|
|
|
3926 |
}
|
|
|
3927 |
.view_unes_rubriques_ligne0 h3 {
|
|
|
3928 |
font-size: 150%;
|
|
|
3929 |
}
|
|
|
3930 |
.page-article h1, .node-article h1 {
|
|
|
3931 |
font-size: 250%;
|
|
|
3932 |
margin: 0 0 10px;
|
|
|
3933 |
}
|
|
|
3934 |
.node-artefact_audio h2, .node-article h2, .node-type-evenement-video h2.title {
|
|
|
3935 |
font-size: 250%;
|
|
|
3936 |
font-weight: 400;
|
|
|
3937 |
letter-spacing: -1px;
|
|
|
3938 |
line-height: 40px;
|
|
|
3939 |
}
|
|
|
3940 |
.article-series {
|
|
|
3941 |
font-variant: small-caps;
|
|
|
3942 |
font-size: 14px;
|
|
|
3943 |
font-weight: 900;
|
|
|
3944 |
margin-bottom: 10px;
|
|
|
3945 |
}
|
|
|
3946 |
.article-tools-top {
|
|
|
3947 |
margin: 0 0 10px;
|
|
|
3948 |
}
|
|
|
3949 |
.article-tools-top > ul {
|
|
|
3950 |
font-size: 100%;
|
|
|
3951 |
padding: 0;
|
|
|
3952 |
}
|
|
|
3953 |
.article-tools-top > ul li a {
|
|
|
3954 |
color: #656565;
|
|
|
3955 |
font-variant: small-caps;
|
|
|
3956 |
font-weight: 900;
|
|
|
3957 |
}
|
|
|
3958 |
.article-tools-top > ul li.ui-tabs-selected a {
|
|
|
3959 |
background: #FFF;
|
|
|
3960 |
}
|
|
|
3961 |
.article-tools-top #nouveaux_commentaires {
|
|
|
3962 |
color: #CB1500;
|
|
|
3963 |
}
|
|
|
3964 |
.article-submitted {
|
|
|
3965 |
margin: 0 0 20px;
|
|
|
3966 |
}
|
|
|
3967 |
.article-under-title {
|
|
|
3968 |
color: #656565;
|
|
|
3969 |
font-size: 21px;
|
|
|
3970 |
font-style: italic;
|
|
|
3971 |
font-weight: 900;
|
|
|
3972 |
margin-bottom: 10px;
|
|
|
3973 |
}
|
|
|
3974 |
.node-full .content p a:link, .node-full .content p a:visited, .article-black-box .black-box-content a:link, .article-black-box .black-box-content a:visited, #article-extend a:link, #article-extend a:visited {
|
|
|
3975 |
color: #656565;
|
|
|
3976 |
text-decoration: underline;
|
|
|
3977 |
}
|
|
|
3978 |
.node-article .pager {
|
|
|
3979 |
clear: left;
|
|
|
3980 |
margin: 0 0 20px;
|
|
|
3981 |
text-align: right;
|
|
|
3982 |
}
|
|
|
3983 |
body div.node-article div.content .article-read-too {
|
|
|
3984 |
float: left;
|
|
|
3985 |
margin-right: 15px;
|
|
|
3986 |
width: 180px;
|
|
|
3987 |
line-height: 14px;
|
|
|
3988 |
margin-top: 5px;
|
|
|
3989 |
}
|
|
|
3990 |
.article-black-box {
|
|
34
|
3991 |
background: url(../mediapart-images/black-box-background.png) repeat-y;
|
|
31
|
3992 |
clear: left;
|
|
|
3993 |
margin: 0 0 20px;
|
|
|
3994 |
width: 470px;
|
|
|
3995 |
}
|
|
|
3996 |
.article-black-box .top {
|
|
34
|
3997 |
background: url(../mediapart-images/black-box-top.png) no-repeat;
|
|
31
|
3998 |
height: 73px;
|
|
|
3999 |
}
|
|
|
4000 |
.article-black-box .black-box-content {
|
|
|
4001 |
padding: 10px 40px;
|
|
|
4002 |
}
|
|
|
4003 |
.article-black-box .bottom {
|
|
34
|
4004 |
background: url(../mediapart-images/black-box-bottom.png) no-repeat;
|
|
31
|
4005 |
clear: both;
|
|
|
4006 |
height: 27px;
|
|
|
4007 |
}
|
|
|
4008 |
.right-region .facebook-recommanded, .right-region .twitter-offer {
|
|
|
4009 |
border-bottom: 1px dotted #D1D1D1;
|
|
|
4010 |
margin: 0 0 5px;
|
|
|
4011 |
padding: 0 0 2px;
|
|
|
4012 |
}
|
|
|
4013 |
.tools_article .item-list li {
|
|
|
4014 |
display: inline;
|
|
|
4015 |
margin: 0 7px;
|
|
|
4016 |
}
|
|
|
4017 |
.facebook-recommanded .facebook-iframe {
|
|
|
4018 |
border: none;
|
|
|
4019 |
height: 21px;
|
|
|
4020 |
width: 140px;
|
|
|
4021 |
}
|
|
|
4022 |
.facebook-recommanded .google-iframe {
|
|
|
4023 |
border: none;
|
|
|
4024 |
height: 20px;
|
|
|
4025 |
width: 90px;
|
|
|
4026 |
}
|
|
|
4027 |
.right-region .tools_article iframe {
|
|
|
4028 |
padding: 0 0 1px;
|
|
|
4029 |
}
|
|
|
4030 |
.right-region .tools_article .twitter-share-button {
|
|
|
4031 |
height: 20px;
|
|
|
4032 |
width: 118px;
|
|
|
4033 |
}
|
|
|
4034 |
.node-article .tools_article {
|
|
|
4035 |
border-top: 1px dotted #D1D1D1;
|
|
|
4036 |
border-bottom: 1px dotted #D1D1D1;
|
|
|
4037 |
clear: both;
|
|
|
4038 |
padding: 5px 0;
|
|
|
4039 |
}
|
|
|
4040 |
.node-article .tools_article .twitter-offer iframe {
|
|
|
4041 |
display: none;
|
|
|
4042 |
}
|
|
|
4043 |
.node-article .tools_article .twitter-offer, .node-article .tools_article .facebook-recommanded, .node-article .tools_article .item-list, .node-article .tools_article ul {
|
|
|
4044 |
display: inline;
|
|
|
4045 |
}
|
|
|
4046 |
.node-article .tools_article .font-up, .node-article .tools_article .font-down {
|
|
|
4047 |
display: none;
|
|
|
4048 |
}
|
|
|
4049 |
.box {
|
|
|
4050 |
margin: 20px 0;
|
|
|
4051 |
}
|
|
|
4052 |
.box h2 {
|
|
|
4053 |
font-size: 110%;
|
|
|
4054 |
font-weight: 900;
|
|
|
4055 |
}
|
|
|
4056 |
.box fieldset {
|
|
|
4057 |
border: 1px solid #DEDEDE;
|
|
|
4058 |
margin: 0 0 10px;
|
|
|
4059 |
padding: 10px;
|
|
|
4060 |
}
|
|
|
4061 |
.node-type-article .content a:focus, .node-type-article .content a:hover, #article-tools-bottom a:focus, #article-tools-bottom a:hover, .article-black-box .black-box-content a:focus, .article-black-box .black-box-content a:hover, #article-extend a:focus, #article-extend a:hover {
|
|
|
4062 |
color: #CB1500;
|
|
|
4063 |
}
|
|
|
4064 |
.node-type-article #article-extend, .node-type-article .content {
|
|
|
4065 |
font-size: 18px;
|
|
|
4066 |
line-height: 24px;
|
|
|
4067 |
}
|
|
|
4068 |
div.article-read-too.bottom {
|
|
|
4069 |
float: none;
|
|
|
4070 |
margin: 0 0 10px;
|
|
|
4071 |
}
|
|
|
4072 |
.edition-tools-button {
|
|
|
4073 |
float: right;
|
|
|
4074 |
width: 36px;
|
|
|
4075 |
height: 24px;
|
|
|
4076 |
display: block;
|
|
|
4077 |
cursor: pointer;
|
|
34
|
4078 |
background: url(../mediapart-images/engrenage_down.png) no-repeat;
|
|
31
|
4079 |
margin-top: -24px;
|
|
|
4080 |
}
|
|
|
4081 |
.edition-tools-button.up {
|
|
34
|
4082 |
background: url(../mediapart-images/engrenage_up.png) no-repeat;
|
|
31
|
4083 |
}
|
|
|
4084 |
.edition-tools {
|
|
|
4085 |
float: right;
|
|
|
4086 |
position: absolute;
|
|
|
4087 |
padding: 0;
|
|
|
4088 |
margin-left: 340px;
|
|
|
4089 |
margin-top: -5px;
|
|
|
4090 |
display: none;
|
|
|
4091 |
}
|
|
|
4092 |
.article-tools-top .edition-tools ul li a {
|
|
|
4093 |
border-bottom: none;
|
|
|
4094 |
color: #000;
|
|
|
4095 |
font-weight: 700;
|
|
|
4096 |
font-variant: small-caps;
|
|
|
4097 |
display: block;
|
|
|
4098 |
background-color: #FFF;
|
|
|
4099 |
padding: 3px;
|
|
|
4100 |
width: 150px;
|
|
|
4101 |
}
|
|
|
4102 |
.article-tools-top .edition-tools ul li a:hover {
|
|
|
4103 |
background-color: #EFA898;
|
|
|
4104 |
}
|
|
|
4105 |
|
|
|
4106 |
.fight-club .container .page .colonne_1 .colonne .content img.external {
|
|
|
4107 |
max-width: 470px;
|
|
|
4108 |
width: auto !important;
|
|
|
4109 |
width: 470px;
|
|
|
4110 |
height: auto;
|
|
|
4111 |
}
|
|
|
4112 |
.fight-club .container .page .colonne_2 .colonne .content img.external {
|
|
|
4113 |
max-width: 220px;
|
|
|
4114 |
width: auto !important;
|
|
|
4115 |
width: 220px;
|
|
|
4116 |
height: auto;
|
|
|
4117 |
}
|
|
|
4118 |
.fight-club .container .page .colonne_3 .colonne .content img.external {
|
|
|
4119 |
max-width: 145px;
|
|
|
4120 |
width: auto !important;
|
|
|
4121 |
width: 145px;
|
|
|
4122 |
height: auto;
|
|
|
4123 |
}
|
|
|
4124 |
.fight-club .container .page .colonne_t .colonne .content img.external {
|
|
|
4125 |
max-width: 135px;
|
|
|
4126 |
width: auto !important;
|
|
|
4127 |
width: 135px;
|
|
|
4128 |
height: auto;
|
|
|
4129 |
}
|
|
|
4130 |
.fight-club .container .page .colonne_t .more_large .content img.external {
|
|
|
4131 |
max-width: 274px;
|
|
|
4132 |
width: auto !important;
|
|
|
4133 |
width: 274px;
|
|
|
4134 |
height: auto;
|
|
|
4135 |
}
|
|
|
4136 |
.right-region .content img.external {
|
|
|
4137 |
height: auto;
|
|
|
4138 |
max-width: 255px;
|
|
|
4139 |
width: auto !important;
|
|
|
4140 |
}
|
|
|
4141 |
.widget-region {
|
|
|
4142 |
position: fixed;
|
|
|
4143 |
overflow: hidden;
|
|
|
4144 |
bottom: 0;
|
|
|
4145 |
clear: left;
|
|
|
4146 |
width: 100%;
|
|
|
4147 |
}
|
|
|
4148 |
.toolbar {
|
|
|
4149 |
z-index: 105;
|
|
|
4150 |
margin: 0 auto;
|
|
|
4151 |
width: 1120px;
|
|
|
4152 |
height: 38px;
|
|
|
4153 |
background-color: #2F2F2F;
|
|
|
4154 |
-webkit-border-radius: 8px;
|
|
|
4155 |
-moz-border-radius: 11px 11px 0 0;
|
|
|
4156 |
border-radius: 8px;
|
|
|
4157 |
}
|
|
|
4158 |
.widget-login {
|
|
|
4159 |
float: left;
|
|
|
4160 |
margin-top: 8px;
|
|
|
4161 |
}
|
|
|
4162 |
.widget-login #user-login-form .form-submit, .widget-simplenews .form-submit {
|
|
|
4163 |
background-color: #197CAA;
|
|
|
4164 |
border: none;
|
|
|
4165 |
color: #FFF;
|
|
|
4166 |
font-size: 56%;
|
|
|
4167 |
height: 16px;
|
|
|
4168 |
margin-right: 6px;
|
|
|
4169 |
margin-top: 3px;
|
|
|
4170 |
width: 21px;
|
|
|
4171 |
}
|
|
|
4172 |
.widget-simplenews #edit-submit {
|
|
|
4173 |
margin-right: 95px;
|
|
|
4174 |
}
|
|
|
4175 |
.widget-login input, .widget-simplenews input {
|
|
|
4176 |
width: 96px;
|
|
|
4177 |
}
|
|
|
4178 |
.widget-login #edit-pass {
|
|
|
4179 |
margin-left: -2px;
|
|
|
4180 |
}
|
|
|
4181 |
.widget-simplenews input {
|
|
|
4182 |
margin-left: 7px;
|
|
|
4183 |
width: 175px;
|
|
|
4184 |
}
|
|
|
4185 |
.widget-login span, .widget-simplenews span {
|
|
|
4186 |
color: #FFF;
|
|
|
4187 |
display: inline;
|
|
|
4188 |
float: left;
|
|
|
4189 |
font: 100 70% 'Arial';
|
|
|
4190 |
margin-left: 10px;
|
|
|
4191 |
margin-top: 4px;
|
|
|
4192 |
}
|
|
|
4193 |
.widget-login span {
|
|
34
|
4194 |
background: url(../mediapart-images/widget_login.png) no-repeat;
|
|
31
|
4195 |
margin-left: 75px;
|
|
|
4196 |
padding-left: 16px;
|
|
|
4197 |
}
|
|
|
4198 |
.toolbar .form-item {
|
|
|
4199 |
display: inline;
|
|
|
4200 |
vertical-align: middle;
|
|
|
4201 |
}
|
|
|
4202 |
.widget-simplenews {
|
|
|
4203 |
float: right;
|
|
|
4204 |
margin-top: 8px;
|
|
|
4205 |
}
|
|
|
4206 |
.widget-simplenews, .widget-login {
|
|
|
4207 |
width: 395px;
|
|
|
4208 |
}
|
|
|
4209 |
.widget-login #user-login-form {
|
|
|
4210 |
padding: 0;
|
|
|
4211 |
width: 0;
|
|
|
4212 |
}
|
|
|
4213 |
.widget-login #user-login-form > div {
|
|
|
4214 |
width: 240px;
|
|
|
4215 |
}
|
|
|
4216 |
.widget-login #user-login-form .required {
|
|
|
4217 |
border: 1px solid #656565;
|
|
|
4218 |
margin: 1px 0;
|
|
|
4219 |
width: 96px;
|
|
|
4220 |
}
|
|
|
4221 |
.widget-simplenews .form-submit {
|
|
|
4222 |
margin-right: 110px;
|
|
|
4223 |
}
|
|
|
4224 |
.widget-pub {
|
|
34
|
4225 |
background: url(../mediapart-images/widget_mp_pub_abo.png) no-repeat 15px top #CB1500;
|
|
31
|
4226 |
border-left: 1px solid #656565;
|
|
|
4227 |
border-right: 1px solid #656565;
|
|
|
4228 |
height: 38px;
|
|
|
4229 |
margin: 0 0 0 395px;
|
|
|
4230 |
padding: 0 0 0 60px;
|
|
|
4231 |
text-align: left;
|
|
|
4232 |
width: 270px;
|
|
|
4233 |
}
|
|
|
4234 |
.widget-pub a {
|
|
|
4235 |
color: #FFF;
|
|
|
4236 |
font-size: 105%;
|
|
|
4237 |
line-height: 35px;
|
|
|
4238 |
}
|
|
|
4239 |
.conference-title {
|
|
|
4240 |
color: #CB1500;
|
|
|
4241 |
font-size: 120%;
|
|
|
4242 |
font-weight: 900;
|
|
|
4243 |
margin: 0 0 10px;
|
|
|
4244 |
}
|
|
|
4245 |
.conference-time {
|
|
|
4246 |
color: #CB1500;
|
|
|
4247 |
font-size: 150%;
|
|
|
4248 |
font-variant: small-caps;
|
|
|
4249 |
line-height: 23px;
|
|
|
4250 |
margin: 0 0 20px;
|
|
|
4251 |
}
|
|
|
4252 |
.node-lien_web h2 {
|
|
|
4253 |
font-size: 150%;
|
|
|
4254 |
font-weight: 900;
|
|
|
4255 |
margin: 0 0 20px;
|
|
|
4256 |
}
|
|
|
4257 |
.node-lien_web .taxonomy {
|
|
|
4258 |
margin: 0 0 20px;
|
|
|
4259 |
}
|
|
|
4260 |
.node-lien_web .taxonomy li {
|
|
|
4261 |
list-style: disc inside;
|
|
|
4262 |
}
|
|
|
4263 |
|
|
|
4264 |
.item-list .newsfeed-menu {
|
|
|
4265 |
height: 26px;
|
|
|
4266 |
}
|
|
|
4267 |
.page-node .item-list .newsfeed-menu {
|
|
|
4268 |
margin: 0;
|
|
|
4269 |
}
|
|
|
4270 |
.item-list .newsfeed-menu li {
|
|
|
4271 |
background: #F3EFE4;
|
|
|
4272 |
border-right: 1px solid #CBCDCE;
|
|
|
4273 |
margin: 0;
|
|
|
4274 |
padding: 5px 7px;
|
|
|
4275 |
}
|
|
|
4276 |
.page-journal .item-list .newsfeed-menu li {
|
|
|
4277 |
padding: 5px 7px;
|
|
|
4278 |
}
|
|
|
4279 |
.item-list .newsfeed-menu li a {
|
|
|
4280 |
font-size: 75%;
|
|
|
4281 |
text-transform: uppercase;
|
|
|
4282 |
}
|
|
|
4283 |
.item-list .newsfeed-menu li.first {
|
|
|
4284 |
background: #CB1500;
|
|
|
4285 |
}
|
|
|
4286 |
.item-list .newsfeed-menu li.first a {
|
|
|
4287 |
color: #FFF;
|
|
|
4288 |
}
|
|
|
4289 |
.item-list .newsfeed-menu li.first, .item-list .newsfeed-menu li.last {
|
|
|
4290 |
border: none;
|
|
|
4291 |
}
|
|
|
4292 |
.node-newsfeed {
|
|
34
|
4293 |
background: url(../mediapart-images/newsfeed-background.png) repeat-y;
|
|
31
|
4294 |
clear: left;
|
|
|
4295 |
padding: 10px 15px;
|
|
|
4296 |
width: 473px;
|
|
|
4297 |
}
|
|
|
4298 |
.newsfeed-bottom {
|
|
34
|
4299 |
background: url(../mediapart-images/newsfeed-bottom.png) no-repeat;
|
|
31
|
4300 |
}
|
|
|
4301 |
.node-newsfeed .first-line {
|
|
|
4302 |
clear: left;
|
|
|
4303 |
margin: 0 0 15px;
|
|
|
4304 |
font-size: 110%;
|
|
|
4305 |
}
|
|
|
4306 |
.node-newsfeed .first-line .article-type {
|
|
|
4307 |
color: #CB1500;
|
|
|
4308 |
}
|
|
|
4309 |
.node-newsfeed .first-line div {
|
|
|
4310 |
font-weight: 700;
|
|
|
4311 |
}
|
|
|
4312 |
.node-newsfeed .newsfeed-left {
|
|
|
4313 |
float: left;
|
|
|
4314 |
padding: 0 10px 0 0;
|
|
|
4315 |
width: 48%;
|
|
|
4316 |
}
|
|
|
4317 |
.node-newsfeed .newsfeed-right, .node-newsfeed .newsfeed-left {
|
|
|
4318 |
margin: 0 0 15px;
|
|
|
4319 |
}
|
|
|
4320 |
.node-newsfeed span {
|
|
|
4321 |
color: #656565;
|
|
|
4322 |
font-size: 70%;
|
|
|
4323 |
}
|
|
|
4324 |
#newsfeed {
|
|
|
4325 |
margin: 0 0 10px 10px;
|
|
|
4326 |
}
|
|
|
4327 |
#node-form textarea, #node-form #edit-title {
|
|
|
4328 |
width: 100%;
|
|
|
4329 |
}
|
|
|
4330 |
#node-form fieldset.collapsed {
|
|
|
4331 |
border-bottom-width: 0;
|
|
|
4332 |
border-left-width: 0;
|
|
|
4333 |
border-right-width: 0;
|
|
|
4334 |
}
|
|
|
4335 |
#node-form fieldset {
|
|
|
4336 |
border: 1px solid #DEDEDE;
|
|
|
4337 |
margin: 10px 30px 10px 0;
|
|
|
4338 |
padding: 0 10px;
|
|
|
4339 |
}
|
|
|
4340 |
#node-form .form-item .description {
|
|
|
4341 |
color: gray;
|
|
|
4342 |
font-style: italic;
|
|
|
4343 |
margin-right: 10px;
|
|
|
4344 |
text-align: right;
|
|
|
4345 |
}
|
|
|
4346 |
#node-form .tmce-disable {
|
|
|
4347 |
font-style: italic;
|
|
|
4348 |
text-align: right;
|
|
|
4349 |
}
|
|
|
4350 |
#node-form .tmce-disable a {
|
|
|
4351 |
text-decoration: underline;
|
|
|
4352 |
}
|
|
|
4353 |
.search-snippet strong {
|
|
|
4354 |
background: #CD351C;
|
|
|
4355 |
color: #FFF;
|
|
|
4356 |
font-weight: 400;
|
|
|
4357 |
padding: 0 3px;
|
|
|
4358 |
}
|
|
|
4359 |
.search-results dt {
|
|
|
4360 |
font-size: 120%;
|
|
|
4361 |
font-weight: 900;
|
|
|
4362 |
line-height: 20px;
|
|
|
4363 |
}
|
|
|
4364 |
.search-results dd {
|
|
|
4365 |
margin-bottom: 20px;
|
|
|
4366 |
}
|
|
|
4367 |
.search-form .form-text {
|
|
|
4368 |
border: 0;
|
|
|
4369 |
float: left;
|
|
|
4370 |
height: 16px;
|
|
|
4371 |
width: 190px;
|
|
|
4372 |
border: 1px solid #000;
|
|
|
4373 |
}
|
|
|
4374 |
.page-search .form-submit {
|
|
|
4375 |
background: #000;
|
|
|
4376 |
border: 1px solid #000;
|
|
|
4377 |
color: #FFF;
|
|
|
4378 |
}
|
|
|
4379 |
.facet-link {
|
|
34
|
4380 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 5px 6px;
|
|
31
|
4381 |
padding-left: 20px;
|
|
|
4382 |
}
|
|
|
4383 |
.facet-unclick, .facet-sort-active {
|
|
34
|
4384 |
background: url(../mediapart-images/picto-gray.png) no-repeat 5px 6px;
|
|
31
|
4385 |
color: #656565;
|
|
|
4386 |
}
|
|
|
4387 |
.facet-sort-active a, .facet-sort-desc a, .facet-sort-asc a {
|
|
|
4388 |
color: #656565 !important;
|
|
|
4389 |
}
|
|
|
4390 |
.page-search .right-region ul li {
|
|
|
4391 |
margin: 5px 0;
|
|
|
4392 |
}
|
|
|
4393 |
.page-search .right-region {
|
|
|
4394 |
margin: 85px 25px 0 0;
|
|
|
4395 |
}
|
|
|
4396 |
|
|
|
4397 |
.podcast ul li {
|
|
34
|
4398 |
background: url(../mediapart-images/picto-audio.png) no-repeat 0 4px;
|
|
31
|
4399 |
padding: 0 0 0 17px;
|
|
|
4400 |
}
|
|
|
4401 |
.podcast .podcast-player {
|
|
|
4402 |
display: block;
|
|
|
4403 |
margin: 0 0 20px;
|
|
|
4404 |
}
|
|
|
4405 |
.under-podcast {
|
|
34
|
4406 |
background: url(../mediapart-images/back-logo-red-mini.png) no-repeat bottom left;
|
|
31
|
4407 |
font-size: 80%;
|
|
|
4408 |
height: 54px;
|
|
|
4409 |
padding: 0 0 0 80px;
|
|
|
4410 |
}
|
|
|
4411 |
.podcast-page {
|
|
|
4412 |
margin: 20px;
|
|
|
4413 |
}
|
|
|
4414 |
#on-air {
|
|
34
|
4415 |
background: url(../mediapart-images/back-logo-red.png) no-repeat;
|
|
31
|
4416 |
height: 115px;
|
|
|
4417 |
padding: 0 0 0 170px;
|
|
|
4418 |
}
|
|
|
4419 |
#on-air .listen, .podcast-page .join a {
|
|
|
4420 |
background: #CB1500;
|
|
|
4421 |
border-radius: 2px;
|
|
|
4422 |
color: #FFF;
|
|
|
4423 |
font-size: 110%;
|
|
|
4424 |
font-variant: small-caps;
|
|
|
4425 |
padding: 5px 10px;
|
|
|
4426 |
}
|
|
|
4427 |
#on-air .title {
|
|
|
4428 |
font-size: 150%;
|
|
|
4429 |
margin: 10px 0 0;
|
|
|
4430 |
}
|
|
|
4431 |
#player {
|
|
|
4432 |
display: block;
|
|
|
4433 |
height: 30px;
|
|
|
4434 |
margin: 0 0 20px;
|
|
|
4435 |
width: 550px;
|
|
|
4436 |
}
|
|
|
4437 |
#playlist {
|
|
|
4438 |
margin: 0 0 20px;
|
|
|
4439 |
}
|
|
|
4440 |
#playlist li {
|
|
34
|
4441 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 19px;
|
|
31
|
4442 |
border-bottom: 1px solid #CBCDCE;
|
|
|
4443 |
padding: 10px 10px 10px 15px;
|
|
|
4444 |
}
|
|
|
4445 |
#playlist li.playing {
|
|
34
|
4446 |
background: url(../mediapart-images/picto-play.png) #F4F4F4 no-repeat 0 25px;
|
|
31
|
4447 |
padding: 10px 10px 10px 40px;
|
|
|
4448 |
}
|
|
|
4449 |
#playlist a {
|
|
|
4450 |
font-size: 150%;
|
|
|
4451 |
}
|
|
|
4452 |
#playlist .content {
|
|
|
4453 |
color: #656565;
|
|
|
4454 |
}
|
|
|
4455 |
.podcast-page .join a {
|
|
34
|
4456 |
background: url(../mediapart-images/picto-audio-white.png) #CB1500 no-repeat 10px 10px;
|
|
31
|
4457 |
font-variant: normal;
|
|
|
4458 |
padding: 5px 10px 5px 30px;
|
|
|
4459 |
}
|
|
|
4460 |
.podcast-page .join a:hover, .podcast-page .join a:focus {
|
|
34
|
4461 |
background: url(../mediapart-images/picto-audio-white.png) #9B0E02 no-repeat 10px 10px;
|
|
31
|
4462 |
}
|
|
|
4463 |
.node-artefact_audio h2 {
|
|
|
4464 |
margin: 0 0 5px;
|
|
|
4465 |
padding: 0;
|
|
|
4466 |
}
|
|
|
4467 |
.title-top-audio {
|
|
34
|
4468 |
background: url(../mediapart-images/back-logo-red.png) no-repeat 0 1px;
|
|
31
|
4469 |
border-bottom: 1px solid #CBCDCE;
|
|
|
4470 |
font-size: 200%;
|
|
|
4471 |
font-variant: small-caps;
|
|
|
4472 |
font-weight: 900;
|
|
|
4473 |
height: 95px;
|
|
|
4474 |
margin: 0 0 10px;
|
|
|
4475 |
padding: 30px 0 0 170px;
|
|
|
4476 |
}
|
|
|
4477 |
.node-artefact_audio .title {
|
|
34
|
4478 |
background: url(../mediapart-images/picto-play.png) no-repeat 0 15px;
|
|
31
|
4479 |
padding: 0 0 0 40px;
|
|
|
4480 |
}
|
|
|
4481 |
.node-artefact_audio #player {
|
|
|
4482 |
border-bottom: 1px solid #CBCDCE;
|
|
|
4483 |
clear: both;
|
|
|
4484 |
display: block;
|
|
|
4485 |
height: 30px;
|
|
|
4486 |
padding: 0 0 10px;
|
|
|
4487 |
width: 510px;
|
|
|
4488 |
}
|
|
|
4489 |
.artefact-flux-list {
|
|
34
|
4490 |
background: url(../mediapart-images/background-list-flux.png) #1D1C1C repeat-x;
|
|
31
|
4491 |
border-radius: 2px;
|
|
|
4492 |
margin: 0 0 10px;
|
|
|
4493 |
}
|
|
|
4494 |
.item-list ul.artefact-flux-list li {
|
|
|
4495 |
background: none;
|
|
|
4496 |
height: 31px;
|
|
|
4497 |
margin: 0;
|
|
|
4498 |
padding: 0;
|
|
|
4499 |
}
|
|
|
4500 |
.artefact-flux-list a {
|
|
34
|
4501 |
background: url(../mediapart-images/picto-rss-nb.png) no-repeat right center;
|
|
31
|
4502 |
color: #FFF;
|
|
|
4503 |
display: block;
|
|
|
4504 |
font-weight: 900;
|
|
|
4505 |
height: 21px;
|
|
|
4506 |
margin: 0 30px 0 20px;
|
|
|
4507 |
padding: 5px;
|
|
|
4508 |
}
|
|
|
4509 |
.artefact-flux-list a:hover, .artefact-flux-list a:focus {
|
|
|
4510 |
color: #CB1500;
|
|
|
4511 |
}
|
|
|
4512 |
.artefact-flux-list .first a, .artefact-flux-list .last a {
|
|
34
|
4513 |
background: url(../mediapart-images/picto-itunes.png) no-repeat right center;
|
|
31
|
4514 |
}
|
|
|
4515 |
.node-artefact_audio-teaser h2 {
|
|
|
4516 |
font-size: 150%;
|
|
|
4517 |
line-height: 30px;
|
|
|
4518 |
}
|
|
|
4519 |
.node-artefact_audio-teaser .content {
|
|
|
4520 |
padding: 0 0 0 40px;
|
|
|
4521 |
}
|
|
|
4522 |
.node-artefact_audio-full {
|
|
|
4523 |
border-bottom: 1px solid #CBCDCE;
|
|
|
4524 |
margin: 0 0 15px;
|
|
|
4525 |
}
|
|
|
4526 |
.node-artefact_audio-teaser .content p {
|
|
|
4527 |
margin: 0 0 20px;
|
|
|
4528 |
}
|
|
|
4529 |
.last_international_ebook, .last_france_ebook, .last_economie_ebook, .last_culture_ebook, .last_ebook, .node-type-artefact-audio .right-region, .last_sound_section, .last_sound, .last_sound_by_type {
|
|
|
4530 |
width: 234px;
|
|
|
4531 |
}
|
|
|
4532 |
.node-artefact_audio .content div {
|
|
|
4533 |
margin: 0 0 20px;
|
|
|
4534 |
}
|
|
|
4535 |
.node-type-evenement-video h3 {
|
|
|
4536 |
color: #CB1500;
|
|
|
4537 |
font-variant: small-caps;
|
|
|
4538 |
font-size: 18px;
|
|
|
4539 |
font-weight: 900;
|
|
|
4540 |
}
|
|
|
4541 |
.evenement-video-video {
|
|
|
4542 |
float: left;
|
|
|
4543 |
width: 680px;
|
|
|
4544 |
}
|
|
|
4545 |
.evenement-video-video.obsolete {
|
|
|
4546 |
font-size: 30px;
|
|
|
4547 |
font-style: italic;
|
|
|
4548 |
line-height: 30px;
|
|
|
4549 |
margin-top: 100px;
|
|
|
4550 |
text-align: center;
|
|
|
4551 |
text-style: italic;
|
|
|
4552 |
}
|
|
|
4553 |
.node-type-evenement-video .evenement-video-right-bar {
|
|
|
4554 |
background: #EDEDED;
|
|
|
4555 |
border-top: 1px solid #BABABA;
|
|
|
4556 |
float: left;
|
|
|
4557 |
margin-bottom: 20px;
|
|
|
4558 |
padding: 6px;
|
|
|
4559 |
width: 234px;
|
|
|
4560 |
}
|
|
|
4561 |
.node-type-evenement-video ul {
|
|
|
4562 |
list-style: none outside none;
|
|
|
4563 |
margin: 0;
|
|
|
4564 |
padding: 0;
|
|
|
4565 |
}
|
|
|
4566 |
.dans-les-editions {
|
|
34
|
4567 |
background: url(../mediapart-images/picto-edition.png) no-repeat 0 5px;
|
|
31
|
4568 |
font-size: 12px;
|
|
|
4569 |
font-variant: small-caps;
|
|
|
4570 |
line-height: 15px;
|
|
|
4571 |
padding: 4px 4px 0px 20px;
|
|
|
4572 |
}
|
|
|
4573 |
.evenement-video-corps {
|
|
|
4574 |
clear: left;
|
|
|
4575 |
margin: 0 0 20px;
|
|
|
4576 |
}
|
|
|
4577 |
.participez {
|
|
|
4578 |
margin: 0 0 10px;
|
|
|
4579 |
padding: 5px;
|
|
|
4580 |
}
|
|
|
4581 |
.participez a {
|
|
34
|
4582 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 6px;
|
|
31
|
4583 |
padding: 0 0 0 11px;
|
|
|
4584 |
}
|
|
|
4585 |
.dernieres-contributions li, .evenement-video-corps li {
|
|
34
|
4586 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 6px;
|
|
31
|
4587 |
padding: 0 0 0 11px;
|
|
|
4588 |
}
|
|
|
4589 |
.evenement-video-subscription {
|
|
|
4590 |
float: left;
|
|
|
4591 |
width: 440px;
|
|
|
4592 |
}
|
|
|
4593 |
.evenement-video-partners {
|
|
|
4594 |
float: left;
|
|
|
4595 |
width: 485px;
|
|
|
4596 |
}
|
|
|
4597 |
.evenement-video-une {
|
|
|
4598 |
clear: left;
|
|
|
4599 |
float: left;
|
|
|
4600 |
margin: 20px 0 0;
|
|
|
4601 |
padding: 0;
|
|
|
4602 |
width: 670px;
|
|
|
4603 |
}
|
|
|
4604 |
.evenement-video-club {
|
|
|
4605 |
background: #EDEDED;
|
|
|
4606 |
float: left;
|
|
|
4607 |
list-style: none outside none;
|
|
|
4608 |
margin: 20px 0 0;
|
|
|
4609 |
padding: 5px;
|
|
|
4610 |
width: 240px;
|
|
|
4611 |
}
|
|
|
4612 |
.evenement-video-club .club-title {
|
|
|
4613 |
color: #197CAA;
|
|
|
4614 |
}
|
|
|
4615 |
.node-type-evenement-video .page li {
|
|
|
4616 |
padding: 0 0 0 11px;
|
|
|
4617 |
margin: 5px 0;
|
|
|
4618 |
}
|
|
|
4619 |
.evenement-video-club ul li {
|
|
34
|
4620 |
background: url(../mediapart-images/picto-bleu.png) no-repeat 0 6px;
|
|
31
|
4621 |
}
|
|
|
4622 |
.node-type-evenement-video .page li#first-une {
|
|
|
4623 |
background: url(http://static.mediapart.fr/sites/all/themes/mediapart/mediapart/images/a_la_une.png) no-repeat 0 50%;
|
|
|
4624 |
float: left;
|
|
|
4625 |
margin: 0 10px 0 0;
|
|
|
4626 |
padding: 0 0 0 30px;
|
|
|
4627 |
width: 40%;
|
|
|
4628 |
}
|
|
|
4629 |
.other-une {
|
|
|
4630 |
float: left;
|
|
|
4631 |
width: 50%;
|
|
|
4632 |
}
|
|
|
4633 |
.node-type-evenement-video .page div.error {
|
|
|
4634 |
background: #FEE;
|
|
|
4635 |
border-color: #CB1500;
|
|
|
4636 |
color: #900;
|
|
|
4637 |
}
|
|
|
4638 |
.page-mediapart-sur-mobile #container #content {
|
|
|
4639 |
background: #F3F1EE;
|
|
|
4640 |
color: #656565;
|
|
|
4641 |
padding: 0 0 0 15px;
|
|
|
4642 |
}
|
|
|
4643 |
.page-mediapart-sur-mobile #container #content .page {
|
|
|
4644 |
margin: 0;
|
|
|
4645 |
}
|
|
|
4646 |
.mobiles-content {
|
|
34
|
4647 |
background: url(../mediapart-images/mobiles/degrade.png) no-repeat;
|
|
31
|
4648 |
padding: 15px;
|
|
|
4649 |
}
|
|
|
4650 |
.mobiles-title {
|
|
|
4651 |
border-bottom: 3px solid #FFF;
|
|
|
4652 |
padding: 10px 0;
|
|
|
4653 |
text-align: center;
|
|
|
4654 |
}
|
|
|
4655 |
.mobiles-title-black {
|
|
|
4656 |
color: #000;
|
|
|
4657 |
font-size: 35px;
|
|
|
4658 |
text-transform: uppercase;
|
|
|
4659 |
}
|
|
|
4660 |
.mobiles-title-red {
|
|
|
4661 |
color: #CB1500;
|
|
|
4662 |
font-size: 28px;
|
|
|
4663 |
padding: 0 0 0 10px;
|
|
|
4664 |
text-transform: uppercase;
|
|
|
4665 |
}
|
|
|
4666 |
.mobiles-content h1 {
|
|
|
4667 |
color: #333;
|
|
|
4668 |
font: italic 24px Georgia;
|
|
|
4669 |
margin: 0 0 10px;
|
|
|
4670 |
}
|
|
|
4671 |
.iphone-ipad {
|
|
|
4672 |
float: right;
|
|
|
4673 |
margin: 15px 0 0 20px;
|
|
|
4674 |
}
|
|
|
4675 |
.mobiles-links img {
|
|
|
4676 |
margin: 0 20px 0 0;
|
|
|
4677 |
}
|
|
|
4678 |
.mobiles-list {
|
|
34
|
4679 |
background: url(../mediapart-images/mobiles/degrade.png) no-repeat;
|
|
31
|
4680 |
border-top: 3px solid #FFF;
|
|
|
4681 |
font: 12px Georgia;
|
|
|
4682 |
padding: 15px;
|
|
|
4683 |
}
|
|
|
4684 |
.mobiles-list ul li {
|
|
|
4685 |
height: 40px;
|
|
|
4686 |
padding: 0 0 0 110px;
|
|
|
4687 |
}
|
|
|
4688 |
.journal-dot {
|
|
34
|
4689 |
background: url(../mediapart-images/mobiles/picto-journal.png) no-repeat;
|
|
31
|
4690 |
}
|
|
|
4691 |
.club-dot {
|
|
34
|
4692 |
background: url(../mediapart-images/mobiles/picto-club.png) no-repeat;
|
|
31
|
4693 |
}
|
|
|
4694 |
.videos-dot {
|
|
34
|
4695 |
background: url(../mediapart-images/mobiles/picto-video.png) no-repeat;
|
|
31
|
4696 |
}
|
|
|
4697 |
.m-dot {
|
|
34
|
4698 |
background: url(../mediapart-images/mobiles/picto-lem.png) no-repeat;
|
|
31
|
4699 |
}
|
|
|
4700 |
.mobiles-link {
|
|
|
4701 |
border-top: 3px solid #FFF;
|
|
|
4702 |
font-size: 24px;
|
|
|
4703 |
padding: 15px;
|
|
|
4704 |
}
|
|
|
4705 |
.mobiles-link a {
|
|
|
4706 |
color: #CB1500;
|
|
|
4707 |
}
|
|
|
4708 |
.mobiles-bottom {
|
|
|
4709 |
border-top: 3px solid #FFF;
|
|
|
4710 |
color: #333;
|
|
|
4711 |
font: italic 18px Georgia;
|
|
|
4712 |
padding: 15px;
|
|
|
4713 |
}
|
|
|
4714 |
.ebook-title {
|
|
34
|
4715 |
background: url(../mediapart-images/picto-ebook.png) no-repeat;
|
|
31
|
4716 |
border-bottom: 1px solid #CBCDCE;
|
|
|
4717 |
color: #CB1500;
|
|
|
4718 |
font-size: 30px;
|
|
|
4719 |
margin-bottom: 10px;
|
|
|
4720 |
padding: 20px 0 20px 80px;
|
|
|
4721 |
text-transform: uppercase;
|
|
|
4722 |
}
|
|
|
4723 |
.ebook-description a {
|
|
|
4724 |
font-weight: 900;
|
|
|
4725 |
}
|
|
|
4726 |
.ebook-description {
|
|
|
4727 |
color: #656565;
|
|
|
4728 |
font-size: 14px;
|
|
|
4729 |
font-style: italic;
|
|
|
4730 |
line-height: 20px;
|
|
|
4731 |
margin-bottom: 25px;
|
|
|
4732 |
}
|
|
|
4733 |
.ebook-list .price {
|
|
|
4734 |
float: left;
|
|
|
4735 |
padding-right: 5px;
|
|
|
4736 |
}
|
|
|
4737 |
.ebook-list .paypal-submit {
|
|
|
4738 |
background: none;
|
|
|
4739 |
border: none;
|
|
|
4740 |
color: #CB1500;
|
|
|
4741 |
font-weight: 900;
|
|
|
4742 |
padding-left: 5px;
|
|
|
4743 |
text-transform: uppercase;
|
|
|
4744 |
}
|
|
|
4745 |
.ebook-list .node {
|
|
|
4746 |
border-bottom: 1px solid #CBCDCE;
|
|
|
4747 |
margin-bottom: 20px;
|
|
|
4748 |
padding-bottom: 20px;
|
|
|
4749 |
}
|
|
|
4750 |
.ebook-list .content p {
|
|
|
4751 |
margin-bottom: 10px;
|
|
|
4752 |
}
|
|
|
4753 |
.node-book-full h3 {
|
|
|
4754 |
font-size: 35px;
|
|
|
4755 |
line-height: 40px;
|
|
|
4756 |
}
|
|
|
4757 |
.node-book-full .author {
|
|
|
4758 |
margin-bottom: 10px;
|
|
|
4759 |
}
|
|
|
4760 |
.ebook-couverture {
|
|
|
4761 |
float: left;
|
|
|
4762 |
}
|
|
|
4763 |
.node-book-teaser .content, .node-book-full.node .content {
|
|
|
4764 |
margin-left: 155px;
|
|
|
4765 |
}
|
|
|
4766 |
.node-book-full .price {
|
|
|
4767 |
margin-bottom: 10px;
|
|
|
4768 |
}
|
|
|
4769 |
.node-book-full form {
|
|
|
4770 |
margin-bottom: 20px;
|
|
|
4771 |
}
|
|
|
4772 |
.node-book-full .paypal-submit {
|
|
|
4773 |
background: #CB1500;
|
|
|
4774 |
border: none;
|
|
|
4775 |
border-radius: 3px;
|
|
|
4776 |
color: #FFF;
|
|
|
4777 |
font-size: 13px;
|
|
|
4778 |
padding: 5px;
|
|
|
4779 |
}
|
|
|
4780 |
.node-book-full .under-form {
|
|
|
4781 |
color: #656565;
|
|
|
4782 |
font-size: 13px;
|
|
|
4783 |
line-height: 15px;
|
|
|
4784 |
}
|
|
|
4785 |
|
|
|
4786 |
.node-type-portfolios #comments {
|
|
|
4787 |
border-right: 1px dotted #CCC;
|
|
|
4788 |
float: left;
|
|
|
4789 |
margin-top: 0;
|
|
|
4790 |
padding-right: 10px;
|
|
|
4791 |
width: 485px;
|
|
|
4792 |
}
|
|
|
4793 |
.portfolios-voir-aussi {
|
|
|
4794 |
float: right;
|
|
|
4795 |
width: 430px;
|
|
|
4796 |
}
|
|
|
4797 |
.portfolios-voir-aussi h2 {
|
|
|
4798 |
border-bottom: 1px dotted #CCC;
|
|
|
4799 |
font-size: 22px;
|
|
|
4800 |
margin-bottom: 15px;
|
|
|
4801 |
padding-bottom: 10px;
|
|
|
4802 |
}
|
|
|
4803 |
.avoiraussi-ligne {
|
|
|
4804 |
float: left;
|
|
|
4805 |
margin-bottom: 20px;
|
|
|
4806 |
}
|
|
|
4807 |
.avoiraussi-content {
|
|
|
4808 |
float: left;
|
|
|
4809 |
margin-right: 10px;
|
|
|
4810 |
width: 200px;
|
|
|
4811 |
}
|
|
|
4812 |
.avoiraussi-content-thumb {
|
|
|
4813 |
height: 120px;
|
|
|
4814 |
position: relative;
|
|
|
4815 |
}
|
|
|
4816 |
.avoiraussi-content-thumb-w1 {
|
|
|
4817 |
position: absolute;
|
|
|
4818 |
}
|
|
|
4819 |
.avoiraussi-content-thumb-w2 {
|
|
|
4820 |
background-color: #000;
|
|
|
4821 |
bottom: 0;
|
|
|
4822 |
color: #FFF;
|
|
|
4823 |
font-size: 15px;
|
|
|
4824 |
padding: 2px;
|
|
|
4825 |
position: absolute;
|
|
|
4826 |
right: 0;
|
|
|
4827 |
top: 100px;
|
|
|
4828 |
}
|
|
|
4829 |
.portfolios-header {
|
|
|
4830 |
float: left;
|
|
|
4831 |
}
|
|
|
4832 |
.portfolios-header-left {
|
|
|
4833 |
float: left;
|
|
|
4834 |
width: 610px;
|
|
|
4835 |
}
|
|
|
4836 |
.portfolios-header-left-titre {
|
|
|
4837 |
font-size: 32px;
|
|
|
4838 |
}
|
|
|
4839 |
.portfolios-header-left-infos-photographe {
|
|
|
4840 |
font-size: 22px;
|
|
|
4841 |
color: #333;
|
|
|
4842 |
margin-bottom: 5px;
|
|
|
4843 |
}
|
|
|
4844 |
.portfolios-header-left-surtitre {
|
|
|
4845 |
font-size: 16px;
|
|
|
4846 |
text-transform: uppercase;
|
|
|
4847 |
color: #404040;
|
|
|
4848 |
line-height: 20px;
|
|
|
4849 |
}
|
|
|
4850 |
.portfolios-header-left-infos-total-photo a {
|
|
|
4851 |
color: #333;
|
|
|
4852 |
}
|
|
|
4853 |
.portfolios-header-left-infos-total-photo a:hover {
|
|
|
4854 |
color: #CB1500;
|
|
|
4855 |
}
|
|
|
4856 |
.portfolios-header-left-desc {
|
|
|
4857 |
font-size: 16px;
|
|
|
4858 |
margin-bottom: 5px;
|
|
|
4859 |
text-align: justify;
|
|
|
4860 |
padding-right: 15px;
|
|
|
4861 |
}
|
|
|
4862 |
.portfolios-header-right-partenaire-droite {
|
|
|
4863 |
margin-bottom: 10px;
|
|
|
4864 |
padding-bottom: 10px;
|
|
|
4865 |
border-bottom: 1px dotted #CCC;
|
|
|
4866 |
float: left;
|
|
|
4867 |
width: 100%;
|
|
|
4868 |
}
|
|
|
4869 |
.portfolios-header-right {
|
|
|
4870 |
float: left;
|
|
|
4871 |
width: 325px;
|
|
|
4872 |
}
|
|
|
4873 |
.portfolios-header-right-external-tools {
|
|
|
4874 |
float: left;
|
|
|
4875 |
margin-bottom: 10px;
|
|
|
4876 |
padding-bottom: 10px;
|
|
|
4877 |
border-bottom: 1px dotted #CCC;
|
|
|
4878 |
width: 100%;
|
|
|
4879 |
}
|
|
|
4880 |
.facebook-iframe {
|
|
|
4881 |
width: 130px;
|
|
|
4882 |
height: 21px;
|
|
|
4883 |
}
|
|
|
4884 |
.portfolios-header-right-external-tools #___plusone_0 {
|
|
|
4885 |
width: 70px !important;
|
|
|
4886 |
}
|
|
|
4887 |
.portfolios-header-right-mots-cles {
|
|
|
4888 |
background: #F4F4F5;
|
|
|
4889 |
padding: 5px;
|
|
|
4890 |
font-size: 15px;
|
|
|
4891 |
border: 1px solid #D1D1D1;
|
|
|
4892 |
}
|
|
|
4893 |
.portfolios-header-right-internal-tools {
|
|
|
4894 |
float: left;
|
|
|
4895 |
margin-bottom: 10px;
|
|
|
4896 |
padding-bottom: 10px;
|
|
|
4897 |
border-bottom: 1px dotted #CCC;
|
|
|
4898 |
width: 100%;
|
|
|
4899 |
}
|
|
|
4900 |
.portfolios-header-right-internal-tools div {
|
|
|
4901 |
display: inline;
|
|
|
4902 |
}
|
|
|
4903 |
.portfolios-header-right-internal-tools .fav {
|
|
|
4904 |
float: left;
|
|
|
4905 |
padding-right: 10px;
|
|
|
4906 |
}
|
|
|
4907 |
.portfolios-header-right-internal-tools .reco {
|
|
|
4908 |
float: left;
|
|
|
4909 |
}
|
|
|
4910 |
.portfolios-header-right-internal-tools .com {
|
|
|
4911 |
float: left;
|
|
|
4912 |
padding-left: 10px;
|
|
|
4913 |
font-variant: small-caps;
|
|
|
4914 |
font-size: 16px;
|
|
|
4915 |
}
|
|
|
4916 |
.portfolios-header-right-internal-tools .com a {
|
|
|
4917 |
color: #656565;
|
|
|
4918 |
background-color: #DDD;
|
|
|
4919 |
border-color: #BBB;
|
|
|
4920 |
padding: 2px 5px;
|
|
|
4921 |
font-weight: 900;
|
|
|
4922 |
}
|
|
|
4923 |
.portfolios-header-right-mots-cles {
|
|
|
4924 |
width: 318px;
|
|
|
4925 |
float: left;
|
|
|
4926 |
}
|
|
|
4927 |
.portfolios-header-right-mots-cles h2 {
|
|
|
4928 |
font-weight: 900;
|
|
|
4929 |
text-align: center;
|
|
|
4930 |
color: #000;
|
|
|
4931 |
margin-bottom: 8px;
|
|
|
4932 |
font-variant: small-caps;
|
|
|
4933 |
border-bottom: 1px solid #656565;
|
|
|
4934 |
padding-bottom: 3px;
|
|
|
4935 |
}
|
|
|
4936 |
.portfolios-header-right-mots-cles ul {
|
|
|
4937 |
margin: 0;
|
|
|
4938 |
padding: 0;
|
|
|
4939 |
}
|
|
|
4940 |
.portfolios-header-right-mots-cles ul li {
|
|
|
4941 |
display: inline;
|
|
34
|
4942 |
background: url(../mediapart-images/dot.png) no-repeat 3px 7px;
|
|
31
|
4943 |
margin: 0 0 5px;
|
|
|
4944 |
padding: 0 0 0 15px;
|
|
|
4945 |
list-style: none;
|
|
|
4946 |
}
|
|
|
4947 |
.portfolios-header-right-mots-cles ul li.first {
|
|
|
4948 |
background: none;
|
|
|
4949 |
margin: 0 0 5px;
|
|
|
4950 |
padding: 0 0 5px;
|
|
|
4951 |
}
|
|
|
4952 |
.portfolios-header-right-mots-cles li a {
|
|
|
4953 |
color: #000;
|
|
|
4954 |
text-decoration: none;
|
|
|
4955 |
font-size: 95%;
|
|
|
4956 |
line-height: 16px;
|
|
|
4957 |
}
|
|
|
4958 |
.portfolios-content {
|
|
|
4959 |
float: left;
|
|
|
4960 |
margin-top: 20px;
|
|
|
4961 |
}
|
|
|
4962 |
.portfolios-content-photo {
|
|
|
4963 |
text-align: center;
|
|
|
4964 |
}
|
|
|
4965 |
.portfolios-content-copyright {
|
|
|
4966 |
color: #333;
|
|
|
4967 |
font-size: 13px;
|
|
|
4968 |
font-style: italic;
|
|
|
4969 |
margin-bottom: 10px;
|
|
|
4970 |
}
|
|
|
4971 |
.portfolios-content-desc-text {
|
|
|
4972 |
float: left;
|
|
|
4973 |
margin-bottom: 10px;
|
|
|
4974 |
padding: 0 5px;
|
|
|
4975 |
text-align: justify;
|
|
|
4976 |
width: 740px;
|
|
|
4977 |
}
|
|
|
4978 |
.portfolios-content-index {
|
|
|
4979 |
border-right: 1px solid #333;
|
|
|
4980 |
color: #333;
|
|
|
4981 |
float: left;
|
|
|
4982 |
font-size: 28px;
|
|
|
4983 |
padding: 5px;
|
|
|
4984 |
}
|
|
|
4985 |
.portfolio-solo-title h1 {
|
|
|
4986 |
font-size: 32px;
|
|
|
4987 |
}
|
|
|
4988 |
.portfolio-solo-photographe {
|
|
|
4989 |
font-size: 22px;
|
|
|
4990 |
color: #333;
|
|
|
4991 |
margin-bottom: 10px;
|
|
|
4992 |
}
|
|
|
4993 |
.portfolio-solo-infos a {
|
|
|
4994 |
color: #CB1500;
|
|
|
4995 |
}
|
|
|
4996 |
.portfolio-solo-infos {
|
|
|
4997 |
margin-bottom: 20px;
|
|
|
4998 |
}
|
|
|
4999 |
.page-portfolios .left-region {
|
|
|
5000 |
width: 235px;
|
|
|
5001 |
}
|
|
|
5002 |
.page-portfolios.one-sidebar .container {
|
|
34
|
5003 |
background: url(../mediapart-images/container-inner-colgauche250.png) 0 0 repeat-y;
|
|
31
|
5004 |
}
|
|
|
5005 |
.page-portfolios .page {
|
|
|
5006 |
width: 670px;
|
|
|
5007 |
margin-left: 25px;
|
|
|
5008 |
}
|
|
|
5009 |
.page-portfolios.one-sidebar .page h1 {
|
|
|
5010 |
border-bottom: 1px solid #CB1500;
|
|
|
5011 |
color: #CB1500;
|
|
|
5012 |
font-size: 24px;
|
|
|
5013 |
margin-bottom: 10px;
|
|
|
5014 |
padding-bottom: 3px;
|
|
|
5015 |
text-transform: uppercase;
|
|
|
5016 |
}
|
|
|
5017 |
.portfolio-teaser-title .portfolio-teaser-thumb-title {
|
|
|
5018 |
font-size: 28px;
|
|
|
5019 |
}
|
|
|
5020 |
.portfolio-teaser-photographe {
|
|
|
5021 |
margin-bottom: 10px;
|
|
|
5022 |
}
|
|
|
5023 |
.portfolio-teaser-photographe a {
|
|
|
5024 |
font-size: 20px;
|
|
|
5025 |
color: #333;
|
|
|
5026 |
}
|
|
|
5027 |
.portfolio-teaser-desc {
|
|
|
5028 |
margin-top: 10px;
|
|
|
5029 |
width: 650px;
|
|
|
5030 |
float: left;
|
|
|
5031 |
margin-bottom: 10px;
|
|
|
5032 |
}
|
|
|
5033 |
.page-portfolios .node-portfolios-teaser {
|
|
|
5034 |
margin-bottom: 15px;
|
|
|
5035 |
border-bottom: 1px dashed #CCC;
|
|
|
5036 |
}
|
|
|
5037 |
.portfolio-teaser-link-tous {
|
|
|
5038 |
margin: 10px 0;
|
|
|
5039 |
padding: 3px 0 3px 10px;
|
|
34
|
5040 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 7px;
|
|
31
|
5041 |
clear: left;
|
|
|
5042 |
}
|
|
|
5043 |
.portfolio-teaser-desc-text {
|
|
|
5044 |
float: left;
|
|
|
5045 |
margin-right: 10px;
|
|
|
5046 |
text-align: justify;
|
|
|
5047 |
width: 500px;
|
|
|
5048 |
}
|
|
|
5049 |
.portfolio-teaser-partenaire {
|
|
|
5050 |
text-align: center;
|
|
|
5051 |
width: 100px;
|
|
|
5052 |
float: left;
|
|
|
5053 |
font-size: 14px;
|
|
|
5054 |
}
|
|
|
5055 |
.portfolio-teaser-partenaire div {
|
|
|
5056 |
margin-bottom: 10px;
|
|
|
5057 |
}
|
|
|
5058 |
.page-portfolios .portfolio-teaser-ligne .node-portfolios-teaser {
|
|
|
5059 |
border-bottom: none;
|
|
|
5060 |
float: left;
|
|
|
5061 |
margin-right: 30px;
|
|
|
5062 |
margin-bottom: 0;
|
|
|
5063 |
width: 190px;
|
|
|
5064 |
}
|
|
|
5065 |
.portfolio-teaser-thumb-title {
|
|
|
5066 |
display: block;
|
|
|
5067 |
font-size: 15px;
|
|
|
5068 |
font-weight: 900;
|
|
|
5069 |
}
|
|
|
5070 |
.portfolio-teaser-thumb-photographe {
|
|
|
5071 |
font-size: 12px;
|
|
|
5072 |
}
|
|
|
5073 |
.portfolio-teaser-ligne {
|
|
|
5074 |
float: left;
|
|
|
5075 |
margin-bottom: 20px;
|
|
|
5076 |
}
|
|
|
5077 |
.portfolio-teaser-thumb-photo {
|
|
|
5078 |
position: relative;
|
|
|
5079 |
height: 120px
|
|
|
5080 |
}
|
|
|
5081 |
.portfolio-teaser-thumb-photo-wrapper1 {
|
|
|
5082 |
position: absolute;
|
|
|
5083 |
z-index: 1;
|
|
|
5084 |
}
|
|
|
5085 |
.portfolio-teaser-thumb-photo-wrapper2 {
|
|
|
5086 |
font-size: 15px;
|
|
|
5087 |
position: absolute;
|
|
|
5088 |
padding: 2px;
|
|
|
5089 |
z-index: 2;
|
|
|
5090 |
top: 100px;
|
|
|
5091 |
color: #FFF;
|
|
|
5092 |
background-color: #000;
|
|
|
5093 |
right: -10px;
|
|
|
5094 |
bottom: 0;
|
|
|
5095 |
}
|
|
|
5096 |
.portfolios_mots_cles {
|
|
|
5097 |
text-align: center;
|
|
|
5098 |
}
|
|
|
5099 |
.portfolios_mots_cles ul li {
|
|
|
5100 |
display: inline;
|
|
|
5101 |
margin: 0;
|
|
|
5102 |
}
|
|
|
5103 |
.derniers_portfolios {
|
|
|
5104 |
margin-bottom: 30px;
|
|
|
5105 |
}
|
|
|
5106 |
.portfolios_partenaires ul, .portfolios_photographes ul, .derniers_portfolios ul {
|
|
|
5107 |
padding: 0;
|
|
|
5108 |
margin: 0;
|
|
|
5109 |
}
|
|
|
5110 |
.portfolios_photographes ul li, .derniers_portfolios ul li {
|
|
|
5111 |
padding: 0;
|
|
|
5112 |
margin: 0;
|
|
|
5113 |
border-bottom: 1px dotted #d1d1d1;
|
|
|
5114 |
margin-bottom: 5px;
|
|
|
5115 |
padding-bottom: 5px;
|
|
|
5116 |
}
|
|
|
5117 |
.portfolios_photographes li a {
|
|
|
5118 |
text-transform: uppercase;
|
|
|
5119 |
}
|
|
|
5120 |
.derniers_portfolios .block_derniers_portfolios_title {
|
|
|
5121 |
display: block;
|
|
|
5122 |
font-size: 18px;
|
|
|
5123 |
font-weight: 900;
|
|
|
5124 |
margin-bottom: 5px;
|
|
|
5125 |
}
|
|
|
5126 |
.derniers_portfolios .block_derniers_portfolios_lien_tous a {
|
|
|
5127 |
color: #656565;
|
|
|
5128 |
font-size: 14px;
|
|
|
5129 |
}
|
|
|
5130 |
.portfolios_partenaires ul li {
|
|
|
5131 |
text-align: center;
|
|
|
5132 |
padding-bottom: 10px;
|
|
|
5133 |
margin: 0 0 10px;
|
|
|
5134 |
}
|
|
|
5135 |
.portfolio-type, .portfolio_club .node-portfolios-teaser .portfolio-type, .content-m .node-portfolios-teaser .portfolio-type {
|
|
|
5136 |
color: #E2E274;
|
|
|
5137 |
font-family: Arial;
|
|
|
5138 |
text-transform: uppercase;
|
|
|
5139 |
}
|
|
|
5140 |
.node-portfolios-teaser .portfolio-teaser-regular-photographe a, .node-portfolios-teaser .portfolio-teaser-regular-partenaire a {
|
|
|
5141 |
color: #FFF;
|
|
|
5142 |
font-weight: 900;
|
|
|
5143 |
margin-bottom: 5px;
|
|
|
5144 |
text-transform: uppercase;
|
|
|
5145 |
}
|
|
|
5146 |
.node-portfolios-teaser .portfolio-teaser-regular-photographe a {
|
|
34
|
5147 |
background: url(../mediapart-images/picto-mediavu-noir.png) no-repeat left center;
|
|
31
|
5148 |
padding-left: 20px;
|
|
|
5149 |
}
|
|
|
5150 |
.node-type-portfolios .more-link, .page-portfolios .more-link {
|
|
|
5151 |
clear: both;
|
|
|
5152 |
margin-bottom: 5px;
|
|
|
5153 |
}
|
|
|
5154 |
.portfolios-header-left-infos {
|
|
34
|
5155 |
background: url(../mediapart-images/picto-mediavu-noir.png) no-repeat left center;
|
|
31
|
5156 |
margin-bottom: 10px;
|
|
|
5157 |
padding-left: 20px;
|
|
|
5158 |
}
|
|
|
5159 |
.portfolios-header-left-infos a {
|
|
|
5160 |
font-size: 25px;
|
|
|
5161 |
}
|
|
|
5162 |
.portfolio {
|
|
|
5163 |
font: 75% 'Times New Roman';
|
|
|
5164 |
}
|
|
|
5165 |
.portfolio .node-portfolios-teaser {
|
|
34
|
5166 |
background: url(../mediapart-images/bg-bottom-mediavu-home.png) #000 no-repeat left bottom;
|
|
31
|
5167 |
color: #FFF;
|
|
|
5168 |
font-size: 120%;
|
|
|
5169 |
margin: -10px 0 0 -36px;
|
|
|
5170 |
padding: 0 15px 80px;
|
|
|
5171 |
width: 220px;
|
|
|
5172 |
}
|
|
|
5173 |
.portfolio .node-portfolios-teaser h3 a {
|
|
|
5174 |
color: #FFF;
|
|
|
5175 |
font: 900 140% 'Times New Roman';
|
|
|
5176 |
}
|
|
|
5177 |
.portfolio .node-portfolios-teaser .inner div {
|
|
|
5178 |
margin: 0 0 10px;
|
|
|
5179 |
}
|
|
|
5180 |
.portfolio .node-portfolios-teaser div span {
|
|
|
5181 |
color: #EA6925;
|
|
|
5182 |
font-weight: 900;
|
|
|
5183 |
}
|
|
|
5184 |
.content-m .node-portfolios-teaser, .portfolio_club .node-portfolios-teaser {
|
|
|
5185 |
border-radius: 3px;
|
|
|
5186 |
background: #000;
|
|
|
5187 |
padding: 5px;
|
|
|
5188 |
margin-left: 5px;
|
|
|
5189 |
width: 230px;
|
|
|
5190 |
}
|
|
|
5191 |
.portfolio_club .node-portfolios-teaser {
|
|
|
5192 |
height: auto;
|
|
|
5193 |
}
|
|
|
5194 |
.content-m .node-portfolios-teaser .inner, .portfolio_club .node-portfolios-teaser .inner {
|
|
|
5195 |
float: left;
|
|
|
5196 |
width: 111px;
|
|
|
5197 |
}
|
|
|
5198 |
.portfolio_club .node-portfolios-teaser .inner {
|
|
|
5199 |
width: 120px;
|
|
|
5200 |
}
|
|
|
5201 |
.content-m .node-portfolios-teaser h3 a, .portfolio_club .node-portfolios-teaser h3 a {
|
|
|
5202 |
color: #fff;
|
|
|
5203 |
font: 900 110% 'Times New Roman';
|
|
|
5204 |
}
|
|
|
5205 |
.content-m .node-portfolios-teaser div, .portfolio_club .node-portfolios-teaser div {
|
|
|
5206 |
color: #fff;
|
|
|
5207 |
font: 70% 'Times New Roman';
|
|
|
5208 |
}
|
|
|
5209 |
.content-m .node-portfolios-teaser div span, .portfolio_club .node-portfolios-teaser div span {
|
|
|
5210 |
color: #d04500;
|
|
|
5211 |
text-transform: uppercase;
|
|
|
5212 |
}
|
|
|
5213 |
.content-m .node-portfolios-teaser .imagecache, .portfolio_club .node-portfolios-teaser .imagecache {
|
|
|
5214 |
border: 2px solid #FFF;
|
|
|
5215 |
}
|
|
|
5216 |
.portfolio_club .node-portfolios-teaser {
|
|
|
5217 |
width: 135px;
|
|
|
5218 |
padding-bottom: 15px;
|
|
|
5219 |
}
|
|
|
5220 |
.portfolio_club .node-portfolios-teaser .imagecache {
|
|
|
5221 |
width: 131px !important;
|
|
|
5222 |
}
|
|
|
5223 |
.portfolio_club {
|
|
|
5224 |
padding-bottom: 10px;
|
|
|
5225 |
}
|
|
|
5226 |
|
|
|
5227 |
.ligne_vie_club .last_colonne {
|
|
34
|
5228 |
background: url(../mediapart-images/header_vie_club.png) 0 0 no-repeat;
|
|
31
|
5229 |
background-position: top;
|
|
|
5230 |
background-color: #e8eae5;
|
|
|
5231 |
float: left;
|
|
|
5232 |
padding-top: 50px;
|
|
|
5233 |
}
|
|
|
5234 |
.ligne_vie_club {
|
|
|
5235 |
border-top: none;
|
|
|
5236 |
}
|
|
|
5237 |
.banner-club-blue {
|
|
|
5238 |
margin: 0 0 0 -9px;
|
|
|
5239 |
}
|
|
|
5240 |
.the_most_journal, .the_most_club {
|
|
|
5241 |
border-bottom: 1px solid #d1d1d1;
|
|
|
5242 |
margin: 0 auto;
|
|
|
5243 |
padding: 10px 0 0;
|
|
|
5244 |
width: 967px;
|
|
|
5245 |
}
|
|
|
5246 |
.the_most_club {
|
|
34
|
5247 |
background: url(../mediapart-images/back-block-les-plus.png) repeat-y 0 0;
|
|
31
|
5248 |
}
|
|
|
5249 |
.the_most_journal {
|
|
34
|
5250 |
background: url(../mediapart-images/container-light.png) repeat-y top right;
|
|
31
|
5251 |
border-left: 1px solid #D1D1D1;
|
|
|
5252 |
}
|
|
|
5253 |
.the_most_club .les-plus-block, .les-plus-block-left, .the_most_club .les-plus-block-right {
|
|
|
5254 |
float: left;
|
|
|
5255 |
margin: 0 20px;
|
|
|
5256 |
width: 224px;
|
|
|
5257 |
}
|
|
|
5258 |
.the_most_journal .les-plus-block {
|
|
|
5259 |
float: left;
|
|
|
5260 |
margin: 0 10px;
|
|
|
5261 |
width: 203px;
|
|
|
5262 |
}
|
|
|
5263 |
.the_most_club .les-plus-block-left {
|
|
|
5264 |
margin: 0 5px;
|
|
|
5265 |
width: 161px;
|
|
|
5266 |
}
|
|
|
5267 |
.les-plus-block-right {
|
|
|
5268 |
float: right;
|
|
|
5269 |
margin: 0 30px;
|
|
|
5270 |
width: 236px;
|
|
|
5271 |
}
|
|
|
5272 |
#une_journal_club li, .english_edition ul li, #les_indicateurs_eco li, .edition ul li, .les-plus-block-right ul li, .club_blog_new ul li, .club_edition_new ul li, .club_blog_new .more-link a, .club_edition_new .more-link a, .the_most_club ul li {
|
|
34
|
5273 |
background: url(../mediapart-images/picto-bleu.png) no-repeat 0 5px;
|
|
31
|
5274 |
}
|
|
|
5275 |
.club_blog_new .more-link a, .club_edition_new .more-link a {
|
|
|
5276 |
color: #197CAA;
|
|
|
5277 |
}
|
|
|
5278 |
.club_blog_new .nom, .club_edition_new .nom {
|
|
|
5279 |
font-weight: 900;
|
|
|
5280 |
}
|
|
|
5281 |
.club_blog_new, .club_edition_new, .create {
|
|
|
5282 |
float: right;
|
|
|
5283 |
width: 236px;
|
|
|
5284 |
}
|
|
|
5285 |
.create {
|
|
|
5286 |
background: #188BB8;
|
|
|
5287 |
margin-top: 10px;
|
|
|
5288 |
}
|
|
|
5289 |
.create div {
|
|
|
5290 |
font: 900 90% 'Times New Roman';
|
|
|
5291 |
margin-top: 5px;
|
|
|
5292 |
padding: 0 0 5px 10px;
|
|
|
5293 |
text-transform: uppercase;
|
|
|
5294 |
}
|
|
|
5295 |
.create a {
|
|
|
5296 |
color: #FFF;
|
|
|
5297 |
}
|
|
|
5298 |
.club_edition_new {
|
|
|
5299 |
margin-top: 20px;
|
|
|
5300 |
}
|
|
|
5301 |
.fil_mediapart_journal, .fil_mediapart_club {
|
|
|
5302 |
clear: left;
|
|
|
5303 |
font: 400 90% 'Times New Roman';
|
|
|
5304 |
margin: 0 auto 10px;
|
|
|
5305 |
position: relative;
|
|
|
5306 |
width: 967px;
|
|
|
5307 |
}
|
|
|
5308 |
.fil_mediapart_journal ul a, .fil_mediapart_club ul a {
|
|
|
5309 |
font-size: 100%;
|
|
|
5310 |
}
|
|
|
5311 |
.fil_mediapart_journal h2, .fil_mediapart_club h2 {
|
|
|
5312 |
background: #2F2F2F;
|
|
|
5313 |
color: #FFF;
|
|
|
5314 |
font: 900 100% 'Times New Roman';
|
|
|
5315 |
height: 23px;
|
|
|
5316 |
line-height: 23px;
|
|
|
5317 |
text-align: center;
|
|
|
5318 |
text-transform: uppercase;
|
|
|
5319 |
width: 650px;
|
|
|
5320 |
}
|
|
|
5321 |
.fil_mediapart_club h2 {
|
|
|
5322 |
background: #188BB8;
|
|
|
5323 |
}
|
|
|
5324 |
.fil_mediapart_journal .content, .fil_mediapart_club .content {
|
|
34
|
5325 |
background: url(../mediapart-images/tracker-follow.png) 0 0 repeat;
|
|
31
|
5326 |
border: 1px solid #d1d1d1;
|
|
|
5327 |
padding: 12px;
|
|
|
5328 |
width: 933px;
|
|
|
5329 |
}
|
|
|
5330 |
.fil_mediapart_club .content {
|
|
34
|
5331 |
background: url(../mediapart-images/tracker-blue-follow.png) 0 0 repeat;
|
|
31
|
5332 |
}
|
|
|
5333 |
.fil-journal {
|
|
|
5334 |
float: left;
|
|
|
5335 |
margin-right: 17px;
|
|
|
5336 |
position: relative;
|
|
|
5337 |
width: 316px;
|
|
|
5338 |
}
|
|
|
5339 |
.fil-journal .scrollable {
|
|
|
5340 |
border-right: 1px dotted #D1D1D1;
|
|
|
5341 |
}
|
|
|
5342 |
.fil-club, .fil-article_edition {
|
|
|
5343 |
float: left;
|
|
|
5344 |
margin-right: 10px;
|
|
|
5345 |
width: 322px;
|
|
|
5346 |
}
|
|
|
5347 |
.fil_mediapart_journal .articles, .fil_mediapart_club .articles {
|
|
|
5348 |
float: left;
|
|
|
5349 |
width: 315px;
|
|
|
5350 |
}
|
|
|
5351 |
.fil_mediapart_journal .article, .fil_mediapart_club .article {
|
|
|
5352 |
border-bottom: 1px dotted #d1d1d1;
|
|
|
5353 |
height: 45px;
|
|
|
5354 |
padding: 8px 0;
|
|
|
5355 |
}
|
|
|
5356 |
.fil_mediapart_journal .article-infos, .fil_mediapart_club .article-infos {
|
|
|
5357 |
float: right;
|
|
|
5358 |
text-align: right;
|
|
|
5359 |
}
|
|
|
5360 |
.fil_mediapart_journal .article .author, .fil_mediapart_club .article .author {
|
|
|
5361 |
margin: 3px 0 0;
|
|
|
5362 |
}
|
|
|
5363 |
.fil_mediapart_journal .date, .fil_mediapart_club .date {
|
|
|
5364 |
color: #676767;
|
|
|
5365 |
}
|
|
|
5366 |
.fil_mediapart_journal .article .serie, .fil_mediapart_club .article .serie, .side-articles h3 a, .art-nfo h3 a {
|
|
|
5367 |
font: 900 100% 'Times New Roman';
|
|
|
5368 |
}
|
|
|
5369 |
#top_edition_une, #top_edition, #top_blog, #club_home_une_begin {
|
|
|
5370 |
margin: 0 0 20px;
|
|
|
5371 |
}
|
|
|
5372 |
.fil_mediapart_journal .article .report, .fil_mediapart_club .article .report {
|
|
34
|
5373 |
background: url(../mediapart-images/icons.png) 0 -29px no-repeat;
|
|
31
|
5374 |
padding: 0;
|
|
|
5375 |
text-indent: 18px;
|
|
|
5376 |
}
|
|
|
5377 |
.fil_mediapart_journal .article .talk, .fil_mediapart_club .article .talk {
|
|
34
|
5378 |
background: url(../mediapart-images/icons.png) 0 -91px no-repeat;
|
|
31
|
5379 |
padding: 0;
|
|
|
5380 |
text-indent: 18px;
|
|
|
5381 |
}
|
|
|
5382 |
.fil_mediapart_journal .article .chronic, .fil_mediapart_club .article .chronic {
|
|
34
|
5383 |
background: url(../mediapart-images/icons.png) 0 -118px no-repeat;
|
|
31
|
5384 |
padding: 0;
|
|
|
5385 |
text-indent: 18px;
|
|
|
5386 |
}
|
|
|
5387 |
.follow {
|
|
|
5388 |
float: right;
|
|
|
5389 |
width: 260px;
|
|
|
5390 |
}
|
|
|
5391 |
.follow h3 {
|
|
|
5392 |
border-bottom: 1px solid #2b2728;
|
|
|
5393 |
color: #2B2728;
|
|
|
5394 |
margin: 20px 0;
|
|
|
5395 |
padding: 0 0 5px;
|
|
|
5396 |
text-align: center;
|
|
|
5397 |
text-transform: uppercase;
|
|
|
5398 |
}
|
|
|
5399 |
#follow-nl {
|
|
34
|
5400 |
background: url(../mediapart-images/back-nl.png) 0 0 no-repeat;
|
|
31
|
5401 |
padding: 0 0 0 50px;
|
|
|
5402 |
}
|
|
|
5403 |
#follow-nl .checkbox input, #follow-nl .checkbox label {
|
|
|
5404 |
vertical-align: middle;
|
|
|
5405 |
}
|
|
|
5406 |
.follow-agenda {
|
|
34
|
5407 |
background: url(../mediapart-images/back-agenda.png) 0 0 no-repeat;
|
|
31
|
5408 |
padding: 0 0 10px 70px;
|
|
|
5409 |
}
|
|
|
5410 |
.follow-on ul {
|
|
|
5411 |
padding: 0;
|
|
|
5412 |
}
|
|
|
5413 |
.follow-on li {
|
|
|
5414 |
float: left;
|
|
|
5415 |
line-height: 30px;
|
|
|
5416 |
margin: 0 10px 0 5px;
|
|
|
5417 |
padding: 0 0 0 24px;
|
|
|
5418 |
width: 86px;
|
|
|
5419 |
}
|
|
|
5420 |
.follow-on .dailymotion {
|
|
34
|
5421 |
background: url(../mediapart-images/picto-dailymotion.png) 3px 8px no-repeat;
|
|
31
|
5422 |
}
|
|
|
5423 |
.follow-on .twitter {
|
|
34
|
5424 |
background: url(../mediapart-images/picto-twitter.png) 0 6px no-repeat;
|
|
31
|
5425 |
}
|
|
|
5426 |
.follow-on .facebook {
|
|
34
|
5427 |
background: url(../mediapart-images/picto-facebook.png) 0 6px no-repeat;
|
|
31
|
5428 |
}
|
|
|
5429 |
.follow-on .rss {
|
|
34
|
5430 |
background: url(../mediapart-images/picto-rss.png) 0 6px no-repeat;
|
|
31
|
5431 |
}
|
|
|
5432 |
.follow-on a {
|
|
|
5433 |
font-family: Arial;
|
|
|
5434 |
text-transform: uppercase;
|
|
|
5435 |
}
|
|
|
5436 |
.archives_journal, .archives_club {
|
|
|
5437 |
background: #C6C6C6;
|
|
|
5438 |
font: 400 90% 'Times New Roman';
|
|
|
5439 |
margin-bottom: 10px;
|
|
|
5440 |
width: 959px;
|
|
|
5441 |
}
|
|
|
5442 |
.archives_journal h2, .archives_club h2 {
|
|
34
|
5443 |
background: url(../mediapart-images/back-archives-h2.png) 0 0 no-repeat;
|
|
31
|
5444 |
color: #FFF;
|
|
|
5445 |
float: left;
|
|
|
5446 |
font: 900 120% 'Times New Roman';
|
|
|
5447 |
height: 26px;
|
|
|
5448 |
margin: 47px 38px 0 0;
|
|
|
5449 |
padding: 30px 0 0 10px;
|
|
|
5450 |
text-transform: uppercase;
|
|
|
5451 |
width: 243px;
|
|
|
5452 |
}
|
|
|
5453 |
.archives_club h2 {
|
|
|
5454 |
font-size: 100%;
|
|
|
5455 |
}
|
|
|
5456 |
.archives_journal .item-list, .archives_club .item-list {
|
|
|
5457 |
float: left;
|
|
|
5458 |
margin-top: 24px;
|
|
|
5459 |
}
|
|
|
5460 |
.archives_journal a, .archives_club a {
|
|
34
|
5461 |
background: url(../mediapart-images/archives-background-out.png) 0 0 no-repeat;
|
|
31
|
5462 |
display: inline-block;
|
|
|
5463 |
font: 900 100% Georgia;
|
|
|
5464 |
line-height: 130%;
|
|
|
5465 |
margin: 23px 9px 0 0;
|
|
|
5466 |
padding: 2px 0 0;
|
|
|
5467 |
text-align: center;
|
|
|
5468 |
width: 48px;
|
|
|
5469 |
}
|
|
|
5470 |
.archives-title-club {
|
|
|
5471 |
color: #188BB8;
|
|
|
5472 |
}
|
|
|
5473 |
.archives_journal .item-list abbr, .archives_club .item-list abbr, .archives_journal .item-list span, .archives_club .item-list span {
|
|
|
5474 |
display: block;
|
|
|
5475 |
height: 18px;
|
|
|
5476 |
}
|
|
|
5477 |
.archives_journal .day, .archives_club .day {
|
|
|
5478 |
font-size: 170%;
|
|
|
5479 |
}
|
|
|
5480 |
.archives_journal a:hover, .archives_club a:hover {
|
|
34
|
5481 |
background: url(../mediapart-images/archives-background-over.png) 0 0 no-repeat;
|
|
31
|
5482 |
color: #FFF;
|
|
|
5483 |
}
|
|
|
5484 |
#date-search, #article-search {
|
|
|
5485 |
float: right;
|
|
|
5486 |
margin-right: 10px;
|
|
|
5487 |
}
|
|
|
5488 |
#date-search {
|
|
|
5489 |
margin-top: 15px;
|
|
|
5490 |
}
|
|
|
5491 |
.archives_club #date-search {
|
|
|
5492 |
margin-top: 45px;
|
|
|
5493 |
}
|
|
|
5494 |
.archives_club #date-search label {
|
|
|
5495 |
font-size: 100%;
|
|
|
5496 |
}
|
|
|
5497 |
#date-search label, #article-search label {
|
|
|
5498 |
color: #656565;
|
|
|
5499 |
display: block;
|
|
|
5500 |
font-size: 110%;
|
|
|
5501 |
}
|
|
|
5502 |
.footer-region {
|
|
|
5503 |
margin: 0 auto 50px;
|
|
|
5504 |
width: 967px;
|
|
|
5505 |
}
|
|
|
5506 |
.four_links {
|
|
|
5507 |
background: #5C6163;
|
|
|
5508 |
float: left;
|
|
|
5509 |
padding: 0;
|
|
|
5510 |
width: 298px;
|
|
|
5511 |
}
|
|
|
5512 |
.four_links .who {
|
|
|
5513 |
margin: 0 1px 1px 0;
|
|
|
5514 |
}
|
|
|
5515 |
.four_links .faq {
|
|
|
5516 |
margin: 0 0 1px;
|
|
|
5517 |
}
|
|
|
5518 |
.four_links .contact {
|
|
|
5519 |
margin: 0 1px 0 0;
|
|
|
5520 |
}
|
|
|
5521 |
.four_links li a {
|
|
|
5522 |
background: #2F2F2F;
|
|
|
5523 |
color: #FFF;
|
|
|
5524 |
display: block;
|
|
|
5525 |
font: 900 80% 'Times New Roman';
|
|
|
5526 |
line-height: 31px;
|
|
|
5527 |
padding: 0 0 0 10px;
|
|
|
5528 |
text-transform: uppercase;
|
|
|
5529 |
width: 138px;
|
|
|
5530 |
}
|
|
|
5531 |
.four_links li a:hover {
|
|
|
5532 |
background: #CB1500;
|
|
|
5533 |
}
|
|
|
5534 |
.footer ul {
|
|
|
5535 |
clear: left;
|
|
|
5536 |
text-align: center;
|
|
|
5537 |
}
|
|
|
5538 |
.footer ul li {
|
|
|
5539 |
display: inline;
|
|
|
5540 |
margin: 0;
|
|
|
5541 |
}
|
|
|
5542 |
.footer a {
|
|
|
5543 |
color: #656565;
|
|
|
5544 |
}
|
|
|
5545 |
.footer span {
|
|
|
5546 |
margin: 0 5px;
|
|
|
5547 |
}
|
|
|
5548 |
.error-content {
|
|
|
5549 |
background-color: #F5F6F1;
|
|
|
5550 |
margin: -9px -11px 0 -8px;
|
|
|
5551 |
padding: 92px 0;
|
|
|
5552 |
text-align: center;
|
|
|
5553 |
}
|
|
|
5554 |
.error-content h2 {
|
|
|
5555 |
margin-bottom: 40px;
|
|
|
5556 |
}
|
|
|
5557 |
.error-content p {
|
|
|
5558 |
font-size: 24px;
|
|
|
5559 |
text-transform: uppercase;
|
|
|
5560 |
}
|
|
|
5561 |
.error-content .box-link {
|
|
|
5562 |
display: inline-block;
|
|
|
5563 |
-moz-display: inline-stack;
|
|
|
5564 |
background-color: #c21800;
|
|
|
5565 |
color: #fff;
|
|
|
5566 |
font-size: 17px;
|
|
|
5567 |
padding: 13px 16px;
|
|
|
5568 |
margin-top: 32px;
|
|
|
5569 |
-webkit-border-radius: 3px;
|
|
|
5570 |
border-radius: 3px;
|
|
|
5571 |
-moz-background-clip: padding;
|
|
|
5572 |
-webkit-background-clip: padding-box;
|
|
|
5573 |
background-clip: padding-box;
|
|
|
5574 |
text-shadow: 1px 1px 3px #000;
|
|
|
5575 |
}
|
|
|
5576 |
.page-error .page {
|
|
|
5577 |
width: 97%;
|
|
|
5578 |
}
|
|
|
5579 |
|
|
|
5580 |
#edit-parrainage-name, #edit-parrainage-message {
|
|
|
5581 |
color: gray;
|
|
|
5582 |
}
|
|
|
5583 |
#edit-parrainage-submit {
|
|
|
5584 |
background: #197CAA;
|
|
|
5585 |
border: none;
|
|
|
5586 |
border-radius: 4px;
|
|
|
5587 |
color: #FFF;
|
|
|
5588 |
font-weight: 900;
|
|
|
5589 |
margin-left: 90px;
|
|
|
5590 |
margin-bottom: 10px;
|
|
|
5591 |
padding: 5px;
|
|
|
5592 |
text-transform: uppercase;
|
|
|
5593 |
}
|
|
|
5594 |
#edit-parrainage-message-wrapper span {
|
|
|
5595 |
font-weight: 200;
|
|
|
5596 |
font-size: 10px;
|
|
|
5597 |
text-align: right;
|
|
|
5598 |
}
|
|
|
5599 |
.page-parrainage h2 {
|
|
|
5600 |
color: #197CAA;
|
|
|
5601 |
font-size: 35px;
|
|
|
5602 |
font-weight: 900;
|
|
|
5603 |
}
|
|
|
5604 |
.page-parrainage fieldset {
|
|
|
5605 |
margin-top: 30px;
|
|
|
5606 |
}
|
|
|
5607 |
.page-parrainage-jeu legend, .page-parrainage legend {
|
|
|
5608 |
font-weight: 900;
|
|
|
5609 |
}
|
|
|
5610 |
.page-parrainage-jeu legend span, .page-parrainage legend span {
|
|
|
5611 |
font-size: 11px;
|
|
|
5612 |
font-weight: 200;
|
|
|
5613 |
text-transform: none;
|
|
|
5614 |
}
|
|
|
5615 |
.page-parrainage label {
|
|
|
5616 |
margin-bottom: 5px;
|
|
|
5617 |
}
|
|
|
5618 |
.page-user .page {
|
|
|
5619 |
background: #FFF;
|
|
|
5620 |
margin-top: -10px;
|
|
|
5621 |
}
|
|
|
5622 |
.page-parrainage .container {
|
|
34
|
5623 |
background: url(../mediapart-images/parrainage-summer-background.png) no-repeat 0 0 #E2D7C7;
|
|
31
|
5624 |
min-height: 250px;
|
|
|
5625 |
}
|
|
|
5626 |
.page-parrainage-jeu .container {
|
|
34
|
5627 |
background: url(../mediapart-images/parrainage-jeu-pictures.png) no-repeat 650px 10px #80949F;
|
|
31
|
5628 |
min-height: 250px;
|
|
|
5629 |
}
|
|
|
5630 |
.page-parrainage .container .page, .page-parrainage-jeu .container .page {
|
|
|
5631 |
padding-left: 10px;
|
|
|
5632 |
}
|
|
|
5633 |
.page-parrainage p, .page-parrainage-jeu p {
|
|
|
5634 |
line-height: 25px;
|
|
|
5635 |
}
|
|
|
5636 |
.page-parrainage legend, .page-parrainage-jeu legend {
|
|
|
5637 |
font-size: 16px;
|
|
|
5638 |
text-transform: uppercase;
|
|
|
5639 |
}
|
|
|
5640 |
.page-parrainage .container label, .page-parrainage-jeu .container label {
|
|
|
5641 |
display: inline;
|
|
|
5642 |
}
|
|
|
5643 |
#edit-parrainage-message-wrapper label, #edit-parrainage-name-wrapper label {
|
|
|
5644 |
display: block;
|
|
|
5645 |
}
|
|
|
5646 |
#edit-parrainage-message-wrapper label, #edit-parrainage-name-wrapper label {
|
|
|
5647 |
border-top: 1px solid #97A6AD;
|
|
|
5648 |
font-size: 16px;
|
|
|
5649 |
padding-top: 10px;
|
|
|
5650 |
padding-bottom: 10px;
|
|
|
5651 |
text-transform: uppercase;
|
|
|
5652 |
}
|
|
|
5653 |
#edit-parrainage-message-wrapper label span {
|
|
|
5654 |
text-transform: none;
|
|
|
5655 |
}
|
|
|
5656 |
.grippie, #edit-parrainage-message, .page-parrainage .container .form-text, .page-parrainage-jeu .container .form-text {
|
|
|
5657 |
border: 1px solid #97A6AD;
|
|
|
5658 |
border-radius: 4px;
|
|
|
5659 |
height: 25px;
|
|
|
5660 |
margin-left: 90px;
|
|
|
5661 |
}
|
|
|
5662 |
#edit-parrainage-email1-wrapper input {
|
|
|
5663 |
margin-left: 20px;
|
|
|
5664 |
}
|
|
|
5665 |
#edit-parrainage-email2-wrapper input, #edit-parrainage-email3-wrapper input, #edit-parrainage-email4-wrapper input, #edit-parrainage-email5-wrapper input {
|
|
|
5666 |
margin-left: 31px;
|
|
|
5667 |
}
|
|
|
5668 |
#edit-parrainage-message {
|
|
|
5669 |
height: 100px;
|
|
|
5670 |
width: 90%;
|
|
|
5671 |
}
|
|
|
5672 |
.page-parrainage-jeu #edit-parrainage-submit {
|
|
|
5673 |
background: #B9236B;
|
|
|
5674 |
border-radius: 4px;
|
|
|
5675 |
font-weight: 900;
|
|
|
5676 |
margin-left: 90px;
|
|
|
5677 |
padding: 5px;
|
|
|
5678 |
}
|
|
|
5679 |
.tous_les_discours {
|
|
|
5680 |
clear: both;
|
|
|
5681 |
}
|
|
|
5682 |
.tous_les_discours ul.pager {
|
|
|
5683 |
margin: 15px 0 10px;
|
|
|
5684 |
}
|
|
|
5685 |
.tous_les_discours_discours {
|
|
|
5686 |
float: left;
|
|
|
5687 |
padding-bottom: 10px;
|
|
|
5688 |
border-bottom: 1px dashed #D7CDC6;
|
|
|
5689 |
width: 100%;
|
|
|
5690 |
margin-bottom: 10px;
|
|
|
5691 |
}
|
|
|
5692 |
.tous_les_discours_discours p {
|
|
|
5693 |
margin: 0;
|
|
|
5694 |
}
|
|
|
5695 |
.tous_les_discours_discours_titre {
|
|
|
5696 |
padding: 5px;
|
|
|
5697 |
margin-top: 5px;
|
|
|
5698 |
float: left;
|
|
|
5699 |
}
|
|
|
5700 |
.tous_les_discours_discours_titre a {
|
|
|
5701 |
font-size: 22px;
|
|
|
5702 |
font-weight: 900;
|
|
34
|
5703 |
background: url(../mediapart-images/picto-rouge.png) no-repeat 0 12px;
|
|
31
|
5704 |
padding: 3px 0 3px 13px;
|
|
|
5705 |
}
|
|
|
5706 |
.tous_les_discours_discours .tous_les_discours_discours_nopic {
|
|
|
5707 |
padding: 10px 10px 10px 18px;
|
|
|
5708 |
}
|
|
|
5709 |
.tous_les_discours_discours .tous_les_discours_discours_gauche {
|
|
|
5710 |
width: 420px;
|
|
|
5711 |
float: left;
|
|
|
5712 |
padding: 10px 10px 10px 18px;
|
|
|
5713 |
}
|
|
|
5714 |
.tous_les_discours_discours .tous_les_discours_discours_droite {
|
|
|
5715 |
width: 310px;
|
|
|
5716 |
float: left;
|
|
|
5717 |
border-left: 1px solid #D7CDC6;
|
|
|
5718 |
padding-left: 9px;
|
|
|
5719 |
}
|
|
|
5720 |
.tous_les_discours_discours_sous_titre {
|
|
|
5721 |
float: left;
|
|
|
5722 |
width: 100%;
|
|
|
5723 |
padding: 1px 0 1px 18px;
|
|
|
5724 |
color: #333;
|
|
|
5725 |
font: 14px Arial;
|
|
|
5726 |
}
|
|
|
5727 |
.node-type-discours #content {
|
|
|
5728 |
font-size: 16px;
|
|
|
5729 |
}
|
|
|
5730 |
.discours_auteur ul {
|
|
|
5731 |
margin: 0;
|
|
|
5732 |
padding: 0;
|
|
|
5733 |
}
|
|
|
5734 |
.discours_auteur ul li {
|
|
|
5735 |
margin: 0;
|
|
|
5736 |
padding: 0;
|
|
|
5737 |
}
|
|
|
5738 |
.discours_auteur ul li .discours_affinage_lien {
|
|
|
5739 |
color: #353535;
|
|
|
5740 |
margin: 0 0 3px;
|
|
|
5741 |
padding: 0;
|
|
|
5742 |
font: 900 17px 'Times New Roman';
|
|
|
5743 |
text-align: center;
|
|
|
5744 |
margin-top: -10px;
|
|
|
5745 |
}
|
|
|
5746 |
.discours_auteur .personnage_portrait_haut {
|
|
34
|
5747 |
background: url(../mediapart-images/fond_portrait_haut.png) no-repeat;
|
|
31
|
5748 |
width: 147px;
|
|
|
5749 |
padding: 4px 4px 0;
|
|
|
5750 |
}
|
|
|
5751 |
.discours_auteur .personnage_portrait_bas {
|
|
34
|
5752 |
background: url(../mediapart-images/fond_portrait_bas.png) no-repeat;
|
|
31
|
5753 |
width: 147px;
|
|
|
5754 |
height: 15px;
|
|
|
5755 |
}
|
|
|
5756 |
.discours_auteur .personnage_nom {
|
|
|
5757 |
color: #353535;
|
|
|
5758 |
text-transform: none;
|
|
|
5759 |
border-bottom: none;
|
|
|
5760 |
margin: 0 0 3px;
|
|
|
5761 |
padding: 0;
|
|
|
5762 |
font: 900 17px 'Times New Roman';
|
|
|
5763 |
text-align: center;
|
|
|
5764 |
}
|
|
|
5765 |
.discours_auteur h3 {
|
|
|
5766 |
margin: 0 0 10px;
|
|
|
5767 |
font: 14px 'Times New Roman';
|
|
|
5768 |
text-align: center;
|
|
|
5769 |
font-style: italic;
|
|
|
5770 |
border-bottom: 1px dashed #D7CDC6;
|
|
|
5771 |
padding-bottom: 5px;
|
|
|
5772 |
}
|
|
|
5773 |
.discours_auteur .personnage_bio {
|
|
|
5774 |
color: #656565;
|
|
|
5775 |
font: 14px 'Times New Roman';
|
|
|
5776 |
}
|
|
|
5777 |
.node-discours .discours-content {
|
|
|
5778 |
padding-left: 62px;
|
|
|
5779 |
line-height: 24px;
|
|
|
5780 |
}
|
|
|
5781 |
.node-discours .discours_content_page_commentaires {
|
|
|
5782 |
padding-left: 0;
|
|
|
5783 |
}
|
|
|
5784 |
.node-discours .discours_content_page_1 {
|
|
|
5785 |
padding-top: 20px;
|
|
34
|
5786 |
background: url(../mediapart-images/discours_open.png) no-repeat;
|
|
31
|
5787 |
margin-top: 10px;
|
|
|
5788 |
}
|
|
|
5789 |
.node-discours hr {
|
|
|
5790 |
color: red;
|
|
|
5791 |
background-color: #D1D1D1;
|
|
|
5792 |
height: 1px;
|
|
|
5793 |
border: 0;
|
|
|
5794 |
clear: both;
|
|
|
5795 |
width: 100%;
|
|
|
5796 |
}
|
|
|
5797 |
.node-discours .discours_eclairage {
|
|
|
5798 |
margin-left: -60px;
|
|
|
5799 |
padding-left: 193px;
|
|
34
|
5800 |
background: url(../mediapart-images/eclairage_mediapart.png) no-repeat 0 15px;
|
|
31
|
5801 |
color: #656565;
|
|
|
5802 |
font: 90% 'Times New Roman';
|
|
|
5803 |
}
|
|
|
5804 |
.node-discours .discours_eclairage .discours_eclairage_content {
|
|
|
5805 |
overflow: hidden;
|
|
|
5806 |
}
|
|
|
5807 |
.node-discours .discours_eclairage_suite {
|
|
|
5808 |
float: right;
|
|
|
5809 |
margin-top: -8px;
|
|
|
5810 |
}
|
|
|
5811 |
.node-discours .discours_eclairage_suite_link {
|
|
|
5812 |
display: block;
|
|
|
5813 |
height: 25px;
|
|
|
5814 |
padding-top: 1px;
|
|
|
5815 |
font: 14px 'Times New Roman';
|
|
34
|
5816 |
background: url(../mediapart-images/lirelasuite_fond.jpg) no-repeat;
|
|
31
|
5817 |
color: #fff;
|
|
|
5818 |
cursor: pointer;
|
|
|
5819 |
text-align: center;
|
|
|
5820 |
width: 87px;
|
|
|
5821 |
}
|
|
|
5822 |
.node-discours .discours-nuage {
|
|
|
5823 |
clear: both;
|
|
|
5824 |
border-bottom: 1px #D1D1D1 solid;
|
|
|
5825 |
padding: 10px 0;
|
|
|
5826 |
}
|
|
|
5827 |
.node-discours .headerdiscours {
|
|
|
5828 |
width: 100%;
|
|
|
5829 |
border-bottom: 1px #D1D1D1 solid;
|
|
|
5830 |
float: left;
|
|
|
5831 |
}
|
|
|
5832 |
.header-discours .header-discours-gauche {
|
|
|
5833 |
float: left;
|
|
|
5834 |
width: 545px;
|
|
|
5835 |
border-right: 1px solid #D7CDC6;
|
|
|
5836 |
margin-right: 5px;
|
|
|
5837 |
}
|
|
|
5838 |
.header-discours .header-discours-droite {
|
|
|
5839 |
width: 215px;
|
|
|
5840 |
float: left;
|
|
|
5841 |
}
|
|
|
5842 |
.header-discours .header-discours-droite .header-discours-droite-external-tools div {
|
|
|
5843 |
margin-bottom: 5px;
|
|
|
5844 |
}
|
|
|
5845 |
.header-discours .header-discours-droite .facebook-button {
|
|
|
5846 |
height: 20px;
|
|
|
5847 |
}
|
|
|
5848 |
.header-discours .header-discours-droite .item-list ul {
|
|
|
5849 |
margin: 0;
|
|
|
5850 |
}
|
|
|
5851 |
.header-discours .header-discours-droite .item-list ul li {
|
|
|
5852 |
display: inline;
|
|
|
5853 |
margin: 0 5px;
|
|
|
5854 |
}
|
|
|
5855 |
.discours-title h1 {
|
|
|
5856 |
font: 32px 'Times New Roman';
|
|
|
5857 |
font-weight: 900;
|
|
|
5858 |
color: #333;
|
|
|
5859 |
}
|
|
|
5860 |
.node-discours .header-discours .discours-date {
|
|
|
5861 |
font: 20px 'Times New Roman';
|
|
|
5862 |
color: #333;
|
|
|
5863 |
margin-bottom: 10px;
|
|
|
5864 |
}
|
|
|
5865 |
.node-discours .onglets_discours {
|
|
|
5866 |
margin: 0;
|
|
|
5867 |
padding: 5px 0;
|
|
|
5868 |
}
|
|
|
5869 |
.node-discours .onglets_discours li {
|
|
|
5870 |
display: inline;
|
|
|
5871 |
margin: 0 3px 0 0;
|
|
|
5872 |
}
|
|
|
5873 |
.node-discours .onglets_discours li a {
|
|
|
5874 |
color: #656565;
|
|
|
5875 |
text-transform: uppercase;
|
|
34
|
5876 |
background: url(../mediapart-images/onglet_fond.png) repeat-x;
|
|
31
|
5877 |
font: 12px Arial;
|
|
|
5878 |
padding: 5px 8px;
|
|
|
5879 |
}
|
|
|
5880 |
.node-discours .onglets_discours li a.actif {
|
|
|
5881 |
color: #FFF;
|
|
34
|
5882 |
background: url(../mediapart-images/onglet_fond_actif.png) repeat-x;
|
|
31
|
5883 |
}
|
|
|
5884 |
.node-discours .pager {
|
|
|
5885 |
text-align: right;
|
|
|
5886 |
margin: 10px 30px 10px 0;
|
|
|
5887 |
}
|
|
|
5888 |
.node-discours .content-access-teaser {
|
|
|
5889 |
margin: 20px 0;
|
|
|
5890 |
}
|
|
|
5891 |
.node-discours .content-access {
|
|
|
5892 |
margin-left: 140px;
|
|
|
5893 |
}
|
|
|
5894 |
|
|
|
5895 |
#mediapart-dossiers-node-dossiers-form h1 {
|
|
|
5896 |
color: red;
|
|
|
5897 |
font-size: 20px;
|
|
|
5898 |
font-weight: 700;
|
|
|
5899 |
margin: 10px 0 0;
|
|
|
5900 |
}
|
|
|
5901 |
#mediapart-dossiers-node-dossiers-form h1 span {
|
|
|
5902 |
color: #000;
|
|
|
5903 |
font-style: italic;
|
|
|
5904 |
}
|
|
|
5905 |
#mediapart-dossiers-node-dossiers-form h2 {
|
|
|
5906 |
clear: both;
|
|
|
5907 |
font-size: 16px;
|
|
|
5908 |
font-weight: 700;
|
|
|
5909 |
padding: 20px 0 0;
|
|
|
5910 |
}
|
|
|
5911 |
#mediapart-dossiers-node-dossiers-form .admin_dossier_current {
|
|
|
5912 |
clear: both;
|
|
|
5913 |
margin: 15px 0 0;
|
|
|
5914 |
}
|
|
|
5915 |
#mediapart-dossiers-node-dossiers-form .admin_dossier_current span {
|
|
|
5916 |
margin-left: 5px;
|
|
|
5917 |
}
|
|
|
5918 |
#mediapart-dossiers-node-dossiers-form .admin_dossier_current .admin_dossier_current_tags {
|
|
|
5919 |
color: grey;
|
|
|
5920 |
font-style: italic;
|
|
|
5921 |
}
|
|
|
5922 |
#mediapart-dossiers-node-dossiers-form .form-item-checkbox {
|
|
|
5923 |
float: left;
|
|
|
5924 |
margin: 0;
|
|
|
5925 |
margin-top: -3px;
|
|
|
5926 |
}
|
|
|
5927 |
#mediapart-dossiers-node-dossiers-form .admin_dossier_current .label_cb {
|
|
|
5928 |
color: red;
|
|
|
5929 |
font-size: 13px;
|
|
|
5930 |
}
|
|
|
5931 |
#mediapart-dossiers-node-dossiers-form #add_dossier_link, #mediapart-core-blacklist-users-form #add_user_blacklist_link {
|
|
34
|
5932 |
background: url(../mediapart-images/sign_add.png) left center no-repeat;
|
|
31
|
5933 |
cursor: pointer;
|
|
|
5934 |
display: block;
|
|
|
5935 |
padding: 0 0 0 20px;
|
|
|
5936 |
}
|
|
|
5937 |
#mediapart-dossiers-node-dossiers-form .remove_dossier_link, #mediapart-core-blacklist-users-form .remove_user_blacklist_link {
|
|
34
|
5938 |
background: url(../mediapart-images/sign_remove.png) left center no-repeat;
|
|
31
|
5939 |
cursor: pointer;
|
|
|
5940 |
display: block;
|
|
|
5941 |
margin-top: 10px;
|
|
|
5942 |
padding: 0 0 0 20px;
|
|
|
5943 |
}
|
|
|
5944 |
#mediapart-core-blacklist-users-form #edit-save, #mediapart-dossiers-node-dossiers-form #edit-save {
|
|
|
5945 |
margin-bottom: 20px;
|
|
|
5946 |
margin-top: 20px;
|
|
|
5947 |
}
|
|
|
5948 |
#add_dossier_container, #add_user_blacklist_container {
|
|
|
5949 |
margin-top: 20px;
|
|
|
5950 |
}
|
|
|
5951 |
#add_dossier_container div, #add_user_blacklist_container div {
|
|
|
5952 |
padding: 5px 0;
|
|
|
5953 |
}
|
|
|
5954 |
#nuage_generate {
|
|
|
5955 |
background-color: grey;
|
|
|
5956 |
cursor: pointer;
|
|
|
5957 |
display: block;
|
|
|
5958 |
margin-bottom: 10px;
|
|
|
5959 |
padding: 5px;
|
|
|
5960 |
width: 55px;
|
|
|
5961 |
}
|
|
|
5962 |
.generated_nuage {
|
|
|
5963 |
padding: 10px;
|
|
|
5964 |
}
|
|
|
5965 |
.mediapart_urbanairship_etape2_title {
|
|
|
5966 |
font-size: 18px;
|
|
|
5967 |
font-weight: 900;
|
|
|
5968 |
margin-bottom: 15px;
|
|
|
5969 |
}
|
|
|
5970 |
.mediapart_urbanairship_etape2_message {
|
|
|
5971 |
border: 1px dashed black;
|
|
|
5972 |
font-size: 16px;
|
|
|
5973 |
line-height: 28px;
|
|
|
5974 |
margin-bottom: 15px;
|
|
|
5975 |
padding: 12px;
|
|
|
5976 |
width: 500px;
|
|
|
5977 |
}
|