[ Index ]
 

Code source de WordPress 2.1.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/wp-admin/ -> wp-admin.css (source)

   1  * html #poststuff {
   2      height: 100%; /* kill peekaboo bug in IE */
   3  }
   4  
   5  /* This is the Holly Hack \*/
   6  * html .wrap { height: 1% }
   7  /* For Win IE's eyes only */
   8  
   9  body {
  10      border: none;
  11  }
  12  a {
  13      border-bottom: 1px solid #69c;
  14      color: #00019b;
  15      text-decoration: none;
  16  }
  17  
  18  a.delete:hover {
  19      background: #c00;
  20      color: #fff;
  21  }
  22  
  23  #devnews h4 {
  24      font-family: Georgia, "Times New Roman", Times, serif;
  25      font-size: 18px;
  26      font-weight: normal;
  27  }
  28  
  29  #planetnews ul {
  30      list-style: none;
  31      margin: 0;
  32      padding: 0;
  33  }
  34  
  35  #planetnews li {
  36      width: 17%;
  37      margin: 1%;
  38      float: left;
  39  }
  40  
  41  #planetnews li a {
  42      display: block;
  43      padding: .5em;
  44      background: #ddd;
  45      height: 6em;
  46      overflow: hidden;
  47  }
  48  
  49  #planetnews cite {
  50      font-size: 11px;
  51  }
  52  
  53  #planetnews li .post {
  54      font-family: Georgia, "Times New Roman", Times, serif;
  55      font-size: 18px;
  56      display: block;
  57      height: 60px;
  58      overflow: hidden;
  59  }
  60  
  61  #planetnews .hidden {
  62      display: none;
  63  }
  64  
  65  .readmore {
  66      clear: both;
  67      text-align: right;
  68      margin-right: 5em;
  69  }
  70  
  71  .widefat {
  72      width: 100%;
  73  }
  74  
  75  .widefat td, .widefat th {
  76      padding: 5px 6px;
  77  }
  78  
  79  .widefat th {
  80      text-align: left;
  81  }
  82  
  83  .plugins p {
  84      margin: 4px;
  85      padding: 0;
  86  }
  87  
  88  .plugins .name {
  89      font-size: 16px;
  90  }
  91  
  92  .import-system {
  93      font-size: 16px;
  94  }
  95  
  96  thead, .thead {
  97      background: #dfdfdf
  98  }
  99  
 100  #import-upload-form {
 101      margin: auto;
 102      background: #eee;
 103      padding: 1em;
 104  }
 105  
 106  a.edit, a.delete, a.edit:hover, a.delete:hover {
 107      border-bottom: none;
 108      display: block;
 109      padding: 5px 0;
 110      text-align: center;
 111  }
 112  
 113  a.edit:hover {
 114      background: #ccc;
 115      color: #036;
 116  }
 117  
 118  a:visited {
 119      color: #006;
 120  }
 121  
 122  a:hover {
 123  /*    border-bottom: 1px solid #3a75ae;*/
 124      color: #069;
 125  }
 126  
 127  body    {
 128      background: #f9fcfe;
 129      color: #000;
 130      margin: 0;
 131      padding: 0;
 132  }
 133  
 134  body, td {
 135      font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
 136  }
 137  
 138  fieldset {
 139      border: none;
 140      padding: 3px;
 141  }
 142  
 143  fieldset label.selectit {
 144      display: block;
 145      font-size: 11px;
 146      padding: 0 2px;
 147  }
 148  
 149  fieldset label.selectit:hover {
 150      background: #e9e9e9;
 151  }
 152  
 153  fieldset legend {
 154      padding: .1em .3em;
 155  }
 156  
 157  fieldset.options {
 158      padding: 1em;
 159  }
 160  
 161  fieldset.options legend {
 162      font-size: 1.5em;
 163      font-weight: bold;
 164      font-family: Georgia, "Times New Roman", Times, serif;
 165  }
 166  
 167  form, label input {
 168      margin: 0;
 169      padding: 0;
 170  }
 171  
 172  h2 {
 173      border-bottom: .5em solid #e5f3ff;
 174      color: #333;
 175      font: normal 32px/5px serif;
 176      margin: 5px 10px;
 177  }
 178  
 179  img, #footer a {
 180      border: 0;
 181  }
 182  
 183  input:focus, textarea:focus, label:focus {
 184      background: #fff;
 185      border: 1px solid #686868;
 186  }
 187  
 188  label {
 189      cursor: pointer;
 190  }
 191  
 192  li, dd {
 193      margin-bottom: 6px;
 194  }
 195  
 196  p, li, dl, dd, dt {
 197      line-height: 140%;
 198  }
 199  
 200  textarea, input, select {
 201      background: #f4f4f4;
 202      border: 1px solid #b2b2b2;
 203      color: #000;
 204      font:  13px Verdana, Arial, Helvetica, sans-serif;
 205      margin: 1px;
 206      padding: 3px;
 207  }
 208  
 209  #uploading {
 210      border-style: none;
 211      padding: 0px;
 212      margin-bottom: 16px;
 213      height: 18em;
 214      width: 100%;
 215  }
 216  
 217  form#upload th {
 218      text-align: right;
 219  }
 220  
 221  form#upload #post_content, form#upload #post_title {
 222      width: 250px;
 223  }
 224  
 225  form#upload #post_content {
 226      height: 50px;
 227  }
 228  
 229  .attpreview {
 230      width: 1px; /* hug */
 231      text-align: center;
 232  }
 233  
 234  .alignleft {
 235      float: left
 236  }
 237  
 238  .alignright {
 239      float: right;
 240  }
 241  
 242  .alternate {
 243      background: #f1f1f1;
 244  }
 245  
 246  .anchors {
 247      margin: 10px 20px 10px 20px;
 248  }
 249  
 250  .available-theme {
 251      width: 30%;
 252      margin: 0 1em;
 253      float: left;
 254      text-align: center;
 255      height: 28em;
 256      overflow: hidden;
 257  }
 258  
 259  .available-theme a.screenshot {
 260      width: 250px;
 261      height: 200px;
 262      display: block;
 263      margin: auto;
 264      background: #f1f1f1;
 265      border: 1px solid #ccc;
 266      margin-bottom: 10px;
 267      overflow: hidden;
 268  }
 269  
 270  .available-theme a.screenshot:hover {
 271  /*    border: 1px solid #666;*/
 272  }
 273  
 274  .available-theme img {
 275      width: 100%;
 276  }
 277  
 278  .checkbox {
 279      background: #fff;
 280      border: none;
 281      margin: 0;
 282      padding: 0;
 283  }
 284  
 285  .code {
 286      font-family: "Courier New", Courier, monospace;
 287  }
 288  
 289  .commentlist li {
 290      border-bottom: 1px solid #ccc;
 291      padding: 1em 1em .2em;
 292      margin: 0;
 293  }
 294  
 295  .commentlist p {
 296      padding: 0;
 297      margin: 0 0 .8em;
 298  }
 299  
 300  .clear {
 301      clear: both;
 302      height: 2px;
 303  }
 304  
 305  .hidden {
 306      display: none;
 307  }
 308  
 309  .navigation {
 310      display: block;
 311      text-align: center;
 312      margin-top: 10px;
 313      margin-bottom: 30px;
 314  }
 315  
 316  .post-categories {
 317      display: inline;
 318      margin: 0;
 319      padding: 0;
 320  }
 321  
 322  .post-categories li, #ed_toolbar {
 323      display: inline;
 324  }
 325  
 326  .quicktags, .search {
 327      background: #ccc;
 328      color: #000;
 329      font: 12px Georgia, "Times New Roman", Times, serif;
 330  }
 331  
 332  .submit input, .submit input:focus, .button, .button:focus {
 333      background: url( images/fade-butt.png );
 334      border: 3px double #999;
 335      border-left-color: #ccc;
 336      border-top-color: #ccc;
 337      color: #333;
 338      padding: 0.25em;
 339  }
 340  
 341  .submit input:active, .button:active {
 342      background: #f4f4f4;
 343      border: 3px double #ccc;
 344      border-left-color: #999;
 345      border-top-color: #999;
 346  }
 347  
 348  .button, .button:focus {
 349      padding: 0.15em;
 350  }
 351  
 352  * html .button {
 353      padding: 0;
 354  }
 355  
 356  .submit, .editform th, #postcustomsubmit {
 357      text-align: right;
 358  }
 359  
 360  .optiontable {
 361      width: 100%;
 362  }
 363  
 364  .optiontable td, .optiontable th {
 365      padding: .5em;
 366  }
 367  
 368  .optiontable th {
 369      width: 33%;
 370      text-align: right;
 371      font-size: 1.3em;
 372      font-weight: normal;
 373  }
 374  
 375  .unapproved {
 376      color: #888;
 377  }
 378  
 379  .unapproved a:link {
 380      color: #b9bcff;
 381  }
 382  
 383  .unapproved a:visited {
 384      color: #696dff;
 385  }
 386  
 387  .unapproved a:hover {
 388      color: #009ef0;
 389  }
 390  
 391  .approve {
 392      display: none;
 393  }
 394  
 395  .unapproved .approve {
 396      display: inline;
 397  }
 398  
 399  .unapproved .unapprove {
 400      display: none;
 401  }
 402  
 403  .updated, .confirm {
 404      background: #CFEBF7 url(images/notice.gif) no-repeat 1em;
 405      border: 1px solid #2580B2;
 406      margin: 1em 5% 10px;
 407      padding: 0 1em 0 3em;
 408  }
 409  
 410  .error {
 411      background: #FFEFF7;
 412      border: 1px solid #c69;
 413      margin: 1em 5% 10px;
 414      padding: 0 1em 0 1em;
 415  }
 416  
 417  .wrap {
 418      background: #fff;
 419      border: 1px solid #ccc;
 420      clear: both;
 421      margin: 15px 5%;
 422      padding: 1em;
 423  }
 424  
 425  .narrow {
 426      width: 450px;
 427      margin: auto;
 428  }
 429  
 430  .narrow p {
 431      line-height: 150%;
 432  }
 433  
 434  .wrap h2 {
 435      margin: .4em 0 .5em;
 436      clear: both;
 437  }
 438  
 439  * html .wrap h2 {
 440      margin-top: 1em;
 441  }
 442  
 443  table .vers {
 444      text-align: center;
 445  }
 446  
 447  textarea.all-options, input.all-options {
 448      width: 250px;
 449  }
 450  
 451  input.disabled, textarea.disabled {
 452      background: #ccc;
 453  }
 454  
 455  #adminmenu {
 456      background: #83B4D8;
 457      border-top: 3px solid #448abd;
 458      margin: 0;
 459      padding: .2em .2em .3em 2em;
 460  }
 461  
 462  
 463  #adminmenu .current, #submenu .current {
 464      font-weight: bold;
 465      text-decoration: none;
 466  }
 467  
 468  #adminmenu a {
 469      color: #000;
 470      font-size: 14px;
 471      font-weight: normal;
 472      margin: 0;
 473      padding: 3px 5px;
 474      border-bottom: none;
 475  }
 476  
 477  #adminmenu a:hover, #adminmenu a.current {
 478      background: #ddeaf4;
 479      color: #333;
 480  }
 481  
 482  #adminmenu li, #submenu li {
 483      display: inline;
 484      line-height: 200%;
 485      list-style: none;
 486      text-align: center;
 487  }
 488  
 489  #adminmenu a.current {
 490      background: #0d324f;
 491      border-right: 2px solid #4f96c8;
 492      border-top: 1px solid #96c0de;
 493      color: #fff;
 494      padding-bottom: 8px;
 495  }
 496  
 497  #submenu, #minisub {
 498      background: #0d324f;
 499      border-bottom: none;
 500      margin: 0;
 501      padding: 3px 2em 0 3em;
 502  }
 503  
 504  #minisub {
 505      height: 6px;
 506  }
 507  
 508  #submenu .current {
 509      background: #f9fcfe;
 510      border-top: 1px solid #045290;
 511      border-right: 2px solid #045290;
 512      color: #000;
 513  }
 514  
 515  #submenu a {
 516      border: none;
 517      color: #fff;
 518      font-size: 12px;
 519      padding: .3em .4em .4em;
 520  }
 521  
 522  #submenu a:hover {
 523      background: #ddeaf4;
 524      color: #393939;
 525  }
 526  
 527  #submenu li {
 528      line-height: 180%;
 529      height: 25px;
 530  }
 531  
 532  
 533  #categorydiv input, #poststatusdiv input, #commentstatusdiv input, #pingstatusdiv input {
 534      border: none;
 535  }
 536  
 537  #postdiv, #titlediv, #guiddiv {
 538      margin: 0 8px 0 0;
 539      padding: 0px;
 540  }
 541  
 542  #postdivrich {
 543      margin: 0px;
 544      padding: 0px;
 545  }
 546  
 547  #content {
 548      margin: 0 0 0 0;
 549      width: 100%;
 550  }
 551  
 552  #postdivrich #content {
 553      padding: .7em;
 554      line-height: 140%;
 555  }
 556  
 557  #titlediv input, #guiddiv input {
 558      margin: 0px;
 559      width: 100%;
 560  }
 561  
 562  #currenttheme img {
 563      float: left;
 564      border: 1px solid #666;
 565      margin-right: 1em;
 566      margin-bottom: 1.5em;
 567      width: 300px;
 568  }
 569  
 570  input.delete:hover {
 571      background: #ce0000;
 572      color: #fff;
 573  }
 574  
 575  #deletebookmarks:hover {
 576      background: #ce0000;
 577      color: #fff;
 578  }
 579  
 580  #postdivrich #quicktags {
 581      background: #f0f0ee;
 582      padding: 0px;
 583      border: 1px solid #ccc;
 584      border-bottom: none;
 585  }
 586  
 587  #postdiv #quicktags {
 588      padding-right: 6px;
 589  }
 590  
 591  #postdivrich #quicktags {
 592      display: none;
 593  }
 594  
 595  #quicktags #ed_toolbar {
 596      padding: 0px 2px;
 597  }
 598  
 599  #ed_toolbar input {
 600      background: #fff url( images/fade-butt.png ) repeat-x 0px -2px;
 601      margin: 3px 2px 2px;
 602  }
 603  
 604  #quicktags #ed_strong {
 605      font-weight: bold;
 606  }
 607  
 608  #quicktags #ed_link {
 609      color: blue;
 610      text-decoration: underline;
 611  }
 612  
 613  #quicktags #ed_del {
 614      text-decoration: line-through;
 615  }
 616  
 617  #quicktags #ed_em {
 618      font-style: italic;
 619  }
 620  
 621  #quicktags #ed_code {
 622      font-family: "Courier New", Courier, mono;
 623      margin-bottom: 3px;
 624  }
 625  
 626  #title {
 627      font-size: 1.7em;
 628      padding: 4px;
 629  }
 630  
 631  #postexcerpt div, #attachmentlinks div {
 632      margin-right: 8px;
 633  }
 634  
 635  #attachmentlinks textarea {
 636      width: 100%;
 637      height: 2.5em;
 638      margin-bottom: 6px;
 639  }
 640  
 641  * html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open {
 642      padding-right: 8px;
 643  }
 644  
 645  #excerpt, .attachmentlinks {
 646      margin: 0px;
 647      height: 4em;
 648      width: 100%;
 649  }
 650  
 651  #footer {
 652      clear: both;
 653      text-align: center;
 654      width: 500px;
 655      margin: auto;
 656      height: 100px;
 657  }
 658  
 659  #footer .docs {
 660      padding-top: 19px;
 661      line-height: 160%;
 662  }
 663  
 664  #footer .docs a {
 665      text-decoration: underline;
 666  }
 667  #footer .logo {
 668      float: left;
 669      margin: 0;
 670      padding: 0;
 671  }
 672  
 673  #login {
 674      position: relative;
 675      background: url('images/login-bkg-tile.gif') no-repeat top center;
 676      color: #fff;
 677      margin: 5em auto 1em;
 678      padding: 20px 0 0;
 679      width: 425px;
 680      _width: 390px;
 681  }
 682  
 683  #login form {
 684      background: url('images/login-bkg-bottom.gif') no-repeat bottom center;
 685      padding: 0 50px 25px;
 686      _width: 325px;
 687      _margin: 0 auto;
 688  }
 689  
 690  #login #login_error {
 691      background: #0e3350;
 692      border: 1px solid #2571ab;
 693      color: #ebcd4e;
 694      font-size: 11px;
 695      font-weight: bold;
 696      padding: .6em;
 697      width: 310px;
 698      margin: 0 50px;
 699      text-align: center;
 700  }
 701  
 702  #login p { 
 703      font-size: 12px;
 704  }
 705  
 706  #login p.message { 
 707      width: 310px;
 708      margin: 0 auto 1em;
 709  }
 710  
 711  #login #login_error a {
 712      color: #ebcd4e;
 713      border-color: #ebcd4e;
 714  }
 715  
 716  #login #send {
 717      color: #fff;
 718      text-align: left;
 719      font-weight: normal;
 720      font-size: 1.1em;
 721      _width: 325px;
 722      _margin: 0 auto 15px;
 723  }
 724  
 725  #login h1 a {
 726      margin: 0 auto;
 727      height: 88px;
 728      width: 320px;
 729      display: block;
 730      border-bottom: none;
 731  }
 732  
 733  #login .hide {
 734      display: none;
 735  }
 736  
 737  #login .message {
 738      font-size: 10pt;
 739      text-align: center;
 740  }
 741  
 742  #login .register {
 743      font-size: 20px;
 744  }
 745  
 746  #login input {
 747      padding: 4px;
 748  }
 749  
 750  .login ul, #protected #login .bottom {
 751      list-style: none;
 752      width: 325px;
 753      margin: 0 auto;
 754      padding: 0;
 755      line-height: 1.2;
 756  }
 757  
 758  .login ul li {
 759      font-size: 11px;
 760  }
 761  
 762  .login ul li a {
 763      color: #0d324f;
 764      border: none;
 765  }
 766  
 767  #login ul li a:hover {
 768      color: #fff;
 769  }
 770  
 771  #login .input {
 772      font-size: 1.8em;
 773      margin-top: 3px;
 774      width: 97%;
 775  }
 776  
 777  #login p label { 
 778      font-size: 11px;
 779  }
 780  
 781  #login #submit {
 782      margin: 0;
 783      font-size: 15px;
 784  }
 785  
 786  .plugins p {
 787  }
 788  
 789  #login .fullwidth {
 790      width: 320px;
 791  }
 792  
 793  #searchform {
 794      float: left;
 795      margin-right: 1em;
 796      width: 18em;
 797  }
 798  
 799  #viewarc {
 800      float: left;
 801      width: 23em;
 802      margin-bottom: 1em;
 803  }
 804  
 805  #viewcat {
 806      float: left;
 807      width: 30em;
 808      margin-bottom: 1em;
 809  }
 810  
 811  #postcustom .updatemeta, #postcustom .deletemeta {
 812      margin: auto;
 813  }
 814  
 815  #postcustom table {
 816      border: 1px solid #ccc;
 817      margin: 0px;
 818      width: 100%;
 819  }
 820  
 821  #postcustom table input, #postcustom table textarea {
 822      width: 95%;
 823  }
 824  
 825  #poststuff {
 826      margin-right: 16em;
 827  }
 828  
 829  #save {
 830      width: 15em;
 831  }
 832  
 833  #template div {
 834      margin-right: 190px;
 835  }
 836  
 837  * html #template div {
 838      margin-right: 0px;
 839  }
 840  
 841  #template, #template div, #editcat, #addcat {
 842      zoom: 1;
 843  }
 844  
 845  #template textarea {
 846      font: small 'Courier New', Courier, monospace;
 847      width: 97%;
 848  }
 849  
 850  #templateside {
 851      float: right;
 852      width: 170px;
 853      overflow: hidden;
 854  }
 855  
 856  #templateside h3, #postcustom p.submit {
 857      margin: 0;
 858  }
 859  
 860  #templateside ol, #templateside ul {
 861      list-style: none;
 862      margin: .5em;
 863      padding: 0;
 864  }
 865  
 866  #user_info {
 867      position: absolute;
 868      right: 1em;
 869      top: 0;
 870      color: #fff;
 871      font-size: .9em;
 872  }
 873  
 874  #user_info a {
 875      color: #fff;
 876  }
 877  
 878  #wphead {
 879      background: #14568a;
 880      padding: .8em 19em .8em 2em;
 881      color: #c3def1;
 882  }
 883  
 884  #wphead a {
 885      color: #fff;
 886  }
 887  
 888  #wphead h1 {
 889      font-size: 2.5em;
 890      font-weight: normal;
 891      letter-spacing: -.05em;
 892      margin: 0;
 893      font-family: Georgia, "Times New Roman", Times, serif
 894  }
 895  
 896  #wphead h1 span {
 897      font-size: .4em;
 898      letter-spacing: 0;
 899  }
 900  
 901  #zeitgeist {
 902      background: #eee;
 903      border: 1px solid #c5c5c5;
 904      float: right;
 905      font-size: 90%;
 906      margin-bottom: .5em;
 907      margin-left: 1em;
 908      margin-top: .5em;
 909      padding: 1em;
 910      width: 40%;
 911  }
 912  
 913  #zeitgeist h2, fieldset legend a {
 914      border-bottom: none;
 915  }
 916  
 917  * html #zeitgeist h2 {
 918      padding-top: 10px;
 919  }
 920  
 921  #zeitgeist h2 {
 922      margin-top: .4em;
 923  }
 924  
 925  #zeitgeist h3 {
 926      border-bottom: 1px solid #ccc;
 927      font-size: 16px;
 928      margin: 1em 0 0;
 929  }
 930  
 931  #zeitgeist h3 cite {
 932      font-size: 12px;
 933      font-style: normal;
 934  }
 935  
 936  #zeitgeist li, #zeitgeist p {
 937      margin: .2em 0;
 938  }
 939  
 940  #zeitgeist ul {
 941      margin: 0 0 .3em .6em;
 942      padding: 0 0 0 .6em;
 943  }
 944  
 945  .active td {
 946      background: #BEB;
 947  }
 948  .active .name {
 949      background: #9C9;
 950  }
 951  .alternate.active td {
 952      background: #ADA;
 953  }
 954  .alternate.active .name {
 955      background: #8B8;
 956  }
 957  
 958  #namediv, #emaildiv, #uridiv {
 959      float: left;
 960  }
 961  
 962  #ajax-response {
 963      padding: .5em;
 964  }
 965  
 966  /* A handy div class for hiding controls.
 967  Some browsers will disable them when you
 968  set display:none; */
 969  .zerosize {
 970      height: 0px;
 971      width: 0px;
 972      margin: 0px;
 973      border: 0px;
 974      padding: 0px;
 975      overflow: hidden;
 976      position: absolute;
 977  }
 978  
 979  /* Box stuff */
 980  .dbx-clone {
 981      position:absolute;
 982      visibility:hidden;
 983  }
 984  .dbx-clone, .dbx-clone .dbx-handle-cursor {
 985      cursor:move !important;
 986  }
 987  .dbx-dummy {
 988      display:block;
 989      width:0;
 990      height:0;
 991      overflow:hidden;
 992  }
 993  .dbx-group, .dbx-box, .dbx-handle {
 994      position:relative;
 995      display:block;
 996  }
 997  
 998  #grabit {
 999      width: 188px;
