Jump to content

MediaWiki:Common.css: Difference between revisions

From Wimbum Vault
Created page with "Resize and position logo: #p-logo { background-size: contain !important; background-position: center center !important; height: 100px !important; Adjust height: width: 160px !important; Adjust width: margin-top: 10px; } #p-logo a { height: 100% !important; } Optional: remove extra padding/margins: body { padding-top: 0; }"
 
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Resize and position logo */
#f-poweredbyico img {
#p-logo {
     display: none !important;
     background-size: contain !important;
    background-position: center center !important;
    height: 100px !important;  /* Adjust height */
    width: 160px !important;  /* Adjust width */
    margin-top: 10px;
}
 
#p-logo a {
    height: 100% !important;
}
 
/* Optional: remove extra padding/margins */
body {
    padding-top: 0;
}
}

Latest revision as of 16:15, 27 April 2025

#f-poweredbyico img {
    display: none !important;
}