2010-01-31 04:38:31 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
2010-05-21 21:49:54 +00:00
|
|
|
/*************************************************
|
|
|
|
|
2010-08-27 18:47:58 +00:00
|
|
|
vivo-basic theme: search results styles
|
2010-01-29 22:12:41 +00:00
|
|
|
|
2010-08-27 18:47:58 +00:00
|
|
|
**************************************************/
|
|
|
|
|
2010-10-01 20:53:14 +00:00
|
|
|
/***** Search form *****/
|
|
|
|
|
|
|
|
.advancedSearchForm .form-button {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-08-27 19:30:45 +00:00
|
|
|
/***** Class and subclass refinement links *****/
|
|
|
|
|
2010-08-27 19:24:01 +00:00
|
|
|
.searchTOC {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
2010-08-27 19:30:45 +00:00
|
|
|
|
|
|
|
/***** Search results *****/
|
|
|
|
|
2010-08-27 18:47:58 +00:00
|
|
|
.searchhits li {
|
2010-08-27 19:24:01 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2010-08-27 19:30:45 +00:00
|
|
|
span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #7D7D7D;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***** Paging links *****/
|
|
|
|
|
2010-08-27 19:24:01 +00:00
|
|
|
.searchpages {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchpages a, .searchpages span {
|
|
|
|
margin-left: .5em;
|
|
|
|
margin-right: .5em;
|
2010-08-27 18:47:58 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 19:24:01 +00:00
|
|
|
.searchpages a:link, .searchpages a:visited {
|
2010-08-27 18:47:58 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2010-08-27 19:24:01 +00:00
|
|
|
.searchpages a:hover, .searchpages a:active {
|
2010-08-27 18:47:58 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2010-08-27 19:24:01 +00:00
|
|
|
.searchpages a.prev {
|
2010-08-27 18:47:58 +00:00
|
|
|
margin-right: 1em;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2010-08-27 19:24:01 +00:00
|
|
|
.searchpages a.next {
|
2010-08-27 18:47:58 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2010-01-29 22:12:41 +00:00
|
|
|
|