MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 31: Line 31:
   background: transparent !important;
   background: transparent !important;
   color: #000 !important; /* Change if needed */
   color: #000 !important; /* Change if needed */
}
#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;
}
#p-views li.selected a {
  color: red !important; /* Keep or change this as needed */
}
}

Revision as of 13:33, 27 May 2025

#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;
}

#p-views,
#p-views ul,
#p-views li,
#p-views li.selected {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#p-views li.selected a,
#p-views li a {
  background: transparent !important;
  color: #000 !important; /* Change if needed */
}

#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;
}

#p-views li.selected a {
  color: red !important; /* Keep or change this as needed */
}