2011-01-30 17:58:33 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
/* Search form styles */
|
|
|
|
|
|
|
|
/* Search form */
|
|
|
|
.advancedSearchForm .form-button {
|
|
|
|
margin-top: 1em
|
|
|
|
}
|
|
|
|
/* Class and subclass refinement links */
|
|
|
|
.searchTOC {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
2011-02-02 02:58:37 +00:00
|
|
|
/* Search results */
|
2011-01-30 17:58:33 +00:00
|
|
|
.searchhits li {
|
2011-07-20 15:03:24 +00:00
|
|
|
margin-top: 1em;
|
2011-01-30 17:58:33 +00:00
|
|
|
}
|
2011-07-19 13:45:09 +00:00
|
|
|
.searchhits li a {
|
2011-07-07 15:10:59 +00:00
|
|
|
margin-right: .4em;
|
|
|
|
}
|
2011-07-20 15:03:24 +00:00
|
|
|
p.snippet {
|
2011-07-19 13:45:09 +00:00
|
|
|
font-size: .8em;
|
2011-07-20 15:03:24 +00:00
|
|
|
line-height: 1.4em;
|
2011-07-19 13:45:09 +00:00
|
|
|
}
|
2011-01-30 17:58:33 +00:00
|
|
|
span.SearchTerm,
|
|
|
|
h1 span.SearchTerm,
|
|
|
|
a:link span.SearchTerm,
|
|
|
|
a:visited span.SearchTerm {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #7D7D7D;
|
|
|
|
}
|
|
|
|
/* bPaging links */
|
|
|
|
.searchpages {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
.searchpages a,
|
|
|
|
.searchpages span {
|
|
|
|
margin-left: .5em;
|
|
|
|
margin-right: .5em;
|
|
|
|
}
|
|
|
|
.searchpages a:link,
|
|
|
|
.searchpages a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.searchpages a:hover,
|
|
|
|
.searchpages a:active {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.searchpages a.prev {
|
|
|
|
margin-right: 1em;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.searchpages a.next {
|
|
|
|
margin-left: 1em;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
/* Search tips */
|
|
|
|
div.searchTips li {
|
|
|
|
line-height: 2em;
|
2011-07-05 22:00:10 +00:00
|
|
|
}
|
2012-10-05 17:39:36 +00:00
|
|
|
ul.searchTips {
|
|
|
|
list-style: url("../images/arrowIcon.gif");
|
|
|
|
}
|
|
|
|
ul.searchTips li {
|
|
|
|
line-height:1.375em;
|
|
|
|
padding:0 0 8px 0;
|
|
|
|
margin-left:20px;
|
|
|
|
}
|
2011-07-05 22:00:10 +00:00
|
|
|
/* Search results */
|
2011-07-06 17:09:51 +00:00
|
|
|
.display-title {
|
2011-07-05 22:00:10 +00:00
|
|
|
font-size: .825em;
|
|
|
|
color: #5e6363;
|
|
|
|
border-left: 1px solid #A6B1B0;
|
2011-07-07 15:10:59 +00:00
|
|
|
padding-left: .7em;
|
|
|
|
padding-right: .3em;
|
|
|
|
margin-right: 0;
|
2011-07-05 22:00:10 +00:00
|
|
|
}
|
2011-07-07 15:10:59 +00:00
|
|
|
.display-title:first-child {
|
|
|
|
margin-left: .5em;
|
2012-10-05 17:39:36 +00:00
|
|
|
}
|
|
|
|
span#searchHelp {
|
|
|
|
float:right;
|
|
|
|
margin-top:-45px;
|
|
|
|
font-size:.825em;
|
|
|
|
padding-right:32px
|
2011-07-07 15:10:59 +00:00
|
|
|
}
|