Difference between revisions of "MediaWiki:Common.css"

From TVRS Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
/* Hide Main Page Title */
/* Hide Main Page Title */
body.page-Main_Page h1 { display: none; }
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(249, 236, 195);
color: #000000;
}
div.mw-body-content
{
background-color: RGB(249, 236, 195);
}
table.mp-topbanner
{
background-color: RGB(249, 236, 195);
}

Revision as of 19:25, 1 January 2022

/* 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(249, 236, 195);
color: #000000;
}

div.mw-body-content
{
background-color: RGB(249, 236, 195);
}
table.mp-topbanner
{
background-color: RGB(249, 236, 195);
}