« 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 : | ||
/* =============================================================== | /* =============================================================== | ||
⚜️ STYLE ROYAL ALFI — VERSION | ⚜️ STYLE ROYAL ALFI — VERSION AVEC COMMANDES RÉTABLIES | ||
=============================================================== */ | =============================================================== */ | ||
/* 1. FORCE | /* 1. SÉCURITÉ : FORCE L'AFFICHAGE DES BOUTONS DE COMMANDE */ | ||
#p-views, #p-cactions, .vectorTabs, #left-navigation, #right-navigation { | |||
display: block !important; | |||
visibility: visible !important; | |||
position: relative !important; | |||
z-index: 10000 !important; /* Passe au-dessus de tout */ | |||
background: #f8f9fa !important; /* Fond gris clair pour les voir */ | |||
} | |||
.vectorTabs li a, #p-views li a { | |||
color: #0645ad !important; /* Force les liens en BLEU pour les voir */ | |||
padding: 10px !important; | |||
} | |||
/* 2. VOTRE BASE GÉNIALE (16px) */ | |||
* { | * { | ||
font-size: 16px !important; | font-size: 16px !important; | ||
line-height: 1.5 !important; | line-height: 1.5 !important; | ||
font-family: 'EB | font-family: 'EB Garamond', serif !important; | ||
} | } | ||
/* | /* 3. TITRES ROYAUX MAIS DISCRETS */ | ||
h1, h2, h3, .mw-headline, #firstHeading { | h1, h2, h3, .mw-headline, #firstHeading { | ||
font-size: 24px !important; | font-size: 24px !important; | ||
color: #3a260b !important; | color: #3a260b !important; | ||
border-bottom: 1px solid #d4af37 !important; | border-bottom: 1px solid #d4af37 !important; | ||
margin: 15px 0 !important; | margin: 15px 0 !important; | ||
padding: 5px 0 !important; | padding: 5px 0 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
/* | /* 4. STRUCTURE DE L'ARTICLE ET BARRE DE GAUCHE */ | ||
#mw-panel { | #mw-panel { | ||
position: absolute !important; | position: absolute !important; | ||
| Ligne 39 : | Ligne 42 : | ||
} | } | ||
/* 5. ÉLÉMENTS ALFI | #content { | ||
max-width: 900px !important; | |||
margin: 0 auto !important; | |||
padding: 30px !important; | |||
background: #ffffff !important; | |||
border: 1px solid #eeeeee !important; | |||
} | |||
/* 5. ÉLÉMENTS ALFI */ | |||
.lettre-alfi { | .lettre-alfi { | ||
background: linear-gradient(180deg,#f8f2d0,#f6e27f) !important; | background: linear-gradient(180deg,#f8f2d0,#f6e27f) !important; | ||
border: 1px solid #d4af37 !important; | border: 1px solid #d4af37 !important; | ||
padding: 4px 8px !important; | padding: 4px 8px !important; | ||
display: inline-block !important; | display: inline-block !important; | ||
} | } | ||
#alfi-footer { | #alfi-footer { | ||
position: fixed !important; | position: fixed !important; | ||
bottom: 0 !important; | bottom: 0 !important; | ||
width: 100% !important; | width: 100% !important; | ||
background: rgba(255,253,248,0.95) !important; | background: rgba(255,253,248,0.95) !important; | ||
border-top: 2px solid #d4af37 !important; | border-top: 2px solid #d4af37 !important; | ||
z-index: 1000 !important; | z-index: 1000 !important; | ||
} | } | ||
Version du 25 mars 2026 à 11:10
/* ===============================================================
⚜️ STYLE ROYAL ALFI — VERSION AVEC COMMANDES RÉTABLIES
=============================================================== */
/* 1. SÉCURITÉ : FORCE L'AFFICHAGE DES BOUTONS DE COMMANDE */
#p-views, #p-cactions, .vectorTabs, #left-navigation, #right-navigation {
display: block !important;
visibility: visible !important;
position: relative !important;
z-index: 10000 !important; /* Passe au-dessus de tout */
background: #f8f9fa !important; /* Fond gris clair pour les voir */
}
.vectorTabs li a, #p-views li a {
color: #0645ad !important; /* Force les liens en BLEU pour les voir */
padding: 10px !important;
}
/* 2. VOTRE BASE GÉNIALE (16px) */
* {
font-size: 16px !important;
line-height: 1.5 !important;
font-family: 'EB Garamond', serif !important;
}
/* 3. TITRES ROYAUX MAIS DISCRETS */
h1, h2, h3, .mw-headline, #firstHeading {
font-size: 24px !important;
color: #3a260b !important;
border-bottom: 1px solid #d4af37 !important;
margin: 15px 0 !important;
padding: 5px 0 !important;
font-weight: bold !important;
}
/* 4. STRUCTURE DE L'ARTICLE ET BARRE DE GAUCHE */
#mw-panel {
position: absolute !important;
top: 160px !important;
left: 0 !important;
width: 10em !important;
}
#content {
max-width: 900px !important;
margin: 0 auto !important;
padding: 30px !important;
background: #ffffff !important;
border: 1px solid #eeeeee !important;
}
/* 5. ÉLÉMENTS ALFI */
.lettre-alfi {
background: linear-gradient(180deg,#f8f2d0,#f6e27f) !important;
border: 1px solid #d4af37 !important;
padding: 4px 8px !important;
display: inline-block !important;
}
#alfi-footer {
position: fixed !important;
bottom: 0 !important;
width: 100% !important;
background: rgba(255,253,248,0.95) !important;
border-top: 2px solid #d4af37 !important;
z-index: 1000 !important;
}