MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 955:
 
/* 2. BORDERS FOR ALL HEADINGS (Desktop & Mobile) */
/* This puts the 2px1px dark line under the Title and Headings */
h1,
h2,
h3, h4, h5, h6,
.firstHeading,
.mw-first-heading,
Line 964 ⟶ 962:
.page-heading, /* Mobile Title Container */
.section-heading { /* Mobile Section Headers */
border-bottom: 2px1px solid #202122 !important;
margin-bottom: 0.5em;
}
Line 972 ⟶ 970:
.vector-page-titlebar::after {
background-color: #202122 !important;
height: 2px1px !important;
bottom: 0 !important;
left: 0 !important;
Line 984 ⟶ 982:
.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 -2px 0 #202122 !important; /* Increased to 2px to match */
}