Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.

MediaWiki:Common.css: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
links colos
(adj)
(links colos)
Line 53: Line 53:
         external link - #ffe100
         external link - #ffe100


.mw-body-content a:link { color: #00FF00; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #00ffbb; } /* visited links */
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:link.external { color: #3366BB; } /* external links */
.mw-body-content a:link.stub { color: #772233; } /* hovered links */
$ 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:
     }
     }
/* image thumbnail adjustments */
img, .results .list-thumb:not(.list-thumb-none),
.ext-related-articles-card-thumb:not(.ext-related-articles-card-thumb-placeholder) {
image-rendering: crisp-edges;
image-rendering: pixelated;
}
}


.downscale img {
/* Links */
    max-width: 100% !important;
a { color: #00f; } /* normal unvisited links */
    height: auto !important;
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; }

Navigation menu