MediaWiki

Difference between revisions of "Common.css"

From Mondothèque

Line 18: Line 18:
 
   display: inline;
 
   display: inline;
 
}
 
}
 +
 +
.gallerytext {font-size: 70%; line-height: 70%}

Revision as of 15:50, 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;
}

.gallerytext {font-size: 70%; line-height: 70%}