MediaWiki: Boxsize1.css: Difference between revisions

From Wikimedicine
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
/* taille des boutons en accueil */
/* taille des boutons en accueil */
.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;

Revision as of 14:40, 29 September 2023

/* 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;
}