Foreground.css
De erg
Révision datée du 16 juillet 2019 à 15:11 par Stéphanie Vilayphiou (discussion | contributions)
Révision datée du 16 juillet 2019 à 15:11 par Stéphanie Vilayphiou (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é & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
@font-face { font-family: Combined; src: url("/mw/skins/foreground/assets/fonts/combined.otf"); } :root { --font-title: Combined; --font-body: ABeeZee; --color-link: blue; } body { font-family: var(--font-body); } /* INTERFACE */ a#actions-button { margin-top: -1em; } .fa, button, .button, .top-bar-section ul li > a { font-family: var(--font-body); } .fa::before { font-family: FontAwesome; } .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { width: 70vw; } /* HEADER */ .title-name { font-family: var(--font-title); } .top-bar-section .dropdown li { width: initial; height: 2em; } /* CONTENT */ h1, h1#firstHeading, h2 { font-family: var(--font-title); font-size: 1.5em; } h3#tagline { display: none; } #page-content { margin: 1em; }