MediaWiki:Familysearchwiki.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
(3 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 */ | |||
/* | /* #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,td.os-suggest-result-h1,td.os-suggest-result span, |
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) }