Jump to content

MediaWiki:Vector.css: Difference between revisions

From Transight Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* Adjust logo container */
#p-logo a {
#p-logo {
     background-size: contain;
     width: 200px; /* adjust as needed */
     height: 100px;
     height: 100px;
     width: 200px;
     background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
}
/* For the anchor inside (if needed) */
#p-logo a {
    width: 100%;
    height: 100%;
    display

Revision as of 09:17, 18 June 2025

/* Adjust logo container */
#p-logo {
    width: 200px; /* adjust as needed */
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

/* For the anchor inside (if needed) */
#p-logo a {
    width: 100%;
    height: 100%;
    display