Difference between revisions of "Common.css"
From Mondothèque
Line 6: | Line 6: | ||
.page-Main_Page #firstHeading { | .page-Main_Page #firstHeading { | ||
− | |||
− | |||
} | } | ||
Line 17: | Line 15: | ||
.coverbox h2 { | .coverbox h2 { | ||
padding-top: 0; | padding-top: 0; | ||
+ | background: white; | ||
+ | display: inline; | ||
} | } |
Revision as of 09:23, 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; } .coverbox h2 { padding-top: 0; background: white; display: inline; }