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