MediaWiki:Familysearch.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) (Added styles that were on FSBeta to fix several style issues.) |
||
Line 3: | Line 3: | ||
img,div { behavior:url(/en/skins/familysearch/css/iepngfix.htc) } | img,div { behavior:url(/en/skins/familysearch/css/iepngfix.htc) } | ||
/* Typography */ | |||
h1,.h1{ | h1,.h1{ | ||
position:relative; | position:relative; | ||
} | } | ||
h2, .h2 { | h2,.h2{ | ||
clear:both; | clear:both; | ||
} | |||
h3,.h3{ | |||
font-size:1.468em; | |||
} | } | ||
div.tleft,div.tright{ | div.tleft,div.tright{ | ||
Line 33: | Line 37: | ||
margin-top:0; | margin-top:0; | ||
margin-left:12px; | margin-left:12px; | ||
} | |||
#toctitle span{ | |||
position:relative; | |||
right:0; | |||
} | } | ||
#contentSub{ | #contentSub{ | ||
Line 91: | Line 99: | ||
padding:4px 4px 4px 130px; | padding:4px 4px 4px 130px; | ||
width:186px; | 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; | |||
} | } |
Revision as of 11:38, 17 August 2010
___NORICHEDITOR___{}
/* IE PNG Fix \*/
img,div { behavior:url(/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;
}