MediaWiki:Common.css: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
     background-position: left top;
     background-position: left top;
     background-attachment: fixed;
     background-attachment: fixed;
}
#mw-page-base {
  background: transparent;
}
}

Revision as of 22:32, 10 March 2021

body {
    background-color: #ccc;
    background-image: url(images/d/d9/Solarbird_pcb_top_400x1000.png);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
}

#mw-page-base {
  background: transparent;
}