MediaWiki:Common.css

From ASXResearch
Revision as of 13:36, 27 May 2025 by Dbadmin (talk | contribs)
Jump to navigation Jump to search

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.
#asx-top-banner {
  width: 120%;
  background: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

#asx-top-banner img {
  display: block;
  height: auto;
  max-width: 680px;
  margin-left: 180px;
  margin-top: 2px;
}

/* Fully transparent vector tabs */
#p-views,
#p-views ul,
#p-views li,
#p-views li.selected,
#p-views li.selected a,
#p-views li a {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

/* Active tab text color */
#p-views li.selected a {
  color: red !important;
}