MediaWiki:Common.css: Difference between revisions

From Καλόξύς
No edit summary
No edit summary
Line 8: Line 8:


/* Ensure the logo container has the necessary dimensions */
/* Ensure the logo container has the necessary dimensions */
#p-logo {
img.mw-logo-icon {
     width: 135px; /* Or larger if your skin allows */
     width: 135px !important; /* Or larger if your skin allows */
     height: 135px; /* Or larger if your skin allows */
     height: 135px !important; /* Or larger if your skin allows */
     overflow: hidden;
     overflow: hidden;
}
}


/* Adjust the logo image itself */
/* Adjust the logo image itself */
#p-logo a, #p-logo img {
img.mw-logo-icon {
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;

Revision as of 13:08, 5 December 2024

/* CSS placed here will be applied to all skins */

/* The Kaloxys title next to the logo */
.mw-logo-wordmark {
	font: 40px Georgia, serif;
	color: #000000;
}

/* Ensure the logo container has the necessary dimensions */
img.mw-logo-icon {
    width: 135px !important; /* Or larger if your skin allows */
    height: 135px !important; /* Or larger if your skin allows */
    overflow: hidden;
}

/* Adjust the logo image itself */
img.mw-logo-icon {
    width: 100%;
    height: 100%;
}

/* Example for Vector 2022 */
.mw-logo {
    width: 135px !important;
    height: 135px !important;
}