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