MediaWiki:Timeless.css

From DISNEY PRINCESS

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ── Sidebar: dark pink (Timeless skin) ─── */

#mw-site-navigation {
    background: #c0396b !important;
    border-right: 1px solid #9b2d56 !important;
}

#mw-site-navigation .sidebar-chunk {
    background: #c0396b !important;
}

/* Section headings */
#mw-site-navigation .sidebar-chunk h3 {
    color: #f4b8cc !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2) !important;
}

/* Nav links */
#mw-site-navigation .sidebar-chunk ul li a {
    color: #ffe6ef !important;
}

#mw-site-navigation .sidebar-chunk ul li a:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    color: #ffffff !important;
}