MediaWiki:Familysearchwiki.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) mNo edit summary |
||
Line 15: | Line 15: | ||
width:22%; | 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,td.os-suggest-result-h1,td.os-suggest-result span, |
Revision as of 13:07, 25 May 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{
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) }