MediaWiki:Timeless.css

From The HOA
Revision as of 07:08, 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 {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

#custom-category-menu .portal-heading {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

#custom-category-menu .portal-body {
    list-style-type: none;
    padding-left: 0;
}

#custom-category-menu .portal-body li {
    margin: 5px 0;
}
/* --------------------------- */