MediaWiki:Vector.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
     margin-left: auto !important;
     margin-left: auto !important;
     margin-right: auto !important;
     margin-right: auto !important;
     max-width: 800px;
     max-width: 1280px;
         background-position: top left;
         background-position: top left;
         background-repeat: repeat-x;
         background-repeat: repeat-x;
Line 31: Line 31:
     .imeselector { position: fixed; }
     .imeselector { position: fixed; }
     .suggestions { right: 3pt !important; }
     .suggestions { right: 3pt !important; }
#p-logo {
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}
#p-logo a {
    background-size: contain !important;
    background-position: left center !important;
}
/* Force Vector-2022 to show the full logo */
.vector-header-logo {
    max-height: 60px !important;
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
}