MediaWiki

Difference between revisions of "Common.css"

From Mondothèque

(Created page with "Cover Image: .page-Main_page #content { background-image: url('/wiki/lastimage.php'); background-size: 100% } .page-Main_page #firstHeading { background: white; } ....")
 
Line 1: Line 1:
 
/* Cover Image */
 
/* Cover Image */
.page-Main_page #content {
+
.page-Main_Page #content {
 
   background-image: url('/wiki/lastimage.php');
 
   background-image: url('/wiki/lastimage.php');
 
   background-size: 100%
 
   background-size: 100%
 
}
 
}
.page-Main_page #firstHeading {
+
.page-Main_Page #firstHeading {
 
   background: white;
 
   background: white;
 
}
 
}

Revision as of 16:24, 30 January 2015

/* Cover Image */
.page-Main_Page #content {
  background-image: url('/wiki/lastimage.php');
  background-size: 100%
}
.page-Main_Page #firstHeading {
  background: white;
}
.coverbox {
  width: 32em;
  background: white;
  padding: 1em;
}
.coverbox h2 {
  padding-top: 0;
}