MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(60 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ASX Header */
a {
#asx-top-banner {
   text-decoration: none !important;
  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 {
a:hover {
   display: block;
   text-decoration: underline; /* optional hover effect */
  height: auto;
  max-width: 680px;
  margin-left: 180px;
  margin-top: 2px;
}
}


/* TRUE full transparency for top vector tabs */
#f-poweredbyico img {
.vector-tabs,
   display: none !important;
.vector-tabs li,
.vector-tabs li.selected,
.vector-tabs li.selected a,
.vector-tabs li a {
   background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  text-shadow: none !important;
}
}


/* Optional: make selected tab text red */
#f-poweredbyico::after {
.vector-tabs li.selected a {
  content: "";
   color: red !important;
  display: inline-block;
  width: 88px;
  height: 31px;
  background-image: url("/resources/assets/poweredby_asxresearch_88x31.png");
  background-size: contain;
  background-repeat: no-repeat;
}
 
#mw-panel-right {
   font-family: sans-serif;
  padding: 10px;
}
}

Latest revision as of 06:44, 31 May 2025

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline; /* optional hover effect */
}

#f-poweredbyico img {
  display: none !important;
}

#f-poweredbyico::after {
  content: "";
  display: inline-block;
  width: 88px;
  height: 31px;
  background-image: url("/resources/assets/poweredby_asxresearch_88x31.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#mw-panel-right {
  font-family: sans-serif;
  padding: 10px;
}