MediaWiki:Vector.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 32: Line 32:
     .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 {
h2, h3, h4 {color:red;background-color:blue}
    background-size: contain !important;
 
    background-position: left center !important;
body {
  background-color: lightgrey;
  color: blue;
}
}


h1 {
/* Force Vector-2022 to show the full logo */
  background-color: black;
.vector-header-logo {
  color: white;
    max-height: 60px !important;
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
}
}