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