Modifications

Aller à la navigation Aller à la recherche
759 octets ajoutés ,  14 septembre 2021 à 22:08
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. */
 +
 +
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 +
 +
h1, h2, h3, h4, .mw-body h1, .mw-body h2,.mw-body h3,.mw-body h4 {
 +
    font-family: 'Oswald', sans-serif;
 +
}
 +
 +
body{
 +
    font-family: 'Roboto', sans-serif;
 +
 +
}
 +
 +
blockquote {
 +
    background: #f9f9f9;
 +
    border-left: 10px solid #ccc;
 +
    margin: 1.5em 10px;
 +
    padding: 0.5em 10px;
 +
    quotes: "\201C""\201D""\2018""\2019";
 +
    font-style: italic;
 +
}
 +
 +
body a {
 +
    color: #00396b !important;
 +
    transition: background-color 0.4s,opacity 0.4s;
 +
}
 +
.mw-body-content h3, .mw-body-content h4 {
 +
    font-weight: normal;
 +
}
 +
 +
.mw-body-content .toc h2 {
 +
    font-family: Roboto, sans-serif;
 +
}
 +
 +
.mw-body-content {
 +
    font-size: 1em;
 +
    line-height: 1.6;
 +
}

Menu de navigation