MediaWiki:Familysearchwiki.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
#imageContainer img{ | #imageContainer img{ | ||
height:80%; | height:80%; | ||
overflow:visible; | |||
width:80% | width:80% | ||
} | } |
Revision as of 16:24, 11 May 2009
___NORICHEDITOR___{}
/* Custom CSS for the FamilySearchWiki skin*/
/* Added by David Crowther */
.contentColumnNormal h2#siteTagLine,.contentColumnExpanded h2#siteTagLine{
height:1.6em;
}
body{
font-family:Arial, Helvetica, sans-serif;
}
h1#siteName{
color:#465A82;
font-family:Palatino, Georgia, serif;
font-weight:normal;
line-height:1.3em;
}
#p-cactions h4.firstHeading,.portlet h5{
font-family:Arial, Helvetica, sans-serif;
}
#imageContainer img{
height:80%;
overflow:visible;
width:80%
}
#imageContainer img:hover{
height:100%;
width:100%
}