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