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: Reverted
Line 158: Line 158:
     text-decoration: underline !important;
     text-decoration: underline !important;
     box-shadow: none !important;
     box-shadow: none !important;
}
/* Kill oval styling on ALL external links in infobox video sections */
.infobox td a.external,
.infobox td a.external.text,
.infobox td a.external.autonumber {
  all: unset;
  font-size: 0.9em;
  color: #ddd;
  text-decoration: underline;
}
}