MediaWiki:Common.css: Difference between revisions

From koreapedia
Created page with "CSS placed here will be applied to all skins: #p-logo a { background-position: center center; background-repeat: no-repeat; display: block; width: 2em; height: 40px; text-decoration: none; }"
 
Chameleon skin logo resize
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Chameleon skin logo resize */
#p-logo a {
.skin-chameleon .mw-logo {
background-position: center center;
    max-width: 50px;   /* adjust width */
background-repeat: no-repeat;
    max-height: 50px;   /* adjust height */
display: block;
    height: auto;
width: 2em;
height: 40px;
text-decoration: none;
}
}

Revision as of 04:16, 29 August 2025

/* Chameleon skin logo resize */
.skin-chameleon .mw-logo {
    max-width: 50px;   /* adjust width */
    max-height: 50px;   /* adjust height */
    height: auto;
}