Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 148: Line 148:
     display: none !important;
     display: none !important;
   }
   }
}
/* FINAL: Remove pill/oval styling from any link inside an infobox */
.infobox a.external,
.infobox span.plainlinks a.external,
.infobox table a.external,
.infobox td a.external {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline !important;
  font-weight: normal !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}
}