MediaWiki:Common.css: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 16: Line 16:
   background-image: url('/prototyping/lastimage.php');
   background-image: url('/prototyping/lastimage.php');
   background-size: 100%
   background-size: 100%
}
.page-Main_Page h1#firstHeading {
  display: none;
}
}

Revision as of 19:19, 17 March 2014

/* 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('/prototyping/lastimage.php');
  background-size: 100%
}
.page-Main_Page h1#firstHeading {
  display: none;
}