MediaWiki:Common.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(Nintendo Wiki)
(pad pad)
Line 11: Line 11:
#mw-indicator-mw-helplink a {
#mw-indicator-mw-helplink a {
display:none;
display:none;
}

.messagebox, .errorbox, .warningbox, .successbox {
padding:12px;
}
}



Revision as of 00:57, November 26, 2021

/* CSS placed here will be applied to all skins */

/* image thumbnail adjustments */

img, .results .list-thumb:not(.list-thumb-none),
.ext-related-articles-card-thumb:not(.ext-related-articles-card-thumb-placeholder) {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

#mw-indicator-mw-helplink a {
    display:none;
}

.messagebox, .errorbox, .warningbox, .successbox {
    padding:12px;
}

/* main page */
body.page-Nintendo_Wiki.action-view h1.firstHeading,
body.page-Nintendo_Wiki.action-view #siteSub,
body.page-Nintendo_Wiki.action-view #catlinks,
body.page-Nintendo_Wiki.action-view #lastmod,
body.page-Nintendo_Wiki.action-view .mw-revision { 
	display: none;
}