MediaWiki:Mobile.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 153:
/* ======================================================= */
/* 2.
/* ======================================================= */
/* --- A. THE HEADER CONTAINER (The
.header-container.header-chrome {
position: fixed !important;
Line 165:
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 194 ⟶ 197:
.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 208 ⟶ 213:
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 226 ⟶ 232:
#searchIcon .minerva-icon {
font-size: 24px;
color: #fff;
opacity: 1;
text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
Line 261 ⟶ 268:
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;
| |||