MediaWiki:Common.css
De Forum Wikimedecine
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.
/* Le CSS placé ici sera appliqué à tous les habillages. */ /* mise en forme de l'extension popup */ .mwe-popups-settings-button { display: none !important; } /* Couleurs du texte et liens du footer */ #footer a:link { color: #0645AD !important; } #footer a:visited { color: #0645AD !important; } #footer a:hover, #footer a:active { color: #013487 !important; text-decoration: underline !important; } /* Couleurs des liens des articles */ .mw-body-content a:link { color: #1A6EF4; } .mw-body-content a:visited { color: #0645AD; } .mw-body-content a:hover, .mw-body-content a:active { color: #013487 ; text-decoration: underline; } /* Cache la boîte d'impression */ #p-coll-print_export { display: none !important; } /* Cache les outils généraux */ #outils { display: none; } /* Cache les outils personnels */ #personal-tools-dropdown { display: none; } /* Cache les fonctionnalités superflues de MultiMediaViewer d'images */ .mw-mmv-dialog, .mw-mmv-download-dialog, .mw-mmv-warning-visible, .magnify, .mw-mmv-download-button, .mw-mmv-options-button, .mw-mmv-reuse-button, .mw-mmv-stripe-button-container, .mw-mmv-image-metadata, .mw-mmv-download-dialog, .mw-mmv-warning-visible { display: none !important; } .mw-mmv-next-image, .mw-mmv-prev-image, .mw-mmv-close, .mw-mmv-fullscreen { background-color: transparent !important; } /* Adapte la hauteur de l'Editeur Visuel */ .ve-ui-toolbar-floating > .oo-ui-toolbar-bar { top: 45px !important; } /* Formatage des titres */ h1 { font-size: 1.875em !important; font-weight: 500; } h2 { font-size: 1.5em; } h3 { font-size: 1.1em; font-weight: 600; } h4 { font-size: 1.1em; } /* Formatage des tags de catégories */ #catlinks a { color: #9e0d3c; } #catlinks { border: none !important; } .label { color: #9e0d3c !important; background-color: #FFDEE9 !important; border-radius: 5px !important; } .label a { color: #9e0d3c !important; } /* supression des bordures des tableaux html */ #contenu table { border: none; } #sidebar table { border: none !important; } /* Formatage des boutons */ .button { color: #FFFFFF !important; background-color: #D81E5B !important; border-radius: 5px !important; box-shadow: 2px 3px 3px #FFD1E0 !important; padding: 8px 20px; } .button a { color: #FFFFFF !important; } .button:hover { background-color: #BB1A4F !important; text-decoration: none !important; } .button2 { color: #FFFFFF !important; background-color: #1a73e8 !important; border-radius: 5px !important; padding: 8px 20px; box-shadow: 2px 5px 4px #569efc !important; } .button2 a { color: #FFFFFF !important; } .button2:hover { background-color: #1269db !important; text-decoration: none !important; } .button3 { color: #FFFFFF !important; background-color: #0a2342 !important; border-radius: 5px !important; box-shadow: 2px 3px 3px #295287 !important; padding: 8px 20px; } .button3 a { color: #FFFFFF !important; } .button3:hover { background-color: #041224 !important; text-decoration: none !important; } .button4 { color: black !important; border: 1px solid black; background-color: #FFFFFF !important; border-radius: 5px !important; box-shadow: none !important; padding: 8px 20px; } .button4 a { color: #000000 !important; } .button4:hover { background-color: #F5F5F5 !important; text-decoration: none !important; } /* Formatage des bouton de l'input box (recherche accueil) */ .mw-ui-button { color: #FFFFFF !important; background-color: #1a73e8 !important; border-radius: 5px !important; padding: 8px 20px !important; box-shadow: 2px 5px 4px #569efc !important; border-width: 0 !important; font-family: "Helvetica Neue" !important; font-weight: normal !important; font-size: 1rem !important; } .mw-ui-button a { color: #FFFFFF !important; } .mw-ui-button:hover { background-color: #1269db !important; } /* Formatage de mermaid */ .flowchart-link { stroke: black !important; } #flowchart-pointEnd { stroke:black !important; fill:black !important; } /* Corrige les sauts de textes dans les messages du forum */ td.mw-wikiforum-thread-main, td.mw-wikiforum-thread-sub { word-wrap: break-word; word-break: normal; table-layout: fixed; }