Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
MMtoolsSysop (talk | contribs) |
MMtoolsSysop (talk | contribs) |
||
Line 9: | Line 9: | ||
background-image: url("resources/assets/headbg.png") !important; | background-image: url("resources/assets/headbg.png") !important; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-position: 330px | + | background-position: 330px 10px; |
} | } |
Revision as of 11:34, 8 July 2018
/* CSS placed here will be applied to all skins */
html {
background-color: #E5FDFF;
}
body {
background-image: linear-gradient(#FFF, #E5FDFF);
}
#mw-head {
background-image: url(“resources/assets/headbg.png”) !important;
background-repeat: no-repeat;
background-position: 330px 10px;
}