MediaWiki:Common.css

From Cookipedia
Revision as of 15:03, 17 November 2024 by Chef (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.
/* CSS placed here will be applied to all skins */

/* JP Added to block whatlinkshere link on toolbar to (hopefully) prevent link appearing on pages and being constantly crawled */

/*#t-whatlinkshere { display: none; } - hides the link What links here.*/
/* enable showing Categories */
#catlinks { display:block }
/* Yummly button 'enlgarger' */

.YUMMLY-YUM-BUTTON {
    width: 140px !important; /* Adjust the width as needed */
    height: 40px !important; /* Adjust the height as needed */
    overflow: hidden !important; /* Prevent scroll bars */
    display: inline-block; /* Ensures proper alignment */
    box-sizing: border-box; /* Consistent sizing */
}