|
|
@ -14,15 +14,11 @@ |
|
|
|
@import 'article_attachment'; |
|
|
|
@import 'article_attachment'; |
|
|
|
@import 'search'; |
|
|
|
@import 'search'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*on-scroll menu */ |
|
|
|
/*on-scroll menu */ |
|
|
|
.fixed-header-enabled.onscroll .header-container ul.menu { |
|
|
|
.fixed-header-enabled.onscroll .header-container ul.menu { |
|
|
|
text-align: right; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*================================================*/ |
|
|
|
/*================================================*/ |
|
|
|
|
|
|
|
|
|
|
|
/*change header title fontsize*/ |
|
|
|
/*change header title fontsize*/ |
|
|
@ -35,11 +31,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*change padding above content*/ |
|
|
|
/*change padding above content*/ |
|
|
|
.main-content__section, .sidebar__section { |
|
|
|
.main-content__section, |
|
|
|
|
|
|
|
.sidebar__section { |
|
|
|
padding: 60px 0 70px; |
|
|
|
padding: 60px 0 70px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*modify issue info on landing page*/ |
|
|
|
/*modify issue info on landing page*/ |
|
|
|
.path-frontpage .layout.layout--twocol-bricks { |
|
|
|
.path-frontpage .layout.layout--twocol-bricks { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
@ -53,14 +49,17 @@ |
|
|
|
margin-right: 1rem; |
|
|
|
margin-right: 1rem; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
|
.path-frontpage .block-region-second-above > .block-entity-fieldnodetitle::after{ |
|
|
|
.path-frontpage |
|
|
|
content: ","; |
|
|
|
.block-region-second-above |
|
|
|
|
|
|
|
> .block-entity-fieldnodetitle::after { |
|
|
|
|
|
|
|
content: ','; |
|
|
|
} |
|
|
|
} |
|
|
|
.path-frontpage .block-region-second-above > .block-entity-fieldnodefield-issue-year::after{ |
|
|
|
.path-frontpage |
|
|
|
content: ","; |
|
|
|
.block-region-second-above |
|
|
|
|
|
|
|
> .block-entity-fieldnodefield-issue-year::after { |
|
|
|
|
|
|
|
content: ','; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.path-frontpage .block-region-second-above .field--name-field-issue-number { |
|
|
|
.path-frontpage .block-region-second-above .field--name-field-issue-number { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
@ -90,7 +89,6 @@ details#journal-article-text-tab img, |
|
|
|
margin-bottom: 30px; |
|
|
|
margin-bottom: 30px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.logo { |
|
|
|
.logo { |
|
|
|
width: 110px; |
|
|
|
width: 110px; |
|
|
|
} |
|
|
|
} |
|
|
@ -111,3 +109,6 @@ details#journal-article-text-tab img, |
|
|
|
.site-name { |
|
|
|
.site-name { |
|
|
|
font-size: 12rem; |
|
|
|
font-size: 12rem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.path-taxonomy .article-info--wrapper { |
|
|
|
|
|
|
|
padding: 3rem; |
|
|
|
|
|
|
|
} |
|
|
|