MediaWiki:Common.css: Difference between revisions

From Καλόξύς
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
font: 40px Georgia, serif;
font: 40px Georgia, serif;
color: #000000;
color: #000000;
}
/* Ensure the logo container has the necessary dimensions */
#p-logo {
    width: 135px; /* Or larger if your skin allows */
    height: 135px; /* Or larger if your skin allows */
    overflow: hidden;
}
/* Adjust the logo image itself */
#p-logo a, #p-logo img {
    width: 100%;
    height: 100%;
}
/* Example for Vector 2022 */
.mw-logo {
    width: 135px !important;
    height: 135px !important;
}
}

Latest revision as of 13:15, 8 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;
}