Difference between revisions of "MediaWiki:Common.css"
From FamilyLore
Line 11: | Line 11: | ||
.concealed { | .concealed { | ||
display:none !important; | display:none !important; | ||
+ | } | ||
+ | |||
+ | .infobox { | ||
+ | border: solid 1px gray; | ||
+ | padding:10px; | ||
+ | float:left; | ||
+ | margin-top:20px; | ||
+ | margin-right:20px; | ||
} | } |
Revision as of 12:16, 4 February 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 !important; } .infobox { border: solid 1px gray; padding:10px; float:left; margin-top:20px; margin-right:20px; }