MediaWiki:Common.css: Difference between revisions

From SNAFU Con Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎suppress the title on the main page: .action-view.page-Main_Page .firstHeading { display: none !important; }")
 
(remove anti-red-link CSS; we have an extension for that now)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* suppress stuff we don't want on the main page */
 
.page-Main_Page #deleteconfirm,
 
.page-Main_Page #t-cite,
/* suppress the title on the main page */
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
.action-view.page-Main_Page .firstHeading {
     display: none !important;
     display: none !important;
}
}

Latest revision as of 00:13, 31 January 2015

/* suppress stuff we don't want 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;
}