Jump to content

MediaWiki:Common.css

From Costa Sano KB
Revision as of 14:15, 11 April 2026 by Mngr (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 be applied to all skins */

#ns-tree {
    border: 5px solid yellow !important;
}

/* Remove bullets completely */
#ns-tree ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Also remove bullets from nested lists (important) */
#ns-tree li {
    list-style: none !important;
}

/* Clean spacing */
#ns-tree li {
    margin-bottom: 3px;
}

/* Link styling */
#ns-tree a {
    text-decoration: none;
}

#ns-tree a:hover {
    text-decoration: underline;
}