Foreground.css : Différence entre versions
De erg
Ligne 14 : | Ligne 14 : | ||
font-size: 17px; | font-size: 17px; | ||
line-height: 1.6em; | line-height: 1.6em; | ||
+ | } | ||
+ | a { | ||
+ | border-image: linear-gradient(to right, #009900, #f00df0); | ||
+ | text-decoration: none; | ||
} | } | ||
/* INTERFACE */ | /* INTERFACE */ |
Version du 18 juillet 2019 à 10:52
@font-face { font-family: Combined; src: url("/mw/skins/foreground/assets/fonts/combined.otf"); } :root { --font-title: Combined; --font-body: Vega; --color-link: blue; } body { font-family: var(--font-body); font-size: 17px; line-height: 1.6em; } a { border-image: linear-gradient(to right, #009900, #f00df0); text-decoration: none; } /* 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 { } .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; } /* Removes user name */ h3#tagline { display: none; } #bodyContent { margin-top: 3em; } /* THUMBNAILS */ .thumb.tleft { margin-right: 2em; }