« MediaWiki:Common.css » : différence entre les versions

De Wiki Game of Arkadia
Aller à la navigation Aller à la recherche
Page blanchie
Balise : Blanchiment
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
.boite {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px 0;
}


.boite-header {
    font-weight: bold;
    margin-bottom: 5px;
}
.boite-contenu {
    margin-top: 5px;
}

Version du 17 novembre 2023 à 13:00

.boite {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px 0;
}

.boite-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.boite-contenu {
    margin-top: 5px;
}