MediaWiki:Gadget-MiseEnPageEspaceAide.css

Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* Auteur : Trizek */

/*** Présentation des pages d'aide ***/
.ns-12.action-view .firstHeading,
.ns-12.action-submit .firstHeading {
        max-width:890px;
        border-bottom: 1px solid #ff5d00;
        display: block;
        font-family: Arial,sans-serif;
        font-size: 2em;
        font-weight: bolder;
        margin: 1em 2em 0 1.6em;
}

/* Mise en forme général des titres et paragraphes */
.ns-12.action-view #mw-content-text,
.ns-12.action-submit #mw-content-text {
        background: #f6f6f6;
        font-size: 1.1em;
        line-height: 1.6em;
        margin: 0 3em;
        max-width: 900px;
}
 
.ns-12.action-view #mw-content-text .sans,
.ns-12.action-submit #mw-content-text .sans {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        max-width: 1000px;
}
 
.ns-12.action-view #mw-content-text p,
.ns-12.action-submit #mw-content-text p {
        padding: 0.5em 2em;
}


/* Mise en forme du sommaire */
.ns-12 #contentSub, .ns-12 .toctoggle, .ns-12 .tocnumber {display:none;}
.ns-12 .toc .toctitle {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
}
.ns-12 .toc .toctitle h2 {
        font-size: 2em;
        border:none;
        font-family: "Linux Libertine",Georgia,Times,serif;
        color: #252525;
        font-weight: normal;
}
.ns-12 .toc {
        border: none;
        background:none;
        font-size:100%;
        width: 100%;
        padding:0;
        padding-left:10px;
        padding-right:10px;
}
.ns-12 .toclevel-1 {font-weight: bold;}
.ns-12 .toclevel-2 {font-weight: normal; display: inline;}
.ns-12 .toclevel-2 + .toclevel-2::before {content: "— ";}
.ns-12 .toclevel-2 ul, .ns-12 .toclevel-3, .ns-12 .toclevel-4, .ns-12 .toclevel-5, .ns-12 .toclevel-6 {display: none;}


/* Retrait des liens "modifier" en début de section */
.ns-12 .mw-editsection {
        display: none;
}
.ns-12 h2:hover .mw-editsection,
.ns-12 h3:hover .mw-editsection,
.ns-12 h4:hover .mw-editsection,
.ns-12 h5:hover .mw-editsection,
.ns-12 h6:hover .mw-editsection {
        display: inline;        
}


/* Mise en forme des titres de niveau 2 + espacements blanc entre les sections */
.ns-12 #mw-content-text h2 {
        border:none;
        border-top: 30px solid white;
        font-family: Arial,sans-serif;
        font-size: 1.6em;
        font-weight: bold;
        margin-top: 1em;
        padding: 20px 0 0 1em;
}


/* Mise en forme des autres titres + trait horizontal et espacement entre les sous-sections */
.ns-12 #mw-content-text h3,
.ns-12 #mw-content-text h4,
.ns-12 #mw-content-text h5,
.ns-12 #mw-content-text h6 {
        border:none;
        border-top: 1px solid #DDD;
        font-family: Arial,sans-serif;
        font-weight: bold;
        margin-top: 1em;
        padding: 1em 0 0 1em;
}


/* Styles additionnels */
.ns-12 #mw-content-text ul, 
.ns-12 #mw-content-text pre, 
.ns-12 #mw-content-text dl, 
.ns-12 #mw-content-text ol {
        margin: 0 5em;
}

.ns-12 div.homonymie, 
.ns-12 div.bandeau-section {
        background-color: #d2e5f7;
        border: medium none;
        font-style: italic;
        margin: 0 0 0.7em;
        padding: 2px 0 1px 4px;
}

/* Tableauw */
.ns-12 .wikitable {
        max-width: 100%;
        table-layout:fixed;
}