MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(53 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Shift content down to make room for banner */
a {
body {
  text-decoration: none !important;
    margin-top: 90px !important;
}
}


/* Properly pinned header banner */
a:hover {
#asx-top-banner {
  text-decoration: underline; /* optional hover effect */
    position: fixed;
    top: 0;
    left: 100px;
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
}


/* Scale and constrain banner image */
#f-poweredbyico img {
#asx-top-banner img {
  display: none !important;
    display: block;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    margin: 0;
    padding: 0;
    float: left;
}
}


/* Clean transparent top tabs */
#f-poweredbyico::after {
.vector-tabs,
  content: "";
.vector-tabs li,
  display: inline-block;
.vector-tabs li.selected,
  width: 88px;
.vector-tabs li.selected a,
  height: 31px;
.vector-tabs li a {
  background-image: url("/resources/assets/poweredby_asxresearch_88x31.png");
    background: transparent !important;
  background-size: contain;
    border: none !important;
  background-repeat: no-repeat;
    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;
}
}


/* Highlight for active tab */
#mw-panel-right {
.vector-tabs li.selected a {
  font-family: sans-serif;
    color: red !important;
  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;
}