727
edits
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; | |||
} | } |
edits