MediaWiki:Familysearchwiki.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
position:relative; | position:relative; | ||
} | } | ||
#imageContainer div#innerImageDiv map | #imageContainer div#innerImageDiv map{ | ||
height:80%; | |||
width:80%; | |||
} | |||
#imageContainer div#innerImageDiv img{ | |||
height:100%; | height:100%; | ||
width:100%; | width:100%; |
Revision as of 08:45, 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 map{
height:80%;
width:80%;
}
#imageContainer div#innerImageDiv img{
height:100%;
width:100%;
}
#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;
}