Template:Styles/add blackHorizontalLogo.css

From Donate
Revision as of 21:10, 8 December 2016 by Pcoombe (talk | contribs) (Pcoombe changed the content model of the page Template:Styles/add blackHorizontalLogo.css from "wikitext" to "CSS")
Jump to navigation Jump to search
/* Additional styles, call with 'style2' parameter */

#p-logo a {
    background: url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 981px) {
    #p-logo a {
        width: 100%;
        margin-left: 1em;
    }
}