• # !important

    Posté par . En réponse au message Css et stylish. Évalué à 3.

    J'ai eu le même soucis avec stylish.
    La solution est de rajouté !important a la fin de chaque règle CSS.

    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("forums.cirad.fr") {
    .code {
     font-family: Courier, 'Courier New', sans-serif !important; font-size: 11px !important; color: #624949 !important;
     background-color: #808080 !important; border: #D1D7DC!important; border-style: solid!important;
     border-left-width: 1px !important; border-top-width: 1px !important; border-right-width: 1px!important; border-bottom-width: 1px !important
     }
    }