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-08-27 19:24:01 +00:00
|
|
|
.searchTOC {
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
}
|
|
|
|
|
2010-08-27 18:47:58 +00:00
|
|
|
.searchhits li {
|
2010-08-27 19:24:01 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|