MediaWiki:Familysearchwiki.css

From FamilySearch Wiki
Revision as of 13:07, 25 May 2010 by CrowtherDR (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
___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{
	float:left;
	width:22%;
}
#xEditingArea #mainColumn{
	float:right;
	width:77%;
}
#xEditingArea .sidebarContainer{
	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) }