MediaWiki:Familysearchwiki.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
___NORICHEDITOR___{}
___NORICHEDITOR___{}
/* Custom CSS for the FamilySearchWiki skin*/  
/* Custom CSS for the FamilySearchWiki skin*/  
/* Added by David Crowther */  
/* Added by David Crowther */  


.contentColumnNormal h2#siteTagLine,.contentColumnExpanded h2#siteTagLine{
/* #mainColumn and .sidebarContainer are needed for articles with columns using */
  height:1.6em;
/* the templates NarrowColumnTop and NarrowColumnBottom for the narrow column.  */
/* This makes it possible for those articles to look correct in the            */
/* FamilySearchWiki (live) skin and the FamilySearch (FSBeta) skin. */
#mainColumn{
float:right;
width:77%;
}
}
body{
.sidebarContainer{
font-family:Arial, Helvetica, sans-serif;
        background:none repeat scroll 0 0 #F9F3FD;
float:left;
width:22%;
}
}
h1#siteName{
 
color:#465A82;
td.os-suggest-result,td.os-suggest-result-h1,td.os-suggest-result span,
font-family:Palatino, Georgia, serif;
td.os-suggest-result-h1 span,td.os-suggest-result-hl-webkit{
font-weight:normal;
        text-align:left;
line-height:1.3em;
}
#p-cactions h4.firstHeading,.portlet h5{
font-family:Arial, Helvetica, sans-serif;
}
}
#imageContainer{
#imageContainer,div.imageContainer{
         overflow-x:auto;
         overflow-x:auto;
         overflow-y:hidden;
         overflow-y:hidden;
Line 49: Line 51:
         overflow-y:hidden;
         overflow-y:hidden;
}
}
#content ul.mw-search-results{
  list-style-type:none; padding-left:0;
}
.mw-search-results a,.mw-search-results a span.searchmatch{
  color:#002BB8;
}
.mw-search-results a{
  text-decoration:underline;
}
span.searchmatch{
  color:#000;
}
/*Transparent PNG fix for IE*/
img, div { behavior: url(/en/skins/familysearchwiki/iepngfix/iepngfix.htc) }

Latest revision as of 07:24, 8 June 2010

___NORICHEDITOR___{}
/* Custom CSS for the FamilySearchWiki skin*/ 
/* Added by David Crowther */ 

/* #mainColumn and .sidebarContainer are needed for articles with columns using */
/* the templates NarrowColumnTop and NarrowColumnBottom for the narrow column.  */
/* This makes it possible for those articles to look correct in the             */
/* FamilySearchWiki (live) skin and the FamilySearch (FSBeta) skin. */
#mainColumn{
	float:right;
	width:77%;
}
.sidebarContainer{
        background:none repeat scroll 0 0 #F9F3FD;
	float:left;
	width:22%;
}

td.os-suggest-result,td.os-suggest-result-h1,td.os-suggest-result span,
td.os-suggest-result-h1 span,td.os-suggest-result-hl-webkit{
        text-align:left;
}
#imageContainer,div.imageContainer{
        overflow-x:auto;
        overflow-y:hidden;
        width:500px;
}
#imageContainer div{
        border:1px solid #dddddd;
        overflow-x:auto;
        overflow-y:hidden;
        width:98%;
}
#imageContainer img{
        overflow-x:auto;
        overflow-y:hidden;
}
#imageContainerTest{
        overflow-x:auto;
        overflow-y:hidden;
        width:500px;
}
#imageContainerTest div{
        border:1px solid #dddddd;
        overflow-x:auto;
        overflow-y:hidden;
        width:98%;
}
#imageContainerTest img{
        overflow-x:auto;
        overflow-y:hidden;
}

#content ul.mw-search-results{
  list-style-type:none; padding-left:0;
} 
.mw-search-results a,.mw-search-results a span.searchmatch{ 
  color:#002BB8;
}
.mw-search-results a{
  text-decoration:underline;
}
span.searchmatch{ 
  color:#000;
}
/*Transparent PNG fix for IE*/
img, div { behavior: url(/en/skins/familysearchwiki/iepngfix/iepngfix.htc) }