MediaWiki:Familysearchwiki.css: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 37: Line 37:
         overflow-x:auto;
         overflow-x:auto;
         overflow-y:hidden;
         overflow-y:hidden;
}
span.searchmatch{
  color:#000;
}
a span.searchmatch{
  color:#002BB8;
}
}

Revision as of 00:40, 23 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;
}

span.searchmatch{ 
  color:#000;
}
a span.searchmatch{ 
  color:#002BB8;
}