1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695
|
* { margin: 0; padding: 0; border: 0; }
body {
background: #FFFFFF;
font: 0.7em Arial,sans-serif;
}
/* Common styles
-------------------------------------------------------- */
ul { list-style: none; }
ul li { list-style: none; }
a:link, a:visited { color: #9c9c9c; text-decoration: underline; }
a:hover { color: #9c9c9c; text-decoration: none; }
pre { overflow: auto; width: 100%; height: auto; }
.left { float: left; }
.right { float: right; }
/* Page
-------------------------------------------------------- */
#page {
background: url(img/body_bgd.png) #FFFFFF;
width: 800px;
margin: 0 auto;
position: relative;
}
/* Header
-------------------------------------------------------- */
#top {
width: 800px;
height: 347px;
background: transparent url(img/top_background.png) no-repeat left bottom;
padding: 0 0px 0 0;
margin: 0 auto;
}
#top h1 { font-family: Myriad Pro; font-size: 18px; color: #000000; margin-left:608px; padding-top:5px;}
#top a:link, #top a:visited, #top a:hover {
font-family: "Trebuchet MS";
letter-spacing: 0px;
color: #EC1608;
text-decoration:none;
}
/* Prelude
-------------------------------------------------------- */
#prelude {
width: 366px;
position: absolute;
top: 10px;
left: 25px;
padding: 0 0 0 0;
color: #FFFFFF;
text-align: left;
}
#prelude a:link, #prelude a:visited {
font-size: 1em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
#prelude a:hover { text-decoration: underline; }
/* Wrapper
-------------------------------------------------------- */
#wrapper {
width: 800px;
margin: 0px auto 0px auto;
padding-top: 0px;
}
#main {
width: 390px;
float: left;
background: url(img/main_top_background.png) no-repeat top left;
}
#main_bgd {
width: 390px;
float: left;
background: url(img/main_bgd_background.png) repeat-y ;
}
#main_bgd_down {
width: 420px;
float: left;
background:url(img/main_bottom_background.png) no-repeat bottom left;
}
#sidebar {
width: 399px;
float: right;
background: url(img/side_top_background.png) no-repeat top left;
}
#sidebar_bgd {
width: 399px;
float: right;
background: url(img/sidebar_bgd_background.png) repeat-y ;
}
#sidebar_bgd_down {
width: 399px;
float: right;
background:url(img/side_bttom_background.png) no-repeat bottom left;
}
#sidebar a:link, #sidebar a:visited {color: #59504A; text-decoration : none; }
#sidebar a:hover { text-decoration: none; }
#kezako {
background:url(img/kezako.png) no-repeat bottom right;
background-color:fuchsia;
font-family: "Trebuchet MS";
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
text-align:justify;
padding: 310px 80px 55px 430px ;
}
#kezako a:link, #kezako a:visited, #kezako a:hover {color: #FFFFFF; text-decoration : none; }
#accolade1 {
width:250px;
background-color:fuchsia;
font-family: "Trebuchet MS";
font-size: 12px;
color: #59504A;
text-decoration: none;
text-align:right;
margin-top:5000px !important;
margin-top:2000px;
margin-left:600px!important;
margin-left:400px;
}
#accolade1 a:link, #accolade1 a:visited {color: #59504A; text-decoration : none; }
#accolade1 a:hover { text-decoration: none; }
#accolade2 {
font-family: "Trebuchet MS";
background-color:fuchsia;
font-size: 12px;
color: #59504A;
text-decoration: none;
text-align:right;
margin-top:5000px !important;
margin-top:2000px;
}
#accolade2 a:link, #accolade2 a:visited {color: #59504A; text-decoration : none; }
#accolade2 a:hover { text-decoration: none; }
#tuyaux {
font-family: "Trebuchet MS";
font-size: 13px;
color: #59504A;
text-decoration: none;
padding: 0 0 5px 10px;
}
#demain {
font-family: "Trebuchet MS";
font-size: 13px;
color: #59504A;
text-decoration: none;
padding: 5px 0 5px 10px;
}
#menu {
font-family: "Trebuchet MS";
font-size: 13px;
color: #59504A;
text-decoration: none;
padding: 5px 0 0 15px;
}
/* Sidebar
-------------------------------------------------------- */
#sidebar h2 {
color: #CC0000;
font-family: "Trebuchet MS";
font-size: 14px;
font-weight: bold;
padding: 0 20px 0 30px;
margin: 0 0 0 0;
}
#sidebar h3 { color: #f09002; padding: 4px 8px 0 8px; font-size: 1em; }
#blogextra a:link, #blogextra a:visited { text-decoration: none; }
#blogextra a:hover { text-decoration: none; }
#sidebar ul, #blogextra li { padding: 0 0 4px 0; }
#sidebar li, #blogextra li {
background: transparent url(img/sidebar_li.png) no-repeat 30px 6px;
padding: 3px 4px 3px 50px;
}
#sidebar p, #blogextra p { padding: 0 0 4px 10px; }
#search fieldset p { padding-left: 8px; }
#search #q {
width: 180px;
padding: 1px 2px;
font-size: 1em;
}
#search .submit {
color: #f09002;
background: #FFF;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #FFF;
}
#search .submit:hover { color: #f09002; border: 1px solid #f09002; }
#search, #sidebar .selected, #sidebar .categories, #sidebar .syndicate,
#sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text { padding: 0 0 10px 0; }
#sidebar .links2 {margin-top:-14px }
#topnav {
font-size: 0.9em;
padding: 5px 5px 5px 8px;
margin: 0 0 5px 0;
font-weight: bold;
text-transform: uppercase;
}
.topnav-home span {
color:#FFFFFF;
}
#sidebar #topnav ul { margin: 0; padding: 0; }
#sidebar #topnav li {
display: inline;
background: none;
margin: 0;
padding: 0;
}
#sidebar .syndicate li {
margin: 0 4px 0 11px;
background: transparent url(img/rss.png) no-repeat 0px 50%;
padding: 5px 4px 5px 22px;
}
#sidebar .tags ul {
margin: 5px 5px 10px 10px;
padding: 0;
font-size: 110%;
}
#sidebar .tags ul li {
display: inline;
background: none;
margin: 0;
padding: 0;
font-size: 0.9em;
}
#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited { color: #FFFFFF; /*#9c9c9c;*/ }
#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { padding: 0 0 0 18px; background: transparent url(img/tags.png) no-repeat 0 -2px; }
#sidebar .tags p strong a:hover {}
.tag0 { font-size: 110%;}
.tag10 { font-size: 110%;}
.tag20 { font-size: 110%;}
.tag30 { font-size: 110%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 110%; }
.tag60 { font-size: 110%; }
.tag70 { font-size: 110%; }
.tag80 { font-size: 110%; }
.tag90 { font-size: 110%; }
.tag100 { font-size: 110%; }
/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
padding: 20px 7px 80px 28px;
line-height: 1.5em;
font-size: 1.2em;
text-align:justify;
}
.post-content p, .post-excerpt p { padding: 4px 0; }
.post-content strong, .post-excerpt strong { font-size: 0.9em; }
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #666; }
.post-content pre, .post-excerpt pre {
font: 1.1em 'courier new', courier, monospace;
background: #F5F5F5;
padding: 10px 5px;
margin: 6px 0;
}
.post-content h1, .post-excerpt h1 { padding: 4px 0; font-size: 1.4em; color: #f2b151; }
.post-content h2, .post-excerpt h2 { padding: 4px 0; font-size: 1.3em; color: #f2b151; }
.post-content h3, .post-excerpt h3 { padding: 4px 0; font-size: 1.2em; color: #f2b151; }
.post-content h4, .post-excerpt h4 { padding: 4px 0; font-size: 1.1em; color: #f2b151; }
.post-content h5, .post-excerpt h5 { padding: 4px 0; font-size: 1.0em; color: #f2b151; }
.post-content ul, .post-excerpt ul { padding: 4px 0; margin: 0; }
.post-content ul li, .post-excerpt ul li {
padding: 1px 0 1px 10px;
background: transparent url(img/li.png) no-repeat 0 5px;
}
.post-content ol, .post-excerpt ol { padding: 4px 0; margin: 0 0 0 28px; }
.post-content ol li, .post-excerpt ol li { padding: 1px 0; }
.post-content blockquote, .post-excerpt blockquote { border-left: 4px solid #CDCDCD; margin: 4px 0 4px 5px; padding: 0 5px; }
.post-content blockquote em, .post-excerpt blockquote em {}
/* Classes
-------------------------------------------------------- */
.day-date {
color: #5A504A;
font-weight: bold;
border-width: 1px 0;
text-align: right;
padding: 0 0px;
margin: 0 0 10px 0;
clear: left;
}
a.feed {}
.post { color: #000; }
.post-title { color: #5A504A; padding: 17px 0 4px 4px; font-family: "Trebuchet MS" ;font-size: 22px; }
.post-title a:link, .post-title a:visited { color: #5A504A; text-decoration: none; }
.post-title a:hover { text-decoration: none; }
.post-info {
font-style: italic;
padding: 0 0 0 25px;
}
.post-tags {
position: relative;
border: 0;
background: #FBFBFB;
padding: 5px;
margin: 8px 0 0 0;
overflow: hidden;
height: 1%;
}
.post-tags:after{
content:'[DO NOT LEAVE IT IS NOT REAL]';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.post-tags li { display: inline; }
.post-tags li a:link, .post-tags li a:visited {
color: #9c9c9c;
display: block;
float: left;
text-decoration: none;
background: transparent url(img/tag.png) no-repeat 0 0;
padding: 2px 8px 2px 18px;
white-space: nowrap;
}
.post-tags li a:hover { text-decoration: underline; }
.post-info-co {
clear: left;
border: 0;
background: #FBFBFB;
padding: 0px;
margin: 0 0 26px 0;
}
.post-info-co a:link, .post-info-co a:visited {
text-decoration: none;
padding: 2px 10px 2px 18px;
}
.post-info-co a:hover { text-decoration: underline; }
.comment_count {
background: transparent url(img/commentaire.png) no-repeat 0 50%;
}
.ping_count {
background: transparent url(img/retrolien.png) no-repeat 0 50%;
}
.attach_count {
background: transparent url(img/attach.png) no-repeat 0 50%;
}
.read-it {
font-weight: bold;
padding: 0 0 10px 0;
clear: left;
}
#attachments {
clear: left;
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 4px 0 6px 0;
}
#attachments * { color: #F09002; }
#attachments h3 { font-size: 1.2em; }
#attachments ul { padding: 4px 0; }
#attachments li {
margin: 0 0 0.6em 0;
padding: 2px 10px 2px 18px;
background: transparent url(img/attach.png) no-repeat 0 50%;
}
#attachments li em {}
#attachments li div {}
#attachments li object {
display: inline;
margin: 0;
padding: 0;
vertical-align: bottom;
}
.footnotes {
border: 1px solid #E8E8E8;
padding: 5px 0;
margin: 6px 0 25px 0;
}
.footnotes h4 {
color: #9c9c9c;
background: #FBFBFB;
border-bottom: 1px solid #E8E8E8;
background: transparent url(img/report.png) no-repeat 4px 3px;
padding: 2px 10px 2px 25px;
margin: 0 0 6px 0;
font-style: italic;
}
.footnotes p { padding: 4px 10px; }
/* Archives
-------------------------------------------------------- */
#content-info {
font-size: 0.8em;
padding: 5px 10px;
margin: 0 0 20px 0;
font-size: 1em;
line-height: 1.4;
}
.content-inner { padding-bottom: 20px; }
.content-inner h3 {
font-size: 1em;
color: #f09002;
padding: 5px 10px;
margin: 10px 0;
}
#content-info h2 { font-size: 1.4em; color: #f09002;}
#content-info p { padding: 4px 0; font-size: 1em; }
#content-info p a.feed:link, #content-info p a.feed:visited {
padding: 4px 0 4px 22px;
background: transparent url(img/rss.png) no-repeat 1px 3px;
}
#content-info p a.feed:hover {}
.content-inner .day-date { text-align: left; }
.content-inner .post-title { padding: 4px 0; margin: 0 0 0 10px; }
.content-inner .post-info { margin: 4px 0 20px 10px; }
.content-inner ul { padding: 4px 0; margin: 0 0 0 10px; }
.content-inner ul li {
padding: 1px 0 1px 10px;
background: transparent url(img/li.png) no-repeat 0 5px;
font-size: 1em;
line-height: 1.3;
}
/* Tags - Page des tags
-------------------------------------------------------- */
.content-inner ul.tags {
position: relative;
padding: 5px;
margin: 8px 0 20px 0;
overflow: hidden;
height: 1%;
font-size: 120%;
}
.content-inner ul.tags:after{
content:'[DO NOT LEAVE IT IS NOT REAL]';
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.content-inner ul.tags li {
/* display: inline; */
display: block;
float: left;
margin: 4px;
height: 18px;
line-height: 18px;
background: none;
}
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
color: #9c9c9c;
text-decoration: none;
white-space: nowrap;
}
.content-inner ul.tags li a:hover { text-decoration: underline; }
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { background: #9c9c9c; color: #FFF; }
/* Commentaires
-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; }
#comments h3, #pings h3, #comments-feed, #pr h3 {
clear: left;
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 20px 0 8px 0;
font-size: 1.2em;
}
#pr h3 { color: #f09002; margin: 30px 0 8px 0; }
#comments-feed { text-align: right; font-weight: bold; margin: 14px 0 8px 0; }
#comments-feed a:link, #comments-feed a:visited {
font-size: 0.8em;
text-decoration: none;
background: transparent url(img/rss.png) no-repeat 0px 50%;
padding: 3px 0 3px 22px;
}
#comments-feed a:hover { text-decoration: underline; }
#comments dl{}
#comments dt, #pings dt {
position: relative;
top: 1px;
display: block;
padding: 10px 0 30px 0;
background: transparent url(img/commentaire_bulle.png) no-repeat 50% 100%;
}
#comments dt a:link, #comments dt a:visited { color: #F09002; text-decoration: none; }
#comments dt a:hover { text-decoration: underline; }
#pings dt a:link, #pings dt a:visited { color: #F09002; text-decoration: none; }
#pings dt a:hover { text-decoration: underline; }
#comments dd, #pings dd, dd.comment-preview {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #F5F5F5;
padding: 10px;
margin: 0 0 8px 0;
font-size: 1.1em;
line-height: 1.4;
}
#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }
#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #f09002; }
#comments dd.me { border-left: 4px solid #f09002; }
.comment-number, .ping-number {
color: #F09002;
font-weight: bold;
font-size: 1.4em;
}
#ping-url {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 30px 0;
font-weight: bold;
text-align: right;
}
.error {
border: 2px solid red;
padding: 10px 5px;
margin: 20px 0 0 0;
background: #FFCCCC;
font-weight: bold;
}
.message {}
.pagination {
clear: left;
padding: 5px;
margin: 0 0 30px 0;
text-align: center;
color: #f09002;
font-weight: bold;
}
.pagination a:link, .pagination a:visited { color: #f09002; text-decoration: none; }
.pagination a:hover { text-decoration: underline; }
#navlinks {
padding: 5px;
margin: 0 0 20px 0;
text-align: center;
color: #f09002;
font-weight: bold;
}
#navlinks a:link, #navlinks a:visited { color: #f09002; text-decoration: none; }
#navlinks a:hover { text-decoration: underline; }
/* Forms
-------------------------------------------------------- */
#comment-form { padding-top: 10px; }
#comment-form h3 {
border: 1px solid #E8E8E8;
border-width: 1px 0;
background: #FBFBFB;
padding: 5px;
margin: 20px 0 8px 0;
font-size: 1.2em;
}
#comment-form fieldset p { padding: 5px 0; /*margin: 0 0 0 30%;*/ }
#comment-form fieldset p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }
#comment-form p.form-help { width: 60%; margin: 0 0 0 30%; font-style: italic; }
#comment-form p label { width: auto; }
#comment-form p.field label {
font-weight: bold;
display: block;
padding: 0 4px 4px 0;
width: 29%;
float: left;
color: #f09002;
text-align: right;
}
#comment-form input, #comment-form textarea {
font: 1em Arial,sans-serif;
border: 1px solid #CDCDCD;
padding: 1px 2px;
font-size: 1em;
width: 60%;
}
#comment-form input#c_remember {
width: auto;
border: 0;
margin: 0 5px 0 140px;
}
#comment-form input.preview { margin-left: 134px; }
#comment-form input.preview, #comment-form input.submit {
width: auto;
color: #FFF;
background: #f09002;
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #FFF;
}
#comment-form input.preview:hover, #comment-form input.submit:hover { background: #f09002; color: #FFF; border: 1px solid #f09002; }
/* Footer
-------------------------------------------------------- */
#footer {
width: 820px;
background: url(img/footer_background.png) no-repeat top left;
}
#footer p {
width: 722px;
height:40px;
color: #888888;
text-align: right;
} |