Jump to content

MediaWiki:Common.css: Difference between revisions

From Battle Cats Game Modding Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Style for the logo */
.mw-logo-icon {
.mw-logo-icon {
    background-color: white; /* Set background to white */
     border-radius: 10%;
    width: 100px; /* Set width to your desired size */
     background-color: white;
    height: 100px; /* Set height to the same value as width */
     border-radius: 50%; /* Make it a circle */
     display: flex; /* Center content if needed */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
}
}
/*.mw-logo-icon {
background-image: url("/logo.png") !important;
}
*/

Latest revision as of 17:40, 5 September 2025

.mw-logo-icon {
    border-radius: 10%;
    background-color: white;
}