Modified affilations style.

This commit is contained in:
Svetlana Rastegina 2021-03-14 14:31:33 +01:00 committed by Georgy Litvinov
parent 9567522060
commit ac54608713
2 changed files with 15 additions and 7 deletions

View file

@ -2332,12 +2332,9 @@ span.subclassExpandMinus {
}
.affiliations {
margin-bottom: 0.1em;
font-family: "IPH Astra Serif";
font-size: 1.2rem;
font-weight: bold;
padding-bottom: 10px;
margin-top: 10px;
}
/* -------------------------------------------------> */
/* ARTICLESTYLES --------------------------------> */
@ -2547,12 +2544,23 @@ button.collapsible.metadataRubrics.active {
.virtualArticleBiblio >div.virtualBibliography {
margin-top: 10px;
}
.expandedAffilations {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
}
.expandedAffilations span {
color: #696969;
font-family: "IPH Astra Serif";
font-size: 1.2rem;
line-height: 1.4em;
}
.virtualArticleSwitch >label.switch {
font-family: IPH Astra Serif;
font-style: normal;
font-size: 1.3rem;
padding-bottom: 15px;
border-bottom: 1px solid #F6F6F6;
border-bottom: 1px solid #dde4e3;
}
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
background-image: url(../images/bullet_icon.png);

View file

@ -157,13 +157,13 @@
<b><#if author.authorFamily??>${author.authorFamily}&nbsp;</#if><#if author.authorGivenName??>${author.authorGivenName}</#if></b>
</div>
</div>
<div style="display:none;">
<div class="expandedAffilations" style="display:none;">
<#if author.orgName??>
<br><span style="color:rgba(0,0,0,0.54);">${author.orgName}</span>
<span>${author.orgName}</span>
</#if>
<#if author.orgAddress??>
<br>
<span style="color:rgba(0,0,0,0.54);">Адрес организации: <#if author.orgPostalCode??>${author.orgPostalCode},&nbsp;</#if>${author.orgAddress}&nbsp;</span>
<span>Адрес организации: <#if author.orgPostalCode??>${author.orgPostalCode},&nbsp;</#if>${author.orgAddress}&nbsp;</span>
</#if>
</div>
</div>