Foreground.css : Différence entre versions
De erg
| Ligne 13 : | Ligne 13 : | ||
| font-family: var(--font-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; | ||
| + | } | ||
| + | |||
| + | /* HEADER */ | ||
| .title-name { | .title-name { | ||
| font-family: var(--font-title); | font-family: var(--font-title); | ||
| } | } | ||
| − | + | .top-bar-section .dropdown li { | |
| − | + | width: initial; | |
| + | height: 2em; | ||
| } | } | ||
| + | |||
| + | /* CONTENT */ | ||
| h1, h1#firstHeading, h2 { | h1, h1#firstHeading, h2 { | ||
| font-family: var(--font-title); | font-family: var(--font-title); | ||
| Ligne 28 : | Ligne 45 : | ||
| #page-content { | #page-content { | ||
| margin: 1em; | margin: 1em; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| } | } | ||
Version du 16 juillet 2019 à 15:04
@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;
}
/* 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;
}