« 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 :


/* FORCE ABSOLUE SUR TOUT LE SITE */
/* ===============================================================
  ⚜️ STYLE ROYAL ALFI — VERSION MOBILE-TO-PC (FINALE)
  =============================================================== */
 
/* 1. FORCE ABSOLUE SUR TOUT LE SITE (Votre base géniale) */
* {
* {
     font-size: 16px !important;
     font-size: 16px !important;
     line-height: 1.5 !important;
     line-height: 1.5 !important;
    font-family: 'EB Garamond', 'Garamond', serif !important;
}
}


/* REDUCTION SPECIFIQUE DES TITRES */
/* 2. RÉDUCTION ET COULEUR DES TITRES */
h1, h2, h3, .mw-headline, #firstHeading {
h1, h2, h3, .mw-headline, #firstHeading {
     font-size: 24px !important;
     font-size: 24px !important; /* Taille parfaite comme vous l'aimez */
     margin: 10px 0 !important;
    color: #3a260b !important;  /* Brun Royal */
     padding: 5px !important;
    border-bottom: 1px solid #d4af37 !important; /* Ligne dorée */
     margin: 15px 0 !important;
     padding: 5px 0 !important;
     display: block !important;
     display: block !important;
     width: auto !important;
     font-weight: bold !important;
}
}


/* CENTRAGE DE L'ARTICLE */
/* 3. CENTRAGE DE L'ARTICLE (Votre structure parfaite) */
#content, #mw-content-text {
#content, #mw-content-text {
     max-width: 900px !important;
     max-width: 900px !important;
     margin: 0 auto !important;
     margin: 0 auto !important;
     padding: 20px !important;
     padding: 30px !important;
     float: none !important;
     background: #ffffff !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.05) !important;
}
 
/* 4. RÉTABLIR LA BARRE DE GAUCHE (Éviter qu'elle ne tombe) */
#mw-panel {
    position: absolute !important;
    top: 160px !important;
    left: 0 !important;
    width: 10em !important;
}
 
/* 5. ÉLÉMENTS ALFI (Boutons dorés) */
.lettre-alfi {
    background: linear-gradient(180deg,#f8f2d0,#f6e27f) !important;
    border: 1px solid #d4af37 !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    font-size: 14px !important;
    color: #3a260b !important;
    display: inline-block !important;
    margin: 2px !important;
    text-decoration: none !important;
}
 
/* 6. PIED DE PAGE FIXE */
#alfi-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(255,253,248,0.95) !important;
    border-top: 2px solid #d4af37 !important;
    text-align: center !important;
    z-index: 1000 !important;
}
}


/* CACHER LE SURPLUS SI BESOIN */
.visualClear { display: none !important; }
.visualClear { display: none !important; }

Version du 25 mars 2026 à 10:57

/* ===============================================================
   ⚜️ STYLE ROYAL ALFI — VERSION MOBILE-TO-PC (FINALE)
   =============================================================== */

/* 1. FORCE ABSOLUE SUR TOUT LE SITE (Votre base géniale) */
* {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: 'EB Garamond', 'Garamond', serif !important;
}

/* 2. RÉDUCTION ET COULEUR DES TITRES */
h1, h2, h3, .mw-headline, #firstHeading {
    font-size: 24px !important; /* Taille parfaite comme vous l'aimez */
    color: #3a260b !important;  /* Brun Royal */
    border-bottom: 1px solid #d4af37 !important; /* Ligne dorée */
    margin: 15px 0 !important;
    padding: 5px 0 !important;
    display: block !important;
    font-weight: bold !important;
}

/* 3. CENTRAGE DE L'ARTICLE (Votre structure parfaite) */
#content, #mw-content-text {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 30px !important;
    background: #ffffff !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.05) !important;
}

/* 4. RÉTABLIR LA BARRE DE GAUCHE (Éviter qu'elle ne tombe) */
#mw-panel {
    position: absolute !important;
    top: 160px !important;
    left: 0 !important;
    width: 10em !important;
}

/* 5. ÉLÉMENTS ALFI (Boutons dorés) */
.lettre-alfi {
    background: linear-gradient(180deg,#f8f2d0,#f6e27f) !important;
    border: 1px solid #d4af37 !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    font-size: 14px !important;
    color: #3a260b !important;
    display: inline-block !important;
    margin: 2px !important;
    text-decoration: none !important;
}

/* 6. PIED DE PAGE FIXE */
#alfi-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(255,253,248,0.95) !important;
    border-top: 2px solid #d4af37 !important;
    text-align: center !important;
    z-index: 1000 !important;
}

.visualClear { display: none !important; }