MediaWiki:Boxsize1.css

From Wikimedicine
Revision as of 14:40, 29 September 2023 by Shanan Khairi (talk | contribs)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}