MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 284:
#cps-toc-list li[data-level="5"] { padding-left: 45px; }
 
/* --- REMOVED THE IPAD HIDING RULE HERE --- */
/* Only show on phone-ish widths */
/* (The @media (min-width: 768px block was deleted to allow TOC on iPad) {*/
 
#cps-open-toc, #cps-toc-overlay, #cps-toc-panel { display: none !important; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
Line 301 ⟶ 300:
/* ======================================================= */
/* 2. GLOBAL HIDE (READ-ONLY MODE) */
/* These elements are hidden for everyone by default. */
/* They are UNHIDDEN in MediaWiki:Group-user.css */
/* ======================================================= */
 
Line 484 ⟶ 483:
/* ALIGNMENT: 8px Top */
top: 8px !important;
left: 10px !important;
right: auto !important;
Line 546 ⟶ 545:
right: 154px !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;
width: 44px !important;
z-index: 1002 !important;
Line 653 ⟶ 658:
#p-views,
.page-actions-menu__list {
display: none !important;
 
/* ======================================================= */
/* HIDE STANDARD "FIXED" TOC (Force Sticky Button Only) */
/* ======================================================= */
/* This removes the default TOC box inside the article text */
.toc,
#toc,
.mw-parser-output #toc,
.client-js .mw-content-ltr .toc {
display: none !important;
}