From 1bbef343d17409c35300a936776869defb96737a Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Tue, 23 Mar 2021 00:07:19 +0100 Subject: [PATCH] Modified page result styles. --- webapp/src/main/webapp/themes/iph/css/iph.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 91414ea0..0f782c33 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -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;