Spring til indhold

MediaWiki:Vector-2022.css

Fra Wikipedia, den frie encyklopædi
/* Celebrating 300,000 articles with decorated logo following guidance in
   https://www.mediawiki.org/wiki/Skin:Vector/Customizing_the_logo_for_special_events
*/
.mw-logo {
  position: relative;
}
.mw-logo-icon {
  width: 50px;
  height: 50px;
}
.mw-logo:before {
    content: '';
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4a/Dawiki_300%2C000_articles_2-number_only.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 70px auto;
    position: absolute;
    top: -10px;
    left: -10px;
}

/* Workaround for [[phab:T367463]]  - can be removed when task is fixed */
body.skin--responsive .mw-parser-output td a > img {
    max-width: none !important;
}