Jump to content
Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.
Version datée du 11 août 2026 à 22:41 par Admin (discussion | contributions) (CSS du tableau de téléchargements (Infothèque))
(diff) ← Version précédente | Version actuelle (diff) | Version suivante → (diff)
/* ============================================================
 * Infothèque — Tableau de téléchargements
 * À coller dans : Modèle:Téléchargements/styles.css
 * Chargé une seule fois par Modèle:Téléchargements (le "début"
 * du tableau) via <templatestyles>.
 * ============================================================ */

.ith-dl-wrap {
    margin: 18px 0 24px 0;
    border: 1px solid #c9ced6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ith-dl-wrap table.ith-dl-table {
    margin: 0;
    width: 100%;
    border: none;
}

.ith-dl-wrap table.ith-dl-table > caption {
    padding: 12px 16px;
    font-weight: 800;
    font-size: 16px;
    text-align: left;
    background: #eef1f6;
    border-bottom: 1px solid #c9ced6;
    caption-side: top;
}

.ith-dl-wrap table.ith-dl-table th {
    background: #f5f7fa;
    text-align: left;
}

.ith-dl-wrap table.ith-dl-table td,
.ith-dl-wrap table.ith-dl-table th {
    vertical-align: top;
    padding: 8px 10px;
}