MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
background: url("https://wiki.alsresume.com/images/0/0c/ASX-Header-Banner.png") no-repeat center center !important; | background: url("https://wiki.alsresume.com/images/0/0c/ASX-Header-Banner.png") no-repeat center center !important; | ||
background-size: cover !important; | background-size: cover !important; | ||
height: | height: 70px !important; | ||
border-bottom: 2px solid #333 !important; | border-bottom: 2px solid #333 !important; | ||
z-index: 1000 !important; | z-index: 1000 !important; | ||
Revision as of 18:47, 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: 70px !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;
}