Impossible de changer une couleur (Créer un compte)

  • Statut : non résolu
11 sujets de 1 à 11 (sur un total de 11)
  • Auteur
    Messages
  • #492805
    Kahel
    Membre
    Padawan WordPress
    60 contributions

    Bonjour,

    Ma configuration WP actuelle
    – Version de WordPress : 3.1
    – Version de PHP/MySQL : Mysql5
    – Thème utilisé : Magpress
    – Extensions en place : —
    – Nom de l’hebergeur : Ovh
    – Adresse du site : http://www.**********

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

    Bonjour à tous,

    après avoir cherché pendant plusieurs jours j’en arrive à me dire que finalement ce n’est pas possible mais je vous adresse cette requete.

    Sur mon site http://www.*******.com, je n’arrive pas a changer la couleur de fond des boutons :
    ACCUEIL
    A PROPOS DE NOUS
    ASTUCES
    ARNAQUES
    LEGISLATION
    F.A.Q
    PARTENAIRES
    CONTACT

    La couleur de fond est bleue, alors que je la voudrai noire. La bande dorée derrière doit rester telle quelle.
    J’ai cherché dans toutes les feuilles, j’ai beau eu taper la couleur bleue dans toute les pages, pas moyen de la trouver.

    Deuxieme question, j’aimerai changer la police et la taille de la police dans mes articles, ou cela se trouve t-il ? 🙂

    Merci ^^

    #762241
    zenok
    Membre
    Chevalier WordPress
    314 contributions

    dans ta feuille de style dropmenu.css

    #dropmenu li a {
    background-color: #507C92;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 6px 9px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    }

    change la valeur de background-color: #507C92; en background-color: #000;

    #762242
    Kahel
    Membre
    Padawan WordPress
    60 contributions

    Ah il faut donc que j’édite un fichier css et non pas dans l’editeur du theme en lui même ?

    #762243
    abds69
    Participant
    Padawan WordPress
    62 contributions

    Dans l’éditeur du theme ta CSS est en bas de la liste et s’appelle style.css le plus souvent.

    #762244
    Kahel
    Membre
    Padawan WordPress
    60 contributions

    Le probleme c’est que dans mon style.css, y’a pas drop menu :D

    /*
    Theme Name: Bluemoz
    Theme URI: http://www.magpress.com/wordpress-themes/bluemoz.html
    Description: Bluemoz is a 3 columns fixed width WordPress theme developed by MagPress. This theme comes with an easy to use theme options, built-in smoothgallery slider, latest posts from category with thumbnails, Youtube video, adsense ready, twitter ready and many more.
    Author: Ronald KSY
    Author URI: http://www.magpress.com
    Tags: white,blue,three-columns,right-sidebar,fixed-width,widget-ready,adsense-ready,twitter-ready,video-ready,theme-options,threaded-comments

    Bluemoz
    <blockquote class="wp-embedded-content" data-secret="7KJprNtcNs"><a href="http://www.magpress.com/wordpress-themes/bluemoz.html">BlueMoz</a></blockquote><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="http://www.magpress.com/wordpress-themes/bluemoz.html/embed#?secret=7KJprNtcNs" data-secret="7KJprNtcNs" width="600" height="338" title="“BlueMoz” — MagPress" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>

    This theme was designed and built by Ronald KSY,
    whose blog you will find at http://www.magpress.com/

    The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 United States License:
    http://creativecommons.org/licenses/by-sa/3.0/us/
    */

    body {
    padding: 0px;
    width: 100%;
    font-size: 1em;
    background-color: #000000;
    background-repeat: repeat;
    margin-top: 2em;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: « Century Gothic », Verdana, Tahoma;
    }
    .clearfix {
    clear: both;
    }
    .alignleft {
    text-align: left;
    float: left;
    }
    .alignright {
    text-align: right;
    float: right;
    }
    .center {
    margin: 0px auto;
    clear: both;
    }
    p img {
    padding: 0;
    max-width: 100%;
    }
    img.alignleft {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 5px solid #ffffff;
    padding: 0px;
    margin-left: 0px;
    }
    img.alignright {
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    margin-bottom: 7px;
    border: 5px solid #ffffff;
    padding: 0px;
    margin-right: 0px;
    }
    img.aligncenter {
    margin-top: 7px;
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    display: block;
    border: 5px solid #ffffff;
    padding: 0px;
    clear: both;
    }
    .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .wp-caption {
    text-align: center;
    padding-top: 5px;
    background-color: #000066;
    border: 1px solid #B9121B;
    margin: 10px;
    }
    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 1px solid #D5D5D5;
    }
    .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    color: #000000;
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 5px;
    padding-left: 4px;
    }
    pre {
    padding: 10px;
    clear: both;
    width: auto;
    overflow: scroll;
    font-family: « Courier New », « MS Sans Serif », sans-serif, serif;
    color: #000000;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
    border: 1px solid #EEEEEE;
    background-color: #000066;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    }
    em {
    font-style: italic;
    }
    code {
    font-family: « Courier New », « MS Sans Serif », sans-serif, serif;
    font-size: 1.025em;
    }
    #sidebar-left select, #sidebar-right select, #sidebar select {
    padding: 1px;
    font-weight: bold;
    width: 98%;
    border: 1px solid #CCCCCC;
    color: #181919;
    background: #FFFFFF;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    height: auto;
    display: block;
    }
    blockquote p {
    line-height: 22px;
    }

    blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    color: #B1B1B1;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #B1B1B1;
    }
    blockquote cite {
    margin: 5px 0 0;
    display: block;
    }
    acronym, abbr, span.caps {
    cursor: help;
    }

    acronym, abbr {
    border-bottom: 1px dashed #999999;
    }
    #wrapper {
    padding: 0px;
    height: auto;
    width: 1100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    }
    #container {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    }

    #header {
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 2em;
    margin-left: 0px;
    }
    #siteinfo {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 30%;
    text-align: left;
    }
    #siteinfo a {
    color: #333333;
    text-decoration: none;

    }
    #siteinfo a:hover {
    text-decoration: underline;

    }
    #siteinfo img {
    border: 0 none;
    }
    #siteinfo h1 {
    font-size: 3em;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    }
    #siteinfo h2 {
    font-size: 0.9em;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    }
    #topbanner {
    margin: 0px;
    padding: 0px;
    float: right;
    height: auto;
    width: 69%;
    overflow: hidden;
    text-align: right;
    }
    #topbanner img {
    border: 0 none;
    }#navigation {
    margin: 0px;
    clear: both;
    height: auto;
    width: auto;
    background-color: #DAA520;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    }
    #breadcrumbs {
    clear: both;
    height: auto;
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    display: block;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-weight: bold;
    }
    #breadcrumbs a {
    color: #DAA520;
    text-decoration: none;
    font-weight: bold;
    }
    #breadcrumbs a:hover {
    text-decoration: underline;
    font-weight: bold;
    }
    #main {
    padding: 5px;
    clear: both;
    height: auto;
    width: auto;
    background-color: #000000;
    margin: 0px;
    }
    #featured {
    padding: 2px;
    clear: both;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    background-color: #ffffff;
    border: 1px solid #DAA520;
    }
    #featured-heading {
    display: block;
    height: auto;
    width: auto;
    color: #FFFFFF;
    font-size: 1.5em;
    background-color: #DAA520;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    font-weight: bold;
    }
    #content {
    float: left;
    width: 50%;
    padding: 0px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3em;
    margin-left: 0px;
    }
    #sidebar {
    padding: 0px;
    float: right;
    height: auto;
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3em;
    margin-left: 0px;
    }
    #sidebarinner {
    padding: 0px;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    }
    #sidebar-left {
    padding: 0px;
    float: left;
    height: auto;
    width: 50%;
    margin: 0px;
    overflow: hidden;
    }
    #sidebar-right {
    margin: 0px;
    padding: 0px;
    float: right;
    height: auto;
    width: 49%;
    overflow: hidden;
    }
    #post-entry {
    margin: 0px;
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    }
    .post-meta {
    clear: both;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    background-color: #ffffff;
    border: 1px solid #9A2833;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 8px;
    padding-left: 3px;
    position: relative;
    }
    .post-meta h1#page {
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .post-meta h1, .post-meta h2 {
    clear: both;
    height: auto;
    width: auto;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    line-height: 28px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #9A2833;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;

    }
    .post-meta h1 a, .post-meta h2 a {
    color: #9A2833;
    text-decoration: none;
    display: block;

    }
    .post-meta h1 a:hover, .post-meta h2 a:hover {
    text-decoration: none;
    color: #daa520;

    }
    .post-meta span {

    }
    .post-img {
    overflow: hidden;
    float: left;
    }
    .post-img img {
    border: 3px solid #ffffff;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    }
    .post-date {
    padding: 0px;
    width: auto;
    height: auto;
    font-size: 13px;
    color: #666666;
    clear: right;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 18px;
    font-weight: bold;
    }
    .post-date-single {
    padding: 0px;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #000000;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    clear: both;
    }
    .post-date a, .post-date-single a {
    color: #006699;
    text-decoration: none;

    }
    .post-date a:hover, .post-date-single a:hover {
    text-decoration: none;
    color: #38434B;

    }
    .post-content {
    padding: 0px;
    clear: right;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: bold;
    }
    .post-content-single {
    padding: 0px;
    clear: right;
    width: auto;
    height: auto;
    font-size: 13px;
    color: #000000;
    line-height: 22px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-align: justify;
    }
    .post-content-single p, .post-content-single span {
    background-image: none;
    }
    .post-content-single h1 {
    background-image: none;
    background-color: #9A2833;
    font-size: 2.5em;
    display: block;
    clear: both;
    padding-left: 0px;
    line-height: 1.5em;
    }
    .post-content-single h2 {
    background-image: none;
    background-color: transparent;
    font-size: 2em;
    display: block;
    clear: both;
    padding-left: 0px;
    line-height: 1.5em;
    }
    .post-content-single h3 {
    font-size: 1.8em;

    }
    .post-content-single h4 {
    font-size: 1.6em;

    }
    .post-content-single h5 {
    font-size: 1.4em;

    }
    .post-content-single h6 {
    font-size: 1.2em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ECE9D8;

    }
    .post-content a, .post-content-single a {
    color: #006699;
    text-decoration: none;

    }
    .post-content a:hover, .post-content-single a:hover {
    text-decoration: underline;

    }
    .post-com {
    background-image: url(images/comment.png);
    background-repeat: no-repeat;
    height: 19px;
    width: auto;
    display: block;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 22px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    background-color: transparent;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    }

    .post-com a {
    color: #000000;
    text-decoration: none;

    }
    .post-com a:hover {
    text-decoration: underline;

    }
    .adsense-loop {
    display: block;
    clear: both;
    height: auto;
    width: auto;
    padding: 5px;
    background-color: #EEEEEE;
    border: 1px solid #D5D5D5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    }
    .adsense-single {
    display: block;
    clear: both;
    height: auto;
    width: auto;
    margin: 10px;
    padding: 0px;
    }

    #post-navigator {
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    display: block;
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    font-size: 10px;
    }

    .wp-pagenavi {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: left;
    padding-top: 0.5em;
    padding-right: 0px;
    padding-bottom: 0.5em;
    padding-left: 0px;
    height: auto;
    }
    .pages {
    color: #DAA520;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    width: auto;
    position: relative;
    height: auto;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #DAA520;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }
    .current {
    color: #FFFFFF;
    width: auto;
    position: relative;
    height: auto;
    margin: 0px;
    background-color: #daa520;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    }
    .wp-pagenavi a {
    color: #FFFFFF;
    text-decoration: none;
    height: auto;
    width: auto;
    margin: 0px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    background-color: #DAA520;
    display: inline;
    }
    .wp-pagenavi a:hover {
    color: #FFFFFF;
    background-color: #daa520;

    }
    #post-navigator .alignleft a, #post-navigator .alignright a {
    color: #FFFFFF;
    margin: 0px;
    height: auto;
    width: auto;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-decoration: none;
    display: block;
    background-color: #daa520;
    }
    #post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #daa520;
    }
    #post-navigator-single {
    width: 100%;
    font-size: 11px;
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    clear: both;
    padding: 0%;
    font-weight: bold;
    color: #000000;
    height: auto;
    }
    #post-navigator-single .alignleft {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 45%;
    overflow: hidden;
    text-align: left;
    height: auto;
    }
    #post-navigator-single .alignright {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 45%;
    overflow: hidden;
    text-align: right;
    height: auto;
    }
    #post-navigator-single a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    }
    #post-navigator-single a:hover {
    text-decoration: underline;
    color: #426779;
    }

    #searchbox {
    clear: both;
    display: block;
    padding: 3px;
    background-color: #000000;
    }
    #searchform {
    width: 99%;
    padding: 0px;
    margin: 0px;
    height: auto;
    background-color: #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }
    #searchform .sbm-b {
    color: #000000;
    font-size: 1em;
    clear: both;
    text-decoration: none;
    margin: 0px;
    width: 99%;
    display: block;
    background-image: none;
    background-color: transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 5px;
    height: auto;
    }
    #featured-category, #related-category {
    clear: both;
    }
    .featured-cat-entry, .related-cat-entry {
    clear: both;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    }
    .featured-cat-entry h5, .related-cat-entry h5 {
    width: auto;
    display: block;
    height: auto;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: capitalize;
    clear: both;
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    margin: 0px;
    background-color: #DAA520;
    font-weight: bold;
    }
    .featured-cat-meta, .related-cat-meta {
    width: 98%;
    height: auto;
    clear: both;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DAA520;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    }
    .featured-cat-img, .related-cat-img {
    padding: 0px;
    width: auto;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    float: left;
    height: auto;
    border: 2px solid #000000;
    text-align: center;
    }
    .featured-cat-img img, .related-cat-img img {
    display: block;
    border: 0 none;
    }
    .featured-cat-meta h2, .related-cat-meta h2 {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    display: block;
    clear: right;
    line-height: 17px;
    }
    ul.sidebar_list .featured-cat-meta h2 a, ul.sidebar_list .related-cat-meta h2 a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;

    }
    ul.sidebar_list .featured-cat-meta h2 a:hover, ul.sidebar_list .related-cat-meta h2 a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #DAA520;
    }
    .featured-cat-date, .related-cat-date {
    font-size: 10px;
    text-decoration: none;
    color: #666666;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    display: block;
    line-height: 14px;
    clear: right;
    }
    .featured-cat-date a, .related-cat-date a {
    color: #5D8FA8;
    text-decoration: none;
    }
    .featured-cat-date a:hover, .related-cat-date a:hover {
    text-decoration: underline;
    }
    .featured-cat-meta p, .related-cat-meta p {
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: block;
    width: auto;
    text-align: justify;
    line-height: 14px;
    height: auto;
    clear: right;
    }
    .featured-cat-meta p a, .related-cat-meta p a {
    color: #000000;
    text-decoration: none;
    }
    .featured-cat-meta p a:hover, .related-cat-meta p a:hover {
    text-decoration: underline;
    }
    ul.sidebar_list {
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    color: #DAA520;
    }
    ul.sidebar_list h6 {
    width: auto;
    display: block;
    height: auto;
    font-size: 0.9em;
    color: #FFFFFF;
    text-transform: capitalize;
    clear: both;
    margin: 0px;
    background-color: #DAA520;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    }
    ul.sidebar_list li {
    width: auto;
    list-style-type: none;
    height: auto;
    clear: both;
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
    }
    ul.sidebar_list li ul {
    list-style-type: none;
    clear: both;
    height: auto;
    width: auto;
    margin-top: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-left: 7px;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    }
    ul.sidebar_list li ul li {
    list-style-type: none;
    font-size: 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
    color: #000000;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
    border-bottom-color: #D5D5D5;
    padding-right: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    clear: both;
    height: auto;
    width: auto;
    line-height: 16px;
    }
    ul.sidebar_list li ul li ul {
    margin: 0px;
    clear: both;
    list-style-type: none;
    height: auto;
    width: 100%;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    ul.sidebar_list li ul li ul li {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 0.9em;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    clear: both;
    list-style-type: none;
    width: auto;
    height: auto;
    line-height: 20px;
    background-position: 0px 3px;
    }
    ul.sidebar_list li ul li ul li ul {
    margin: 0px;
    clear: both;
    list-style-type: none;
    height: auto;
    width: 100%;
    padding: 0px;
    }
    ul.sidebar_list li ul li ul li ul li {
    font-size: 0.8em;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    clear: both;
    padding-bottom: 0px;
    height: auto;
    width: auto;
    line-height: 20px;
    }
    ul.sidebar_list li a {
    color: #000000;
    text-decoration: none;
    }
    ul.sidebar_list li a:hover {
    color: #DAA520;
    text-decoration: underline;
    }
    ul.sidebar_list li div {
    list-style-type: none;
    background-image: none;
    }
    ul.sidebar_list li div a {}
    ul.sidebar_list li div a:hover {}
    .widget_categories ul li:before, .widget_pages ul li:before, .widget_archive ul li:before, .widget_links ul li:before, .widget_meta ul li:before, .widget_recent_entries ul li:before, .widget_rss ul li:before {}
    .widget_categories a, .widget_pages a, .widget_archive a, .widget_links a, .widget_meta a, .widget_recent_entries a, .widget_rss li a {

    }
    .widget_categories a:hover, .widget_pages a:hover, .widget_archive a:hover, .widget_links a:hover, .widget_meta a:hover, .widget_recent_entries a:hover, .widget_rss li a:hover {

    }
    li.widget_categories, li.widget_pages, li.widget_archive, li.widget_links, li.widget_meta, li.widget_recent_entries, li.widget_rss, li.widget_hottopics, li.widget_recent_comments {
    }
    #calendar_wrap {
    margin: 0px;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #000000;
    }

    #wp-calendar {
    text-align: center;
    margin: 0px;
    width: 100%;
    font-size: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #000000;
    }
    #wp-calendar caption {
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    }
    #wp-calendar a {
    text-decoration: none;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
    display: block;
    font-weight: bold;
    color: #5D8FA8;
    }
    #wp-calendar a:hover {
    text-decoration: none;
    color: #38434B;
    }
    #wp-calendar #prev {
    text-align: left;
    margin: 0px;
    padding: 0px;
    }
    #wp-calendar #next {
    text-align: right;
    margin: 0px;
    padding: 0px;
    }
    #recentcomments {
    clear: both;
    height: auto;
    width: auto;
    display: block;
    margin-top: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-left: 7px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    }
    #recentcomments .recentcomments {
    line-height: 18px;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0px;
    clear: both;
    height: auto;
    width: auto;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    display: block;
    color: #000000;
    }
    #recentcomments .recentcomments a {
    color: #5D8FA8;
    text-decoration: none;
    }
    #recentcomments .recentcomments a:hover {
    text-decoration: underline;
    }
    .sidebar_list .widget_rss .widgettitle .rsswidget {
    color: #FFFFFF;
    text-decoration: none;
    background-image: none;
    }

    .sidebar_list .widget_rss .widgettitle .rsswidget:hover {
    text-decoration: underline;
    }
    .sidebar_list .widget_rss .widgettitle .rsswidget img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: baseline;
    }
    .sidebar_list .widget_rss .widgettitle .rsswidget .rss-date {
    clear: both;
    font-size: 10px;
    color: #5D8FA8;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    }
    .sidebar_list .widget_rss .widgettitle .rsswidget .rssSummary {
    font-size: 11px;
    color: #000000;
    text-align: justify;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    }
    .widget_recentcomments_gravatar {
    width: 100%;
    list-style-type: none;
    height: auto;
    clear: both;
    padding: 0px;
    background-image: none;
    margin: 0px;
    }
    .widget_recentcomments_gravatar .noarrow {
    background-image: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    }

    .widget_recentcomments_gravatar ul {
    height: auto;
    width: 100%;
    clear: both;
    background-image: none;
    display: block;
    list-style-type: none;
    padding: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    }
    .widget_recentcomments_gravatar ul li {
    clear: both;
    padding: 0px;
    height: auto;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    border-bottom-color: #D5D5D5;
    list-style-type: none;
    margin: 0px;
    background-image: none;

    }

    .widget_recentcomments_gravatar img {
    float: left;
    margin-top: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    border: 3px solid #F7F7F7;

    }
    .widget_recentcomments_gravatar .com-info {
    padding: 0px;
    height: auto;
    width: 75%;
    float: left;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;

    }

    .widget_recentcomments_gravatar .com-info .comy {
    color: #000000;
    display: block;
    padding: 0px;
    height: auto;
    width: 100%;
    margin: 0px;
    font-size: 13px;


    }
    .widget_recentcomments_gravatar .com-info .comy span {
    color: #5D8FA8;
    text-decoration: none;
    font-weight: bold;
    }

    .widget_recentcomments_gravatar .com-info .comy a {
    color: #5D8FA8;
    text-decoration: none;

    }
    .widget_recentcomments_gravatar .com-info .comy a:hover {
    text-decoration: underline;
    color: #000000;

    }
    .widget_recentcomments_gravatar .com-info .comtext {
    line-height: 14px;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;


    }
    .widget_recentcomments_gravatar .com-info .comtext a {
    text-decoration: none;
    color: #000000;

    }
    .widget_recentcomments_gravatar .com-info .comtext a:hover {
    text-decoration: none;
    color: #5D8FA8;

    }
    .widget_hottopics {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    clear: both;
    }
    .widget_hottopics ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    list-style-type: none;
    }
    .widget_hottopics li {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    color: #000000;
    }
    .widget_hottopics li a {
    text-decoration: none;
    font-size: 13px;

    }
    .widget_hottopics li a:hover {
    text-decoration: underline;

    }
    ul.sidebar_list .widget_hottopics .total-com {
    color: #5D8FA8;
    }
    .widget_tag_cloud div {
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    margin: 0px;

    }
    .widget_tag_cloud a {
    color: #FFFFFF;
    text-decoration: none;
    }
    .widget_tag_cloud a:hover {
    color: #82E0FF;
    text-decoration: none;
    }
    .textwidget {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    text-align: justify;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
    }
    ul.sidebar_list .textwidget a {
    color: #DAA520;
    text-decoration: none;
    font-weight: bold;
    }
    ul.sidebar_list .textwidget a:hover {
    text-decoration: underline;
    }
    ul.sidebar_list .textwidget img {
    text-align: center;
    display: block;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    }
    .videobox {
    display: block;
    text-align: center;
    padding: 0px;
    clear: both;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    }
    #twitter {
    clear: both;
    height: auto;
    width: auto;
    }
    #twitterinner {
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px dashed #72CEEA;
    }

    #twitter #twitter-heading {
    clear: both;
    height: 39px;
    width: auto;
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 55px;
    font-size: 10px;
    line-height: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #72CEEA;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000000;
    }
    #twitter #twitter-heading a {
    color: #72CEEA;
    text-decoration: none;
    text-transform: uppercase;
    }
    #twitter #twitter-heading a:hover {
    text-decoration: underline;
    }
    #twitter_update_list {
    width: auto;
    clear: both;
    height: auto;
    margin: 0px;
    padding: 5px;
    }
    #twitter_update_list p {
    width: 100%;
    display: block;
    clear: both;
    height: auto;
    font-size: 10px;
    line-height: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #72CEEA;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-weight: bold;
    }
    #twitter_update_list span {
    margin: 0px;
    padding: 0px;
    }
    #twitter_update_list a {
    color: #72CEEA;
    text-decoration: none;
    font-weight: bold;
    }
    #twitter_update_list a:hover {
    text-decoration: underline;
    }
    #sponsorbox {
    clear: both;
    height: auto;
    width: auto;

    }
    #sponsor-inner {
    text-align: center;
    clear: both;
    height: auto;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    }

    #sponsorbox ul {
    list-style-type: none;
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
    }
    #sponsorbox li {
    height: 125px;
    width: 125px;
    display: inline;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
    background-image: none;
    margin: 0px;
    padding: 0px;
    }
    #sponsorbox img {
    border: 0 none;
    margin-bottom: 2px;
    height: 125px;
    width: 125px;
    }
    ul#archives {
    height: auto;
    width: auto;
    list-style-type: none;
    clear: both;
    padding: 10px;
    margin: 0px;
    background-color: #EEEEEE;
    border: 1px solid #D5D5D5;
    }
    ul#archives h6 {
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    color: #5D8FA8;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 1.3em;
    }
    ul#archives li {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    list-style-type: none;
    }

    ul#archives li ul {
    height: auto;
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
    }
    ul#archives li ul li {
    list-style-type: square;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    height: auto;
    width: auto;
    padding: 0px;
    font-weight: bold;
    color: #000000;
    }
    ul#archives li ul li ul {
    margin: 0px;
    height: auto;
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    }
    ul#archives a {
    color: #000000;
    text-decoration: none;

    }
    ul#archives a:hover {
    text-decoration: underline;
    color: #5D8FA8;
    }
    ul#links {
    height: auto;
    width: auto;
    list-style-type: none;
    clear: both;
    padding: 10px;
    margin: 0px;
    background-color: #DAA520;
    border: 1px solid #DAA520;
    }
    ul#links h6 {
    padding: 0px;
    clear: both;
    height: auto;
    width: 100%;
    color: #DAA520;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 2em;
    }
    ul#links li {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    }
    ul#links li ul {
    list-style-type: none;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    }
    ul#links li ul li {
    margin: 0px;
    height: auto;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    font-weight: bold;
    }
    ul#links li ul li ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    }
    ul#links li a {
    color: #000000;
    text-decoration: none;

    }
    ul#links li a:hover {
    text-decoration: underline;
    color: #5D8FA8;
    }
    #footer {
    clear: both;
    height: auto;
    width: auto;
    font-size: 11px;
    background-color: #DAA520;
    margin: 0px;
    padding: 10px;
    color: #FFFFFF;
    }
    #footer-left {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 49%;
    text-align: left;
    }
    #footer-right {
    margin: 0px;
    padding: 0px;
    float: right;
    height: auto;
    width: 49%;
    text-align: right;
    }
    #footer a {
    color: #FFFFFF;
    text-decoration: none;

    }
    #footer a:hover {
    text-decoration: underline;

    }
    #footer #credit {
    font-size: 9px;
    }

    #762245
    zenok
    Membre
    Chevalier WordPress
    314 contributions

    normal pusque , plus haut, je t’ai dit qu’il fallait modifier dropmenu.css et pas style.css !!

    #762246
    Kahel
    Membre
    Padawan WordPress
    60 contributions

    Bah ouais mais j’ai pas dropmenu.css ^^

    #762247
    zenok
    Membre
    Chevalier WordPress
    314 contributions
    #762248
    Kahel
    Membre
    Padawan WordPress
    60 contributions

    Ah, mais c’est pas dans l’editeur alors ^^ Mes excuses, je vais modifier ça alors 🙂

    Merci beaucoup ^^

    #762249
    zenok
    Membre
    Chevalier WordPress
    314 contributions

    y’a pas de soucis!!!! ça devrait fonctionner maintenant.

    #762250
    Kahel
    Membre
    Padawan WordPress
    60 contributions

    ça fonctionne ! merci beaucoup !

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