Foreground.css
De erg
Révision datée du 18 juillet 2019 à 11:22 par Stéphanie Vilayphiou (discussion | contributions)
Révision datée du 18 juillet 2019 à 11:22 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: Vega; --color-a: #a700ff; --color-b: #00ab6b; } body { font-family: var(--font-body); font-size: 17px; line-height: 1.6em; } /* 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; } .button.search { background-color: transparent; border-style: solid; border-width: 2px; border-image: linear-gradient(to right, var(--color-a), var(--color-b)); border-image-slice: 1; top: 2px; position: relative; } .button.search:hover { background-color: var(--color-a); } .mw-category-generated { margin-top: 2em; } /* if no content but only listing subcategories */ .mw-parser-output:empty + .mw-category-generated h2 { display: none; } /* If only one subcategory, don't list the initial */ .mw-category-generated #mw-pages div:only-of-type h3, #mw-subcategories div:only-of-type h3 { display: none; } /* removes counting of categories */ .mw-category-generated #mw-pages p:first-of-type, #mw-subcategories p:first-of-type { display: none; } /* HEADER */ .title-name { font-family: var(--font-title); } .top-bar-section .dropdown li { width: initial; height: 2em; } /* CONTENT */ #page-content { margin: 1em; } h1, h1#firstHeading, h2, h3 { font-family: var(--font-title); font-size: 1.5em; } h1, h2, h3, h4, h5, h6 { margin-top: 2em; color: var(--color-b); } h1 { color: var(--color-a); } body.action-view #page-content a { border-image: linear-gradient(to right, var(--color-a), var(--color-b)); border-bottom-width: 2px; border-image-slice: 1; color: black; border-bottom-style: solid; } #page-content a:hover, #catlinks .label:hover { background-color: var(--color-a); color: white; } /* Removes user name */ h3#tagline { display: none; } #bodyContent { margin-top: 3em; } .group { margin-top: 5em; } #catlinks .label { border-width: 2px; border-style: solid; background-color: transparent; } /* THUMBNAILS */ .thumb.tleft { margin-right: 2em; }