1000  }
1001  
1002  * html #themeselect {
1003      padding: 0px 3px;
1004      height: 22px;
1005  }
1006  
1007  /****************************************************************
1008  avoid padding, margins or borders on dbx-box,
1009  to reduce visual discrepancies between it and the clone.
1010  overall, dbx-box is best left as visually unstyled as possible
1011  *****************************************************************/
1012  .dbx-box {
1013      margin:0;
1014      padding:0;
1015      border:none;
1016  }
1017  
1018  /* Can change this */
1019  #moremeta fieldset, #advancedstuff fieldset {
1020      margin-bottom: 1em;
1021  }
1022  #moremeta fieldset div {
1023      margin: 2px 0 0 0px;
1024      padding: 7px;
1025  }
1026  #moremeta {
1027      line-height: 130%;
1028      margin-right: 15px;
1029      position: absolute;
1030      right: 5%;
1031      width: 14.5em;
1032  }
1033  #moremeta select {
1034      width: 96%;
1035  }
1036  
1037  #slugdiv input, #passworddiv input, #authordiv select, #thumbdiv input, #parentdiv input {
1038      margin-top: .5em;
1039      width: 90%;
1040  }
1041  
1042  #moremeta h3, #advancedstuff h3 {
1043      padding: 3px;
1044      font-weight: normal;
1045      font-size: 13px;
1046  }
1047  
1048  #advancedstuff div {
1049      margin-top: .5em;
1050  }
1051  
1052  #categorydiv ul {
1053      list-style: none;
1054      padding: 0;
1055      margin-left: 10px;
1056  }
1057  
1058  #categorychecklist {
1059      height: 12em;
1060      overflow: auto;
1061      margin-top: 8px;
1062  }
1063  
1064  #categorychecklist li {
1065      margin: 0;
1066      padding: 0;
1067  }
1068  
1069  #ajaxcat input {
1070      border: 1px solid #ccc;
1071  }
1072  
1073  #your-profile #rich_editing {
1074      border: none;
1075      background: #fff;
1076  }
1077  
1078  #your-profile fieldset {
1079      border: 1px solid #ccc;
1080      float: left;
1081      width: 40%;
1082      padding: .5em 2em 1em;
1083      margin: 1em 1em 1em 0;
1084  }
1085  
1086  #your-profile fieldset input  {
1087      width: 100%;
1088      font-size: 20px;
1089      padding: 2px;
1090  }
1091  
1092  #your-profile fieldset textarea {
1093      width: 100%;
1094      padding: 2px;
1095  }
1096  
1097  #your-profile legend {
1098      font-family: Georgia, "Times New Roman", Times, serif;
1099      font-size: 22px;
1100  }
1101  
1102  /* default box styles */
1103  
1104  /* toggle state of inner content area */
1105  .dbx-box-open .dbx-content {
1106      display: block;
1107  }
1108  .dbx-box-closed .dbx-content {
1109      display: none;
1110  }
1111  
1112  #moremeta .dbx-content {
1113      background: url(images/box-butt.gif) no-repeat bottom right;
1114      padding-bottom: 15px;
1115      padding-right: 2px;
1116  }
1117  
1118  #moremeta fieldset.dbx-box-closed {
1119      background: url(images/box-butt.gif) no-repeat bottom;
1120      padding-bottom: 9px;
1121  }
1122  
1123  /* handles */
1124  
1125  .dbx-handle  {
1126      background: #2685af;
1127      padding: 6px 1em 2px;
1128      font-size: 12px;
1129      margin: 0;
1130      color: #E3EFF5;
1131  }
1132  
1133  #moremeta .dbx-handle {
1134      padding: 6px 1em 2px;
1135      font-size: 12px;
1136      background: #2685af url(images/box-head.gif) no-repeat right;
1137  }
1138  
1139  #moremeta .dbx-box {
1140      background: url(images/box-bg.gif) repeat-y right;
1141  }
1142  
1143  #advancedstuff h3.dbx-handle {
1144      margin-left: 7px;
1145      margin-bottom: -7px;
1146      padding: 6px 1em 0 3px;
1147      height: 19px;
1148      font-size: 12px;
1149      background: #2685af url(images/box-head-right.gif) no-repeat top right;
1150  }
1151  
1152  #advancedstuff div.dbx-h-andle-wrapper {
1153      margin: 0 0 0 -7px;
1154      background: #fff url(images/box-head-left.gif) no-repeat top left;
1155  }
1156  
1157  #advancedstuff div.dbx-content {
1158      margin-left: 8px;
1159      background: url(images/box-bg-right.gif) repeat-y right;
1160      padding: 10px 10px 15px 0px;
1161  }
1162  
1163  #postexcerpt div.dbx-content {
1164      margin-right: 0;
1165      padding-right: 17px;
1166  }
1167  
1168  #advancedstuff div.dbx-c-ontent-wrapper {
1169      margin-left: -7px;
1170      margin-right: 0;
1171      background: url(images/box-bg-left.gif) repeat-y left;
1172  }
1173  
1174  #advancedstuff fieldset.dbx-box {
1175      padding-bottom: 9px;
1176      margin-left: 6px;
1177      background: url(images/box-butt-right.gif) no-repeat bottom right;
1178  }
1179  
1180  #advancedstuff div.dbx-b-ox-wrapper {
1181      background: url(images/box-butt-left.gif) no-repeat bottom left;
1182  }
1183  
1184  #advancedstuff .dbx-box-closed div.dbx-c-ontent-wrapper {
1185      padding-bottom: 2px;
1186      background: url(images/box-butt-left.gif) no-repeat bottom left;
1187  }
1188  
1189  #advancedstuff .dbx-box {
1190      background: url(images/box-butt-right.gif) no-repeat bottom right;
1191  }
1192  
1193  
1194  /* handle cursors */
1195  .dbx-handle-cursor {
1196      cursor: move;
1197  }
1198  
1199  /* toggle images */
1200  a.dbx-toggle, a.dbx-toggle:visited {
1201      display:block;
1202      overflow: hidden;
1203      background-image: url( images/toggle.gif );
1204      position: absolute;
1205      top: 0px;
1206      right: 0px;
1207      background-repeat: no-repeat;
1208      border: 0px;
1209      margin: 0px;
1210      padding: 0px;
1211  }
1212  
1213  #moremeta a.dbx-toggle, #moremeta a.dbx-toggle-open:visited {
1214      height: 25px;
1215      width: 27px;
1216      background-position: 0 0px;
1217  }
1218  
1219  #moremeta a.dbx-toggle-open, #moremeta a.dbx-toggle-open:visited {
1220      height: 25px;
1221      width: 27px;
1222      background-position: 0 -25px;
1223  }
1224  
1225  #advancedstuff a.dbx-toggle, #advancedstuff a.dbx-toggle-open:visited {
1226      height: 22px;
1227      width: 22px;
1228      top: 3px;
1229      right: 5px;
1230      background-position: 0 -3px;
1231  }
1232  
1233  #advancedstuff a.dbx-toggle-open, #advancedstuff a.dbx-toggle-open:visited {
1234      height: 22px;
1235      width: 22px;
1236      top: 3px;
1237      right: 5px;
1238      background-position: 0 -28px;
1239  }
1240  
1241  #categorychecklist {
1242      margin-right: 6px;
1243  }
1244  
1245  /* additional clone styles */
1246  .dbx-clone {
1247      opacity: 0.8;
1248      -moz-opacity: 0.8;
1249      -khtml-opacity: 0.8;
1250      filter: alpha(opacity=80);
1251  }
1252  
1253  #newcat {
1254      width: 120px;
1255      margin-right: 5px;
1256  }
1257  
1258  input #catadd {
1259      background: #a4a4a4;
1260      border-bottom: 1px solid #898989;
1261      border-left: 1px solid #bcbcbc;
1262      border-right: 1px solid #898989;
1263      border-top: 1px solid #bcbcbc;
1264      color: #fff;
1265      font-size: 10px;
1266      padding: 0;
1267      margin: 0;
1268      font-weight: bold;
1269      height: 20px;
1270      margin-bottom: 2px;
1271      text-align: center;
1272      width: 37px;
1273  }
1274  
1275  #howto {
1276      font-size: 11px;
1277      margin: 0 5px;
1278      display: block;
1279  }
1280  
1281  #jaxcat {
1282      margin: 0;
1283      padding: 0;
1284  }
1285  
1286  #ajax-response.alignleft {
1287      margin-left: 2em;
1288  }
1289  
1290  #postdivrich #edButtons {
1291      padding-left: 3px;
1292  }
1293  
1294  #postdivrich #content, #postdivrich #content:active {
1295      border: 1px solid #ccc;
1296  }
1297  
1298  #edButtons input, #edButtons input:active {
1299      margin: 0px 2px -1px;
1300  }
1301  
1302  #edButtons input.edButtonFore, #edButtons input.edButtonFore:active {
1303      background: #f0f0ee;
1304      border-bottom: 1px solid #f0f0ee;
1305  }
1306  
1307  #edButtons input.edButtonBack, #edButtons input.edButtonBack:active {
1308      background: #fff url( images/fade-butt.png ) repeat-x 0px 15px;
1309      border-bottom: 1px solid #ccc;
1310  }
1311  
1312  .page-numbers {
1313      padding: 4px 7px;
1314      border: 1px solid #fff;
1315      margin-right: 3px;
1316  }
1317  
1318  a.page-numbers {
1319      border: 1px solid #ccc;
1320  }
1321  
1322  a.page-numbers:hover {
1323      border: 1px solid #999;
1324  }
1325  
1326  .page-numbers.current {
1327      border: 1px solid #999;
1328      font-weight: bold;
1329  }
1330  
1331  .pagenav span {
1332      font-weight: bold;
1333      margin: 0 6px;
1334  }


Généré le : Fri Mar 30 19:41:27 2007 par Balluche grâce à PHPXref 0.7