MediaWiki:Common.css

Revision as of 20:21, 31 May 2021 by Gymnasiast (talk | contribs) (Create initial look)

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.
:root {
  --rct-indian-red: #b34f4f;
  --rct-light-grey: #839797;
  --rct-light-grey-br: #5b7373;
}

body.skin-vector
{
    background-color: var(--rct-indian-red);
}

body.skin-vector #mw-page-base
{
    background-color: var(--rct-indian-red);
    background-image: none;
}

/* Tabs like Main page, Discussion, etc.
body.skin-vector ul.vector-menu-content-list li
{

}

body.skin-vector #mw-panel nav
{
    background-color: var(--rct-light-grey);
    border-right-color: var(--rct-light-grey-br);
    border-bottom-color: var(--rct-light-grey-br);
}