MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
#mw-head-base { | #mw-head-base { | ||
background: url("https://wiki.alsresume.com/images/ | background: url("https://wiki.alsresume.com/images/a/aa/ASX-Header-Banner2.png") no-repeat center center !important; | ||
background-size: cover !important; | background-size: cover !important; | ||
height: 70px !important; | height: 70px !important; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #fff !important; | ||
z-index: 1000 !important; | z-index: 1000 !important; | ||
position: relative !important; | position: relative !important; | ||
Revision as of 18:50, 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;
}
/* =========================== */
/* LisaFire – ASX Header Art 🔥 */
/* =========================== */
#mw-head-base {
background: url("https://wiki.alsresume.com/images/a/aa/ASX-Header-Banner2.png") no-repeat center center !important;
background-size: cover !important;
height: 70px !important;
border-bottom: 2px solid #fff !important;
z-index: 1000 !important;
position: relative !important;
}
/* Optional: remove extra margin that pushes content down */
#content {
margin-top: -40px !important;
}