276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
m (Bawitdaba moved page MediaWiki:Gadget-HighlightRedirects.css to MediaWiki:Gadget-HighlightLinks.css without leaving a redirect: rename) |
(integrate) |
||
Line 1: | Line 1: | ||
/* Add a dashed underline to page | /* Add a dashed underline to redirect and disambiguation page links */ | ||
a.mw-redirect:not(:hover) { | a.mw-redirect:not(:hover) { | ||
text-decoration: underline dashed !important; | text-decoration: underline dashed !important; | ||
} | |||
a.mw-disambig { | |||
border-bottom: 1px dotted !important; | |||
} | } |