MediaWiki:Minerva.css: Difference between revisions

m testing - background for phones
m testing - background for phones
Line 136: Line 136:


/* BACKGROUNDS OVERRIDE FOR PHONES */
/* BACKGROUNDS OVERRIDE FOR PHONES */
@media (resolution >= 2x) {
@media (resolution >= 2x) and (max-width: 1000px) {
     #mw-mf-page-center::before {
     #mw-mf-page-center::before {
         background-position: left 250px;
         background-position: left 500px;
         background-size: 250px;
         background-size: 250px;
     }
     }


     #mw-mf-page-center {
     #mw-mf-page-center {
         background-position: 50px top, 0 50px;
         background-position: 100px top, 0 75px;
         background-size: 1305px, 250px;
         background-size: 305px, 250px;
     }
     }
}
}