MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
oh good it does work, just copy the above code if you also want a custom background for your profile, just make sure you change it to your username |
No edit summary |
||
| Line 5: | Line 5: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-size: | background-size:1920px 1080px;; | ||
} | } | ||
Revision as of 03:21, 9 January 2020
/* CSS placed here will be applied to all skins */
body.mediawiki.page-User_Jamintheinfinite{
background: #414345 url(https://hub.scpslgame.com/images/0/0b/Hoobert.png) 0 0 no-repeat;
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:1920px 1080px;;
}