Jump to content

MediaWiki:Common.css: Difference between revisions

From WikiTech
Created page with "CSS placed here will be applied to all skins: .mw-logo-wordmark { display: none !important; } .mw-logo-container img { width: 200px !important; ajustează dimensiunea: height: auto !important; }"
 
No edit summary
Line 5: Line 5:


.mw-logo-container img {
.mw-logo-container img {
     width: 200px !important;   /* ajustează dimensiunea */
     width: 800px !important;
     height: auto !important;
     height: auto !important;
}
}

Revision as of 16:58, 19 January 2026

/* CSS placed here will be applied to all skins */
.mw-logo-wordmark {
    display: none !important;
}

.mw-logo-container img {
    width: 800px !important;
    height: auto !important;
}