Hovp-rsk-uwa01

Revision as of 19:47, 7 October 2025 by Acmeraptor (talk | contribs) (Created page with "==MediaWiki== Mediawiki:Common.css Link color and glow: a:link, a:visited { color: #0080d9 !IMPORTANT; text-decoration: none; transition: .35s; } a:hover, a:active { color: #ffffff !IMPORTANT; text-shadow: #ffffff 0 0 10px; text-decoration: none !IMPORTANT; transition: .35s; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWiki

Mediawiki:Common.css

/* Link color and glow */
a:link, a:visited {
  color: #0080d9 !IMPORTANT;
  text-decoration: none;
  transition: .35s;
}

a:hover, a:active {
  color: #ffffff !IMPORTANT;
  text-shadow: #ffffff 0 0 10px;
  text-decoration: none !IMPORTANT;
  transition: .35s;
}