Modified page result styles.
This commit is contained in:
parent
9d91ccfcec
commit
1bbef343d1
1 changed files with 10 additions and 4 deletions
|
@ -2545,19 +2545,21 @@ button.collapsible.metadataRubrics.active {
|
|||
font-style: italic;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.excerptSearchResult {
|
||||
.searchResult {
|
||||
margin-top: 15px;
|
||||
font-family: "IPH Astra Serif";
|
||||
font-style: normal;
|
||||
font-size: 1.4rem;
|
||||
border-bottom: 1px solid #dde4e3;
|
||||
}
|
||||
.excerptSearchResult >a {
|
||||
.searchResult >a {
|
||||
font-family: IPH Astra Serif;
|
||||
font-style: normal;
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.2rem;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.excerptSearchResult >a:hover {
|
||||
.searchResult >a:hover {
|
||||
color: #8B4513;
|
||||
}
|
||||
.virtualArticleBiblio >div.virtualBibliography {
|
||||
|
@ -3014,6 +3016,10 @@ span#searchHelp {
|
|||
}
|
||||
p.snippet {
|
||||
font-size: 1.1rem;
|
||||
margin-bottom: 0.9em;
|
||||
}
|
||||
p.snippet >strong {
|
||||
color: #8B4513;
|
||||
}
|
||||
.searchpages {
|
||||
border-top: 1px solid #dde4e3;
|
||||
|
|
Loading…
Add table
Reference in a new issue