MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 939:
 
/* ======================================================= */
/* GLOBAL BRANDING: RE-COLOR EXISTINGDARK LINES ONLY& CLEANUP */
/* ======================================================= */
 
Line 954:
}
 
/* 2. RE-COLORBORDERS EXISTINGFOR BORDERSALL HEADINGS (Desktop & Mobile) */
/* This puts the 2px dark line under the Title and Headings */
/* We target ALL potential containers and text elements. */
h1,
h2,
h3, h4, h5, h6,
.firstHeading,
.mw-first-heading,
.mw-body-header,
.page-heading, /* Mobile Container */
.prepage-contentheading, /* Mobile OuterTitle WrapperContainer */
.section-heading { /* Mobile SectionsSection Headers */
border-bottom-color: 2px solid #202122 !important;
margin-bottom: 0.5em;
}
 
/* 2.1 SPECIALDESKTOP FIX: VECTOR(Vector 2022 PAGE TITLE LINESkin) */
/* ThisThe specificdesktop lineskin isuses a fake line (pseudo-element (::after),. notWe astyle realit borderhere. */
/* We override the background color and increase height to 2px. */
.vector-page-titlebar::after {
background-color: #202122 !important;
Line 975 ⟶ 976:
left: 0 !important;
right: 0 !important;
content: '' !important; /* Ensure the element exists */
}
 
/* 32. RE-COLOR2 MOBILE SHADOW LINESCLEANUP (Minerva FixSkin) */
/* You requested to HIDE the menu bar that contained the light gray lines. */
/* This removes the Language/Edit buttons to create a cleaner look. */
.page-actions-menu {
display: none !important;
}
 
/* 3. RE-COLOR MOBILE SHADOW LINES */
/* Sometimes Minerva uses box-shadows for lines. We fix that here. */
.skin-minerva .page-heading,
.skin-minerva .section-heading {
box-shadow: inset 0 -1px2px 0 #202122 !important; /* Increased to 2px to match */
}