MediaWiki:Mobile.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 153:
/* ======================================================= */
/* 2. TOP FLOATING SQUARES (
/* ======================================================= */
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
pointer-events: auto !important;
border: none !important;
box-shadow: none !important;
}
Line 203:
z-index: 1002 !important;
}
/* FIX: Hide text, Show Icon */
.branding-box a {
display: flex !important;
align-items: center;
justify-content: center;
}
/* The House Icon */
.branding-box a::before {
content: "⌂"; /* Unicode House */
font-size: 24px !important; /* Visible Size */
color: #fff !important; /* Visible Color */
margin-top: -4px;
▲ text-shadow: none !important; /* Remove Shadow */
line-height: 1;
}
Line 231 ⟶ 234:
color: #fff !important;
align-items: center; justify-content: center;
}
#cps-open-toc .icon { font-size: 22px !important; }
Line 247 ⟶ 249:
}
/*
#searchIcon .minerva-icon {
font-size:
color: #fff !important;
fill: #fff !important;
opacity: 1;
filter: brightness(0) invert(1); /*
}
/* --- F. THE SEARCH INPUT (
/* 1. Hide initially */
Line 272 ⟶ 273:
z-index: 1001 !important;
/*
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;
/* Slightly darker background for
background-color: rgba(0, 0, 0, 0.4) !important;
color: #fff !important;
| |||