„Szerkesztő:Pompos Balázs/common.css” változatai közötti eltérés

A VIK Wikiből
Ugrás a navigációhoz Ugrás a kereséshez
(Új oldal, tartalma: „→‎Don't display some stuff on the main page: .page-Main_Page #deleteconfirm, .page-Main_Page #t-cite, .page-Main_Page #footer-info-lastmod, .action-view.page-Main_Pa…”)
(Nincs különbség)

A lap 2018. június 21., 19:23-kori változata

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

/* Hide while we find a better spot */
#coordinates {
	display:none;
}

/* T161423 */
.infobox {
	border-collapse: separate;
}

/* T173151 */
.mw-changeslist-legend dt {
	margin: 0 0.5em 0 0 !important;
}

/* Better behavior when placed next to infoboxes etc */
#toc {
	display:table;
}

/* Make sure the list of links is on it's own line.. */
#mw-footer #copyright {
	display: block;
}