MediaWiki:Familysearchwiki.css: Difference between revisions
CrowtherDR (talk | contribs) No edit summary |
CrowtherDR (talk | contribs) No edit summary |
||
Line 39: | Line 39: | ||
} | } | ||
#content ul.mw-search-results{ | /*#content ul.mw-search-results{ | ||
list-style-type:none; padding-left:0; | list-style-type:none; padding-left:0; | ||
} | }*/ | ||
span.searchmatch{ | span.searchmatch{ | ||
color:#000; | color:#000; | ||
Line 48: | Line 48: | ||
a span.searchmatch{ | a span.searchmatch{ | ||
color:#002BB8; | color:#002BB8; | ||
/* font-size:1.4em;*/ | |||
font-weight:bold; | font-weight:bold; | ||
} | } |
Revision as of 15:17, 22 February 2010
___NORICHEDITOR___{}
/* Custom CSS for the FamilySearchWiki skin*/
/* Added by David Crowther */
td.os-suggest-result,td.os-suggest-result-h1,td.os-suggest-result span,
td.os-suggest-result-h1 span,td.os-suggest-result-hl-webkit{
text-align:left;
}
#imageContainer,div.imageContainer{
overflow-x:auto;
overflow-y:hidden;
width:500px;
}
#imageContainer div{
border:1px solid #dddddd;
overflow-x:auto;
overflow-y:hidden;
width:98%;
}
#imageContainer img{
overflow-x:auto;
overflow-y:hidden;
}
#imageContainerTest{
overflow-x:auto;
overflow-y:hidden;
width:500px;
}
#imageContainerTest div{
border:1px solid #dddddd;
overflow-x:auto;
overflow-y:hidden;
width:98%;
}
#imageContainerTest img{
overflow-x:auto;
overflow-y:hidden;
}
/*#content ul.mw-search-results{
list-style-type:none; padding-left:0;
}*/
span.searchmatch{
color:#000;
font-weight:bold;
}
a span.searchmatch{
color:#002BB8;
/* font-size:1.4em;*/
font-weight:bold;
}