MediaWiki:Common.css: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
body {
body {
     background-color: #ccc;
     background-color: #ccc;
     background-image: url(https://wiki.mch2021.org/images/3/33/Wiki_wallpaper.png);
     background-image: url(images/d/d9/Solarbird_pcb_top_400x1000.png);
     background-repeat: repeat;
     background-repeat: repeat;
     background-position: left top;
     background-position: left top;
     background-attachment: fixed;
     background-attachment: fixed;
}
}

Revision as of 22:31, 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;
}