MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
background: url("https://wiki.alsresume.com/images/0/0c/ASX-Header-Banner.png") no-repeat center center; | background: url("https://wiki.alsresume.com/images/0/0c/ASX-Header-Banner.png") no-repeat center center; | ||
background-size: contain; | background-size: contain; | ||
opacity: | opacity: 1.00; /* Turn this up from 0.15 to make it stand out */ | ||
z-index: 0; | z-index: 0; | ||
} | } | ||
Revision as of 19:42, 4 April 2025
/* 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: 0;
left: 0;
width: 100%;
height: 140px;
background: url("https://wiki.alsresume.com/images/0/0c/ASX-Header-Banner.png") no-repeat center center;
background-size: contain;
opacity: 1.00; /* Turn this up from 0.15 to make it stand out */
z-index: 0;
}
#mw-head-base {
position: relative !important;
height: 140px !important;
background: none !important;
z-index: 1;
}
/* Tabs and nav stay on top */
#p-personal, #left-navigation, #right-navigation {
position: relative;
z-index: 2;
}
/* Tweak tab spacing */
.vector-menu-tabs {
margin-top: 8px !important;
}
/* Ensure logo doesn't get washed out */
.mw-wiki-logo {
z-index: 3;
position: relative;
filter: drop-shadow(0 0 3px #000); /* Optional: add depth */
}