You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.7 KiB
78 lines
1.7 KiB
.article-title-banner { |
|
//display:none; |
|
border: 1px solid #ccc; |
|
} |
|
.field--name-field-journal-article-abstract .field__label { |
|
font-size: 2rem; |
|
} |
|
.node--type-journal-article { |
|
.field--name-body figure { |
|
margin-left: initial; |
|
margin-right: initial; |
|
float: left; |
|
img { |
|
border: 1px solid #ccc; |
|
padding: 4px; |
|
width: 200px; |
|
float: left; |
|
margin-right: 1rem; |
|
margin-top: 1rem; |
|
} |
|
} |
|
//footnotes |
|
a[id^="footnote"] { |
|
border: 1px solid #5d5d5d; |
|
background: #5d5d5d; |
|
color: #fff; |
|
border-radius: 4px; |
|
text-decoration: none; |
|
padding: 2px 3px; |
|
font-size:1.1rem; |
|
vertical-align:super; |
|
} |
|
} |
|
|
|
header.article-header { |
|
background: #e6e6e6; |
|
padding: 1rem; |
|
} |
|
.article-header--metadata { |
|
display:flex; |
|
justify-content:space-between; |
|
.left,.right { |
|
flex-direction: column; |
|
align-items:flex-end; |
|
} |
|
.right { |
|
justify-content:flex-end; |
|
text-align: right; |
|
} |
|
} |
|
.article { |
|
&--contributor { |
|
font-size: 27px; |
|
//line-height:36px; |
|
font-family: 'Libre Baskerville', Georgia, Times New Roman, Serif; |
|
font-weight:bold; |
|
font-style: italic; |
|
} |
|
&--contributor__affiliation { |
|
font-size: 18px; |
|
text-transform: uppercase; |
|
//line-height:18px; |
|
//font-style: italic; |
|
} |
|
&--type { |
|
|
|
font-size: 18px; |
|
//line-height:18px; |
|
text-transform: uppercase; |
|
} |
|
&--date-published { |
|
|
|
font-size: 18px; |
|
text-transform: uppercase; |
|
//line-height:18px; |
|
margin-top:6px; |
|
} |
|
}
|
|
|