Difference between revisions of "MediaWiki:Common.css"
From FamilyLore
(21 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
.main-page-banner-image { | .main-page-banner-image { | ||
background-image:url(http://www.familylore.org/images/0/0a/FamilyLoreBannerSmaller.jpg); | background-image:url(http://www.familylore.org/images/0/0a/FamilyLoreBannerSmaller.jpg); | ||
+ | width:100%; | ||
+ | min-width:1024px; | ||
+ | height:300px; | ||
+ | background-repeat:no-repeat; | ||
+ | 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/3/34/11DrGrantFamily_1260Cropped.jpg); | ||
+ | } | ||
+ | |||
+ | .thursday-image { | ||
+ | background-image:url(http://www.familylore.org/images/3/35/The_Unicorn_in_Captivity_Google_Art_Project.jpg); | ||
+ | } | ||
+ | |||
+ | .friday-image { | ||
+ | background-image:url(http://www.familylore.org/images/5/56/Albert_Bierstadt_Rocky_Mountain_Landscape_-_Google_Art_Project.jpg); | ||
+ | } | ||
+ | |||
+ | .saturday-image { | ||
+ | background-image:url(http://www.familylore.org/images/2/2a/L%27Embarquement_pour_Cythere%2C_by_Antoine_Watteau%2C_from_C2RMF_retouched-and-cropped.jpg); | ||
+ | } | ||
+ | |||
+ | .sunday-image { | ||
+ | background-image:url(http://www.familylore.org/images/2/2a/L%27Embarquement_pour_Cythere%2C_by_Antoine_Watteau%2C_from_C2RMF_retouched-and-cropped.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; | ||
+ | } | ||
+ | |||
+ | .lastbox { | ||
+ | clear:right; | ||
+ | } | ||
+ | |||
+ | .recipe { | ||
+ | border: solid 1px gray; | ||
+ | padding:10px; | ||
+ | float:left; | ||
+ | margin-top:20px; | ||
+ | margin-right:20px; | ||
+ | width:450px; | ||
+ | } | ||
+ | |||
+ | .family-category-title { | ||
+ | font-family:'Palatino Linotype',Palatino; | ||
+ | font-size:64pt;font-style:italic; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .potd-name { | ||
+ | font-family:'Palatino Linotype',Palatino; | ||
+ | font-style:italic; | ||
+ | font-size:18pt | ||
+ | } | ||
+ | |||
+ | .special-page-title { | ||
+ | font-family:'Palatino Linotype',Palatino; | ||
+ | font-size:64pt; | ||
+ | font-style:italic; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .special-subsection-title { | ||
+ | font-family:'Palatino Linotype',Palatino; | ||
+ | font-size:34pt; | ||
+ | font-style:italic; | ||
+ | text-align:center; | ||
} | } |
Latest revision as of 15:44, 12 March 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); width:100%; min-width:1024px; height:300px; background-repeat:no-repeat; 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/3/34/11DrGrantFamily_1260Cropped.jpg); } .thursday-image { background-image:url(http://www.familylore.org/images/3/35/The_Unicorn_in_Captivity_Google_Art_Project.jpg); } .friday-image { background-image:url(http://www.familylore.org/images/5/56/Albert_Bierstadt_Rocky_Mountain_Landscape_-_Google_Art_Project.jpg); } .saturday-image { background-image:url(http://www.familylore.org/images/2/2a/L%27Embarquement_pour_Cythere%2C_by_Antoine_Watteau%2C_from_C2RMF_retouched-and-cropped.jpg); } .sunday-image { background-image:url(http://www.familylore.org/images/2/2a/L%27Embarquement_pour_Cythere%2C_by_Antoine_Watteau%2C_from_C2RMF_retouched-and-cropped.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; } .lastbox { clear:right; } .recipe { border: solid 1px gray; padding:10px; float:left; margin-top:20px; margin-right:20px; width:450px; } .family-category-title { font-family:'Palatino Linotype',Palatino; font-size:64pt;font-style:italic; text-align:center; } .potd-name { font-family:'Palatino Linotype',Palatino; font-style:italic; font-size:18pt } .special-page-title { font-family:'Palatino Linotype',Palatino; font-size:64pt; font-style:italic; text-align:center; } .special-subsection-title { font-family:'Palatino Linotype',Palatino; font-size:34pt; font-style:italic; text-align:center; }