|
|
(42 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) } |
| | |
| 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.94em;
| |
| }
| |
| #wikiContent table table{
| |
| font-size:100%;
| |
| }
| |
| .not-patrolled {
| |
| background-color:#F2E3C2;
| |
| margin-bottom:4px;
| |
| } | |