MediaWiki

Difference between revisions of "Common.css"

From Mondothèque

Line 13: Line 13:
 
   padding: 1em;
 
   padding: 1em;
 
}
 
}
.coverbox h2 {
+
.h2 {
 
   padding-top: 0;
 
   padding-top: 0;
 
   background: white;
 
   background: white;
 
   display: inline;
 
   display: inline;
 
}
 
}

Revision as of 09:25, 31 January 2015

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

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