Difference between revisions of "MediaWiki:Common.css"

From FamilyLore
Jump to: navigation, search
Line 7: Line 7:
 
.person-of-the-day-body ::first-line {
 
.person-of-the-day-body ::first-line {
 
font-size:120%;
 
font-size:120%;
 +
}
 +
 +
.concealed {
 +
display:none;
 
}
 
}

Revision as of 14:40, 23 January 2015

/* CSS placed here will be applied to all skins */

.main-page-banner-image {
background-image:url(http://www.familylore.org/images/0/0a/FamilyLoreBannerSmaller.jpg);
}

.person-of-the-day-body ::first-line {
font-size:120%;
}

.concealed {
display:none;
}