Jump to content

MediaWiki:Common.css

From Battle Cats Game Modding Wiki
Revision as of 17:30, 5 September 2025 by Admin (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Style for the logo */
.mw-logo-icon {
    background-color: white; /* Set background to white */
    border-radius: 50%; /* Make the logo circular */
    display: inline-block; /* Ensure the background and border-radius apply */
    overflow: hidden; /* Hide overflow to maintain circular shape */
}

/*.mw-logo-icon {
	background-image: url("/logo.png") !important;
}
*/