MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 378:
/* ======================================================= */
/* 2. TOP FLOATING
/* ======================================================= */
Line 405:
.header-container .navigation-drawer { display: none !important; }
/* --- B. COMMON
.branding-box,
#searchIcon,
#cps-open-toc,
body.mw-mf-search-mode .minerva-header .search-box input {
/*
background-color: rgba(0, 0, 0, 0.1) !important;
backdrop-filter: blur(2px) !important;
border-radius:
pointer-events: auto !important;
border:
box-shadow: none !important; /* No Shadow */
}
Line 427 ⟶ 428:
z-index: 1002 !important;
}
/* CENTER FIX:
.branding-box a {
display: flex !important;
Line 438 ⟶ 439:
.branding-box a::before {
content: "⌂";
font-size:
color: #fff;
margin-top: -
text-shadow:
}
Line 455 ⟶ 456:
color: #fff !important;
align-items: center; justify-content: center;
text-shadow:
}
#cps-open-toc .icon { font-size: 22px !important; }
/* --- E. BUTTON 3: SEARCH TRIGGER (Left of TOC) --- */
Line 463 ⟶ 464:
position: fixed !important;
top: 8px !important;
right: 64px !important; /* 10px Margin + 44px TOC + 10px Gap */
left: auto !important;
width: 44px !important; height: 44px !important;
z-index: 1002 !important;
display: flex !important; align-items: center; justify-content: center;
}
/*
#searchIcon .minerva-icon {
font-size: 20px !important;
color: #fff !important;
fill: #fff !important;
opacity: 1;
}
Line 496 ⟶ 497:
z-index: 1001 !important;
/* ALIGNMENT: Fits nicely between
left:
right:
padding: 0 !important; margin: 0 !important;
Line 504 ⟶ 505:
}
/* 3. Style the Input
body.mw-mf-search-mode .minerva-header .search-box input {
width: 100% !important;
height: 44px !important;
border-radius:
▲ border: none !important;
/*
background-color: rgba(0, 0, 0, 0.4) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
padding-left:
padding-right:
font-size: 16px !important;
}
Line 527:
/* 5. Placeholder Text */
body.mw-mf-search-mode .minerva-header .search-box input::placeholder {
color: rgba(255, 255, 255, 0.
-webkit-text-fill-color: rgba(255, 255, 255, 0.
}
| |||