MediaWiki:Vector.css: Difference between revisions

From CUSL
Jump to navigation Jump to search
HeYing (talk | contribs)
No edit summary
HeYing (talk | contribs)
No edit summary
Line 11: Line 11:
     display:none;
     display:none;
}
}
#fullwidthimage {
.fullwidthimage {
     max-width:100%;
     max-width:100%;
     height:auto;
     height:auto;
}
}

Revision as of 09:03, 24 June 2015

/* CSS placed here will affect users of the Vector skin */
body {
background-color: #fff;
}

#mw-page-base {
background-image: none;
}

#firstHeading, #contentSub { 
    display:none;
}
.fullwidthimage {
    max-width:100%;
    height:auto;
}