MediaWiki:Common.css
De Association Linéage de France et d'International
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/***************************************************************
⚜️ THEME OFFICIEL — ALFI ROYAL CSS ⚜️
Association des Lignages de France et de l’International
Style graphique : Monarchie spirituelle – Élégance française
Version : 1.0 (janvier 2026)
****************************************************************/
/* =======================
BASE GÉNÉRALE
======================= */
body {
font-family: "Crimson Pro", serif;
font-size: 17px;
line-height: 1.6;
color: #2a1b0a; /* Brun noble, doux et lisible */
background-color: #fffdf8; /* Blanc parchemin royal */
margin: 0;
}
/* =======================
TITRES PRINCIPAUX
======================= */
h1, h2, h3, h4, h5 {
font-family: "EB Garamond", serif;
color: #2a1b0a;
text-transform: none;
}
h1 {
font-size: 2.2em;
font-weight: 700;
text-align: center;
border-bottom: 3px solid #d4af37; /* Or royal */
margin-bottom: 0.5em;
}
h2 {
font-size: 1.8em;
font-weight: 600;
border-left: 5px solid #d4af37;
padding-left: 10px;
margin-top: 1.4em;
}
h3 {
font-size: 1.4em;
font-weight: 600;
color: #3b2a0b;
margin-top: 1.2em;
}
/* =======================
CITATIONS & ÉPIGRAPHES
======================= */
blockquote {
font-family: "Cormorant Garamond", serif;
font-size: 1.1em;
font-style: italic;
color: #4b3621;
background-color: #fefaf3;
border-left: 4px solid #d4af37;
margin: 1em 2em;
padding: 0.8em 1.2em;
}
/* =======================
TABLE DES SOMMAIRES
======================= */
#toc, .toc {
background: #f9f6ef;
border: 1px solid #d4af37;
border-radius: 8px;
font-family: "EB Garamond", serif;
padding: 10px 15px;
margin: 1em auto;
width: 80%;
}
#toc h2 {
text-align: center;
color: #2a1b0a;
border: none;
font-weight: 700;
}
#toc ul {
list-style: none;
padding-left: 0;
}
#toc li {
margin: 4px 0;
}
/* =======================
LIENS
======================= */
a, a:visited {
color: #7a4e00;
text-decoration: none;
}
a:hover {
color: #d4af37;
text-decoration: underline;
}
/* =======================
TABLEAUX
======================= */
table {
border-collapse: collapse;
background-color: #fffefb;
}
th {
background-color: #f6ecd4;
color: #2a1b0a;
font-family: "EB Garamond", serif;
font-weight: 600;
border-bottom: 2px solid #d4af37;
}
td, th {
border: 1px solid #e2c885;
padding: 6px 10px;
}
/* =======================
CITATION ROYALE (style “ordo”)
======================= */
.ordo {
font-family: "Cinzel", serif;
text-align: center;
color: #3b2a0b;
background: #fdf8ee;
border: 2px solid #d4af37;
border-radius: 10px;
padding: 15px;
margin: 1.5em auto;
width: 80%;
font-size: 1.2em;
}
/* =======================
HEADER / BANNIÈRE
======================= */
#mw-head, .mw-header {
background-color: #f8f5e8;
border-bottom: 3px solid #d4af37;
}
#p-logo a {
background-image: url("https://wiki.alfinternational.eu/images/logo_alfi_gold.png");
background-size: contain;
background-repeat: no-repeat;
}
/* =======================
MENUS & INTERFACE
======================= */
.vector-menu-content, #p-navigation, #p-personal {
font-family: "Lato", sans-serif;
font-size: 14px;
}
.vector-menu-content a {
color: #3b2a0b;
}
.vector-menu-content a:hover {
color: #d4af37;
}
/* =======================
SIGNATURE FINALE
======================= */
.signature-alfi {
text-align: center;
font-family: "Cinzel", serif;
font-size: 1.1em;
margin-top: 2em;
color: #2a1b0a;
}
.signature-alfi::before {
content: "⚜️ ";
color: #d4af37;
}
.signature-alfi::after {
content: " ⚜️";
color: #d4af37;
}