MediaWiki:Vector.css: Difference between revisions

From ASXResearch
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 11: Line 11:
   content: "";
   content: "";
   position: absolute;
   position: absolute;
   top: 4px;
   top: 5px;
   left: -5px; /* Offsets 70px from the left */
   left: -5px; /* Offsets 70px from the left */
   width: calc(100% - 70px); /* Prevents overflow on the right */
   width: calc(100% - 70px); /* Prevents overflow on the right */
Line 23: Line 23:
#mw-head-base {
#mw-head-base {
   position: relative !important;
   position: relative !important;
   height: 110px !important;
   height: 109px !important;
   background: none !important;
   background: none !important;
   z-index: 1;
   z-index: 1;
Line 35: Line 35:
.vector-menu-tabs {
.vector-menu-tabs {
   margin-top: 8px !important;
   margin-top: 8px !important;
}
#p-tb::after {
    content: "";
    display: block;
    margin-top: 15px;
    background-image: url("https://asxresearch.org/images/8/86/Sidebar_Research4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 130px;
    height: 773px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}
}

Latest revision as of 23:13, 15 June 2025

/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* Suppress red links for Vector skin */
a.new, a.new:visited {
    color: inherit !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

#mw-head-base::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px; /* Offsets 70px from the left */
  width: calc(100% - 70px); /* Prevents overflow on the right */
  height: 70px;
  background: url("https://asxresearch.org/images/8/8d/ASX-Header-Banner_trans2.png") no-repeat left center;
  background-size: contain;
  opacity: 1.00;
  z-index: 0;
}

#mw-head-base {
  position: relative !important;
  height: 109px !important;
  background: none !important;
  z-index: 1;
}

#p-personal, #left-navigation, #right-navigation {
  position: relative;
  z-index: 2;
}

.vector-menu-tabs {
  margin-top: 8px !important;
}

#p-tb::after {
    content: "";
    display: block;
    margin-top: 15px;
    background-image: url("https://asxresearch.org/images/8/86/Sidebar_Research4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 130px;
    height: 773px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
}