MediaWiki:Common.css: Difference between revisions

From SNAFU Con Wiki
Jump to navigation Jump to search
(Make visited red links black.)
(remove anti-red-link CSS; we have an extension for that now)
 
(2 intermediate revisions 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 {
    color: black;
}
a.new:visited {
    color: black;
}
}

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