MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 109: Line 109:
.header {background-image: url('https://wiki.geministation.com/images/7/78/Header3.png');
.header {background-image: url('https://wiki.geministation.com/images/7/78/Header3.png');
background-repeat: no-repeat;
background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
     width:800px;
     width:800px;
     height:auto;
     height:auto;
Line 3,832: Line 3,830:
body.page-Main_Page.action-view #siteNotice {
body.page-Main_Page.action-view #siteNotice {
     display: none;
     display: none;
}
.headerimage {
background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    height:150px;
}
}