MediaWiki:Vector.css: Difference between revisions

From Ikwipedia
Created page with "→‎All CSS here will be loaded for users of the Vector skin: #p-logo .mw-wiki-logo { width: 100% !important; max-width: 135px !important; height: auto !important; max-height: 135px !important; background-size: contain !important; background-position: center !important; background-repeat: no-repeat !important; }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
#p-logo .mw-wiki-logo {
    width: 100% !important;
    max-width: 135px !important;
    height: auto !important;
    max-height: 135px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

Revision as of 03:38, 4 November 2024

/* All CSS here will be loaded for users of the Vector skin */