MediaWiki:Familysearchwiki.css

From FamilySearch Wiki
Revision as of 14:08, 17 September 2009 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 */ 

td.os-suggest-result,td.os-suggest-result-h1,td.os-suggest-result span,td.os-suggest-result-h1 span{
        text-align:left;
}
#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;
}