MediaWiki:Chameleon.css

De Bayoen ! (wiki)

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
  • Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
  • Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
  • Opera : Videz le cache dans Outils → Préférences.
.spoiler {
    color: #d9edf7;
}

.spoiler div {
    visibility: hidden;
}

.spoiler:before {
    content: "SPOILER (cliquez sur cette section pour révéler le contenu)";
    color: #31708f;
    background-color: #FFF;
    margin-left: -16px;
    margin-top: -16px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    border-color: inherit;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    position: inherit;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    font-size: x-small;
}

.thumb {
    border-style: solid;
    border-width: 1px 3px 1px 3px;
    padding: 8px;
    margin: 8px;
    background-color: #d9edf7;
    border-color: #5bc0de;
    color: #31708f;
    font-size: smaller;
    text-align: center;
}

ul.gallery {
    text-align: center;
}

.gallerytext > p {
    text-align: center;
}

li.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #5bc0de;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-style: none;
    border-bottom-style: none;
    background-color: #d9edf7;
    margin: 2px;
}

#p-contentnavigation > li > ul > li > a {
    font-size: smaller;
}

#content {
    padding-left: 8px;
    padding-right: 8px;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top left, #F4F8FA 0%, #FFFFFF 400px);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top left, #F4F8FA 0%, #FFFFFF 400px);

    /* Opera */ 
    background-image: -o-linear-gradient(top left, #F4F8FA 0%, #FFFFFF 400px);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #F4F8FA), color-stop(1, #FFFFFF));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top left, #F4F8FA 0%, #FFFFFF 400px);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom right, #F4F8FA 0%, #FFFFFF 400px);
}