Template:Styles/add logoWikipedia1.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Pcoombe created the page Template:Styles/add logoWikipedia1.css using a non-default content model "CSS"
 
No edit summary
Line 1: Line 1:
/* Logos - WP on top, WMF horizontal below */
#p-logo a {
background: top 30% center url(https://donate.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg), top 70% center url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
background-repeat: no-repeat;
background-size: 160px auto;
}

@media screen and (max-width: 981px) {
#content {
padding-top: 140px;
}
#mw-panel, #p-logo, #p-logo a {
width: 100%;
height: 160px;
}
}

Revision as of 21:00, 17 November 2020

/* Logos - WP on top, WMF horizontal below */
#p-logo a {
    background: top 30% center url(https://donate.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg), top 70% center url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
    background-repeat: no-repeat;
    background-size: 160px auto;
}

@media screen and (max-width: 981px) {
    #content {
        padding-top: 140px;
    }
    #mw-panel, #p-logo, #p-logo a {
        width: 100%;
        height: 160px;
    }
}