MediaWiki:Timeless.css

From The HOA
Revision as of 06:50, 7 March 2025 by TheFatherMind (talk | contribs)

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.
/* CSS placed here will affect users of the Timeless skin */

/* Resources Category Menu */
#custom-category-menu {
    background-color: rgba(255, 255, 255, 0.9) !important; /* Light background */
    border: 1px solid #a2a9b1 !important; /* MediaWiki default border */
    border-radius: 6px !important;
    padding: 10px !important;
    margin: 10px 0 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    width: auto !important;
    display: block !important;
}

#custom-category-menu h3 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    color: #202122 !important;
}

#custom-category-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#custom-category-menu li {
    padding: 6px 0 !important;
}

#custom-category-menu a {
    text-decoration: none !important;
    color: #0645ad !important; /* Standard MediaWiki blue */
    font-weight: normal !important;
}

#custom-category-menu a:hover {
    text-decoration: underline !important;
    color: #3366cc !important;
}
/* --------------------------- */