Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css

MediaWiki interface page
Revision as of 19:12, 14 June 2024 by Jon (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.
/* Change the background color of the entire page */
body {
    background-color: #222222; /* Light gray background */
}

/* Optionally, change the background color of the content area */
#content {
    background-color: #333333; /* White background */
}

/* You can also target other specific elements as needed */
.vector-menu-content {
    background-color: #222222; /* Adjusting background for menus */
}

/* Change the text color of the entire page */
body {
    color: #00FF00; /* Dark gray text */
}