MediaWiki:Common.css: Difference between revisions

From Wikivora
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: #p-logo a { background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important; width: 160px !important; height: 160px !important; overflow: visible !important; } #p-logo { overflow: visible !important; }"
 
No edit summary
 
Line 11: Line 11:
#p-logo {
#p-logo {
     overflow: visible !important;
     overflow: visible !important;
}
/* Hide login & account links */
#pt-login,
#pt-createaccount {
    display: none !important;
}
}

Latest revision as of 13:57, 8 April 2026

/* CSS placed here will be applied to all skins */
#p-logo a {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 160px !important;
    height: 160px !important;
    overflow: visible !important;
}

#p-logo {
    overflow: visible !important;
}
/* Hide login & account links */
#pt-login,
#pt-createaccount {
    display: none !important;
}