MediaWiki:Common.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 162: Line 162:
     color: #fff !important;
     color: #fff !important;
     border: 1px solid #333 !important;
     border: 1px solid #333 !important;
}
/* ============================================
  TIMELESS SKIN — FORCE OPAQUE SIDE DRAWER
  ============================================ */
/* Main off‑canvas drawer */
#mw-timeless-drawer {
    background: #000 !important;
}
/* Drawer content container */
#mw-timeless-drawer .mw-timeless-drawer-content {
    background: #000 !important;
}
/* All children inside the drawer */
#mw-timeless-drawer * {
    background: #000 !important;
    color: #fff !important;
}
/* Drawer navigation lists */
#mw-timeless-drawer nav,
#mw-timeless-drawer nav * {
    background: #000 !important;
}
/* Drawer links */
#mw-timeless-drawer a {
    color: #ffea00 !important;
}
#mw-timeless-drawer a:visited {
    color: #c0c0c0 !important;
}
/* The overlay mask behind the drawer */
#mw-timeless-drawer-overlay {
    background: #000 !important;
    opacity: 1 !important;
}
/* The button that opens the drawer */
#mw-timeless-drawer-button,
#mw-timeless-drawer-button * {
    background: #000 !important;
    color: #fff !important;
}
}