MediaWiki: Boxsize1.css: Difference between revisions

From Wikimedicine
Jump to: navigation, search
No edit summary
mNo edit summary
Tag: Reverted
Line 15: Line 15:
{
{
     text-decoration : none !important;
     text-decoration : none !important;
}
.fontawesomelink a
{
color: black !important;
}
}

Revision as of 12:56, 7 October 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;
}
.fontawesomelink a
{
color: black !important;
}