« MediaWiki:Common.css » : différence entre les versions

De Association Linéage de France et d'International
Aller à la navigationAller à la recherche
Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : Harmonisation des polices sur tout le wiki ALFI : body, p, li, td, th, div, span, h1, h2, h3, h4, h5, h6 { font-family: "Georgia", "Times New Roman", serif; font-size: 16px; line-height: 1.6; color: #1a1a1a; } Titres : h1 { font-size: 28px; font-weight: bold; } h2 { font-size: 24px; font-weight: bold; } h3 { font-size: 20px; font-weight: bold; } /* Li... »
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Harmonisation générale des polices sur tout le wiki */
/* Harmonisation des polices sur tout le wiki ALFI */


body, p, li, td, th, div, span, h1, h2, h3, h4, h5, h6 {
body, p, li, td, th, div, span {
     font-family: "Georgia", "Times New Roman", serif;
     font-family: "Georgia", "Times New Roman", serif;
     font-size: 16px;
     font-size: 14px;
     line-height: 1.6;
     line-height: 1.5;
     color: #1a1a1a;
     color: #1a1a1a;
}
}
Ligne 11 : Ligne 10 :
/* Titres */
/* Titres */
h1 {
h1 {
     font-size: 28px;
    font-family: "Georgia", serif;
     font-size: 22px;
     font-weight: bold;
     font-weight: bold;
    margin-bottom: 0.5em;
}
}
h2 {
h2 {
     font-size: 24px;
    font-family: "Georgia", serif;
     font-size: 18px;
     font-weight: bold;
     font-weight: bold;
    margin-bottom: 0.4em;
}
}
h3 {
h3 {
     font-size: 20px;
    font-family: "Georgia", serif;
     font-size: 16px;
     font-weight: bold;
     font-weight: bold;
    margin-bottom: 0.3em;
}
}



Version du 20 avril 2025 à 22:12

/* Harmonisation générale des polices sur tout le wiki */

body, p, li, td, th, div, span {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
}

/* Titres */
h1 {
    font-family: "Georgia", serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
h2 {
    font-family: "Georgia", serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.4em;
}
h3 {
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.3em;
}

/* Liens */
a {
    color: #003366;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}