vivo/themes/vivo-basic/css/search.css

64 lines
1.1 KiB
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*************************************************
vivo-basic theme: search results styles
**************************************************/
/***** Search form *****/
.advancedSearchForm .form-button {
margin-top: 1em;
}
/***** Class and subclass refinement links *****/
2010-08-27 19:24:01 +00:00
.searchTOC {
margin-bottom: 1.5em;
}
/***** Search results *****/
.searchhits li {
2010-08-27 19:24:01 +00:00
margin-top: 1em;
}
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 19:24:01 +00:00
.searchpages a:link, .searchpages a:visited {
text-decoration: none;
}
2010-08-27 19:24:01 +00:00
.searchpages a:hover, .searchpages a:active {
text-decoration: underline;
}
2010-08-27 19:24:01 +00:00
.searchpages a.prev {
margin-right: 1em;
text-decoration: underline;
}
2010-08-27 19:24:01 +00:00
.searchpages a.next {
margin-left: 1em;
text-decoration: underline;
}