MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* New background */
.mw-body {
    background-color: rgba(255, 255, 255, 0.4);
}
body {
    background: url(https://d2.destinygamewiki.com/mediawiki/images/1/12/New_background1.jpg);
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: top center;
    background-size: cover;
}
.table.plain > tbody > tr:nth-child(odd),
.table > tbody > tr.plain:nth-child(odd) {
    background-color:transparent !important;
}
/* New background */
p.white {
  color:#FFFFFF;
}
/*remove header on Main_Page*/
/*remove header on Main_Page*/
body.page-Main_Page.ns-subject h1.firstHeading {
body.page-Main_Page.ns-subject h1.firstHeading {

Navigation menu