MediaWiki:Common.css: Difference between revisions
Appearance
Resize wiki logo correctly |
m Responsive images (500px) |
||
| Line 2: | Line 2: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: 130px 130px; | background-size: 130px 130px; | ||
} | |||
/* Responsive image options */ | |||
.responsive-img-500 img { | |||
width: 500px; | |||
height: auto; | |||
} | } | ||
Revision as of 14:14, 22 February 2025
/* Wiki logo resize */
.mw-wiki-logo {
background-size: 130px 130px;
}
/* Responsive image options */
.responsive-img-500 img {
width: 500px;
height: auto;
}