MediaWiki:Common.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 159: | Line 159: | ||
.nodesktop{ | .nodesktop{ | ||
display:none!important; | display:none!important; | ||
} | |||
/* top and bottom banners (add header and footer) */ | |||
body { | |||
background: url(https://xinreality.com/mediawiki/images/xinreality_header1.png) top left no-repeat, url(https://xinreality.com/mediawiki/images/xinreality_footer1.png) bottom left no-repeat; | |||
height:auto; | |||
min-height:105vh; | |||
} | |||
body { | |||
background-repeat: no-repeat!important; | |||
} | } |