« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
/* Style pour le boîtier de documentation */ | /* Style pour le boîtier de documentation */ | ||
@font-face { | |||
font-family: 'EB Garamond'; | |||
src: url('/images/fonts/EBGaramond-Regular.otf') format('opentype'); | |||
font-weight: 400; | |||
} | |||
@font-face { | |||
font-family: 'EB Garamond'; | |||
src: url('/images/fonts/EBGaramond-Bold.otf') format('opentype'); | |||
font-weight: 700; | |||
} | |||
.template-documentation { | .template-documentation { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
| Ligne 137 : | Ligne 149 : | ||
.vector-header-start .mw-logo { | .vector-header-start .mw-logo { | ||
width: 90px !important; | width: 90px !important; | ||
} | |||
.mw-logo-wordmark { | |||
font-family: 'EB Garamond', serif !important; | |||
font-size: 1.3em !important; | |||
} | } | ||