MediaWiki:Familysearch.css

Revision as of 13:58, 4 August 2010 by CrowtherDR (talk | contribs) (Reduce the font size in tables so that it is the same as the rest of the fonts in the content. Reviewed by Kip Enger, Nate Barrett, Don Stringham, Jeff Vincent, and David Crowther)

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___{}
/* IE PNG Fix \*/
img,div { behavior:url(/en/skins/familysearch/css/iepngfix.htc) }

h2, .h2 {
  clear:both;
}
div.tleft,div.tright{
  margin-bottom:30px;
}
div.tleft{
  clear:left;
}
div.tright{
  clear:right;
}
#siteNotice{
  clear:both;
}
#siteNotice h3{
  font-size:1em;
}
#siteNotice h3 .editsection{
  display:none;
}
#toc{
  width:auto;
}
#toc ul ul {
  margin-top:0;
  margin-left:12px;
}
#contentSub{
  display:block;
}
pre {
  background-color:#F9F9F9;
  border:1px dashed #2F6FAB;
  color:black;
  line-height:1.1em;
  padding:1em;
}
/* images */
div.floatright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 0 .5em .5em;
	border: 0;
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
	float: left;
	clear: left;
	position: relative;
	margin: 0 .5em .5em 0;
	border: 0;
}
div.floatleft p { font-style: italic; }
.basicTableBorders,.basicTableNoBorders{
  border-collapse:collapse;
}
.basicTableBorders td,.basicTableNoBorders td{
  border:1px solid;
  padding:2px 4px;
}
#addPortlet {
  margin-bottom:20px;
}
#mainContent span.ca-edit a,#searchPortlet,#searchPortletResultsPage,#addPortlet,#addPortlet a.createPageLink,#powersearch{
  -webkit-border-radius:7px;
}
#p-Navigation {
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
}
#personalToolboxPortlet,#personalToolboxPortlet a.collapseLinkClosed:hover {
  -webkit-border-bottom-left-radius:7px;
  -webkit-border-bottom-right-radius:7px;
}
#imageContainer,div.imageContainer{
        overflow-x:auto;
        overflow-y:hidden;
        width:100%;
}
#imageContainer div{
        border:1px solid #dddddd;
        overflow-x:auto;
        overflow-y:hidden;
        width:98%;
}
#imageContainer img{
        overflow-x:auto;
        overflow-y:hidden;
}
#wikiContent table{
  font-size:0.9em;
}