MediaWiki:Vector.css: Difference between revisions

From AviationSafetyX Wiki
Jump to navigation Jump to search
Replaced content with "→‎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; }"
Tags: Replaced Manual revert
No edit summary
Line 5: Line 5:
     pointer-events: none !important;
     pointer-events: none !important;
     text-decoration: none !important;
     text-decoration: none !important;
}
/* =========================== */
/* LisaFire – ASX Header Art 🔥 */
/* =========================== */
#mw-head-base {
  background: url("https://wiki.alsresume.com/images/0/0c/ASX-Header-Banner.png") no-repeat center center !important;
  background-size: cover !important;
  height: 200px !important;
  border-bottom: 2px solid #333 !important;
  z-index: 1000 !important;
  position: relative !important;
}
/* Optional: remove extra margin that pushes content down */
#content {
  margin-top: -40px !important;
}
}

Revision as of 18:45, 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/0/0c/ASX-Header-Banner.png") no-repeat center center !important;
  background-size: cover !important;
  height: 200px !important;
  border-bottom: 2px solid #333 !important;
  z-index: 1000 !important;
  position: relative !important;
}

/* Optional: remove extra margin that pushes content down */
#content {
  margin-top: -40px !important;
}