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