MediaWiki:Familysearchwiki.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 43: Line 43:
}
}
.mw-search-results a span.searchmatch{  
.mw-search-results a span.searchmatch{  
  font-weight:normal;
}
}
span.searchmatch{  
span.searchmatch{  
   color:#000;
   color:#000;
}
}

Revision as of 00:00, 24 February 2010

___NORICHEDITOR___{}
/* Custom CSS for the FamilySearchWiki skin*/ 

/* Added by David Crowther */ 

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;
}

.mw-search-results a,.mw-search-results a span.searchmatch{ 
  color:#002BB8;
}
.mw-search-results a span.searchmatch{ 
}
span.searchmatch{ 
  color:#000;
}