/* no need for styling within an <a> */
#bodyContent a.nonimage {
font-size: inherit !important;
font-weight: inherit !important;
}
#bodyContent a, #bodyContent a * {
color: #0645AD !important;
background: none !important;
}
#bodyContent a:visited, #bodyContent a:visited * {
color: #0B0080 !important;
}
#bodyContent a.new, #bodyContent a.new * {
color: #BA0000 !important;
}
#bodyContent a.new:visited, #bodyContent a.new:visited * {
color: #A55858 !important;
}
/* mark redirects */
#bodyContent a.mw-redirect, #bodyContent a.mw-redirect * {
color: green !important;
}
#bodyContent a.mw-redirect:visited, #bodyContent a.mw-redirect:visited * {
color: darkgreen !important;
}
#bodyContent a.external, #bodyContent a.external * {
color: #3366BB !important;
}
#bodyContent a.external:visited, #bodyContent a.external:visited * {
color: #0B0080 !important;
}
/* <font> is used only for bad formatting */
font {
color: inherit !important;
background: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
font-variant: inherit !important;
font-size: inherit !important;
}
/* OTHER STUFF */
/* hide rollback from Watchlist */
.page-Special_Watchlist .mw-rollback-link {
display: none;
}
/* Hide the brackets for the inline cite */
sup.reference a span {
display: none;
}
/* Hide lock icon for https links */
#content a[href^="https://"], .link-https {
background: none !important;
padding: 0 0 0 0 !important;
}
#twinkle-config-headerbox {
display: none;
}
.has_been_on_main_page a {
color: green !important;
}
/* Cruft */
#title-override, #talkpagetext, #Wikipedia-talk {
display: none;
}