Jump to content

MediaWiki:Common.css: Difference between revisions

From Battle Cats Game Modding Wiki
No edit summary
No edit summary
Line 8: Line 8:


.mw-wiki-logo {
.mw-wiki-logo {
    background-color: white; /* Set background to white */
background-image: url("/logo.png") !important;
    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 */
}
}

Revision as of 17:27, 5 September 2025

/* Style for the logo */
#p-logo a {
    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-wiki-logo {
	background-image: url("/logo.png") !important;
}