MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 12: Line 12:
     image-rendering:crisp-edges;
     image-rendering:crisp-edges;
}
}
body {
    /* Pixelation reset */
    -ms-interpolation-mode:bicubic;            /* IE 7-11 */
    image-rendering:auto;
    /* Make covering element transparent */
    background-color:transparent;
}
#mw-page-base {
    /* Make covering element transparent */
    background-color: transparent;
    background-image:none;
}
.page-Main_Page #firstHeading { display:none; }

Navigation menu