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

Aller à : navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
 
Ligne 1 : Ligne 1 :
/* taille des boutons en accueil */
/* taille des boutons en accueil */
#bh {
    width: 220px !important;
    height: 50px !important;
}
#bb {
    width: 220px !important;
}
.btn-a {
.btn-a {
     width: 220px !important;
     width: 250px !important;
     height: 50px !important;
     height: 50px !important;
}
}
.btn-b {
.btn-b {
     width: 220px !important;
     width: 250px !important;
     height: 50px !important;
     height: 50px !important;
     text-align: left !important;
     text-align: left !important;

Version actuelle datée du 29 septembre 2023 à 14:39

/* taille des boutons en accueil */
.btn-a {
    width: 250px !important;
    height: 50px !important;
}
.btn-b {
    width: 250px !important;
    height: 50px !important;
    text-align: left !important;
}
.btn-b a:hover,
.btn-b a:active,
.btn-a a:hover,
.btn-a a:active
{
    text-decoration : none !important;
}