MediaWiki:Common.css: Difference between revisions

From koreapedia
Chameleon skin logo resize
No edit summary
Line 1: Line 1:
/* Chameleon skin logo resize */
.skin-chameleon .chameleon-logo img {
.skin-chameleon .mw-logo {
     max-width: 30px;  /* desired width */
     max-width: 20px;  /* adjust width */
     max-height: 30px;  /* desired height */
     max-height: 20px;  /* adjust height */
     height: auto;
     height: auto;
    width: auto;
}
}

Revision as of 04:20, 29 August 2025

.skin-chameleon .chameleon-logo img {
    max-width: 30px;   /* desired width */
    max-height: 30px;   /* desired height */
    height: auto;
    width: auto;
}