MediaWiki:Darkvector.css

MediaWiki interface page
Revision as of 05:20, 19 May 2024 by Xenon (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the DarkVector skin */

/* Adjust the position of the "Page" and "Discussion" tabs */
#ca-nstab-main, #ca-talk {
    margin-left: 10px; /* Adjust this value as needed */
    padding-left: 10px; /* Adjust this value as needed */
}

/* General alignment for tabs */
#p-namespaces ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#p-namespaces ul li {
    margin-right: 10px; /* Adjust this value as needed */
}

#p-views ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#p-views ul li {
    margin-right: 10px; /* Adjust this value as needed */
}