MediaWiki:Common.css: Difference between revisions

m (meh, the admin names look weird)
No edit summary
Line 3: Line 3:
display: block;
display: block;
}
}

.page-Main_Page .mw-first-heading { display: none; }


/*
/*

Revision as of 19:12, 7 June 2024

/* CSS placed here will be applied to all skins 2E040C */
#siteSub {
    display: block;
}

.page-Main_Page .mw-first-heading { display: none; }

/*
a[href="/User:Mallory"]:before {
    content: "~";
    color: #2B547E;
}
*/

body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
    display: none;
}

* {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Chrome & Safari */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast; /* CSS3 Proposed */
    -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
	image-rendering: crisp-edges;
}