MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:
#footer-info-lastmod { display: none; }
#footer-info-lastmod { display: none; }
img {
img {
    max-width: 100%;
     max-height: 100%;
     max-height: 100%;
}
}

Revision as of 12:58, 26 January 2024

/* CSS placed here will be applied to all skins */
#footer-info-lastmod { display: none; }
img {
    max-height: 100%;
}

.portrait {
    height: 80px;
    width: 30px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 75px;
    width: 75px;
}