MediaWiki:Chameleon.css

From Pathfinder Wiki

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/d/d9/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/e/e8/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/d/d7/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/6/69/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/f/f6/Pathfinder_Logo_Simplified_-_SPANISH.png");
    background-size: cover;
}
html[lang="es"] #p-logo a img {
	visibility: hidden;
}