276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(adj) |
(links colos) |
||
Line 53: | Line 53: | ||
external link - #ffe100 | external link - #ffe100 | ||
$ COMPOSER=composer.local.json composer require --no-update mediawiki/hit-counters | $ COMPOSER=composer.local.json composer require --no-update mediawiki/hit-counters | ||
$ composer update | $ composer update | ||
Line 66: | Line 59: | ||
} | } | ||
} | } | ||
. | /* Links */ | ||
a { color: #00f; } /* normal unvisited links */ | |||
a:active { color: orange; } /* active links */ | |||
} | a:visited { color: #00c; } /* visited links */ | ||
.mw-parser-output a.extiw { color: #06f; } /* interwiki links */ | |||
.mw-parser-output a.extiw:visited { color: #3366BB; } | |||
.mw-parser-output a.external { color: #06f; } /* external links */ | |||
.mw-parser-output a.external:visited { color: #0044CC; } |