MediaWiki:Familysearchwiki.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
} | } | ||
#imageContainer{ | #imageContainer{ | ||
overflow:hidden; | overflow:hidden; | ||
position:relative; | position:relative; | ||
} | } | ||
#imageContainer div:hover{ | #imageContainer div#innerImageDiv:hover{ | ||
height:120%; | height:120%; | ||
left:-10%; | left:-10%; | ||
Line 33: | Line 31: | ||
width:120% | width:120% | ||
} | } | ||
#imageContainer | #imageContainer map:hover{ | ||
height:120%; | height:120%; | ||
left:-10%; | left:-10%; |
Revision as of 08:28, 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:hover{
height:120%;
left:-10%;
overflow:visible;
position:absolute;
top:-10%;
width:120%
}
#imageContainer map:hover{
height:120%;
left:-10%;
overflow:visible;
position:absolute;
top:-10%;
width:120%
}