MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
/* Cover Image */ | /* Cover Image */ | ||
.page-Main_Page #content { | .page-Main_Page #content { | ||
background-image: url('/ | background-image: url('/mw-mediadesign/extensions/lastimage.php'); | ||
background-size: 100% | background-size: 100% | ||
} | } |
Revision as of 21:41, 10 March 2015
/* CSS placed here will be applied to all skins */
body {
}
div#mw-panel {
background: white;
}
th {
vertical-align: top;
}
/* Cover Image */
.page-Main_Page #content {
background-image: url('/mw-mediadesign/extensions/lastimage.php');
background-size: 100%
}
.page-Main_Page h1#firstHeading {
display: none;
}