Index des Thesaurus agnatiques de ALF International

De Association Linéage de France et d'International
Aller à la navigationAller à la recherche
 🔎 Recherche des Thésaurus Agnatiques ALFI
 <input id="recherche-alfi" type="text" placeholder="Rechercher une famille..." 
   style="width:70%; max-width:500px; font-size:17px; padding:9px 13px; border:1px solid #d4af37; border-radius:8px; background:#fdfaf1; color:#3a260b; font-family:'Garamond',serif; margin-bottom:12px; box-shadow:inset 0 0 6px rgba(212,175,55,0.25); text-align:center; transition:box-shadow 0.3s ease;">
 <script>
   document.getElementById("recherche-alfi").addEventListener("focus", function(){this.style.boxShadow="0 0 10px rgba(212,175,55,0.4)";});
   document.getElementById("recherche-alfi").addEventListener("blur", function(){this.style.boxShadow="inset 0 0 6px rgba(212,175,55,0.25)";});
 </script>
   Nombre actuel de Thésaurus ALFI recensés :  
   
     597
   
   <a href="https://wiki.alfinternational.eu/index.php?title=Créer_un_Thesaurus"
     style="display:inline-block; background:linear-gradient(180deg,#f8e77a,#f1cb2e); border:1px solid #d4af37; color:#3a260b; font-weight:bold; font-size:16px; padding:9px 18px; border-radius:8px; text-decoration:none; box-shadow:0 0 6px rgba(212,175,55,0.3); transition:all 0.3s ease;">
     ⚜️ Créer un nouveau Thésaurus ⚜️
   </a>
   <style>
     .lettre-alfi {
       background:linear-gradient(180deg,#f8f2d0,#f6e27f);
       border:1px solid #d4af37;
       border-radius:6px;
       padding:7px 12px;
       font-size:17px;
       font-weight:bold;
       color:#3a260b;
       box-shadow:0 0 5px rgba(212,175,55,0.25);
       transition:all 0.3s ease;
       text-decoration:none;
       display:inline-block;
     }
     .lettre-alfi:hover {
       background:linear-gradient(180deg,#fff8cc,#f9e27a);
       color:#a40000;
       box-shadow:0 0 12px rgba(212,175,55,0.6), 0 0 4px #fff8cc inset;
       transform:translateY(-1px);
     }
     @media (max-width:600px) {
       #alfi-index { padding:18px 8px; }
       #recherche-alfi { width:90%; font-size:16px; }
       .alphabet-alfi { gap:5px; justify-content:center; }
       .lettre-alfi { font-size:18px; padding:9px 13px; border-radius:8px; }
     }
   </style>
   Cliquez sur une lettre ou recherchez directement une famille.
Les catégories, le compteur et le ruban se mettent à jour automatiquement.

<script> document.getElementById("recherche-alfi").addEventListener("keyup", function() {

 var filtre = this.value.toUpperCase();
 var liens = document.querySelectorAll(".mw-parser-output a");
 liens.forEach(function(lien) {
   if (lien.textContent.toUpperCase().indexOf(filtre) > -1) {
     lien.style.display = "";
   } else {
     lien.style.display = "none";
   }
 });

}); </script>