MediaWiki:Common.css

From Global Energy Monitor

Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

#p-logo > a > img {
  max-width: 100px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  #p-logo > a > img {
    max-width: 80px;
  }
}

html[lang="es"] #p-Content.show,
html[lang="pt"] #p-Content.show {
  display: flex;
  flex-direction: column;
}

html[lang="es"] #p-Content.show #n-Proposed-gas-plants,
html[lang="pt"] #p-Content.show #n-Proposed-gas-plants {
  order: -1;
}

/* Citation Tool Fixes */

.reflist a[href].new,
.reference-text cite a[href].new::visited,
.reference-text cite a[href].new::hover {
  color: #444 !important;
  pointer-events: none;
}

.mw-parser-output span.cs1-visible-error {display: none;} /* hide Citation Style 1 error messages */