MediaWiki:Common.css: Difference between revisions

586 bytes added ,  14:55, 26 September 2024
Try something halfway?
(Try a more traditional link style)
Tag: Reverted
(Try something halfway?)
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:
ul {
ul {
   list-style-image: none;
   list-style-image: none;
}
.no-decoration, .no-decoration * {
  box-shadow: none !important;
  text-decoration: none !important;
}
a:link {
  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-thickness: 2px;
  text-underline-offset: 2px;
}
}


Line 49: Line 66:
.plainlinks a.external::after {
.plainlinks a.external::after {
   content: none;
   content: none;
}
a:visited, a:focus, a:active {
  color: rgb(0, 78, 93) !important;
  text-decoration-color: rgba(0,78,93,25%);
}
a:link.new {
  color: rgb(200, 123, 150) !important;
  text-decoration-color: rgba(200,123,150,25%);
}
}