MediaWiki:Common.css: Difference between revisions

From SNAFU Con Wiki
Jump to navigation Jump to search
(inherit redlink style, don't force black)
(remove anti-red-link CSS; we have an extension for that now)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
.action-view.page-Main_Page .firstHeading {
.action-view.page-Main_Page .firstHeading {
     display: none !important;
     display: none !important;
}
a.new:link,
a.new:active,
a.new:visited {
    color: inherit;
    text-decoration: inherit;
}
}

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;
}