MediaWiki:Common.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Push everything below the fixed banner */
a {
body {
  text-decoration: none !important;
    margin-top: 0 !important;
}
}


#mw-page-base {
a:hover {
    padding-top: 21px !important;
  text-decoration: underline; /* optional hover effect */
}
}


/* Force the new Vector 2022 header (tab bar) down */
#f-poweredbyico img {
.vector-header {
  display: none !important;
    padding-top: 40px !important;
}
}


/* Fixed header banner */
#f-poweredbyico::after {
#asx-top-banner {
  content: "";
    position: relative;
  display: inline-block;
    top: 10px;
  width: 88px;
    left: 170px;
  height: 31px;
    width: 100%;
  background-image: url("/resources/assets/poweredby_asxresearch_88x31.png");
    max-width: 100%;
  background-size: contain;
    background: transparent;
  background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
}


/* Header banner image */
#mw-panel-right {
#asx-top-banner img {
  font-family: sans-serif;
    display: block;
  padding: 10px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
    margin: 0;
    padding: 0;
    float: left;
}
 
/* Remove default background on page tools/tabs (if visible) */
.vector-header,
.vector-page-toolbar-container,
.vector-tab-links {
    background: transparent !important;
    border: none !important;
}
 
 
/* Move ALL top tabs, including user and page actions, below the header */
#ca-view,
#ca-edit,
#ca-history,
#ca-talk,
#pt-userpage,
#pt-mytalk,
#pt-notifications-alert,
#pt-notifications-message,
#pt-preferences,
#pt-watchlist,
#pt-mycontris,
#pt-logout,
.vector-user-links,
.vector-page-toolbar-container,
.vector-header,
.vector-tabs {
    position: relative !important;
    top: 0px !important;
    z-index: 10000 !important;
}
 
 
 
body {
    overflow-x: hidden !important;
}
}

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