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.

« Modèle:Téléchargements/styles.css » : différence entre les versions

De Infothèque
CSS du tableau de téléchargements (Infothèque)
 
CSS du tableau de téléchargements (Infothèque)
Ligne 7 : Ligne 7 :


.ith-dl-wrap {
.ith-dl-wrap {
    clear: both;
    width: 100%;
    box-sizing: border-box;
     margin: 18px 0 24px 0;
     margin: 18px 0 24px 0;
     border: 1px solid #c9ced6;
     border: 1px solid #c9ced6;

Version du 11 août 2026 à 22:48

/* ============================================================
 * 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 {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    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;
}