MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 378:
/* ======================================================= */
/* 2.
/* ======================================================= */
/* --- A. THE HEADER CONTAINER (The
.header-container.header-chrome {
position: fixed !important;
Line 390:
z-index: 1000 !important;
/* VISIBILITY TWEAK: 0.3 is very transparent (30% opacity) */
background-color: rgba(0, 0, 0, 0.
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
/* Frosted glass effect (keeps text readable behind it) */
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
/* Fixes */
Line 419 ⟶ 422:
.branding-box a::before {
content: "⌂";
font-size: 28px; color: #fff;
margin-top: -4px;
/* Shadow ensures button is visible if page background is white */
text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
Line 433 ⟶ 438:
z-index: 1002 !important;
background: transparent !important;
color: #fff !important;
box-shadow: none !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
Line 451 ⟶ 457:
#searchIcon .minerva-icon {
font-size: 24px;
color: #fff;
opacity: 1;
text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
Line 486 ⟶ 493:
border: none !important;
/* Visual Style: Darker background so white text is readable */
background-color: rgba(
color: #ffffff !important;
-webkit-text-fill-color: #ffffff !important;
padding-left: 10px !important;
}
/* 4. REMOVE THE INNER MAGNIFYING GLASS
.minerva-header .search-box .search-box-icon-overlay {
display: none !important;
| |||