MediaWiki:Common.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 214: Line 214:
     background: #000 !important;
     background: #000 !important;
     color: #fff !important;
     color: #fff !important;
}
/* ============================================
  TIMELESS — FORCE OPAQUE MOBILE SIDEBAR
  ============================================ */
/* The actual sliding sidebar container */
.sidebar-inner {
    background: #000 !important;
}
/* The wrapper that holds the sidebar when off‑canvas */
#mw-timeless-sitetools,
#mw-timeless-navigation,
#mw-timeless-sidebar,
#mw-timeless-sidebar * {
    background: #000 !important;
    color: #fff !important;
}
/* Portlet boxes inside the sidebar */
.mw-portlet,
.mw-portlet * {
    background: #000 !important;
    color: #fff !important;
}
/* Sidebar headings */
.mw-portlet h3 {
    background: #000 !important;
    color: #fff !important;
    border-bottom: 1px solid #333 !important;
}
/* Sidebar link colors */
.sidebar-inner a {
    color: #ffea00 !important; /* yellow */
}
.sidebar-inner a:visited {
    color: #c0c0c0 !important; /* silver */
}
/* The overlay that appears behind the sidebar */
#mw-timeless-overlay {
    background: #000 !important;
    opacity: 1 !important;
}
}