MediaWiki:Vector.css: Difference between revisions

From Bradshaw, the companion guide to On Our Lines
(Homepage visual fixes)
m (Logo fix from MediaWiki:Common.css)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* Fix the logo dimensions */
#p-logo a { background-size: contain; }


/* Don't display some stuff on the main page */
/* Don't display some stuff on the main page */

Revision as of 03:09, 21 January 2021

/* All CSS here will be loaded for users of the Vector skin */

/* Fix the logo dimensions */
#p-logo a { background-size: contain; }

/* Don't display some stuff on the main page */
.page-Bradshaw #deleteconfirm,
.page-Bradshaw #t-cite,
.page-Bradshaw #footer-info-lastmod,
.action-view.page-Bradshaw #siteSub,
.action-view.page-Bradshaw #contentSub,
.action-view.page-Bradshaw .firstHeading {
	display: none !important;
}

/* Move page status indicators down slightly */
.mw-body .mw-indicators {
	padding-top: 0.4em;
}