MediaWiki: Boxsize1.css: Difference between revisions

From Wikimedicine
Jump to: navigation, search
(Created page with "→‎taille des boutons en accueil: #bh { width: 220px !important; height: 50px !important; } #bb { width: 220px !important; }")
 
No edit summary
Line 1: Line 1:
/* taille des boutons en accueil */
/* taille des boutons en accueil */
#bh {
.btn-a {
     width: 220px !important;
     width: 220px !important;
     height: 50px !important;
     height: 50px !important;
}
}
#bb {
.btn-b {
     width: 220px !important;
     width: 220px !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;
}
}

Revision as of 14:07, 29 September 2023

/* taille des boutons en accueil */
.btn-a {
    width: 220px !important;
    height: 50px !important;
}
.btn-b {
    width: 220px !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;
}