Je veux juste modifier une couleur de fond (Créer un compte)

  • Statut : non résolu
6 sujets de 1 à 6 (sur un total de 6)
  • Auteur
    Messages
  • #458014
    fibi
    Participant
    Padawan WordPress
    58 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress :2.3.1
    – Thème utilisé :
    – Plugins en place :
    – Nom de l’hebergeur :
    – Adresse du site :www.musiques-poitoo.com

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

    Bonsoir à tous,

    J’ai trouvé un super thème que je voudrais bien sûr utiliser sur mon blog, mais je voudrais avant y apporter une toute petite modif’: je voudrais juste modifier la couleur d’arrière plan de la colonne des post.

    J’ai bien déjà fait des recherches, et j’ai compris que c’était « background-color » que je devais modifier, mais quand j’essaie, la modif’ se fait sur la colonne des posts et la sidebar (ce que je ne veux donc pas).

    Alors si quelqu’un pouvait m’aider.

    Merci d’avance!

    Ci-dessous, la feuille de style du thème

    /*
    Theme Name: Bobbles
    Theme URI: http://www.dezzain.com
    Description: Bobbles is a widgetize 3 column unique wordpress theme. Dark shade skin with cloudy bobble effect and integrated with mybloglog and social network. Traduction par <a href="http://www.niss.fr">(niss.fr)</a>.
    Author: rkcorp
    Designer: rkcorp
    Coder: rkcorp
    Author URI: http://www.dezzain.com

    Copyright 2007-2008 Dezzain
    Distributed with free themes and license with Creative Commons ShareAlike 3.0
    valid xhtml 1.0 transitional and valid css 3.0
    no-hack css coded
    */

    body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 90%;
    color: #EEEEEE;
    text-align: left;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    font-weight: 400;
    }
    em {
    width: 400px;
    font-style: normal;
    font-size: 11px;
    color: #666666;
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    float: left;
    }

    #wrap_bob {
    padding: 0px;
    width: 1100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    }
    #container_bob {
    margin: 0px;
    float: left;
    width: 1100px;
    background-color: #181918;
    padding: 0px;
    }
    #header_bob {
    float: left;
    height: 246px;
    width: 1080px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #161718;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    background-image: url(images/top_ss.png);
    background-repeat: repeat-x;
    background-position: top;
    }
    #content_bob {
    float: left;
    width: 1060px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    position: relative;
    }
    #sidebar {
    float: right;
    width: 235px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    }

    #left_sidebar {
    float: left;
    width: 235px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    }

    #footer_bob {
    float: left;
    width: 100%;
    margin: 0px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #000000;
    background-color: #101010;
    padding: 0px;
    }
    #footer_wrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 1100px;
    }
    #footer_contents {
    margin: 0px;
    float: left;
    width: 1100px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    position: relative;
    }
    .footer_right {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 400px;
    height: 35px;
    }
    .footer_left {
    margin: 0px;
    float: left;
    width: 400px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    }
    #themes {
    margin: 0px;
    float: left;
    width: 265px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    color: #666666;
    }
    #designer {
    margin: 0px;
    float: left;
    width: 265px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
    color: #666666;
    }
    #friends {
    font-size: 11px;
    color: #999999;
    margin: 0px;
    float: left;
    width: 370px;
    padding: 0px;
    }
    #buddy {
    margin: 0px;
    float: left;
    width: 370px;
    font-size: 11px;
    color: #999999;
    padding: 0px;
    }
    #creative {
    margin: 0px;
    float: left;
    width: 265px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
    color: #efefef;
    }
    .footer_left a:link, .footer_left a:visited {
    color: #999999;
    text-decoration: none;
    }
    .footer_left a:hover, .footer_left a:active {
    color: #006699;
    text-decoration: none;
    }
    .footer_center a:link, .footer_center a:visited {
    color: #99CC00;
    text-decoration: none;
    }
    .footer_center a:hover, .footer_center a:active {
    color: #666666;
    text-decoration: none;
    }
    .footer_center {
    float: right;
    width: 300px;
    text-align: center;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    font-size: 13px;
    letter-spacing: -1px;
    }


    .header_sitelogo {
    float: left;
    margin: 0px;
    padding-top: 50px;
    padding-right: 5px;
    padding-left: 5px;
    width: 1080px;
    }
    .header_sitelogo img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    }

    .header_sitetag {
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    width: 1070px;
    }
    .header_sitetag h1 {
    font-family: « Trebuchet MS »;
    font-size: 2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    float: left;
    }
    .header_sitetag h1 a:link, .header_sitetag h1 a:visited {
    color: #eeeeee;
    text-decoration: none;
    }
    .header_sitetag h1 a:hover, .header_sitetag h1 a:active {
    color: #0099FF;
    text-decoration: underline;
    }
    .header_sitetag p {
    margin: 0px;
    float: left;
    text-align: left;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    }
    .header_navigator {
    float: left;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 1070px;
    }
    .header_navigator ul {
    margin: 0px;
    float: left;
    text-align: left;
    list-style-type: none;
    padding: 0px;
    width: 1000px;
    }
    .header_navigator ul li {
    text-align: center;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 30px;
    display: inline;
    }
    .header_navigator ul li a:link, .header_navigator ul li a:visited {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-size: 14px;
    }
    .header_navigator ul li a:hover, .header_navigator ul li a:active {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    color: #FFCC00;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-size: 14px;
    background-image: url(images/tagme.gif);
    background-repeat: no-repeat;
    background-position: center top;
    }
    #home a:link, #home a:visited {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    color: #FF9900;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-size: 14px;
    }
    #home a:hover, #home a:active {
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    color: #eeeeee;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-size: 14px;
    background-image: url(images/myhome.gif);
    background-repeat: no-repeat;
    background-position: center top;
    }
    #post_entry {
    float: left;
    width: 550px;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
    }
    .post_meta {
    float: left;
    width: 550px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #393C39;
    }
    .post_title {
    float: left;
    width: 550px;
    }
    .title_seo {
    float: right;
    width: 490px;
    }
    .title_date {
    float: left;
    height: 48px;
    width: 51px;
    background-image: url(images/calendar.gif);
    background-repeat: no-repeat;
    padding-top: 8px;
    }
    .days {
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #f3f3f3;
    margin: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    .month {
    margin: 0px;
    padding: 0px;
    clear: both;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    }

    #post_entry h1 {
    font-size: 1.8em;
    font-weight: normal;
    color: #999999;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
    }
    #post_entry h2 {
    padding: 0px;
    float: left;
    width: 540px;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #0099FF;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    }
    .subsribes {
    float: left;
    width: 520px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    background-image: url(images/rss.gif);
    background-repeat: no-repeat;
    background-position: left center;
    }



    .post_author {
    text-align: left;
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 12px;
    color: #686867;
    width: 490px;
    }
    .post_category {
    text-align: left;
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 12px;
    color: #545454;
    width: 490px;
    }
    #post_entry h1 a:link, #post_entry h1 a:visited {
    text-decoration: none;
    color: #999966;
    }
    #post_entry h1 a:hover, #post_entry h1 a:active {
    text-decoration: none;
    color: #006699;
    }
    .post_meta a:link, .post_meta a:visited {
    text-decoration: none;
    color: #444444;
    }
    .post_meta a:hover, .post_meta a:active {
    text-decoration: none;
    color: #006699;
    }.post_content {
    float: left;
    margin: 0px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    line-height: 20px;
    text-align: left;
    width: 550px;
    font-family: Tahoma, « Trebuchet MS », « Arial Narrow »;
    }
    .post_content img {
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 2px;
    padding: 0px;
    border: 4px solid #333333;
    }
    .post_content code {
    clear: both;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-left: 15px;
    font-size: 14px;
    display: block;
    text-align: left;
    font-family: Tahoma, « Trebuchet MS », « Arial Narrow »;
    color: #FBCE47;
    background-color: #292929;
    background-image: url(images/code.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 8px;
    padding-right: 45px;
    padding-bottom: 8px;
    padding-left: 2px;
    }
    .post_content blockquote {
    clear: both;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    text-align: left;
    padding-top: 32px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
    background-image: url(images/quote.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #C7F071;
    }


    .post_content p {
    clear: both;
    margin-bottom: 15px;
    text-align: left;
    }


    .post_content a:link, .post_content a:visited {
    color: #0983B0;
    text-decoration: none;
    }
    .post_content a:hover, .post_content a:active {
    color: #FFCC00;
    text-decoration: none;
    }
    .commented {
    float: right;
    height: 66px;
    width: 82px;
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    .commented a:link, .commented a:visited {
    float: right;
    height: 54px;
    width: 82px;
    margin: 0px;
    text-align: center;
    display: block;
    background-image: url(images/in.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 12px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    .commented a:hover, .commented a:active {

    float: right;
    height: 54px;
    width: 82px;
    margin: 0px;
    text-align: center;
    display: block;
    background-image: url(images/out.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 12px;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    .post_updates a:link, .post_updates a:visited {
    color: #666666;
    text-decoration: none;
    }
    .post_updates a:hover, .post_updates a:active {
    color: #eeeeee;
    text-decoration: none;
    }

    .post_id {
    color: #333333;
    font-size: 40px;
    }
    .post_updates {
    float: left;
    width: 500px;
    font-size: 18px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    letter-spacing: -1px;
    text-align: left;
    }
    .social_network {
    float: left;
    width: 550px;
    }
    .social_icon {
    float: left;
    width: 465px;
    }
    .delicious {
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: center;
    }
    .digg {
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: center;
    }
    .stumble {
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: center;
    }
    .technorati {
    margin: 0px;
    padding: 0px;
    float: left;
    text-align: center;
    }
    .delicious a:link, .delicious a:visited {
    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    width: 80px;
    }
    .delicious a:hover, .delicious a:active {
    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    background-image: url(images/yummy.gif);
    background-repeat: no-repeat;
    background-position: center top;
    color: #0099FF;
    font-weight: bold;
    }
    .digg a:link, .digg a:visited {

    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    width: 80px;
    }
    .digg a:hover, .digg a:active {
    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    background-image: url(images/digg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    color: #CCCC99;
    font-weight: bold;
    }
    .stumble a:link, .stumble a:visited {


    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    width: 80px;
    }
    .stumble a:hover, .stumble a:active {
    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    background-image: url(images/found.gif);
    background-repeat: no-repeat;
    background-position: center top;
    color: #3366FF;
    font-weight: bold;
    }
    .technorati a:link, .technorati a:visited {



    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    width: 80px;
    }
    .technorati a:hover, .technorati a:active {
    margin: 0px;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    display: block;
    background-image: url(images/techit.gif);
    background-repeat: no-repeat;
    background-position: center top;
    color: #99CC33;
    font-weight: bold;
    }
    .clear_fixed {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 35px;
    width: 550px;
    }
    .downloads {
    display: block;
    width: 450px;
    clear: both;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: #0099CC;
    border: 3px solid #f2f2f2;
    background-image: url(images/downloads.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 13px;
    }
    .downloads a:link, .downloads a:visited {
    color: #333333;
    text-decoration: none;
    }
    .downloads a:hover, .downloads a:active {
    color: #FFFFFF;
    text-decoration: underline;
    }
    .specialnote {

    display: block;
    width: 450px;
    clear: both;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: #FF0066;
    border: 3px solid #f2f2f2;
    background-image: url(images/snote.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 13px;
    }
    .specialnote a:link, .specialnote a:visited {

    color: #333333;
    text-decoration: none;
    }
    .specialnote a:hover, .specialnote a:active {

    color: #FFFFFF;
    text-decoration: underline;
    }
    .warning {


    display: block;
    width: 450px;
    clear: both;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: #FF9900;
    border: 3px solid #f2f2f2;
    background-image: url(images/warning.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    font-size: 13px;
    }

    /*sidebars config */
    .sidebars {
    float: right;
    width: 480px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #121212;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 8px;
    font-size: 12px;
    font-family: Tahoma, « Trebuchet MS », « Arial Narrow »;
    color: #999999;
    }
    .mini_intro {
    float: left;
    width: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    }
    .mini_intro h2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #666666;
    letter-spacing: -1px;
    padding: 0px;
    float: left;
    width: 450px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    }
    .mini_intro p {
    margin: 0px;
    padding: 0px;
    float: left;
    }
    .mini_intro img {
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 3px solid #181818;
    }
    .mini_flickr {
    float: left;
    width: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    }
    .mini_flickr h3 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 400px;
    font-size: 1.6em;
    letter-spacing: -1px;
    font-weight: normal;
    color: #FF0066;
    }
    .mini_flickr ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 480px;
    list-style-type: none;
    }
    .mini_flickr ul li {
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 0px;
    }
    .mini_flickr img {
    border: 2px solid #232323;
    height: 64px;
    width: 64px;
    }
    .extremos_box {
    float: left;
    width: 480px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    }
    .extremos_box form {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 480px;
    }
    .extremos_box p {
    margin: 0px;
    padding: 0px;
    float: left;
    }
    .extremos_box h4 {
    font-size: 1.8em;
    font-weight: lighter;
    letter-spacing: -1px;
    padding: 0px;
    float: left;
    width: 400px;
    color: #0099FF;
    margin: 0px;
    }
    .mybloglog {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 480px;
    color: #FFFFFF;
    }

    .extremos_box input {
    margin: 0px;
    padding: 5px;
    width: 400px;
    border: 3px solid #000000;
    float: left;
    background-color: #333333;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    }
    .extremos_box input:hover {
    margin: 0px;
    padding: 5px;
    width: 400px;
    border: 3px solid #F6AC17;
    float: left;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    }
    #submit_s {
    padding: 0px;
    float: left;
    width: 470px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    #submit_s p {
    margin: 0px;
    padding: 0px;
    float: left;
    }
    #submit_s input {
    margin: 0px;
    float: left;
    width: 150px;
    font-size: 14px;
    background-color: #292929;
    border: 2px solid #000000;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    font-weight: bold;
    color: #999999;
    }
    #submit_s input:hover {
    margin: 0px;
    float: left;
    width: 150px;
    font-size: 14px;
    background-color: #006699;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    }


    #widget_widget {
    padding: 0px;
    float: left;
    width: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    position: relative;
    }
    .right_widget {
    float: right;
    width: 235px;
    }
    .left_widget {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 235px;
    position: relative;
    }
    #widget_widget h2 {
    text-align: left;
    padding: 0px;
    float: left;
    width: 235px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #99CC33;
    }
    .arrow {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 235px;
    list-style-type: none;
    }
    .arrow li {
    float: left;
    width: 235px;
    font-size: 12px;
    color: #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    }
    .arrow li a:link, .arrow li a:visited {
    float: left;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    }
    .arrow li a:hover, .arrow li a:active {
    float: left;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #99CC33;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    }
    .arrow ul {
    margin: 0px;
    float: left;
    width: 235px;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    .arrow ul li {
    margin: 0px;
    float: left;
    width: 235px;
    font-size: 12px;
    padding: 0px;
    }
    .arrow ul li a:link, .arrow ul li a:visited {
    float: left;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #CCCCCC;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    }
    .arrow ul li a:hover, .arrow ul li a:active {
    float: left;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    }
    .noarrow {

    margin: 0px;
    padding: 0px;
    float: left;
    width: 235px;
    list-style-type: none;
    }
    .noarrow li {
    margin: 0px;
    padding: 0px;
    clear: both;
    color: #666666;
    text-align: left;
    }
    .noarrow li img {
    border: 3px solid #333333;
    padding: 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    text-align: left;
    float: left;
    }
    .noarrow p {
    font-size: 12px;
    color: #eeeeee;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 230px;
    }
    .noarrow p a:link, .noarrow p a:visited {
    color: #99CC33;
    text-decoration: none;
    }
    .noarrow p a:hover, .noarrow p a:active {
    color: #006699;
    text-decoration: none;
    }
    #widget_widget p {
    font-size: 12px;
    color: #eeeeee;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 230px;
    }
    #widget_widget p a:link, #widget_widget p a:visited {
    color: #99CC33;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    }
    #widget_widget p a:hover, #widget_widget p a:active {
    color: #006699;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    }
    #widget_widget p img {
    float: left;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #333333;
    }
    #widget_widget p input {
    margin-bottom: 5px;
    }



    .noarrow li a:link, .noarrow li a:visited {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #666666;
    text-decoration: none;
    }
    .noarrow li a:hover, .noarrow li a:active {
    float: left;
    margin: 0px;
    padding: 0px;
    color: #666666;
    text-decoration: none;
    }

    /* comment config */
    .comment_user {
    float: left;
    width: 480px;
    position: relative;
    text-align: left;
    margin: 0px;
    background-color: #121415;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #121212;
    border-right-color: #121212;
    border-bottom-color: #121212;
    border-left-color: #121212;
    }
    .user_avatar {
    float: left;
    height: 50px;
    width: 50px;
    position: relative;
    margin: 0px;
    padding: 0px;
    }
    .user_avatar img {
    border: 1px solid #222222;
    }

    .user_says {
    float: left;
    width: 420px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 13px;
    color: #efefef;
    }
    .user_says p {
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    }
    .comment_text {
    padding: 0px;
    float: left;
    width: 415px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
    }
    .com_clear {
    float: left;
    height: 10px;
    width: 530px;
    }
    .comment_ping {
    float: left;
    width: 480px;
    position: relative;
    text-align: left;
    margin: 0px;
    background-color: #46151D;
    border: 1px solid #000;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    }
    .ping_avatar {

    float: left;
    height: 50px;
    width: 50px;
    position: relative;
    margin: 0px;
    padding: 0px;
    }
    .ping_says {

    float: left;
    width: 420px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 13px;
    color: #efefef;
    }
    .ping_avatar img {
    margin: 0px;
    padding: 0px;
    height: 48px;
    width: 48px;
    border: 1px solid #FFFFFF;
    }

    .ping_says p {

    clear: both;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    }
    .ping_text {

    padding: 0px;
    float: left;
    width: 415px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
    }
    #comment_templates {
    float: left;
    width: 550px;
    }
    .comment_user_alt {
    float: left;
    width: 480px;
    position: relative;
    text-align: left;
    margin: 0px;
    background-color: #121415;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #111111;
    border-right-color: #111111;
    border-bottom-color: #111111;
    border-left-color: #00293E;
    }
    #post_entry h3 {

    padding: 0px;
    float: left;
    width: 540px;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #99CC00;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    #post_entry h4 {

    padding: 0px;
    float: left;
    width: 540px;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #CC0000;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    #post_entry h5 {

    padding: 0px;
    float: left;
    width: 540px;
    font-size: 1.8em;
    font-weight: normal;
    letter-spacing: -1px;
    text-align: left;
    color: #0099FF;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    .comment_areas {
    float: left;
    width: 550px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    .comment_areas p {
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    }
    .comment_areas input {
    margin: 0px;
    width: 250px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    background-color: #eeeeee;
    border: 1px solid #212121;
    font-size: 13px;
    color: #000000;
    }
    .comment_areas label {
    color: #565656;
    font-size: 1.1em;
    font-weight: normal;
    font-family: Tahoma, « Trebuchet MS », « Arial Narrow »;
    }
    .comment_areas input:hover {
    margin: 0px;
    width: 250px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    background-color: #FFFFFF;
    border: 1px solid #4F2B2C;
    font-size: 13px;
    color: #000000;
    }
    .comment_areas textarea {
    margin: 0px;
    width: 450px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    background-color: #eeeeee;
    border: 1px solid #212121;
    font-size: 13px;
    color: #000000;
    height: 200px;
    }
    .comment_areas textarea:hover {
    margin: 0px;
    width: 450px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    background-color: #FFFFFF;
    border: 1px solid #461E2C;
    font-size: 13px;
    color: #000000;
    height: 200px;
    }
    #sbmb {
    float: left;
    width: 550px;
    }
    #sbmb input {
    margin: 0px;
    padding: 2px;
    width: 150px;
    background-color: #0099FF;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    }
    #sbmb input:hover {
    margin: 0px;
    padding: 2px;
    width: 150px;
    background-color: #0080D5;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    }
    .related_topics {
    margin: 0px;
    float: left;
    width: 550px;
    }
    .related_topics ul {
    margin: 0px;
    float: left;
    width: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    }
    .related_topics ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 500px;
    color: #666666;
    }
    .related_topics a:link, .related_topics a:visited {
    color: #FFFFFF;
    text-decoration: none;
    }
    .related_topics a:hover, .related_topics a:active {
    color: #666666;
    text-decoration: none;
    }
    #wp-calendar {
    empty-cells: show;
    width: 480px;
    font-size: 12px;
    color: #CCCCCC;
    text-decoration: none;
    text-align: center;
    float: left;
    font-family: Tahoma, Arial, Verdana;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    }

    #wp-calendar a:link, #wp-calendar a:visited {
    text-decoration: none;
    color: #666666;
    }
    #wp-calendar a:hover, #wp-calendar a:active {
    text-decoration: none;
    color: #006699;
    }
    #wp-calendar caption {
    text-align: center;
    color: #99CC00;
    width: 480px;
    font-size: 1.5em;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    }

    #wp-calendar th {
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

    #wp-calendar #next a {
    text-align: left;
    color: #666666;
    text-decoration: none;
    float: right;
    padding-right: 25px;
    font-size: 14px;
    margin-top: 8px;
    }

    #wp-calendar #prev a {
    text-align: left;
    color: #006699;
    text-decoration: none;
    float: left;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    #wp-calendar td {
    margin: 0px;
    padding: 0px;
    text-align: center;
    }
    #wp-calendar tf {
    margin: 0px;
    padding: 0px;
    }
    #comment_templates a:link, #comment_templates a:visited {
    color: #0099FF;
    text-decoration: none;
    }
    .com_date {
    font-size: 11px;
    color: #999999;
    text-align: left;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 400px;
    }
    #comment_templates code {
    clear: both;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 14px;
    display: block;
    text-align: left;
    font-family: Tahoma, « Trebuchet MS », « Arial Narrow »;
    color: #FBCE47;
    background-color: #292929;
    background-image: url(images/code.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 8px;
    padding-right: 45px;
    padding-bottom: 8px;
    padding-left: 2px;
    }
    #comment_templates blockquote {

    clear: both;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 5px;
    text-align: left;
    padding-top: 32px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
    background-image: url(images/quote.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #C7F071;
    }
    #validate {

    margin: 0px;
    float: left;
    width: 265px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
    color: #999999;
    }
    .akpc_pop {
    font-size: 1.2em;
    color: #FF0066;
    clear: both;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    font-weight: normal;
    letter-spacing: -1px;
    }
    .akpc_pop a:link, .akpc_pop a:visited {
    color: #999999;
    text-decoration: none;
    }
    .akpc_help {
    color: #666666;
    }

    #624681
    Stan
    Membre
    Chevalier WordPress
    114 contributions

    Ben je vois déjà une couleur différente pour les posts ?

    Entre nous, le thème est…. Bizarre… Le choix des couleurs l’est aussi. Ton widget avec les étoiles devrait être revu, car tes étoiles ont été détourées pour un fond blanc et non noir, ce qui donne un effet médiocre.

    #624682
    fibi
    Participant
    Padawan WordPress
    58 contributions

    Ce n’est pas le thème qui est en ligne sur mon blog. C’est bien parce que je ne suis pas satisfaite de celui là que je souhaites en changer.

    Une réponse pour mon problème?

    #624679
    Stan
    Membre
    Chevalier WordPress
    114 contributions

    Et bien sans voir le thème, c’est difficile, car tout dépend comment a été conçu ton thème… La CSS est une chose, la structure de la page en est une autre. Tu ne peux pas mettre un site test pour visualiser le thème ?

    #624680
    fibi
    Participant
    Padawan WordPress
    58 contributions

    Tant pis, j’ai changer de thème. J’en ai pris un sur lequel je n’avais aucune modif’ à faire et qui est plus sobre selon moi. Merci quand meme!

    #624683
    Stan
    Membre
    Chevalier WordPress
    114 contributions

    De rien…

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