MediaWiki:Familysearchwiki.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 23: Line 23:
         position:relative;
         position:relative;
}
}
#imageContainer div#innerImageDiv.hoverClass img{
#imageContainer div#innerImageDiv img{
         height:80%;
         height:80%;
         width:80%;
         width:80%;

Revision as of 08:35, 12 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{
        overflow:hidden;
        position:relative;
}
#imageContainer div#innerImageDiv img{
        height:80%;
        width:80%;
}
#imageContainer div#innerImageDiv.hoverClass{
        height:305px;
        left:-10%;
        overflow:visible;
        position:absolute;
        top:-10%;
        width:700px;
}
#imageContainer div#innerImageDiv.hoverClass img{
        height:305px;
        width:700px;
}