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:Documentation/styles.css » : différence entre les versions

De Nefald
Hiob (discussion | contributions)
Page créée avec « .documentation-header { border-bottom: 2px solid #a2a9b1; margin-bottom: 1em; } .documentation-content { background: #f8f9fa; border: 1px solid #a2a9b1; padding: 1em; margin-bottom: 1em; } .documentation-sandbox, .documentation-test { background: #fff3cd; border: 1px solid #ffeeba; padding: 1em; margin-bottom: 1em; } .documentation-footer { margin-top: 1em; padding-top: 0.5em; font-size: 90%; color: #5459... »
 
(Aucune différence)

Dernière version du 24 septembre 2025 à 13:03

.documentation-header {
    border-bottom: 2px solid #a2a9b1;
    margin-bottom: 1em;
}

.documentation-content {
    background: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 1em;
    margin-bottom: 1em;
}

.documentation-sandbox,
.documentation-test {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 1em;
    margin-bottom: 1em;
}

.documentation-footer {
    margin-top: 1em;
    padding-top: 0.5em;
    font-size: 90%;
    color: #54595d;
}

.documentation-missing {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 1em;
    border-radius: 4px;
}

.documentation-notice {
    margin: 0;
    font-style: italic;
}