MediaWiki:Common.css: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 10: Line 10:
th {
th {
   vertical-align: top;
   vertical-align: top;
}
/* Cover Image */
.page-User_Michael_Murtaugh {
  background-image: url(/~mmurtaugh/lastimage.php);
  background-size: 100%
}
}

Revision as of 18:04, 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-User_Michael_Murtaugh {
  background-image: url(/~mmurtaugh/lastimage.php);
  background-size: 100%
}