MediaWiki:Timeless.css

From The HOA
Revision as of 06:48, 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: var(--mw-ui-background);
    border: 1px solid var(--mw-ui-border-color);
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

#custom-category-menu h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    text-align: center;
}

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

#custom-category-menu li {
    padding: 5px 0;
}

#custom-category-menu a {
    text-decoration: none;
    color: var(--mw-ui-text-color);
}

#custom-category-menu a:hover {
    text-decoration: underline;
}
/* --------------------------- */