MediaWiki:Common.css

From FamilyLore
Revision as of 15:24, 4 February 2015 by Admin (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* 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);
width:100%;
min-width:1024px;
height:300px;
background-size:cover;
}

.monday-image {
background-image:url(http://www.familylore.org/images/e/eb/TheDustBowlCropped.jpg);
}

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

.wednesday-image {
background-image:url(http://www.familylore.org/images/e/eb/TheDustBowlCropped.jpg);
}

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

.friday-image {
background-image:url(http://www.familylore.org/images/e/eb/TheDustBowlCropped.jpg);
}

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

.sunday-image {
background-image:url(http://www.familylore.org/images/e/eb/TheDustBowlCropped.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;
}

.recipe {
border: solid 1px gray;
padding:10px;
float:left;
margin-top:20px;
margin-right:20px;
width:450px;
}