MediaWiki:Common.css: Difference between revisions

Don't underline non-text anchors
(remove commissioner font from .derani because it breaks the font ^w^)
Tag: Manual revert
(Don't underline non-text anchors)
Line 64: Line 64:
a:link {
a:link {
   color: rgb(91, 154, 170) !important;
   color: rgb(91, 154, 170) !important;
   box-shadow: inset 0px -2px 0px 0px rgba(91, 154, 170, 25%);
   text-decoration: underline rgba(91,154,170,25%);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
   transition: background-color 0.5s;
   transition: background-color 0.5s;
   word-break: break-word;
   word-break: break-word;
Line 78: Line 80:
a:visited, a:focus, a:active {
a:visited, a:focus, a:active {
   color: rgb(0, 78, 93) !important;
   color: rgb(0, 78, 93) !important;
   box-shadow: inset 0px -2px 0px 0px rgba(0, 78, 93, 25%);
   text-decoration-color: rgba(0,78,93,25%);
}
}


a:link.new {
a:link.new {
   color: rgb(200, 123, 150) !important;
   color: rgb(200, 123, 150) !important;
   box-shadow: inset 0px -2px 0px 0px rgba(200, 123, 150, 25%);
   text-decoration-color: rgba(200,123,150,25%);
}
}