MediaWiki:Chameleon.css

From Pathfinder Wiki
Revision as of 21:54, 2 June 2021 by DesignerThan (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* The Logo for ENGLISH*/
html[lang="en"] #p-logo a {
    background: transparent no-repeat
        url("/images/Pathfinder\ Logo\ Simplified\ -\ ENGLISH.png");
    background-size: cover;
}
html[lang="en"] #p-logo a img {
	visibility: hidden;
}

/* The Logo for GERMAN*/
html[lang="de"] #p-logo a {
    background: transparent no-repeat
        url("/images/Pathfinder\ Logo\ Simplified\ -\ GERMAN.png");
    background-size: cover;
}
html[lang="de"] #p-logo a img {
	visibility: hidden;
}

/* The Logo for FRENCH*/
html[lang="fr"] #p-logo a {
    background: transparent no-repeat
        url("/images/Pathfinder\ Logo\ Simplified\ -\ FRENCH.png");
    background-size: cover;
}
html[lang="fr"] #p-logo a img {
	visibility: hidden;
}

/* The Logo for PORTUGUESE*/
html[lang="pt"] #p-logo a,
html[lang="pt-BR"] #p-logo a {
    background: transparent no-repeat
        url("/images/Pathfinder\ Logo\ Simplified\ -\ PORTUGUESE.png");
    background-size: cover;
}
html[lang="pt"] #p-logo a img,
html[lang="pt-BR"] #p-logo a img {
	visibility: hidden;
}

/* The Logo for SPANISH*/
html[lang="es"] #p-logo a {
    background: transparent no-repeat
        url("/images/Pathfinder\ Logo\ Simplified\ -\ SPANISH.png");
    background-size: cover;
}
html[lang="es"] #p-logo a img {
	visibility: hidden;
}