Template:Styles/Default.css: Difference between revisions

Content deleted Content added
minor CSS fixes
use Wikipedia and WMF logos by default
Line 530:
.paymentmethod-cc .cc-logo-rupay {
border: 0;
}
 
/* Logos - WP on top, WMF horizontal below */
#p-logo a {
/* Need explicit height for backgrounds for IE */
background: top 30% center/160px 24px url(https://donate.wikimedia.org/static/images/mobile/copyright/wikipedia-wordmark-en.svg), top 70% center/160px 37px url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
background-repeat: no-repeat;
margin-left: 8px;
}
 
/* Mobile styles */
@media screen and (max-width: 981px) {
/* Text & Logo layout */
#content {
margin: 0;
padding: 70px140px 8px 8px 8px;
}
 
#mw-panel, #p-logo, #p-logo a {
height: 80px;
width: 100% !important;
height: 80px160px;
}
 
#p-logo a {
margin-left: 0;
background-image: url(https://upload.wikimedia.org/wikipedia/donate/6/60/Wmf_logo_horiz_K.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 40px;
}