MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 214: Line 214:
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
}
@media screen {
.nochecker .gallerybox .thumb img {
.nochecker .gallerybox .thumb img {
background-image: none;
background-image: none;
}
@media (max-width: 640px) {
.flagicon a > img,
.flagicon noscript > img {
max-width: none !important;
}
}
}
}
Line 234: Line 227:


/* Warning Boxes */
/* Warning Boxes */
.mw-warning-with-logexcerpt,
.mw-warning-with-logexcerpt,body.page-Main_Page .mw-body {
div.mw-lag-warn-high,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-cascadeprotectedwarning,
Line 297: Line 290:
body.page-Test_page #firstHeading {
body.page-Test_page #firstHeading {
   display: none !important;
   display: none !important;
}
body.page-Main_Page .mw-body {
    grid-template-columns: minmax(0, 1fr) min-content;
}
}


Line 316: Line 304:
     body.page-Main_Page .pre-content.heading-holder {
     body.page-Main_Page .pre-content.heading-holder {
         display: none !important;
         display: none !important;
    }
}
/* Hide ShortDescription (#siteSub) on desktop */
#siteSub {
    display: none;
}
/* Show ShortDescription (#siteSub) on mobile */
@media (max-width: 768px) {
    #siteSub {
        display: block;
     }
     }
}
}