Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
363 bytes added ,  19:30, 4 January 2014
try to hide annoying link images
(sidebar: more shadow, margin)
(try to hide annoying link images)
Line 66: Line 66:
margin-left:7px;
margin-left:7px;
width: 125px;
width: 125px;
}
// hide annoying link images (padlocks, arrows, irc)
#bodyContent a.external,
#bodyContent a.external[href ^="irc://"],
#bodyContent a.external[href ^="ircs://"], .link-irc,
#bodyContent a.external[href ^="https://"], .link-https {
  background:transparent;
  background:transparent!ie;
  padding:0px;
  margin:0px;
  display:none;
  visibility:hidden;
}
}

Navigation menu