MediaWiki:Common.css: Difference between revisions

From SNAFU Con Wiki
Jump to navigation Jump to search
(inherit redlink style, don't force black)
m (add a comment about not-red links)
Line 9: Line 9:
}
}


/* Beta hates dead links, so make them not look like links.
* This way we can still have Special:WantedPages.
*/
a.new:link,
a.new:link,
a.new:active,
a.new:active,

Revision as of 20:41, 30 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;
}

/* Beta hates dead links, so make them not look like links.
 * This way we can still have Special:WantedPages.
 */
a.new:link,
a.new:active,
a.new:visited {
    color: inherit;
    text-decoration: inherit;
}