[Résolu] Pouvez vous m’aider pour réduire ma sidebar (Créer un compte)

  • Statut : non résolu
11 sujets de 1 à 11 (sur un total de 11)
  • Auteur
    Messages
  • #481980
    JeromeLaDgig
    Participant
    Chevalier WordPress
    237 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress : WordPress 2.8.3.
    – Version de PHP/MySQL : 5
    – Thème utilisé : box-tube
    – Extensions en place :
    – Nom de l’hebergeur : OVH
    – Adresse du site : stats-tennis.com

    Problème(s) rencontré(s) :

    Bonjour,

    Je souhaiterais réduire ma sidebar. J’ai fait quelque recherche sur le forum et j’ai modifié la taille du width mais rien ne change.:mad:
    Je vous mets le code de mon css, si quelqu’un peut m’aider dans mon dilemme.

    */

    body {
    font-family: Arial, Helvetica;
    font-size: 70%;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background: #CCCCCC url(images/body.gif) repeat-x top;
    }
    .left-option {
    float: left;
    }
    .right-option {
    float: right;
    }
    .download {
    background: #30F200 url(images/post-style/download.gif) no-repeat left 1px;
    padding: 12px 3px 12px 40px;
    clear: both;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #30F200;
    font-size: 12px;
    line-height: 17px;
    color: #30F200;
    font-weight: 500;
    }
    .warning {
    background: #30F200 url(images/post-style/warning.gif) no-repeat left 1px;
    padding: 12px 3px 12px 40px;
    clear: both;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #30F200;
    font-size: 12px;
    line-height: 17px;
    color: #30F200;
    font-weight: 500;
    }
    .note {
    background: #30F200 url(images/post-style/note.gif) no-repeat left 1px;
    padding: 12px 3px 12px 40px;
    clear: both;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #30F200;
    font-size: 12px;
    line-height: 17px;
    color: #30F200;
    font-weight: 500;
    }
    .alert {
    background: #30F200 url(images/post-style/alert.gif) no-repeat 5px 8px;
    padding: 12px 3px 12px 40px;
    clear: both;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #FFCB7D;
    font-size: 12px;
    line-height: 17px;
    color: #272727;
    font-weight: 500;
    }
    .info {
    background: #BFE5FF url(images/post-style/info.gif) no-repeat 5px 8px;
    padding: 12px 3px 12px 40px;
    clear: both;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #66C1FF;
    font-size: 12px;
    line-height: 17px;
    color: #272727;
    font-weight: 500;
    }
    .click {
    background: #d9e7f0 url(images/post-style/click.gif) no-repeat left 1px;
    padding: 12px 3px 12px 40px;
    clear: both;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #B1CDE0;
    font-size: 12px;
    line-height: 17px;
    color: #272727;
    font-weight: 500;
    }
    .pullquote-left {
    font: normal 24px/30px « Times New Roman », Georgia, Tahoma, « Trajan Pro »;
    color: #FB0008;
    margin: 10px 12px 5px 5px;
    padding: 12px 5px;
    float: left;
    width: 30%;
    text-align: left;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    }
    .pullquote-right {
    font: normal 24px/30px « Times New Roman », Georgia, Tahoma, « Trajan Pro »;
    color: #000000;
    margin: 10px 5px 0px 12px;
    padding: 12px 5px;
    float: right;
    width: 30%;
    text-align: right;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    }



    /* caption */


    .caption-img-left {
    display: block;
    margin: 10px 15px 5px 5px;
    padding: 5px;
    float: left;
    background: #F3F3F3;
    width: 40%;
    border: 1px solid #EFEFEF;
    }
    .caption-img-left p {
    font-size: 1em;
    color: #666666;
    padding: 0px;
    clear: both;
    display: block;
    margin: 0px;
    width: auto;
    }

    .caption-img-left em {
    font-size: 11px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    clear: both;
    font-style: italic;
    font-family: Arial, Tahoma, « Lucida Sans »;
    line-height: 18px;
    text-decoration: none;
    display: block;
    visibility: inherit;
    width: 100%;
    }
    .caption-img-right em {
    font-size: 11px;
    color: #333333;
    margin: 0px;
    padding: 0px;
    clear: both;
    font-style: italic;
    font-family: Arial, Tahoma, « Lucida Sans »;
    line-height: 18px;
    text-decoration: none;
    display: block;
    visibility: inherit;
    width: 100%;
    }

    .caption-img-right {
    display: block;
    margin: 10px 5px 5px 15px;
    padding: 5px;
    float: right;
    background: #F3F3F3;
    width: 40%;
    border: 1px solid #EFEFEF;
    }
    .caption-img-right p {
    font-size: 1em;
    color: #666666;
    margin: 0px;
    padding: 0px;
    clear: both;
    width: auto;
    }

    .caption-img-right img {
    clear: both;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    }
    .caption-img-left img {
    clear: both;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    }


    /* caption end */





    .post-navigator .alignleft {
    float: left;
    width: 98%;
    margin-bottom: 5px;
    display: block;
    position: relative;
    }
    .post-navigator .alignright {
    float: right;
    width: 98%;
    display: block;
    position: relative;
    }

    pre {
    overflow: scroll;
    padding: 5px;
    display: block;
    border: 3px solid #CCCCCC;
    font-family: « Courier New », Courier, monospace;
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
    margin: 8px 0px;
    clear: both;
    width: 90%;
    height: 60px;
    }

    dl {
    padding-left: 10px;
    font-size: 1.1em;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;

    }

    dt {
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    }

    dd {
    font-style: italic;
    margin-bottom: 8px;
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;

    }

    .post-meta blockquote {
    clear: both;
    margin: 10px 30px 10px 15px;
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    font-size: 14px;
    color: #00E2FB;
    font-weight: bold;
    padding: 5px;
    line-height: 24px;
    border-left: 5px solid #00801A;
    }

    .comment-box blockquote {
    clear: both;
    margin: 10px 30px 10px 15px;
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    font-size: 14px;
    color: #F9F9F9;
    font-weight: bold;
    padding: 5px;
    line-height: 24px;
    border-left: 5px solid #FFFFFF;
    }
    .comment-box blockquote blockquote {
    clear: both;
    margin: 10px 30px 10px 15px;
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    font-size: 12px;
    color: #F9F9F9;
    font-weight: bold;
    padding: 5px;
    line-height: 24px;
    border-left: 5px solid #FFFFFF;
    }
    .comment-box-alt blockquote {
    clear: both;
    margin: 10px 30px 10px 15px;
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding: 5px;
    line-height: 18px;
    border-left: 5px solid #333333;
    }
    .comment-box-alt blockquote blockquote {
    clear: both;
    margin: 10px 30px 10px 15px;
    font-family: « Trebuchet MS », Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding: 5px;
    line-height: 18px;
    border-left: 5px solid #333333;
    }

    code {
    font-family: « Courier New », Courier, monospace;
    font-size: 12px;
    color: #333333;
    }

    .alignleft {
    text-align: left;
    float: left;
    }
    .alignright {
    text-align: right;
    float: right;
    }
    .center {
    text-align: center;
    margin: 0px auto;
    clear: both;
    }
    img.alignleft {
    padding: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    }
    img.alignright {
    padding: 4px;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    }
    img.center {
    padding: 4px;
    display: block;
    margin: 5px auto;
    clear: both;
    }
    h1, h2, h3, h4, h5, h6 {
    font-family: « Trebuchet MS », « Times New Roman », Tahoma;
    letter-spacing: -1px;
    }

    #wrapper {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    }
    #header {
    float: left;
    width: 900px;
    padding-top: 6px;
    position: relative;
    }
    #header img {
    border-width: 0px;
    }
    .header-left {
    float: left;
    width: 390px;
    padding-top: 10px;
    padding-bottom: 20px;
    }
    .header-left h1 {
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 390px;
    color: #00801A;
    line-height: 30px;
    }
    .header-left h1 a {
    color: #B94A00;
    text-decoration: none;
    }
    .header-left h1 a:hover {
    color: #E66400;
    text-decoration: none;
    }
    .header-left p {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 390px;
    line-height: 18px;
    color: #333333;
    }

    .header-right {
    float: right;
    width: 500px;
    }
    #navigator {
    background: url(images/navigator.gif) no-repeat center center;
    float: left;
    width: 880px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 12px;
    margin-bottom: 8px;
    height: 32px;
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    }
    #navigator ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    }
    #navigator ul ul {
    margin: 0px;
    padding: 0px;
    float: left;
    }
    #navigator ul ul ul{
    margin: 0px;
    padding: 0px;
    float: left;
    }
    #navigator ul li {
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    display: inline;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    }

    #navigator ul ul li {
    padding: 0px;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    display: inline;
    }
    #navigator ul ul ul li {
    padding: 0px;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    display: inline;
    }
    #navigator li a {
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin: 0px;
    height: 32px;
    line-height: 32px;
    float: left;
    }
    #navigator li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    background: #292929 url(images/navs.gif) center center;
    text-align: center;
    display: block;
    margin: 0px;
    line-height: 32px;
    height: 32px;
    float: left;
    }
    #ads-vertical {
    margin: 0px;
    padding: 5px 0px;
    float: left;
    width: 900px;
    text-align: center;
    }

    #content {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 900px;
    position: relative;
    }
    #product-blog {
    width: 615px;
    position: relative;
    padding-top: 1em;
    border-right: 1px solid #eeeeee;
    padding-bottom: 3em;
    float: left;
    }
    #product-blog-home {
    float: left;
    width: 900px;
    position: relative;
    }
    #frontpage-blog {
    float: left;
    width: 620px;
    position: relative;
    padding-top: 0.7em;
    }
    #frontpage-sidebar {
    float: right;
    width: 277px;
    position: relative;
    padding-top: 1em;
    }

    #product-blog h2 {
    float: left;
    width: 600px;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin: 8px 0px;
    padding: 0px;
    letter-spacing: -1px;
    }

    #product-sidebar {
    width: 277px;
    position: relative;
    padding-top: 1em;
    float: right;
    }
    #product-sidebar-home {
    float: left;
    width: 900px;
    position: relative;
    padding-top: 1em;
    }
    .product-item {
    background: url(images/products.gif) no-repeat;
    display: block;
    float: left;
    height: 181px;
    width: 179px;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 10px;
    }
    .product-item a {
    color: #A80000;
    text-decoration: underline;
    }
    .product-item a:hover {
    color: #CC0000;
    text-decoration: none;
    }


    .product-item p {
    }
    .p-items {
    float: left;
    width: 179px;
    margin: 0px 0px 3px;
    padding: 0px;
    }
    .wrap-item {
    float: left;
    width: 179px;
    }

    .p-feedback {
    float: left;
    margin: 0px;
    padding: 0px 10px 0px 17px;
    background: url(images/comment.gif) no-repeat left 1px;
    display: block;
    }
    .p-readmore {
    float: left;
    width: 76px;
    margin: 0px;
    padding: 0px 0px 0px 14px;
    background: url(images/feed.gif) no-repeat left 2px;
    display: block;
    }
    .product-item img {
    clear: both;
    width: 125px;
    height: 125px;
    border-width: 0px;
    margin-bottom: 3px;
    }

    #box1 {
    margin-right: 32px;
    }
    #box2 {
    margin-right: 34px;
    }
    #box3 {
    }

    .post-meta {
    float: left;
    width: 610px;
    padding-bottom: 25px;
    }
    .post-meta h1 {
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    float: left;
    }
    .post-meta h1 a {
    color: #A21300;
    text-decoration: none;
    }
    .post-meta h1 a:hover {
    color: #000000;
    text-decoration: none;
    }
    .post-static {
    font-size: 13px;
    line-height: 19px;
    margin: 0px;
    padding: 0px 0px 2px;
    float: left;
    width: 610px;
    border-bottom: 1px solid #efefef;
    }
    .post-static a {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
    }
    .post-static a:hover {
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
    }
    .post-content img {
    border-width: 0px;
    margin-right: 10px;
    }
    .post-ads {
    float: left;
    width: 600px;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    padding: 0px;
    }
    .post-content {
    float: left;
    width: 600px;
    padding-top: 14px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
    overflow: hidden;
    }
    .post-content ul ul {
    margin: 0px;
    padding: 0px;
    }
    .post-content h1 {
    margin: 0px 0px 5px;
    padding: 0px 0px 3px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    }
    .post-content h2 {
    margin: 0px 0px 5px;
    padding: 0px 0px 3px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    }
    .post-content h3 {
    margin: 0px 0px 5px;
    padding: 0px 0px 3px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    }
    .post-content h4 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    }
    .post-content h5 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    }
    .post-content h6 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    }


    .post-content a {
    color: #063E6A;
    text-decoration: underline;
    font-weight: bold;
    }
    .post-content a:hover {
    color: #004993;
    text-decoration: none;
    font-weight: bold;
    }
    .post-cat {
    padding: 3px;
    float: left;
    width: 600px;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-weight: bold;
    }
    .post-cat a {
    text-decoration: none;
    color: #990000;
    font-weight: normal;
    }

    .post-cat a:hover {
    text-decoration: underline;
    color: #003366;
    font-weight: normal;
    }
    .comm-count {
    float: left;
    width: 580px;
    padding-left: 18px;
    background: url(images/comment.gif) no-repeat left center;
    }
    .cat {
    float: left;
    width: 600px;
    padding: 0px;
    }

    .social {
    float: left;
    width: 595px;
    font-size: 13px;
    line-height: 30px;
    background: #EFEFEF;
    height: 30px;
    border: 1px solid #dedede;
    margin-top: 10px;
    }

    .social a {
    color: #666666;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px solid #D6D6D6;
    }
    .social a:hover {
    color: #000000;
    text-decoration: underline;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px solid #D6D6D6;
    }
    .clear-fix {
    float: left;
    height: 25px;
    width: 610px;
    }




    #post-navigator {
    color: #000000;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 580px;
    }
    #post-navigator-single {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 580px;
    font-size: 13px;
    line-height: 20px;
    }
    .wp-pagenavi {
    float: left;
    width: 580px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    }
    .pages {
    font-size: 11px;
    color: #000000;
    background: #f8f8f8;
    padding: 2px 5px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    font-weight: bold;
    }
    .current {
    background: #FFFFFF;
    padding: 2px 4px;
    border: 1px solid #CCCCCC;
    margin-left: 4px;
    color: #000000;
    }

    #post-navigator a {
    color: #FFFFFF;
    background: #000000;
    padding: 2px 4px;
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    border: 1px solid #666666;
    }
    #post-navigator a:hover {
    color: #000000;
    background: #EEEEEE;
    padding: 2px 4px;
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    }
    #post-navigator-single .alignleft {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 45%;
    overflow: hidden;
    height: 20px;
    }
    #post-navigator-single .alignright {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 45%;
    overflow: hidden;
    height: 20px;
    }
    #post-navigator-single a {
    color: #000000;
    padding: 5px 8px;
    margin: 0px 0px 0px 3px;
    text-decoration: underline;
    font-weight: bold;
    }
    #post-navigator-single a:hover {
    color: #003366;
    padding: 5px 8px;
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    font-weight: bold;
    }






    #comment-template {
    margin: 0px;
    padding: 0px 0px 10px;
    float: left;
    width: 610px;
    }
    #comment-template h4 {
    font-size: 17px;
    color: #FFFFFF;
    margin: 20px 0px;
    padding: 5px 12px;
    float: left;
    line-height: 24px;
    display: inline;
    background: #333333;
    border: 1px solid #000000;
    }
    #comment-template h5 {
    font-size: 17px;
    color: #FFFFFF;
    margin: 20px 0px;
    padding: 5px 12px;
    float: left;
    line-height: 24px;
    display: inline;
    background: #990000;
    border: 1px solid #990033;
    }
    #comment-template h5 a {
    color: #FFFFFF;
    text-decoration: none;
    }
    #comment-template h5 a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
    #comment-template h6 {
    font-size: 17px;
    color: #FFFFFF;
    margin: 20px 0px;
    padding: 5px 12px;
    float: left;
    line-height: 24px;
    display: inline;
    background: #990000;
    border: 1px solid #990033;
    }


    .comment-box {
    float: left;
    width: 548px;
    color: #FFFFFF;
    }
    .comment-box a {
    color: #CCCCCC;
    text-decoration: underline;
    }
    .comment-box a:hover {
    color: #EEEEEE;
    text-decoration: none;
    }

    .top-cb {
    background: url(images/top.gif) no-repeat bottom;
    float: left;
    height: 13px;
    width: 548px;
    }
    .center-cb {
    background: url(images/center.gif) repeat-y;
    float: left;
    width: 518px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 17px;
    }
    .author {
    font-size: 17px;
    float: left;
    width: 518px;
    line-height: 17px;
    font-family: « Trebuchet MS », Verdana, sans-serif, « Courier New »;
    font-weight: bold;
    }
    .date {
    float: left;
    width: 518px;
    font-size: 12px;
    }
    .text {
    float: left;
    width: 518px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    }

    .bottom-cb {
    background: url(images/bottom.gif) no-repeat top;
    float: left;
    width: 548px;
    height: 36px;
    margin-bottom: 5px;
    }


    .comment-box-alt {
    float: left;
    width: 548px;
    color: #121212;
    }
    .comment-box-alt a {
    color: #A02C1C;
    text-decoration: underline;
    }
    .comment-box-alt a:hover {
    color: #333333;
    text-decoration: underline;
    }

    .top-cb-alt {
    background: url(images/top-alt.gif) no-repeat bottom;
    float: left;
    height: 13px;
    width: 548px;
    }
    .center-cb-alt {
    background: url(images/center-alt.gif) repeat-y;
    float: left;
    width: 518px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 17px;
    }

    .bottom-cb-alt {
    background: url(images/bottom-alt.gif) no-repeat top;
    float: left;
    width: 548px;
    height: 36px;
    margin-bottom: 5px;
    }
    .ping {
    padding: 3px;
    float: left;
    width: 550px;
    border: 1px solid #CCCCCC;
    background: #F9F9F9;
    font-size: 13px;
    line-height: 21px;
    color: #121212;
    margin-bottom: 3px;
    }
    .ping-alt {
    padding: 3px;
    float: left;
    width: 550px;
    border: 1px solid #F7f7f7;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 21px;
    color: #121212;
    margin-bottom: 3px;
    }
    .ping a {
    color: #990000;
    text-decoration: none;
    }
    .ping-alt a {
    color: #990000;
    text-decoration: none;
    }
    #comment-form {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 610px;
    }
    #comment-form p {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px;
    color: #000000;
    font-family: « Trebuchet MS », Verdana, sans-serif, « Courier New »;
    font-weight: bold;
    }
    #comment-form label {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    font-family: « Trebuchet MS », Arial, Verdana, Helvetica, sans-serif;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    }

    .sb-box {
    width: 300px;
    padding: 7px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
    color: #000000;
    }
    #comment-form .sbb {
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 5px 12px;
    }
    #comment-form #policy {
    font-size: 13px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 0px;
    font-family: Arial, Tahoma, « Lucida Sans »;
    line-height: 20px;
    font-weight: normal;
    }

    .com-a {
    width: 520px;
    padding: 10px;
    height: 300px;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin-top: 5px;
    border: 1px solid #CCCCCC;
    }
    .sidebar-box {
    float: left;
    width: 277px;
    background: url(images/bottom-sidebar.gif) no-repeat bottom;
    padding-bottom: 25px;
    color: #222222;
    margin-bottom: 10px;
    }
    .sidebar-box select {
    margin: 0px;
    padding: 4px;
    width: 210px;
    border: 1px solid #dedede;
    font-size: 13px;
    color: #000000;
    background: #FFFFFF;
    font-family: « Trebuchet MS », Tahoma, « VAGRounded BT », Verdana;
    line-height: 120%;
    font-weight: bold;
    }
    .sidebar-box table {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 97%;
    }


    .sidebar-box h3 {
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    background: url(images/main-sidebar.gif) no-repeat bottom;
    margin: 0px;
    float: left;
    height: 34px;
    width: 237px;
    padding-left: 40px;
    font-family: « Trebuchet MS », Verdana, sans-serif, « Courier New »;
    }
    .box {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 10px 20px;
    float: left;
    width: 237px;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    }
    .box a {
    color: #A21300;
    text-decoration: none;
    }
    .box a:hover {
    color: #A21300;
    text-decoration: underline;
    }
    .box img {
    margin-top: 5px;
    border-width: 0px;
    }

    .list {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 10px 20px 5px;
    float: left;
    width: 237px;
    list-style-type: none;
    }
    .list img {
    border-width: 0px;
    }
    .list ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 227px;
    list-style-type: none;
    }
    .list li {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin: 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 237px;
    }
    .list ul li {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin: 5px 0px 0px;
    padding: 0px;
    float: left;
    width: 227px;
    }
    .list li a {
    background: url(images/dot.gif) no-repeat left 3px;
    padding-left: 10px;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    }
    .list li a:hover {
    background: url(images/dot.gif) no-repeat left 3px;
    padding-left: 10px;
    color: #A21300;
    text-decoration: underline;
    padding-top: 1px;
    padding-bottom: 1px;
    }
    .list li table {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 95%;
    }




    .nolist {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 10px 20px 5px;
    float: left;
    width: 237px;
    list-style-type: none;
    }

    .nolist ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 227px;
    list-style-type: none;
    }

    .nolist li {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    margin: 0px 0px 5px;
    padding: 0px;
    float: left;
    width: 237px;
    }
    .nolist ul li {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin: 5px 0px 0px;
    padding: 0px;
    float: left;
    width: 227px;
    }
    .nolist li a {
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    }
    .nolist li img {
    border-width: 0px;
    }
    .nolist li a:hover {
    color: #A21300;
    text-decoration: underline;
    padding-top: 1px;
    padding-bottom: 1px;
    }

    #getflickr {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 10px 20px 5px;
    float: left;
    width: 237px;
    list-style-type: none;
    }
    #getflickr li {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    margin: 0px 0px 5px;
    padding: 0px;
    float: left;
    }
    #getflickr li img {
    margin: 0px 10px 10px 0px;
    padding: 5px;
    float: left;
    height: 96px;
    width: 96px;
    border: 1px solid #DEDEDE;
    }
    #getflickr li img:hover {
    margin: 0px 10px 10px 0px;
    padding: 5px;
    float: left;
    height: 96px;
    width: 96px;
    border: 1px solid #CCCCCC;
    background: #f9f9f9;
    }






    .adlist {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 10px 5px 5px 10px;
    float: left;
    width: 262px;
    list-style-type: none;
    }
    .adlist img {
    border-width: 0px;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    float: left;
    }
    .adlist p {
    margin: 0px;
    padding: 8px 0px 0px 8px;
    float: left;
    width: 254px;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    }
    .adlist p a {
    color: #990000;
    text-decoration: underline;
    }
    .adlist p a:hover {
    color: #CC0000;
    text-decoration: none;
    }



    #themeswitcher {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 4px 20px 0px;
    float: left;
    width: 237px;
    font-size: 11px;
    line-height: 18px;
    color: #232323;
    list-style-type: none;
    }
    #themeswitcher select {
    font-family: « Trebuchet MS », Verdana, sans-serif, « Courier New »;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    width: 230px;
    border-top: 1px solid #DADADA;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    }
    .sidebar-box form {
    background: url(images/bd-sidebar.gif) repeat-y;
    margin: 0px;
    padding: 5px 20px 0px;
    float: left;
    width: 237px;
    font-size: 11px;
    line-height: 18px;
    color: #232323;
    list-style-type: none;
    }
    .sidebar-box p {
    margin-top: 5px;
    margin-bottom: 0px;
    }
    .sbm-b {
    padding: 1px;
    width: 230px;
    font-family: « Trebuchet MS », Verdana, sans-serif, « Courier New »;
    font-size: 13px;
    font-weight: bold;
    color: #111111;
    border: 1px solid #CCCCCC;
    }
    #footer {
    float: left;
    height: 83px;
    width: 880px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 15px 10px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    }
    #footer-bot img {
    border-width: 0px!important;
    }

    #footer a {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
    }
    #footer a:hover {
    color: #910000;
    text-decoration: underline;
    font-weight: bold;
    }
    #footer-bot {
    margin: 0px;
    padding: 0px 0px 5px;
    float: left;
    width: 900px;
    position: relative;
    }
    #footer-bot .sidebar-box {
    float: left;
    width: 277px;
    background: url(images/bottom-sidebar.gif) no-repeat 11px bottom;
    padding-bottom: 25px;
    color: #222222;
    margin-bottom: 0px;
    padding-right: 11px;
    padding-left: 11px;
    }





    /* s-rank */

    #sr_wrapper {
    font-family:Verdana, Arial, « Times New Roman », sans-serif;
    font-size: 11px;
    margin:0px 0 10px;
    display:block;
    }
    #sr_wrapper a, #sr_wrapper a:hover, #sr_wrapper a:visited {
    text-decoration:none;
    font-size:11px;
    background:none;
    border: 0;
    margin: 0;
    line-height:20px;
    }
    #sr_about {
    font-size:8px;
    clear:none;
    display:block;
    margin-left:5px;
    margin-top:25px;
    width:70px;
    }
    .sr_rank_container {
    width: 70px;
    height: 30px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 0px;
    margin-right: 12px;
    }
    .sr_rank_bar {
    width:42px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: block;
    }
    .sr_rank_border {
    width:70px;
    border: 1px solid #dedede;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    }
    .sr_rank_bar_filled {
    height: 3px;
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    }
    .sr_rank_text {
    line-height:1.3em;
    }
    .wp-polls {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 96%;
    }
    .wp-polls form {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    }

    #wp-admin-bar {align:center; margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
    #wp-admin-bar ul {margin:0; padding:0}
    #wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

    #725381
    Anonyme 2
    Participant
    Maître WordPress
    10589 contributions

    Bonjour,

    merci de mettre à jour votre WordPress,il est recommandé de ne pas être sous une version 2.8.6.
    votre thème ne prend pas en charge les gravatars,il est si vieux que ça ?
    dans votre sidebar vous avez des images « images/bottom-sidebar.gif » ils doivent être aussi de width:277px;

    #725380
    JeromeLaDgig
    Participant
    Chevalier WordPress
    237 contributions

    Merci Lupi de tes conseils.

    Je mets à jour mon wp de suite. J’avais déjà essayé par le passé de MAJ mais il y a eu une erreur fatal et depuis ce temps, j’avais décidé de ne pas le refaire.

    Sinon,
    – comment savoir si mon thème ne prend pas en compte les gravatars?
    – je vais regarder la taille de mes images dans la sidebar!

    Merci

    #725382
    Anonyme 2
    Participant
    Maître WordPress
    10589 contributions

    Bonjour,

    je vous conseille la mise à jour manuelle,je ne suis pas pour la mise à jour automatique,j’estime que cela risque de faire planter son site,enfin que le risque est plus important de cette manière là
    Faire comme sur la vidéo
    http://videonoob.fr/wordpress/mise-a-jour

    Pour les gravatars,facile vous les voyaient dans les commentaires ?

    #725383
    JeromeLaDgig
    Participant
    Chevalier WordPress
    237 contributions

    J’aurais du patienter pour avoir votre réponse avant de le faire automatiquement…

    En effet, plus rien ne s’affiche dorénavant!:fire:

    #725384
    JeromeLaDgig
    Participant
    Chevalier WordPress
    237 contributions

    Merci beaucoup Lupi pour le tuto vidéo! Très bien!

    Sinon, apparement mon thème ne prend pas en compte les gravatars…

    #725385
    Anonyme 2
    Participant
    Maître WordPress
    10589 contributions

    Pourtant j’ai fait un sujet épinglé su videonoob dans « Support de WordPress »
    Vous n’avez jamais pensé à changer de thème ?

    Par exemple
    http://themedaily.com/category/wordpress-theme/theme-categories/sport/

    #725386
    JeromeLaDgig
    Participant
    Chevalier WordPress
    237 contributions

    oui, j’y ai pensé. Mais je pensais qu’il y avait des risques concernant mon référencement.

    Je vais y réfléchir.

    Encore, merci

    #725387
    Anonyme 2
    Participant
    Maître WordPress
    10589 contributions

    Pou le référencement ? Ah bon,je change tout le temps moi.
    Dans un article ,1 fois j’avais lu que la moyenne était 1 an 1/2 ou 2 ans que durer un thème sur un site.

    #725388
    JeromeLaDgig
    Participant
    Chevalier WordPress
    237 contributions

    ok 😉

    #725389
    Anonyme 2
    Participant
    Maître WordPress
    10589 contributions

    Connaissez vous le thème Mystique ?
    http://digitalnature.ro/projects/mystique/

11 sujets de 1 à 11 (sur un total de 11)
  • Vous devez être connecté pour répondre à ce sujet.