Page MenuHomeMiraheze

Make 2x assets for footer and favicon
Closed, DeclinedPublic

Description

The "Powered by Miraheze" footer button and the favicon.ico are both designed for old low-res computers. They look blurry on my Macbook. Can we replace them with higher resolution images so that they match the Mediawiki equivalents?

Useful file: https://meta.miraheze.org/wiki/File:Miraheze_Logo.svg

@Corey: interested in this one?

Event Timeline

What resolution is the Mediawiki equivalent?

User is inactive and hasn't worked on it.

admin.idw.wiki subscribed.

Here is an updated Favicon Library, not sure what the "MediaWiki" SOP is for installing so I will leave that to somebody more knowledgeable.

USUAL METHOD:

  • Extract "MirahezeFaviconLibray.zip" to meta.miraheze.org root
  • Insert the following code in the <head> section of index.html:
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ffc200">
<meta name="msapplication-TileColor" content="#ffc200">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#474747">

Not sure how to approach the "Powered by Miraheze" footer button. It is the same resolution (88x31@72ppi) as the wikimedia buttons it is designed to match.

Any ideas?

MacFan4000 claimed this task.
MacFan4000 subscribed.

This is clearly not going to happen