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

De Association Linéage de France et d'International
Aller à la navigationAller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* Harmonisation générale des polices sur tout le wiki */
/* Style général moderne et sans-serif pour tout le wiki */


body, p, li, td, th, div, span {
body, p, li, td, th, div, span {
     font-family: "Georgia", "Times New Roman", serif;
     font-family: "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
     font-size: 14px;
     font-size: 15px;
     line-height: 1.5;
     line-height: 1.6;
     color: #1a1a1a;
     color: #1a1a1a;
}
}
Ligne 10 : Ligne 10 :
/* Titres */
/* Titres */
h1 {
h1 {
     font-family: "Georgia", serif;
     font-family: "Helvetica Neue", sans-serif;
     font-size: 22px;
     font-size: 24px;
     font-weight: bold;
     font-weight: 600;
     margin-bottom: 0.5em;
     margin-bottom: 0.6em;
}
}
h2 {
h2 {
     font-family: "Georgia", serif;
     font-family: "Helvetica Neue", sans-serif;
     font-size: 18px;
     font-size: 20px;
     font-weight: bold;
     font-weight: 600;
     margin-bottom: 0.4em;
     margin-bottom: 0.5em;
}
}
h3 {
h3 {
     font-family: "Georgia", serif;
     font-family: "Helvetica Neue", sans-serif;
     font-size: 16px;
     font-size: 17px;
     font-weight: bold;
     font-weight: 600;
     margin-bottom: 0.3em;
     margin-bottom: 0.4em;
}
}


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

Version du 20 avril 2025 à 22:17

/* Style général moderne et sans-serif pour tout le wiki */

body, p, li, td, th, div, span {
    font-family: "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a1a;
}

/* Titres */
h1 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.6em;
}
h2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.4em;
}

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