MediaWiki:Common.css
Révision datée du 31 mai 2020 à 20:23 par Pierrelucverville (discussion | contributions)
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é et sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* Le CSS placé ici sera appliqué à tous les habillages. */ head { background-color: white; } panel { background-color: nore; } element.style { background-color: white; } #mw-page-base { background: linear-gradient(white, white); } body { width:80%; text-align: center; margin-top: 1em; margin: auto; position:relative; background-color: white; font-family: georgia; font } div { text-align: left; } body #ca-delete { display: none !important; } .vectorTabs .new a, .vectorTabs .new a:visited { color: black; } #searchInput { border: none } #footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important} div#content { border-left: 1px solid gray; } .mw-body { border: 0px; } .vectorTabs, .vectorTabs span, #mw-head .vectorMenu h3 { background-color: white; background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,white 100%); } #mw-panel .portal .body li { margin: 0; padding: 0.25em 0; font-size: 0.8em; line-height: 1.5em; word-wrap: break-word; } h1, h2, h3, h4, h5, h6 { border-bottom: 1px solid gray; }