MediaWiki:Familysearch.css: Difference between revisions

From FamilySearch Wiki
(Added styles to 'raise' the infoboxes above other content to keep other content from covering links in the infoboxes.)
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
___NORICHEDITOR___{}
___NORICHEDITOR___
/* IE PNG Fix \*/
/* IE PNG Fix \*/
img,div { behavior:url(/en/skins/familysearch/css/iepngfix.htc) }
img,div { behavior:url(/wiki/en/skins/familysearch/css/iepngfix.htc) }
 
/* Typography */
h1,.h1{
  position:relative;
}
h2,.h2{
  clear:both;
}
h3,.h3{
  font-size:1.468em;
}
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;
}
#toctitle span{
  position:relative;
  right:0;
}
#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;
}
.not-patrolled {
  background-color:#F2E3C2;
}
.raogkMarker{
  background:#F9F9F9 url("/en/images/a/a0/Raogk-tn.png") no-repeat scroll 4px 4px;
  border:1px solid #AAA;
  float:right;
  padding:4px 4px 4px 130px;
  width:186px;
}
/* this can be used in the content area to switch off
special external link styling */
#wikiContent .plainlinks a {
background: none !important;
padding: 0 !important;
}
#wikiContent a.external, #wikiContent a[href^="gopher://"] {
background:url("/en/skins/familysearchwiki/external.png") no-repeat scroll right center transparent;
padding:0 13px 0 0;
}
#searchform{
  position:relative;
}
#searchform .accessibility{
  background-color:transparent;
  border:medium none;
  color:#FFF;
  cursor:pointer;
  filter:alpha(opacity=0);
  height:2em;
  left:auto;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  width:2em;
}
#searchform div .accessibility{
  height:2.2em;
  right:11.4em;
}
.editsection{
  position:relative;
}
.editsection a{
  top:12px;
}
.mw-submit{
  padding-top:8px;
}
.mw-submit input{
  background:none repeat scroll 0 0 #6F9295;
  border:medium none;
  color:#FFFFFF;
  cursor:pointer;
  font-size:0.923077em;
  font-weight:bold;
  padding:6px 12px;
}
#pagehistory li input{
  margin-right:4px;
  margin-left:4px;
}
#portletsColumn #p-cactions .new a {
color: #ba0000;
}
table.filehistory td.filehistory-selected,table.filehistory td span {
white-space:normal !important;
}
#p-Navigation{
  display:none;
}
#p-cactions,#p-cactions a:hover{
  border-top-left-radius:7px 7px;
  border-top-right-radius:7px 7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
}
#QualtricsPopup_SV_e9dKhJhAF4kXqKg p{
  background:#FFF url("https://lds.qualtrics.com/ControlPanel/Graphic.php?IM=IM_9t2gYh1ZDqWZM1e&SR=&V=1283968034") no-repeat scroll left top!important;
  margin-bottom:0;
  padding-top:70px;
}
.listfiles,.wideTable{
  table-layout:fixed;
  width:640px;
  word-wrap:break-word;
}
.infobox{
  position:relative;
  z-index:100;
}

Latest revision as of 15:46, 11 April 2019

___NORICHEDITOR___
/* IE PNG Fix \*/
img,div { behavior:url(/wiki/en/skins/familysearch/css/iepngfix.htc) }