Fixed metadata styles.

This commit is contained in:
Svetlana Rastegina 2021-03-12 11:55:50 +01:00
parent e31b92fae2
commit 3d4b377430

View file

@ -2364,7 +2364,7 @@ button.collapsible {
background-color: #F6F6F6; background-color: #F6F6F6;
/*border: 1px solid #F6F6F6 !important;*/ /*border: 1px solid #F6F6F6 !important;*/
outline: none; outline: none;
background-image: url(../images/arrow_down.png); background-image: url(../images/arrow-down-big.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 1% 50%; background-position: 1% 50%;
padding-left: 40px !important; padding-left: 40px !important;
@ -2387,6 +2387,9 @@ button.collapsible.active {
-moz-appearance: none; -moz-appearance: none;
border: 1px solid #F6F6F6; border: 1px solid #F6F6F6;
outline: none; outline: none;
background-image: url(../images/arrow-top-big.svg);
background-repeat: no-repeat;
background-position: 1% 50%;
} }
button.collapsible.active:focus { button.collapsible.active:focus {
background-color: #F6F6F6; background-color: #F6F6F6;
@ -2531,6 +2534,7 @@ button.collapsible.metadataRubrics.active {
font-family: "IPH Astra Serif"; font-family: "IPH Astra Serif";
font-style: normal; font-style: normal;
font-size: 1.4rem; font-size: 1.4rem;
border-bottom: 1px solid #dde4e3;
} }
.excerptSearchResult >a { .excerptSearchResult >a {
font-family: IPH Astra Serif; font-family: IPH Astra Serif;
@ -2685,10 +2689,16 @@ button.collapsible.active {
.parentRubric >li { .parentRubric >li {
margin-bottom: 8px; margin-bottom: 8px;
} }
.childRubric { .childRubric a {
font-family: "IPH Astra Serif"; font-family: "IPH Astra Serif";
font-size: 1.2rem; font-size: 1.2rem;
padding: 10px 10px 10px 10px !important; }
.childRubric {
list-style:none;
border:none;
padding: 5px;
width: 100%;
text-align:left;
} }
.childRubric > a:hover { .childRubric > a:hover {
color: #8B4513; color: #8B4513;
@ -2933,10 +2943,34 @@ p.snippet {
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 5px; padding-bottom: 5px;
} }
.expandedContent li {
padding: 5px;
}
.expandedContent a { .expandedContent a {
font-family: "IPH Astra Serif"; font-family: "IPH Astra Serif";
font-size: 1.2rem; font-size: 1.2rem;
padding-bottom: 2px; }
.childArticle {
list-style:none;
border:none;
padding: 5px;
width: 100%;
text-align:left;
}
.childArticle a {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
}
.childExcerpt {
list-style:none;
border:none;
padding: 5px;
width: 100%;
text-align:left;
}
.childExcerpt a {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
} }
/* -------------------------------------------------> */ /* -------------------------------------------------> */
/* FONTS --------------------------------> */ /* FONTS --------------------------------> */