MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 153:
 
/* ======================================================= */
/* 2. TOP FLOATING SQUARES (FlatFinal &Fixed CleanVersion) */
/* ======================================================= */
 
Line 180:
.header-container .navigation-drawer { display: none !important; }
 
/* --- B. COMMON SQUARE STYLE (0.1 Transparency) --- */
.branding-box,
#searchIcon,
Line 189:
backdrop-filter: blur(2px) !important;
border-radius: 8px !important; /* SQUARE with soft corners */
pointer-events: auto !important;
border: none !important; /* No Border */
box-shadow: none !important; /* No Shadow */
}
 
Line 203:
z-index: 1002 !important;
}
 
/* CENTER FIX: Flexbox on the anchor ensures icon is middle of square */
/* FIX: Hide text, Show Icon */
.branding-box a {
display: flex !important;
align-items: center;
justify-content: center;
widthfont-size: 100%0 !important; height: 100% !important; /* Hide "bizslash.com" text */
fonttext-sizedecoration: 0none !important;
color: transparent !important;
}
 
/* The House Icon */
.branding-box a::before {
content: "⌂"; /* Unicode House */
font-size: 24px !important; /* Visible Size */
color: #fff !important; /* Visible Color */
text-shadowvisibility: nonevisible !important; /* RemoveForce ShadowVisibility */
margin-top: -4px; /* Slight offset for visual balance */
margin-top: -4px;
text-shadow: none !important; /* Remove Shadow */
line-height: 1;
}
 
Line 231 ⟶ 234:
color: #fff !important;
align-items: center; justify-content: center;
text-shadow: none !important;
}
#cps-open-toc .icon { font-size: 22px !important; }
Line 247 ⟶ 249:
}
 
/* ForceFIX: WhiteSmaller IconMagnifying Glass */
#searchIcon .minerva-icon {
font-size: 20px16px !important; /* Reduced size (was 20-24px) */
color: #fff !important;
fill: #fff !important;
opacity: 1;
filter: brightness(0) invert(1); /* TurnsForce black icon whiteWhite */
text-shadow: none !important;
}
 
/* --- F. THE SEARCH INPUT (AppearsFITS inBETWEEN the MiddleBUTTONS) --- */
 
/* 1. Hide initially */
Line 272 ⟶ 273:
z-index: 1001 !important;
/* ALIGNMENTFIX: FitsForce nicelywidth betweento Homefit and Searchbetween buttons */
leftwidth: 70pxauto !important; /* IncreasedStop gapit from Homebeing button100% */
rightleft: 125px64px !important; /* Increased gapClears fromHome SearchButton button(10+44+10) */
right: 118px !important; /* Clears Search+TOC (10+44+10+44+10) */
padding: 0 !important; margin: 0 !important;
Line 284 ⟶ 286:
width: 100% !important;
height: 44px !important;
border-radius: 8px !important; /* Matches Square Buttons */
/* Slightly darker background for readability when typing visibility */
background-color: rgba(0, 0, 0, 0.4) !important;
color: #fff !important;