MediaWiki

Difference between revisions of "Common.css"

From Mondothèque

Line 4: Line 4:
 
   background-size: 100%
 
   background-size: 100%
 
}
 
}
 +
 
.page-Main_Page #firstHeading {
 
.page-Main_Page #firstHeading {
 
   background: white;
 
   background: white;
 +
  display: inline;
 +
 
}
 
}
 
.coverbox {
 
.coverbox {

Revision as of 08:49, 31 January 2015

/* Cover Image */
.page-Main_Page #content {
  background-image: url('/wiki/lastimage.php');
  background-size: 100%
}

.page-Main_Page #firstHeading {
  background: white;
  display: inline;
 
}
.coverbox {
  width: 32em;
  background: white;
  padding: 1em;
}
.coverbox h2 {
  padding-top: 0;
}