NIHVIVO-1953: Removed search.css from wilma. Made search theme agnostics. Added styles.
This commit is contained in:
parent
e25b9fe3f1
commit
8e9689aff4
3 changed files with 54 additions and 2 deletions
52
webapp/web/css/search.css
Normal file
52
webapp/web/css/search.css
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
/* $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;
|
||||||
|
}
|
||||||
|
/**Search results */
|
||||||
|
.searchhits li {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
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;
|
||||||
|
}
|
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${stylesheets.addFromTheme("/css/search.css")}
|
${stylesheets.add("/css/search.css")}
|
|
@ -56,4 +56,4 @@
|
||||||
|
|
||||||
</div> <!-- end contentsBrowseGroup -->
|
</div> <!-- end contentsBrowseGroup -->
|
||||||
|
|
||||||
${stylesheets.addFromTheme("/css/search.css")}
|
${stylesheets.add("/css/search.css")}
|
||||||
|
|
Loading…
Add table
Reference in a new issue