MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
Line 506:
}
 
/* --- C. BUTTON 1: SEARCH TRIGGER (TOPBOTTOM LEFT) --- */
#searchIcon {
position: fixed !important;
/* ALIGNMENT:MOVED 8pxTO TopBOTTOM */
top: 8pxauto !important;
topbottom: 8px20px !important;
left: 10px !important;
right: auto !important;
Line 535 ⟶ 536:
}
 
/* --- D. BUTTON 2: TOC (BOTTOM RIGHT - 100px SPACE) --- */
#cps-open-toc {
display: flex !important;
position: fixed !important;
 
top: 8px !important;
/* MOVED TO BOTTOM */
top: 8pxauto !important;
bottom: 20px !important;
/* Position: 100px10px from right edge */
right: 100px10px !important;
left: auto !important; bottom: auto !important;
z-index: 1002 !important;
Line 553 ⟶ 557:
#cps-open-toc .icon {
font-size: 30px !important;
/* font-weight: 900 !important; Matches thickness */
/* FIX: Force line-height to be tight to the icon */
line-height: 1 !important;
/* FIX: Pushes the icon UP by adding invisible space below it */
margin-bottom: 3px !important;
}
Line 568 ⟶ 567:
.branding-box {
position: fixed !important;
 
top: 8px !important;
/* MOVED TO BOTTOM */
top: auto !important;
bottom: 20px !important;
/* Position: 100px10px (SpaceEdge) + 44px (TOC) + 10px (Gap) = 64px */
right: 154px64px !important;
left: auto !important;
/* FIX: Force Square Shape on iPad/PC */
/* This overrides the skin's "Tablet Mode" resizing */
min-width: 0 !important;
max-width: 44px !important;
Line 713 ⟶ 714:
z-index: 9999 !important;
/* Ensure positioning is correct (BOTTOM) */
position: fixed !important;
top: 8pxauto !important; /* Changed from 8px */
rightbottom: 100px20px !important; /* Added bottom anchor */
right: 10px !important; /* Changed from 100px to match mobile */
/* CHANGE THIS LINE FROM 0.1 TO 0.2 */
background-color: rgba(0, 0, 0, 0.2) !important;
width: 44px !important;
height: 44px !important;
border-radius: 50% !important; /* Kept the circle change from previous step */
}
}