11,286
edits
FlyingRagnar (talk | contribs) No edit summary |
FlyingRagnar (talk | contribs) 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; } | |||