MediaWiki:Mobile.css: Difference between revisions

No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
 
(3 intermediate revisions by the same user not shown)
Line 351: Line 351:


.mainpage-top {
.mainpage-top {
     background-image: url('/images/2/23/Pilgrims-flock-to-Mecca-each-year-for-Hajj-cropped.jpg');
     background-image: url(https://en.wikihaj.com/images/6/63/%284%29.jpg);
     background-attachment: initial;
     background-attachment: initial;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: cover;
     background-size: cover;
     background-position: 20% center;
     background-position: center;
}
}


Line 394: Line 394:
.content table caption {
.content table caption {
     display: table-caption;
     display: table-caption;
}
.branding-box sup {
    display: none !important
}
}