MediaWiki:Common.css

From TVRS Wiki
Revision as of 19:27, 1 January 2022 by Krayfishkarl (talk | contribs)
Jump to navigation Jump to search

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 be applied to all skins */

/* Infobox alignment*/
.infobox { float: right; }

/* Hide Main Page Title */
body.page-Main_Page h1 { display: none; }

/* ---Edits the top header--- */

div#mw-page-base {
background: none
}

/* -Background Border- */
html, body {
    background: #cc99ff;
  }

/* -Body Content- */
div.mw-body
{
background-color: RGB(238, 208, 223);
color: #000000;
}

div.mw-body-content
{
background-color: RGB(238, 208, 223);
}
table.mp-topbanner
{
background-color: RGB(238, 208, 223);
}