MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 478:
.header-container .navigation-drawer { display: none !important; }
 
/* --- B.FROSTED COMMON SQUAREGLASS STYLE (0.03 TransparencyClean, forModern, #F8F9FAReadable) --- */
.branding-box,
#searchIcon,
#cps-open-toc,
body.mw-mf-search-mode .minerva-header .search-box input {
/* 3%1. BlackWhite =with ~#F8F9FAtransparency on(Not whiteGrey) */
background-color: rgba(32255, 33255, 34255, 0.285) !important;
/* Force2. FullThe OpacityBlur &Effect Strip- DefaultsWashes out text underneath */
-webkit-backdrop-filter: noneblur(12px) !important;
boxbackdrop-shadowfilter: noneblur(12px) !important;
/* 3. Subtle Shadow for depth */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
 
/* 4. Dark Icon Color */
color: #202122 !important;
/* Standard Layout Rules */
opacity: 1 !important;
background-image: none !important;
-webkit-appearance: none !important;
border: none !important; /* No border needed with shadow */
box-shadow: none !important;
backdrop-filter: none !important;
border-radius: 8px12px !important; /* Slightly rounder looks better with glass */
pointer-events: auto !important;
/* STANDARD 44px SIZING */
box-sizing: border-box !important;
width: 44px !important;
Line 503 ⟶ 509:
padding: 0 !important;
margin: 0 !important;
display: flex !important; align-items: center; justify-content: center;
}
 
/* FIX: Ensure Search Icon is Dark */
#searchIcon .minerva-icon {
filter: none !important;
fill: #202122 !important;
}
 
/* FIX: Ensure Home Icon is Dark */
.branding-box::after {
color: #202122 !important;
-webkit-text-stroke: 0.5px #202122 !important;
}
 
/* FIX: Ensure Search Input Text is Dark */
body.mw-mf-search-mode .minerva-header .search-box input {
color: #202122 !important;
-webkit-text-fill-color: #202122 !important;
}
body.mw-mf-search-mode .minerva-header .search-box input::placeholder {
color: #72777d !important;
-webkit-text-fill-color: #72777d !important;
}