MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(57 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ASX Header Styling */
a {
#asx-top-banner {
  text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 9999;
}
}


/* Optional image scaling control if needed */
a:hover {
#asx-top-banner img {
  text-decoration: underline; /* optional hover effect */
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
}


/* Clean transparent top 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;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10000 !important;
}
}


/* Red highlight for selected tab */
#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;
}