MediaWiki:Mobile.css
Note : après avoir publié 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 appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/* changer les entêtes MediaWiki */
div#content h1 {font-family: 'Verdana', sans-serif ; font-weight: bold }
div#content h2 {font-family: 'Helvetica', sans-serif ; font-weight: bold ; font-size: 1.25em; }
div#content h1, div#content h2 {color:#BB0000; }
div#mw-panel div.portal h3 { color: #bb0000; }
div#simpleSearch { width: 16em; }
/* Sidebar */
/*div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li { font-size: 0.75em; }*/
/* Images responsive */
res-img {max-width:100%; height:auto; }
#mw-panel .portal .body li { line-height: 1.5em; font-size: 0.5em; }
// Enlever le mot MODIFIER des sections
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { float: right; display:none; }
.ltr .mw-editsection {float: right; display:none; }
// LOGOS BAS DE PAGE
.footer-places:before { content: '00000000000000000000' ; }
