Jump to content

MediaWiki:Vector.css: Difference between revisions

From WikiTech
Created page with "All CSS here will be loaded for users of the Vector skin: #p-logo a { text-indent: -9999px; overflow: hidden; display: block; height: 200px; background-size: contain !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 a {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 200px;
    background-size: contain !important;
}

Latest revision as of 17:08, 19 January 2026

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