Utilisateur:Inowsla/common.css

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 : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
body {

    margin: 0;
    font-family: "loraregular","sans-serif" !important;
    background-color: #cecf9a;;
    font-size: 100%;

}

#mw-page-base, #mw-head-base, #mw-navigation, #footer, #siteSub, sup.reference, .mw-editsection, .mw-editsection-like, #References, .references {
}

#footer, #catlinks, #mw-panel {
	display : none ;
}

.mw-body {
    margin: 10em !important;
    margin-top: 10em !important;
    border: 0px solid #a7d7f9 !important;
    border-right-width: 0px !important;
    background-color: #fff6 !important;
}

.firstHeading {
    overflow: visible !important;
    font-family: "montserratbold" !important;
    /* caption-side: bottom; */
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: block !important;
    font-size: 38px !important;
    text-align: center !important;
    border-bottom: 0px solid #a2a9b1 !important;
}

.mw-body-content {
	font-size: 120% !important;
}

.mw-body, .parsoid-body {
    background-color: #fff6 !important;

}