Jump to content

MediaWiki:Common.css: Difference between revisions

Limit link underlines to article content
m (support i>em)
(Limit link underlines to article content)
Line 67: Line 67:
a:link {
a:link {
   color: rgb(91, 154, 170) !important;
   color: rgb(91, 154, 170) !important;
  transition: background-color 0.5s;
  word-break: break-word;
}
.mw-content-container a:link {
   text-decoration: underline rgba(91,154,170,25%);
   text-decoration: underline rgba(91,154,170,25%);
   text-decoration-thickness: 2px;
   text-decoration-thickness: 2px;
   text-underline-offset: 2px;
   text-underline-offset: 2px;
  transition: background-color 0.5s;
  word-break: break-word;
}
}
.mw-parser-output .external, .plainlinks a.external {
.mw-parser-output .external, .plainlinks a.external {
   padding-right: 0 !important;
   padding-right: 0 !important;