MediaWiki:Vector.css

From VR Wiki

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
 *
 * This file @generated 2024-06-29 23:23:52.961846+00:00 from src/scss/Vector.scss.
 */
div.inline-infobox.note {
 background-color: #eee;
}
div.inline-infobox.wwarning {
 background-color: #fc5;
}
table.ombox-delete {
 background: #fcc;
 border-color: red;
}
div.outdated {
 border-color: orange;
}
div#mainpage-contrib-box,
div#mainpage-newbie-box {
 background-color: #fcfcfc;
 border-color: #cfcfcf;
}
div#mainpage-newbie-box ul li a {
 color: #36c;
}
div.gamelist div.mainpage-gamelist-tile {
 border-color: #cfcfcf;
}
div.gamelist div.mainpage-gamelist-tile a,
div.outdated {
 background-color: #fcfcfc;
}