Modified affilations style.
This commit is contained in:
parent
d4186f4558
commit
ee82cb0f51
2 changed files with 15 additions and 7 deletions
|
@ -2332,12 +2332,9 @@ span.subclassExpandMinus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.affiliations {
|
.affiliations {
|
||||||
margin-bottom: 0.1em;
|
|
||||||
font-family: "IPH Astra Serif";
|
font-family: "IPH Astra Serif";
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom: 10px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* ARTICLESTYLES --------------------------------> */
|
/* ARTICLESTYLES --------------------------------> */
|
||||||
|
@ -2547,12 +2544,23 @@ button.collapsible.metadataRubrics.active {
|
||||||
.virtualArticleBiblio >div.virtualBibliography {
|
.virtualArticleBiblio >div.virtualBibliography {
|
||||||
margin-top: 10px;
|
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 {
|
.virtualArticleSwitch >label.switch {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #F6F6F6;
|
border-bottom: 1px solid #dde4e3;
|
||||||
}
|
}
|
||||||
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
||||||
background-image: url(../images/bullet_icon.png);
|
background-image: url(../images/bullet_icon.png);
|
||||||
|
|
|
@ -157,13 +157,13 @@
|
||||||
<b><#if author.authorFamily??>${author.authorFamily} </#if><#if author.authorGivenName??>${author.authorGivenName}</#if></b>
|
<b><#if author.authorFamily??>${author.authorFamily} </#if><#if author.authorGivenName??>${author.authorGivenName}</#if></b>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display:none;">
|
<div class="expandedAffilations" style="display:none;">
|
||||||
<#if author.orgName??>
|
<#if author.orgName??>
|
||||||
<br><span style="color:rgba(0,0,0,0.54);">${author.orgName}</span>
|
<span>${author.orgName}</span>
|
||||||
</#if>
|
</#if>
|
||||||
<#if author.orgAddress??>
|
<#if author.orgAddress??>
|
||||||
<br>
|
<br>
|
||||||
<span style="color:rgba(0,0,0,0.54);">Адрес организации: <#if author.orgPostalCode??>${author.orgPostalCode}, </#if>${author.orgAddress} </span>
|
<span>Адрес организации: <#if author.orgPostalCode??>${author.orgPostalCode}, </#if>${author.orgAddress} </span>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue