MediaWiki:Vector.css

From PLC Wiki

Revision as of 10:28, 30 October 2024 by Admin (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.
/* All CSS here will be loaded for users of the Vector skin */
/* Set the background color */
body {
    background-color: #f9f9f9;
}

/* Customize sidebar color */
#mw-panel {
    background-color: #444;
    color: #fff;
}

/* Modify the search bar style */
#p-search {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

/* Customize the main content area */
.mw-body {
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
}