[300] | 1 | @charset "UTF-8"; |
---|
| 2 | |
---|
| 3 | /* Ductile |
---|
[347] | 4 | Dotclear theme by Dotclear Team |
---|
| 5 | Version de chantier |
---|
[304] | 6 | */ |
---|
[300] | 7 | |
---|
[347] | 8 | /* Infos |
---|
| 9 | Plan de cette feuille : |
---|
| 10 | 1. Structure, imports |
---|
| 11 | 2. Liens, html |
---|
| 12 | 3. Page |
---|
| 13 | 4. Haut de page |
---|
| 14 | 5. Wrapper, main, content |
---|
| 15 | 6. Billets |
---|
| 16 | 7. Commentaires et rétroliens |
---|
| 17 | 8. Sidebar |
---|
| 18 | 9. Footer |
---|
| 19 | 10. Classes communes |
---|
| 20 | 11. Pages spécifiques |
---|
| 21 | 12. Clearers |
---|
| 22 | |
---|
| 23 | Couleurs : |
---|
| 24 | Typo: #222 courant, #4c4c85 commentaires |
---|
[497] | 25 | Titres non cliquables: #14709e |
---|
[347] | 26 | Liens: #666 courant, #ad3f4c titre billet et Lire la suite |
---|
| 27 | Fond formulaire comm: #eef |
---|
[386] | 28 | Fond sidebar: #ededed |
---|
[359] | 29 | |
---|
| 30 | Thanks to: |
---|
| 31 | Colorzilla wysiwyg gradient editor http://www.colorzilla.com/gradient-editor/ |
---|
[347] | 32 | */ |
---|
| 33 | |
---|
| 34 | /* ----------------------------------------------------------------- |
---|
| 35 | 1. STRUCTURE - IMPORTS |
---|
| 36 | ------------------------------------------------------------------ */ |
---|
[300] | 37 | |
---|
| 38 | @import url(rebase.css); |
---|
[309] | 39 | @import url(mediaqueries.css); |
---|
[304] | 40 | |
---|
[308] | 41 | /* ------------------------------------------------------- body */ |
---|
| 42 | body { |
---|
| 43 | background: #fff; |
---|
| 44 | font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; |
---|
[347] | 45 | color: #222; |
---|
[308] | 46 | } |
---|
[304] | 47 | |
---|
[347] | 48 | /* ------------------------------------------------------------ |
---|
| 49 | 2. LIENS & Complément balises HTML |
---|
| 50 | ------------------------------------------------------------- */ |
---|
| 51 | del { |
---|
| 52 | color: #800000; |
---|
| 53 | } |
---|
| 54 | blockquote { |
---|
| 55 | border: 2px solid #eef; |
---|
| 56 | padding: 1px 1em .5em; |
---|
| 57 | } |
---|
| 58 | code, pre { |
---|
| 59 | background: #efefef; |
---|
| 60 | border-right: 1px solid #aaa; |
---|
| 61 | border-bottom: 1px solid #aaa; |
---|
| 62 | font-size: .81em; |
---|
| 63 | } |
---|
| 64 | |
---|
[304] | 65 | a { |
---|
| 66 | color: #666; |
---|
| 67 | } |
---|
| 68 | a:hover, a:focus { |
---|
[359] | 69 | background-color: #ebebee; |
---|
[304] | 70 | text-decoration: none; |
---|
| 71 | } |
---|
| 72 | |
---|
[347] | 73 | /* ------------------------------------------------------------ |
---|
| 74 | 3. PAGE |
---|
| 75 | ------------------------------------------------------------- */ |
---|
| 76 | |
---|
[315] | 77 | #page { |
---|
| 78 | position: relative; |
---|
| 79 | } |
---|
[305] | 80 | |
---|
[347] | 81 | /* ------------------------------------------------------------ |
---|
| 82 | 4. HAUT DE PAGE |
---|
| 83 | ------------------------------------------------------------- */ |
---|
[359] | 84 | #header { |
---|
| 85 | text-shadow: 0 1px 1px rgba(0,0,0,.2); |
---|
| 86 | line-height: 1; |
---|
| 87 | } |
---|
[354] | 88 | h1 { |
---|
| 89 | font-variant: small-caps; |
---|
| 90 | } |
---|
[315] | 91 | h1 a { |
---|
| 92 | text-decoration: none; |
---|
[386] | 93 | color: #333; |
---|
[315] | 94 | } |
---|
[354] | 95 | #blogdesc { |
---|
[360] | 96 | margin: 0 0 0 32px; |
---|
[354] | 97 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
| 98 | font-style: italic; |
---|
[487] | 99 | color: #888; |
---|
[359] | 100 | text-shadow: none; |
---|
[354] | 101 | } |
---|
[497] | 102 | .supranav, #prelude { |
---|
[386] | 103 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
[360] | 104 | padding: 0 0 0 4px; |
---|
[354] | 105 | list-style-type: none; |
---|
[359] | 106 | line-height: 1.25; |
---|
[354] | 107 | font-size: .875em; |
---|
| 108 | } |
---|
[497] | 109 | .supranav li, #prelude li { |
---|
[354] | 110 | text-transform: uppercase; |
---|
[359] | 111 | vertical-align: top; |
---|
[354] | 112 | } |
---|
[599] | 113 | .supranav { |
---|
| 114 | clear: both; |
---|
| 115 | } |
---|
[497] | 116 | .supranav li a { |
---|
[354] | 117 | text-decoration: none; |
---|
| 118 | white-space: nowrap; |
---|
[359] | 119 | margin-bottom: 4px; |
---|
| 120 | -webkit-border-bottom-left-radius: 7px; |
---|
| 121 | -moz-border-radius-bottomleft: 7px; |
---|
| 122 | border-bottom-left-radius: 7px; |
---|
| 123 | background: transparent url(img/menu.png) no-repeat right top; |
---|
| 124 | } |
---|
[497] | 125 | .supranav li a:hover, |
---|
| 126 | .supranav li a:active, |
---|
| 127 | .supranav li a:focus { |
---|
[359] | 128 | background-color: #ebebee; |
---|
| 129 | background-position: right -150px; |
---|
| 130 | } |
---|
[497] | 131 | .supranav li.active a { |
---|
[359] | 132 | background-position: right -150px; |
---|
| 133 | } |
---|
[497] | 134 | .supranav li a span { |
---|
[359] | 135 | display: block; |
---|
| 136 | text-transform: none; |
---|
| 137 | text-shadow: none; |
---|
| 138 | font-family: georgia; |
---|
| 139 | font-style:italic; |
---|
[354] | 140 | } |
---|
[305] | 141 | |
---|
[347] | 142 | /* ------------------------------------------------------------ |
---|
| 143 | 5. WRAPPER MAIN CONTENT |
---|
| 144 | ------------------------------------------------------------- */ |
---|
| 145 | |
---|
[391] | 146 | #wrapper { clear:both; } |
---|
[347] | 147 | #main { } |
---|
[350] | 148 | #content { |
---|
| 149 | padding-bottom: 2em; |
---|
| 150 | } |
---|
[347] | 151 | |
---|
| 152 | /* ------------------------------------------------------- content-info */ |
---|
| 153 | #content-info { |
---|
[535] | 154 | margin-top: 2em; |
---|
[347] | 155 | font-size: .875em; |
---|
[354] | 156 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
[347] | 157 | } |
---|
| 158 | #content-info h2 { |
---|
| 159 | font-size: 1.2em; |
---|
[497] | 160 | color: #14709e; |
---|
[347] | 161 | } |
---|
| 162 | #subcategories { |
---|
| 163 | font-size: .875em; |
---|
[354] | 164 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
[347] | 165 | } |
---|
| 166 | #subcategories h3 { |
---|
| 167 | font-size: 1.1em; |
---|
| 168 | font-variant: small-caps; |
---|
| 169 | } |
---|
[535] | 170 | #subcategories li { |
---|
| 171 | margin: 0; |
---|
| 172 | } |
---|
[347] | 173 | #content-info p, |
---|
| 174 | #content-info ul, |
---|
| 175 | #subcategories ul { |
---|
| 176 | margin: .5em 0; |
---|
[535] | 177 | padding: 0; |
---|
| 178 | list-style-type: none; |
---|
[347] | 179 | } |
---|
| 180 | |
---|
| 181 | /* ------------------------------------------------------- pagination, navlinks */ |
---|
[502] | 182 | #navlinks, |
---|
[470] | 183 | .navlinks, |
---|
[347] | 184 | .pagination { |
---|
[436] | 185 | margin: 2em 0 1em 0; |
---|
[347] | 186 | padding: 4px 8px; |
---|
| 187 | text-align: center; |
---|
| 188 | font-size: .875em; |
---|
| 189 | color: #000; |
---|
[359] | 190 | background: rgb(244,244,245); |
---|
| 191 | background: -moz-linear-gradient(top, rgba(244,244,245,1) 0%, rgba(215,215,220,1) 100%); |
---|
| 192 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,245,1)), color-stop(100%,rgba(215,215,220,1))); |
---|
| 193 | background: -webkit-linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); |
---|
| 194 | background: -o-linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); |
---|
| 195 | background: -ms-linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); |
---|
| 196 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#d7d7dc',GradientType=0 ); |
---|
| 197 | background: linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); |
---|
[347] | 198 | -moz-border-radius: 4px; |
---|
| 199 | -webkit-border-radius: 4px; |
---|
| 200 | border-radius: 4px; |
---|
| 201 | border-right: 1px solid #aaa; |
---|
| 202 | border-bottom: 1px solid #ccc; |
---|
| 203 | } |
---|
[502] | 204 | #navlinks, |
---|
[470] | 205 | .navlinks { |
---|
[347] | 206 | margin-top: 4em; |
---|
| 207 | } |
---|
[502] | 208 | #navlinks a, |
---|
[470] | 209 | .navlinks a, |
---|
[347] | 210 | .pagination a { |
---|
| 211 | padding: 0 1em; |
---|
[354] | 212 | white-space: nowrap; |
---|
[347] | 213 | } |
---|
| 214 | |
---|
| 215 | /* ------------------------------------------------------------ |
---|
| 216 | 6. BILLETS |
---|
| 217 | ------------------------------------------------------------- */ |
---|
| 218 | |
---|
[315] | 219 | .post { |
---|
| 220 | background: transparent url(img/filet.png) repeat-x left bottom; |
---|
| 221 | } |
---|
| 222 | .day-date { |
---|
| 223 | display: none; |
---|
| 224 | } |
---|
[391] | 225 | .post-title { |
---|
[339] | 226 | margin-bottom: .33em; |
---|
[497] | 227 | color: #14709e; |
---|
[348] | 228 | line-height: 1.17; |
---|
[347] | 229 | } |
---|
[391] | 230 | .post-title a { |
---|
[315] | 231 | text-decoration: none; |
---|
[347] | 232 | color: #ad3f4c; |
---|
[315] | 233 | } |
---|
[347] | 234 | .post h3, |
---|
| 235 | .post h4, |
---|
[470] | 236 | .post h5, |
---|
[347] | 237 | .post h6 { |
---|
| 238 | font-variant: small-caps; |
---|
| 239 | font-weight: normal; |
---|
[497] | 240 | color: #14709e; |
---|
[347] | 241 | } |
---|
| 242 | .post-info, |
---|
| 243 | .post-tags, |
---|
| 244 | .post-info-co, |
---|
| 245 | .read-it, |
---|
| 246 | .page-info { |
---|
[346] | 247 | line-height: 1.2; |
---|
| 248 | margin: .33em 0; |
---|
| 249 | } |
---|
[609] | 250 | .post-attr { |
---|
| 251 | margin-bottom: 1em; |
---|
| 252 | } |
---|
[347] | 253 | .post-info, |
---|
| 254 | .post-tags { |
---|
[315] | 255 | font-size: .875em; |
---|
[436] | 256 | margin: 0; |
---|
| 257 | background: #fff; |
---|
| 258 | display: inline; |
---|
| 259 | padding: 0 .66em 0 0; |
---|
[315] | 260 | } |
---|
[440] | 261 | .post-info span + span { |
---|
| 262 | padding-left: .5em; |
---|
| 263 | } |
---|
[535] | 264 | .post-breadcrumb-cat a { |
---|
| 265 | padding-left: 24px; |
---|
| 266 | background: #fff no-repeat left center url(img/breadcrumb-category.png); |
---|
| 267 | } |
---|
[440] | 268 | .post-cat a { |
---|
| 269 | padding-left: 24px; |
---|
| 270 | background: #fff no-repeat left center url(img/category.png); |
---|
| 271 | } |
---|
[599] | 272 | .permalink a { |
---|
| 273 | padding-left: 20px; |
---|
| 274 | background: #fff no-repeat left center url(img/link.png); |
---|
| 275 | } |
---|
[535] | 276 | .post-info .post-date { |
---|
| 277 | padding-left: 28px; |
---|
| 278 | background: #fff no-repeat 6px center url(img/date.png); |
---|
| 279 | } |
---|
[347] | 280 | .post-info a, |
---|
[599] | 281 | .post-info-co a, |
---|
| 282 | .permalink a { |
---|
[346] | 283 | white-space: nowrap; |
---|
| 284 | } |
---|
[339] | 285 | .post-tags a { |
---|
[315] | 286 | padding-right: 1em; |
---|
[339] | 287 | padding-left: 14px; |
---|
[346] | 288 | background: #fff no-repeat left center url(img/tag.png); |
---|
[315] | 289 | } |
---|
| 290 | .post-tags li { |
---|
| 291 | display: inline; |
---|
| 292 | } |
---|
| 293 | .post-content { |
---|
| 294 | padding-bottom: 9px; |
---|
| 295 | } |
---|
[347] | 296 | .post ul { |
---|
| 297 | list-style-type: square; |
---|
| 298 | } |
---|
| 299 | .footnotes { |
---|
| 300 | font-size: .875em; |
---|
| 301 | } |
---|
[497] | 302 | .footnotes h4 { |
---|
| 303 | font-variant: normal; |
---|
| 304 | font-weight: bold; |
---|
| 305 | } |
---|
[315] | 306 | .read-it { |
---|
| 307 | text-align: right; |
---|
[339] | 308 | margin: 0 0 .25em 0; |
---|
[315] | 309 | } |
---|
[347] | 310 | .read-it a { |
---|
| 311 | color: #ad3f4c; |
---|
[535] | 312 | background: #fff; |
---|
| 313 | padding-left: .5em; |
---|
[347] | 314 | } |
---|
| 315 | .post-info-co, |
---|
| 316 | .page-info { |
---|
[315] | 317 | margin: 0; |
---|
| 318 | background: #fff; |
---|
| 319 | display: inline; |
---|
[316] | 320 | font-size: 0.875em; |
---|
[315] | 321 | font-style: italic; |
---|
[347] | 322 | padding-right: .5em; |
---|
[315] | 323 | } |
---|
| 324 | .post-info-co a { |
---|
| 325 | text-decoration: none; |
---|
| 326 | padding-right: 1em; |
---|
[339] | 327 | padding-left: 28px; |
---|
[315] | 328 | background-color: #fff; |
---|
| 329 | background-repeat: no-repeat; |
---|
| 330 | background-position: left center; |
---|
| 331 | } |
---|
| 332 | .post-info-co a.comment_count { |
---|
| 333 | background-image: url(img/comment.png); |
---|
| 334 | } |
---|
| 335 | .post-info-co a.ping_count { |
---|
| 336 | background-image: url(img/ping.png); |
---|
| 337 | } |
---|
[339] | 338 | .post-info-co a.attach_count { |
---|
| 339 | background-image: url(img/attach.png); |
---|
| 340 | } |
---|
[354] | 341 | #attachments { |
---|
| 342 | font-size: .875em; |
---|
| 343 | border-bottom: 1px solid #999; |
---|
| 344 | margin: 0 0 2em; |
---|
| 345 | } |
---|
| 346 | #attachments h3 { |
---|
| 347 | font-variant: small-caps; |
---|
| 348 | font-weight: normal; |
---|
| 349 | color: #666; |
---|
| 350 | } |
---|
| 351 | #attachments ul { |
---|
| 352 | list-style-type: none; |
---|
| 353 | margin: 0 0 1em; |
---|
| 354 | padding: 0; |
---|
| 355 | } |
---|
| 356 | #attachments ul li { |
---|
| 357 | padding-left: 24px; |
---|
| 358 | background: #fff url(img/download.png) no-repeat; |
---|
| 359 | } |
---|
[346] | 360 | |
---|
[347] | 361 | /* ------------------------------------------------------------ |
---|
| 362 | 7. COMMENTAIRES, PINGS |
---|
| 363 | ------------------------------------------------------------- */ |
---|
| 364 | |
---|
| 365 | /* ------------------------------------------------------- commentaires et rétroliens */ |
---|
| 366 | #comments, |
---|
[599] | 367 | #ping-url, |
---|
[347] | 368 | #comment-form, |
---|
| 369 | #comments-feed { |
---|
| 370 | color: #4c4c85; |
---|
[354] | 371 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
[347] | 372 | font-size: .875em; |
---|
[609] | 373 | clear: both; |
---|
[347] | 374 | } |
---|
[599] | 375 | #comment-form, #ping-url { |
---|
[347] | 376 | padding: 1em; |
---|
| 377 | background: #eef; |
---|
| 378 | margin-top: 1em; |
---|
| 379 | color: #333; |
---|
| 380 | border: 1px solid #ddf; |
---|
| 381 | } |
---|
| 382 | #pr { |
---|
| 383 | padding: 1em; |
---|
| 384 | border: 1px dashed #4c4c85; |
---|
| 385 | margin-bottom: 1em; |
---|
| 386 | } |
---|
| 387 | #comments h3, |
---|
[599] | 388 | #ping-url h3, |
---|
[347] | 389 | #pr h3, |
---|
| 390 | #comment-form h3 { |
---|
| 391 | margin-top: 2em; |
---|
| 392 | color: #666; |
---|
| 393 | } |
---|
[599] | 394 | #comment-form h3, #ping-url h3 { |
---|
[347] | 395 | margin-top: 0; |
---|
| 396 | } |
---|
[599] | 397 | #comments > ul { |
---|
| 398 | margin-left: 0; |
---|
| 399 | padding-left: 0; |
---|
| 400 | list-style-type: none; |
---|
| 401 | } |
---|
[609] | 402 | .comment, .ping { |
---|
| 403 | clear: left; |
---|
[599] | 404 | margin-left: 0; |
---|
[609] | 405 | border-top: 1px solid #bbb; |
---|
[599] | 406 | } |
---|
[609] | 407 | .comment-info { |
---|
| 408 | clear: left; |
---|
| 409 | float: left; |
---|
[347] | 410 | padding-bottom: .2em; |
---|
[609] | 411 | margin-top: 1em; |
---|
| 412 | line-height: 1.25; |
---|
| 413 | width: 10em; |
---|
| 414 | color: #666; |
---|
[347] | 415 | } |
---|
| 416 | #comments .first { } |
---|
| 417 | #comments .odd { } |
---|
| 418 | #comments .me { |
---|
| 419 | font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; |
---|
| 420 | color: #333; |
---|
| 421 | font-size: 1.14em; |
---|
| 422 | } |
---|
[391] | 423 | .comment-number { |
---|
[347] | 424 | font-size: 2em; |
---|
| 425 | font-weight: normal; |
---|
| 426 | font-style: italic; |
---|
| 427 | text-decoration: none; |
---|
| 428 | font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; |
---|
[599] | 429 | color: #ad3f4c; |
---|
[609] | 430 | display: block; |
---|
| 431 | width: 2em; |
---|
[347] | 432 | } |
---|
[609] | 433 | .comment .comment-number { |
---|
| 434 | background: transparent url(img/comm.png) right center no-repeat; |
---|
| 435 | } |
---|
| 436 | .ping .comment-number { |
---|
| 437 | background: transparent url(img/tb.png) right center no-repeat; |
---|
| 438 | } |
---|
| 439 | .comment-content { |
---|
| 440 | margin-left: 11em; |
---|
| 441 | } |
---|
| 442 | #comments-feed { |
---|
| 443 | border-top: 1px solid #bbb; |
---|
| 444 | margin-top: 1.5em; |
---|
| 445 | padding-top: 1em; |
---|
| 446 | } |
---|
[347] | 447 | |
---|
| 448 | /* ------------------------------------------------------- formulaire des commentaires */ |
---|
| 449 | #comment-form fieldset { } |
---|
| 450 | .field { |
---|
| 451 | margin-bottom: 1em; |
---|
| 452 | } |
---|
| 453 | .field label { |
---|
| 454 | display: block; |
---|
| 455 | font-size: .875em; |
---|
| 456 | color: #666; |
---|
| 457 | text-indent: 6px; |
---|
| 458 | } |
---|
| 459 | .field input, |
---|
| 460 | .field textarea { |
---|
| 461 | display: block; |
---|
| 462 | font-size: 100%; |
---|
| 463 | border: 1px solid #ccc; |
---|
| 464 | text-indent: 4px; |
---|
| 465 | background: #fff; |
---|
| 466 | -webkit-border-radius: 3px; |
---|
| 467 | -moz-border-radius: 3px; |
---|
| 468 | border-radius: 3px; |
---|
| 469 | } |
---|
| 470 | .field textarea { |
---|
[360] | 471 | font-family: sans-serif; |
---|
[347] | 472 | padding: .5em 1em; |
---|
| 473 | } |
---|
| 474 | .field input:focus, |
---|
| 475 | .field textarea:focus { |
---|
| 476 | background: #fff; |
---|
| 477 | } |
---|
| 478 | #comment-form input[type=submit], |
---|
| 479 | #comment-form input[type=reset] { |
---|
| 480 | font-size: .875em; |
---|
| 481 | display: inline-block; |
---|
| 482 | text-transform: capitalize; |
---|
| 483 | font-weight: bold; |
---|
| 484 | text-align: center; |
---|
| 485 | padding: .33em .66em; |
---|
| 486 | text-shadow: 0 1px 1px rgba(0,0,0,.3); |
---|
| 487 | -webkit-border-radius: 5px; |
---|
| 488 | -moz-border-radius: 5px; |
---|
| 489 | border-radius: 5px; |
---|
| 490 | border: solid 1px #777; |
---|
| 491 | -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); |
---|
| 492 | -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); |
---|
| 493 | box-shadow: 0 1px 2px rgba(0,0,0,.2); |
---|
[359] | 494 | background: rgb(119,119,119); |
---|
| 495 | background: -moz-linear-gradient(top, rgba(119,119,119,1) 0%, rgba(85,85,85,1) 100%); |
---|
| 496 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(85,85,85,1))); |
---|
| 497 | background: -webkit-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); |
---|
| 498 | background: -o-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); |
---|
| 499 | background: -ms-linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); |
---|
| 500 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 ); |
---|
[347] | 501 | color: #eee; |
---|
| 502 | } |
---|
| 503 | #comment-form input[type=submit]:hover, #comment-form input[type=submit]:focus, |
---|
| 504 | #comment-form input[type=reset]:hover, #comment-form input[type=reset]:focus { |
---|
[359] | 505 | background: linear-gradient(top, rgba(119,119,119,1) 0%,rgba(85,85,85,1) 100%); |
---|
| 506 | background: rgb(85,85,85); |
---|
| 507 | background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 100%); |
---|
| 508 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(119,119,119,1))); |
---|
| 509 | background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); |
---|
| 510 | background: -o-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); |
---|
| 511 | background: -ms-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); |
---|
| 512 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#777777',GradientType=0 ); |
---|
| 513 | background: linear-gradient(top, rgba(85,85,85,1) 0%,rgba(119,119,119,1) 100%); |
---|
[347] | 514 | text-decoration: none; |
---|
| 515 | } |
---|
| 516 | #c_content { |
---|
| 517 | width: 95%; |
---|
| 518 | padding: 4px; |
---|
| 519 | } |
---|
| 520 | |
---|
| 521 | .form-help { |
---|
| 522 | margin-top: 0; |
---|
| 523 | font-size: .875em; |
---|
| 524 | font-style: italic; |
---|
| 525 | } |
---|
| 526 | |
---|
[599] | 527 | /*#ping-url { |
---|
[347] | 528 | background: #efefef; |
---|
| 529 | border-right: 1px solid #aaa; |
---|
| 530 | border-bottom: 1px solid #aaa; |
---|
| 531 | font-size: .81em; |
---|
| 532 | padding-left: .5em; |
---|
[599] | 533 | }*/ |
---|
[347] | 534 | #comments-feed { |
---|
| 535 | margin-top: 2em; |
---|
| 536 | } |
---|
| 537 | |
---|
| 538 | /* ------------------------------------------------------------ |
---|
| 539 | 8. SIDEBAR |
---|
| 540 | ------------------------------------------------------------- */ |
---|
| 541 | |
---|
[346] | 542 | #sidebar { |
---|
| 543 | font-size: 0.875em; |
---|
| 544 | } |
---|
| 545 | #sidebar h2 { |
---|
[360] | 546 | font-size: 1.1em; |
---|
[346] | 547 | margin: 0; |
---|
| 548 | font-weight: normal; |
---|
[360] | 549 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
| 550 | color: #333; |
---|
[346] | 551 | } |
---|
[592] | 552 | #sidebar h2.toggle { |
---|
| 553 | background-image: url(img/plus.png); |
---|
| 554 | background-repeat: no-repeat; |
---|
| 555 | padding-left: 20px; |
---|
| 556 | } |
---|
| 557 | #sidebar h2.expanded { |
---|
| 558 | background-image: url(img/minus.png); |
---|
| 559 | } |
---|
| 560 | #sidebar h2.toggle a { |
---|
| 561 | text-decoration: none; |
---|
| 562 | } |
---|
[346] | 563 | #sidebar h3 { |
---|
[360] | 564 | font-size: 1em; |
---|
[346] | 565 | margin-bottom: 0; |
---|
| 566 | font-weight: normal; |
---|
[360] | 567 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
| 568 | color: #333; |
---|
[346] | 569 | } |
---|
| 570 | #sidebar ul { |
---|
| 571 | margin: .75em 0 .5em 4px; |
---|
| 572 | list-style-type: none; |
---|
| 573 | padding: 0; |
---|
| 574 | } |
---|
| 575 | #sidebar ul li ul { |
---|
[599] | 576 | margin-top: 0; |
---|
| 577 | margin-bottom: 0; |
---|
[346] | 578 | } |
---|
| 579 | #sidebar ul li { |
---|
| 580 | padding-left: 16px; |
---|
| 581 | background: transparent url(img/square.png) no-repeat 0 .5em; |
---|
| 582 | } |
---|
| 583 | #sidebar ul li ul li { |
---|
| 584 | background-image: url(img/square2.png); |
---|
| 585 | } |
---|
| 586 | #sidebar ul li ul li ul li { |
---|
| 587 | background-image: url(img/square3.png); |
---|
| 588 | } |
---|
[349] | 589 | #sidebar .syndicate ul li { |
---|
| 590 | background-image: none; |
---|
| 591 | padding-left: 0; |
---|
| 592 | } |
---|
[347] | 593 | #blognav > div, |
---|
| 594 | #blogextra > div { |
---|
[386] | 595 | background: #ededed; |
---|
[346] | 596 | margin-bottom: 1em; |
---|
| 597 | padding: 4px 8px; |
---|
[347] | 598 | -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.2); |
---|
| 599 | -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.2); |
---|
| 600 | -o-box-shadow: 2px 2px 4px rgba(0,0,0,.2); |
---|
| 601 | box-shadow: 2px 2px 4px rgba(0,0,0,.2); |
---|
[346] | 602 | } |
---|
| 603 | |
---|
[347] | 604 | /* ------------------------------------------------------- recherche */ |
---|
[346] | 605 | #search p { |
---|
| 606 | background: #fff; |
---|
| 607 | text-align: right; |
---|
| 608 | border: 1px solid #ddd; |
---|
| 609 | vertical-align: middle; |
---|
| 610 | padding: 0; |
---|
| 611 | } |
---|
| 612 | #search input { |
---|
| 613 | margin: 0; |
---|
| 614 | border: none; |
---|
| 615 | background: transparent; |
---|
[360] | 616 | height: auto; |
---|
| 617 | line-height: 2em; |
---|
[346] | 618 | } |
---|
[391] | 619 | #q { |
---|
[346] | 620 | float: left; |
---|
[359] | 621 | width: 78%; |
---|
[360] | 622 | font-size: 100%; |
---|
| 623 | padding-left: 2px; |
---|
[346] | 624 | } |
---|
[391] | 625 | #q:focus { |
---|
[346] | 626 | background: #fcfcf9; |
---|
| 627 | } |
---|
| 628 | #search .submit { |
---|
| 629 | background: #706F6F; |
---|
| 630 | color: #fff; |
---|
| 631 | vertical-align: top; |
---|
| 632 | width: 20%; |
---|
| 633 | font-variant: small-caps; |
---|
[360] | 634 | height: 2em; |
---|
[346] | 635 | } |
---|
[347] | 636 | #search .submit:hover, |
---|
| 637 | #search .submit:focus { |
---|
[360] | 638 | background: #333; |
---|
[346] | 639 | } |
---|
[347] | 640 | |
---|
| 641 | /* ------------------------------------------------------------ |
---|
| 642 | 9. FOOTER |
---|
| 643 | ------------------------------------------------------------- */ |
---|
[346] | 644 | |
---|
| 645 | #footer { |
---|
| 646 | clear: both; |
---|
[354] | 647 | background: #686867; |
---|
[346] | 648 | color: #fff; |
---|
| 649 | } |
---|
| 650 | #footer p { |
---|
[359] | 651 | padding: .66em 2em; |
---|
[346] | 652 | margin: 0; |
---|
| 653 | text-align: right; |
---|
[359] | 654 | font-size: .875em; |
---|
| 655 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
[347] | 656 | } |
---|
[346] | 657 | #footer a { |
---|
| 658 | color: #fff; |
---|
| 659 | } |
---|
[347] | 660 | #footer a:hover, |
---|
| 661 | #footer a:focus { |
---|
[354] | 662 | background: #686867; |
---|
| 663 | } |
---|
| 664 | #stickers { |
---|
| 665 | list-style-type: none; |
---|
| 666 | margin: 0; |
---|
[346] | 667 | } |
---|
[347] | 668 | |
---|
| 669 | /* ------------------------------------------------------------ |
---|
| 670 | 10. CLASSES COMMUNES |
---|
| 671 | ------------------------------------------------------------- */ |
---|
| 672 | |
---|
| 673 | /* ------------------------------------------------------- RSS */ |
---|
| 674 | .feed { |
---|
| 675 | padding-left: 20px; |
---|
| 676 | background : transparent url(img/feed.png) no-repeat left center; |
---|
| 677 | } |
---|
| 678 | |
---|
| 679 | /* ------------------------------------------------------- tags */ |
---|
| 680 | .dc-tags .content-inner, |
---|
| 681 | .dc-tags .content-inner ul { |
---|
| 682 | font-size: 1.25em; |
---|
| 683 | margin: 0; |
---|
| 684 | padding: 0; |
---|
| 685 | } |
---|
| 686 | .dc-tags #content ul li, |
---|
| 687 | .dc-tags #content ul li a, |
---|
| 688 | #sidebar .tags ul li, |
---|
| 689 | #sidebar .tags ul li a { |
---|
| 690 | display : inline; |
---|
| 691 | width : auto; |
---|
| 692 | padding-left : 0; |
---|
| 693 | padding-right : .5em; |
---|
| 694 | background-color : transparent; |
---|
| 695 | background-image: none; |
---|
| 696 | text-decoration: none; |
---|
| 697 | line-height : 1.5em; |
---|
| 698 | } |
---|
| 699 | .tags ul li a:hover { |
---|
| 700 | background-image :none; |
---|
| 701 | } |
---|
| 702 | .dc-tags .tag0, .tags .tag0 { font-size: 85%; } |
---|
| 703 | .dc-tags .tag10, .tags .tag10 { font-size: 90%; } |
---|
| 704 | .dc-tags .tag20, .tags .tag20 { font-size: 95%; } |
---|
| 705 | .dc-tags .tag30, .tags .tag30 { font-size: 100%; } |
---|
| 706 | .dc-tags .tag40, .tags .tag40 { font-size: 105%; } |
---|
| 707 | .dc-tags .tag50, .tags .tag50 { font-size: 110%; } |
---|
| 708 | .dc-tags .tag60, .tags .tag60 { font-size: 115%; } |
---|
| 709 | .dc-tags .tag70, .tags .tag70 { font-size: 120%; } |
---|
| 710 | .dc-tags .tag80, .tags .tag80 { font-size: 125%; } |
---|
| 711 | .dc-tags .tag90, .tags .tag90 { font-size: 130%; } |
---|
| 712 | .dc-tags .tag100, .tags .tag100 { font-size: 135%; } |
---|
| 713 | |
---|
| 714 | /* ------------------------------------------------------- messages d'erreur */ |
---|
| 715 | .error { |
---|
| 716 | border : 1px solid #c44; |
---|
| 717 | background : #df0; |
---|
| 718 | padding : 0.5em; |
---|
| 719 | } |
---|
| 720 | .error ul { |
---|
| 721 | padding-left : 20px; |
---|
| 722 | } |
---|
| 723 | .error li { |
---|
| 724 | list-style : square; |
---|
| 725 | } |
---|
| 726 | |
---|
| 727 | /* ------------------------------------------------------- class à dispo pour billets */ |
---|
| 728 | .left { float: left; margin-right : 1em; } |
---|
| 729 | .right { float: right; margin-left : 1em; } |
---|
| 730 | .center { margin-left : auto; margin-right : auto; } |
---|
| 731 | .left-text { text-align : left; } |
---|
| 732 | .right-text { text-align : right; } |
---|
| 733 | .center-text { text-align : center; } |
---|
| 734 | .little-text { font-size : .875em;} |
---|
| 735 | .little-upper-text { font-size : .875em; text-transform : uppercase; } |
---|
[487] | 736 | hr.hidden {background: #fff; color: #fff; border-color: #fff; } |
---|
[347] | 737 | |
---|
| 738 | |
---|
| 739 | /* ------------------------------------------------------------ |
---|
| 740 | 11. PAGES SPECIFIQUES |
---|
| 741 | ------------------------------------------------------------- */ |
---|
| 742 | |
---|
| 743 | .dc-home { } |
---|
| 744 | .dc-post { } |
---|
| 745 | .dc-category { } |
---|
[470] | 746 | |
---|
[502] | 747 | /* ---------------------------------------------------------------- archives */ |
---|
| 748 | .dc-archive {} |
---|
| 749 | #time-criteria {} |
---|
| 750 | #other-criteria {} |
---|
| 751 | #more-arch {} |
---|
[470] | 752 | .arch-block { |
---|
[487] | 753 | display: inline-block; |
---|
[502] | 754 | margin: 0 0 2em 4em; |
---|
[487] | 755 | vertical-align: top; |
---|
[470] | 756 | } |
---|
[502] | 757 | .arch-block:first-child { |
---|
| 758 | margin-left: 0; |
---|
| 759 | } |
---|
[487] | 760 | .arch-block h3 { |
---|
| 761 | margin-bottom: 1em; |
---|
[470] | 762 | font-size: 1.2em; |
---|
| 763 | font-style: italic; |
---|
| 764 | font-weight: normal; |
---|
[487] | 765 | text-transform: lowercase; |
---|
[497] | 766 | color: #14709e; |
---|
[470] | 767 | } |
---|
[487] | 768 | .arch-block h4 { |
---|
| 769 | font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; |
---|
| 770 | font-weight: normal; |
---|
| 771 | font-size: 1.1em; |
---|
| 772 | margin-bottom: 0; |
---|
| 773 | margin-top: 0; |
---|
| 774 | } |
---|
[502] | 775 | .arch-block ul { |
---|
[470] | 776 | list-style-type: none; |
---|
| 777 | margin: 0; |
---|
| 778 | padding: 0; |
---|
| 779 | } |
---|
[487] | 780 | .arch-block ul ul { |
---|
| 781 | margin-left: 20px; |
---|
| 782 | } |
---|
[470] | 783 | |
---|
[487] | 784 | #by-date { |
---|
| 785 | margin-right: 0; |
---|
| 786 | margin-bottom: 1em; |
---|
| 787 | } |
---|
| 788 | #by-date h3 { |
---|
| 789 | margin-bottom: 0; |
---|
| 790 | } |
---|
| 791 | .fromto { |
---|
| 792 | margin-top: 0; |
---|
| 793 | margin-bottom: 1.5em; |
---|
| 794 | font-size: .875em; |
---|
| 795 | font-style: italic; |
---|
| 796 | } |
---|
| 797 | #by-date div { |
---|
| 798 | display: inline-block; |
---|
| 799 | vertical-align: top; |
---|
| 800 | margin: 0; |
---|
| 801 | width: 10em; |
---|
| 802 | } |
---|
| 803 | #by-date ul { |
---|
[502] | 804 | margin-bottom: 1.5em; |
---|
[487] | 805 | } |
---|
| 806 | #by-date span { |
---|
| 807 | font-size: .875em; |
---|
| 808 | } |
---|
| 809 | |
---|
| 810 | #by-cat ul { |
---|
| 811 | background: transparent url(img/vline.png) repeat-y; |
---|
| 812 | } |
---|
| 813 | #by-cat ul ul { |
---|
| 814 | margin: .5em 0 0 .5em; |
---|
| 815 | } |
---|
| 816 | #by-cat ul li { |
---|
| 817 | padding: .2em .2em .2em 20px; |
---|
| 818 | background: transparent url(img/hline.png) no-repeat left .82em; |
---|
| 819 | } |
---|
| 820 | #by-cat ul li:last-child { |
---|
| 821 | background-image: url(img/last-hline.png); |
---|
| 822 | } |
---|
[502] | 823 | #by-tag { |
---|
| 824 | width: 18em; |
---|
| 825 | } |
---|
| 826 | #by-tag ul li { |
---|
| 827 | display: inline; |
---|
| 828 | padding-right: 1em; |
---|
| 829 | } |
---|
[487] | 830 | #by-tag .tag0 { color: #909090; font-size: 90%; } |
---|
| 831 | #by-tag .tag10 { color: #828282; font-size: 92%; } |
---|
| 832 | #by-tag .tag20 { color: #737373; font-size: 94%; } |
---|
| 833 | #by-tag .tag30 { color: #656565; font-size: 96%; } |
---|
| 834 | #by-tag .tag40 { color: #484848; font-size: 98%; } |
---|
| 835 | #by-tag .tag50 { color: #3A3A3A; font-size: 100%; } |
---|
| 836 | #by-tag .tag60 { color: #2B2B2B; font-size: 102%; } |
---|
| 837 | #by-tag .tag70 { color: #1D1D1D; font-size: 104%; } |
---|
| 838 | #by-tag .tag80 { color: #0E0E0E; font-size: 106%; } |
---|
| 839 | #by-tag .tag90 { color: #030303; font-size: 108%; } |
---|
| 840 | #by-tag .tag100 { color: #000; font-size: 110%;} |
---|
| 841 | |
---|
| 842 | |
---|
| 843 | .dc-archive #search { |
---|
| 844 | padding: 4px; |
---|
| 845 | } |
---|
| 846 | .dc-archive #blogextra div { |
---|
| 847 | background-color: transparent; |
---|
| 848 | margin-bottom: 1em; |
---|
| 849 | padding: 4px; |
---|
| 850 | border: 1px solid #ccc; |
---|
| 851 | -webkit-box-shadow: none; |
---|
| 852 | -moz-box-shadow: none; |
---|
| 853 | -o-box-shadow: none; |
---|
| 854 | box-shadow: none; |
---|
| 855 | } |
---|
| 856 | .dc-archive #blogextra h2 { |
---|
| 857 | margin-bottom: .33em; |
---|
| 858 | } |
---|
| 859 | |
---|
[349] | 860 | .dc-archive-month h2.post-title { |
---|
| 861 | font-size: 1.3em; |
---|
| 862 | } |
---|
[470] | 863 | |
---|
[347] | 864 | .dc-tags { } |
---|
| 865 | .dc-tag { } |
---|
[609] | 866 | |
---|
| 867 | .dc-404 #content-info { |
---|
| 868 | padding-bottom: 200px; |
---|
| 869 | background: transparent url(img/404.png) no-repeat bottom center; |
---|
| 870 | } |
---|
| 871 | .dc-404 .content-inner ul { |
---|
| 872 | margin-left: 0; |
---|
| 873 | padding-left: 0; |
---|
| 874 | list-style-type: none; |
---|
| 875 | } |
---|
| 876 | .dc-404 .content-inner h3 { |
---|
| 877 | font-size: 1.1em; |
---|
| 878 | font-variant: small-caps; |
---|
| 879 | } |
---|
[535] | 880 | .dc-search #content-info em { color: #14709e; } |
---|
[347] | 881 | |
---|
| 882 | |
---|
| 883 | /* --------------------------------------------------- |
---|
| 884 | 12. ET POUR FINIR NE PAS OUBLIER LES CLEARERS |
---|
| 885 | --------------------------------------------------- */ |
---|
| 886 | .post, |
---|
| 887 | .footnotes, |
---|
[446] | 888 | #attachments, |
---|
| 889 | .read-it, |
---|
[347] | 890 | .post-info-co, |
---|
| 891 | #comments, #footer { |
---|
| 892 | clear:both; |
---|
| 893 | } |
---|
[346] | 894 | |
---|
[308] | 895 | /* ================================================ |
---|
| 896 | personnalisations blog chantier |
---|
| 897 | ================================================ */ |
---|
[305] | 898 | .post-content img, .post-excerpt img { |
---|
[304] | 899 | border: 1px solid #ccc; |
---|
[347] | 900 | } |
---|