-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
697 lines (587 loc) · 13 KB
/
style.css
File metadata and controls
697 lines (587 loc) · 13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
/**
* @brief AltoWithCSS3, a theme for Dotclear 2
*
* @package Dotclear
* @subpackage Theme
*
* @author Pierre Van Glabeke
* @copyright http://creativecommons.org/licenses/by-nc/2.0/fr/
*/
* { margin: 0; padding: 0; border: 0; }
body {
font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.6em;
}
/* Structure */
#page {
margin: 40px auto;
padding: 0;
position: relative;
box-shadow: 5px 5px 5px grey;
}
#top {
height: 185px;
margin: 0;
padding: 0;
z-index: 0;
}
#banner {
display : block;
position : absolute;
background-color: transparent;
height: 150px;
top : 29px;
left : 29px;
z-index: 1;
padding: 0;
}
#top h1 {
position : absolute;
top: 122px;
line-height: 1.3em;
margin: 0;
padding: 0;
z-index: 2;
}
#top h1 a {
margin-left: 5px;
}
#prelude {
position: absolute;
top: 5px;
right: 70px;
padding: 0 10px;
font-size: 0.6em;
}
#prelude a { color: #bcbcbc;}
#wrapper {
margin: 0;
}
#main {
float: left;
overflow: visible;
}
#breadcrumb {margin:0 0 20px;padding:0 0 0 30px;}
#content {
margin-left: 30px;
overflow: visible;
}
#sidebar {
float: right;
width: 210px;
margin-bottom: 30px;
}
#blognav, #blogextra {
margin-right: 30px;
}
#footer {
height: 70px;
}
#footer p {
padding: 20px 100px 10px 100px;
font-size: 0.8em;
text-align: center;
}
/* Styles communs */
h1, h2, h3, h4, h5, .post-title {
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
line-height: 24px;
letter-spacing: -1px;
font-style: normal;
font-weight: 500;
}
h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}
li { list-style: none; }
blockquote {
text-align:left;
margin: 6px 20px 6px 20px;
}
html>body blockquote {
padding-left:10px;
}
abbr { cursor: help; text-decoration: underline; }
pre {
text-align:left;
overflow: scroll;
width: 475px;
border-left : 3px solid #008ACF;
font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
color : #0273b9;
font-size : 12px;
margin : 10px;
line-height :14px;
}
html>body pre {
width: auto;
}
code {
font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
color : #0273b9;
font-size : 12px;
margin : 0px;
text-align : left;
padding : 1px 5px 1px 5px;
line-height :14px;
}
a.feed {
background: transparent url(img/rss.png) no-repeat scroll 0 50%;
padding: 5px 0 5px 22px;
}
/*input { text-transform: lowercase; }*/
.left { float: left; }
.right { float: right; }
img {
border : none;
}
.error {
border: 1px dashed #fff;
padding: 5px 10px;
margin: 20px 0;
color: #fff;
background: #E2001A;
}
.message {
padding: 10px 0;
margin: 0;
}
.post, .post-content, .footnotes, .postend, .attachments, .post-info-co, #comments, #footer, .pagination, #navlinks {
clear: both;
}
/* Couleurs */
body { background: #ccc; color: #000; }
h1, h2, h3, h4, h5, .post-title, .day-date { color: #333333; }
a {
color: #000;
text-decoration : none;
}
#page {
background: #fff;
}
#top h1 {
background: #000 none repeat scroll 0 0;
opacity: 0.6;
}
#top a {
color: #fff;
}
a:hover {
color: #0273B9;
text-decoration : underline;
}
#top a:hover {
color: #ccc;
text-decoration : none;
}
input, textarea, select { border: 1px solid #999; background: #fff; color: #333333; }
#comment-form textarea {border: 1px solid #999;}
blockquote, pre { border-left : 3px solid #008ACF; }
code { color : #0273b9; }
.post, #comment-form .hidecomment-form, .content-inner ul, .dc-archive-month .content-inner {
background: #e6e6e6;
border-radius: 9px;
}
.pagination, #navlinks { color: #c6c6c6; }
/* Arrondis */
#sidebar .tags ul, #sidebar .selected ul, #sidebar .feed ul, .dc-tags ul.tags, #sidebar .pages ul,
#sidebar .links ul, #sidebar .langs ul, #sidebar .authors ul,
#sidebar .syndicate ul, #sidebar .syndicate a, #sidebar .lastposts ul, #attachments ul, #sidebar #related ul,
#sidebar .categories ul, #sidebar .lastcomments ul, #sidebar #galleries ul,
#sidebar div ul,
#comment-form .hidecomment-form,
#attachments ul,
#pr dd {
border-radius: 9px;
}
#comments dt, #pings dt {
border-radius: 9px 9px 0 0;
}
#comments dd, #pings dd {
border-radius: 0 0 9px 9px;
}
/* Choix des couleurs pour les éléments arrondis */
#sidebar .tags ul, #sidebar .selected ul, #sidebar .feed ul, .dc-tags ul.tags, #sidebar .pages ul {
background: #BFCBD9;
}
#sidebar .links ul, #sidebar .langs ul, #sidebar .authors ul {
background: #B9E566;
}
#sidebar .syndicate ul, #sidebar .lastposts ul, #attachments ul, #sidebar #related ul {
background: #A8E4FF;
}
#sidebar .categories ul, #sidebar .lastcomments ul, #sidebar #galleries ul {
background: #ECFA65;
}
/*les autres */
#sidebar div ul {background:#f7dfe6;}
/* Pour Safari, ajouter les divisions contenant les élements arrondis */
#content, #topnav, #sidebar .tags, #sidebar .selected, #sidebar .feed, div.content-inner, #sidebar .links, #sidebar .langs, #sidebar .authors, #sidebar .syndicate, #sidebar .lastposts, #attachments, dl, #sidebar .categories, #sidebar .lastcomments, #sidebar #galleries, #comment-form, #sidebar .pages/*, div#sidebar */{
background: #fff;
}
input:hover {
color: #0273B9;
}
#blognav dd, #blognav dt,
#blogextra dd, #blogextra dt,
dd, dt {
background: #F7DFE6;
}
#comment-form p.form-help { color: #999999; }
/* Post */
.post {
padding: 10px;
margin-bottom: 50px;
position: relative;
font-size: 1em;
overflow: visible;
}
.post-excerpt a, .post-content a {
color: #0273B9;
}
.post p {
padding: 0 0 5px 0;
text-align: justify;
}
.post embed, .post iframe {max-width:100%;}
.read-it {
padding: 5px 0;
}
.footnotes {
font-size:0.9em;
}
.footnotes-title {
font-size:1.1em;
margin-top : 1em;
}
.footnotes p {
margin-top : 0; text-indent : 0;
}
.dc-post .post-content {margin:0.6em 0 0 0;}
.post-excerpt p img, .post-content p img {
max-width:100%;
}
.post-content ul, .post-excerpt ul, .post-content ol, .post-excerpt ol {
padding: 0;
margin: 0 0 0 20px;
}
.post-content ul li, .post-excerpt ul li, #attachments li {
padding: 0 0 0 5px;
list-style-type: disc;
line-height:1.5em;
}
.post-content ol li, .post-excerpt ol li {
padding: 0 0 5px 5px;
list-style-type: decimal;
}
.day-date {
margin-top: -3px;
padding-bottom: 10px;
color: #B1B1B1;
}
.post-title {
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
font-size: 24px;
line-height: 24px;
margin: -5px 0 6px 0;
}
.dc-post .post-title,
.dc-page .post-title {
margin: 0 0 6px 0;
}
.post-info { font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; padding: 10px 0; }
.post-tags { font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; padding-bottom: 10px; }
.post-tags a { padding: 2px 0 2px 18px; background: transparent url(img/tag.png) no-repeat 0 50%; }
ul.post-tags li { margin-right:10px; }
ul.post-tags li:last-child { margin-right:0; }
.post-tags li {
display: inline;
white-space: nowrap;
}
.post-info-co {
text-align: right;
padding: 10px 0;
}
.post-info-co a:last-child:after { content: ''; }
.post-info-co a { padding: 2px 0 2px 18px; }
.comment_count { background: transparent url(img/commentaire.png) no-repeat 0 50%; }
.ping_count { background: transparent url(img/retrolien.png) no-repeat 0 50%; }
.attach_count { background: transparent url(img/attach.png) no-repeat 0 50%; }
.read-it {
font-weight: bold;
padding-bottom: 10px;
clear: left;
margin:0.9em 0 0 0;
}
.pagination, #navlinks {
text-align: center;
font-weight: bold;
}
.pagination { padding-bottom: 10px; }
#navlinks { padding-bottom: 20px; }
#attachments {
clear: left;
padding: 0;
margin-bottom: 20px;
}
#attachments ul { margin: 20px 0; padding: 10px; }
#attachments li { list-style: none;padding: 2px 10px 2px 0;}
#attachments li.audio object {margin:0;vertical-align:bottom;}
/* Comment */
#comments, #pings {
margin: 20px 0;
font-size: 0.9em;
}
#comments dt, #pings dt {
margin: 20px 0 0;
padding: 10px;
font-family:"century gothic", "gill sans", sans-serif;
}
#comments dd, #pings dd {
padding: 10px;
margin-bottom: 30px;
text-align: justify;
}
#comments dd ul, #pings dd ul,
#comments dd ol, #pings dd ol {
padding: 0 0 0 20px;
}
#comments dd ul li, #pings dd ul li {
padding: 0 0 0 5px;
list-style-type: disc;
line-height:1.5em;
}
#comments dd ol li, #pings dd ol li {
padding: 0 0 5px 5px;
list-style-type: decimal;
}
#comments dd.me, #comments dt.me { background-color:#e6e6e6; }
#comments dt .comment-number, #pings dt .ping-number {
font-size : 1.8em;
}
#comments-feed {
margin-top : 10px;;
}
#ping-url {
font-size: 0.85em;
text-align: left;
padding: 0;
}
/* Comments forms */
#pr p.buttons { margin: 0 0 20px 10px; font-size: 0.9em;}
#pr dd { margin: 20px 0; padding: 10px; }
#comment-form .hidecomment-form {
padding: 10px;
margin-bottom: 20px;
font-size: 0.9em;
}
#comment-form h3 {margin-bottom: 20px;cursor:pointer;}
#comment-form fieldset p {padding: 5px 0;}
#comment-form fieldset p.field {padding: 7px 0; width: auto; margin: 0; }
#comment-form p.form-help {
margin: 0;
text-align: justify;
}
#comment-form p label {width: auto;}
#comment-form p.field label {
font-weight: bold;
display: block;
padding: 0 4px 4px 0;
}
#comment-form input, #comment-form textarea {
padding: 4px;
font: 1em Arial, Helvetica, sans-serif;
}
#comment-form input {width: 50%;}
#comment-form .remember input {
width: auto;
border: 0;
margin: 0 5px 0 0;
}
#comment-form input.preview, #comment-form input.submit {
width: auto;
font-size: 1em;
font-weight: bold;
cursor:pointer;
}
/* Sidebar */
#sidebar {
font-size: 0.85em;
overflow: visible;
}
#sidebar h2 {
font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
font-size: 21px;
padding: 5px 0 0;
}
#sidebar h3 {font-size: 1.2em;}
#sidebar p {margin: 5px 0;}
#sidebar .text {
margin: 5px 0;
overflow: visible;
}
#sidebar ul {
margin: 10px 0;
padding: 10px;
}
#sidebar ul li {
margin: 0;
font-size: 1em;
}
#sidebar ul ul {
margin: 0;
padding: 0 0 0 10px;
border: none;
}
#sidebar li li {
display: list-item;
margin: 0;
padding: 0;
border: none;
}
#sidebar .categories li.category-current {font-weight: bold;}
#sidebar .categories li.category-current li {font-weight: normal;}
#topnav {
text-align: center;
margin: 0;
padding: 5px 0;
}
#sidebar #topnav ul {margin: 0; padding: 10px;}
#sidebar #topnav li {display: inline;}
#sidebar .tags ul {font-size: 110%;}
#sidebar .tags ul li {display: inline;}
.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 85%; }
.tag30 { font-size: 90%; }
.tag40 { font-size: 100%; }
.tag50 { font-size: 110%; }
.tag60 { font-size: 120%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 140%; }
.tag90 { font-size: 150%; }
.tag100 { font-size: 160%; }
#sidebar .syndicate a {background:transparent !important;}
#sidebar .syndicate li {
background: transparent url(img/rss.png) no-repeat 0px 50%;
}
#sidebar img {max-width:100%;}
/* Sidebar forms */
#search input#q {
padding: 2px 2px 2px 18px;
margin: 0 5px 0 0;
width: 125px;
font-size: 0.9em;
background: #fff url(img/q.png) no-repeat 4px center;
}
#search input[type=submit] {
padding: 0;
margin: 0;
}
#search input.submit {
padding: 2px 4px;
margin: 0;
text-transform: lowercase;
}
#sidebar fieldset {
display : block;
border : none;
}
#sidebar fieldset p {margin-bottom : 1em;}
#sidebar input, #sidebar textarea, #sidebar select {
font-size: 0.9em;
margin: 5px 0;
padding: 1px;
line-height: 1.5em;
}
#sidebar select, #sidebar input.text {
width: 175px;
cursor:pointer;
}
#sidebar input[type=text]#sidebar {width: 175px;}
#sidebar #topnav .topnav-home a {padding-right:5px;}
/* Page */
#content-info {
font-size: 1.2em;
margin:0;
padding: 5px 0;
}
#content-info h2, .content-inner h3 {padding-bottom: 10px;}
.dc-categories .category {margin-bottom: 30px;}
.dc-categories .category img {max-width: 100%;}
.dc-archive-month .content-inner {padding: 10px;}
.dc-archive .content-inner ul {
padding: 10px;
margin-bottom: 30px;
}
.dc-archive .content-inner ul li {
line-height: 2em;
}
#content-info img {
max-width:100%;
}
#subcategories {
padding: 5px 0 20px 0;
}
#subcategories h3 {
margin: 0;
}
#subcategories ul {
margin: 0.5em 0 0 0;
padding: 0 0 0 20px;
line-height: 1.4;
}
.dc-tags ul.tags {
margin: 0;
padding: 20px;
}
.dc-tags ul.tags li {
display: inline;
font-size: 1.5em;
line-height: 1.8em;
}
#content-info p {
padding: 10px 0;
font-size: 0.85em;
}
.dc-category #content-info {
text-align: justify;
}
/* divers */
.citations .auteur {font-style:italic;padding:0;margin-top:-10px;}
.center-text, .center-text p {text-align:center;}
table tr * {border:none;}
table td * {border:none;}
.calendar table{
font-size: 9px;
text-align: center;
margin: 0 auto;
border-collapse: collapse;
}
.calendar table caption{margin: 0 auto;}
.calendar table th {
color: #333333;
background: transparent;
border: none !important;
}
.calendar table tr {border: none !important;}
.calendar table td {
width: 14%;
line-height: 2em;
border: 0.1em solid #EEE;
}
.calendar table td a {
display: block;
background: #F7DFE6;
color: #0273b9;
font-weight: normal;
text-decoration: none;
}
.calendar table td a:hover {
background: #0273b9;
color: #F7DFE6;
}