MediaWiki:Common.css: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
body {
body {
     background-color: #ccc;
     background-color: #ccc;
     background-image: url(images/f/f6/Preview_xmas_expo2.jpg);
     background-image: url(images/f/fe/Pixel_drift_hand.jpg);
/*  background-image: url(images/b/ba/8bit_MixTape_parts.jpg); */
/*  background-image: url(images/b/ba/8bit_MixTape_parts.jpg); */
     background-repeat: repeat;
     background-repeat: repeat;

Revision as of 16:34, 6 September 2021

body {
    background-color: #ccc;
    background-image: url(images/f/fe/Pixel_drift_hand.jpg);
/*  background-image: url(images/b/ba/8bit_MixTape_parts.jpg); */
    background-repeat: repeat;
    background-position: left top;
    background-attachment: fixed;
}

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