2019-10-10 12:17:34 +02:00
|
|
|
.publi h1 {
|
2019-10-06 17:31:40 +02:00
|
|
|
font-size: 20pt
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
ul.publis-list{
|
2019-10-07 08:53:04 +02:00
|
|
|
list-style: none
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi ul.authors-list {
|
2019-10-06 17:31:40 +02:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi ul.authors-list li.author-item{
|
2019-10-07 10:57:22 +02:00
|
|
|
display: inline;
|
|
|
|
cursor: default
|
2019-10-06 17:31:40 +02:00
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi ul.authors-list li.author-item:after
|
2019-10-06 17:31:40 +02:00
|
|
|
{
|
|
|
|
content: ", "
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi ul.authors-list li.author-item:nth-last-child(2):after
|
2019-10-06 17:31:40 +02:00
|
|
|
{
|
|
|
|
content: " and "
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi ul.authors-list li.author-item:last-child:after
|
2019-10-06 17:31:40 +02:00
|
|
|
{
|
|
|
|
content: ""
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi .issue::before{
|
2019-10-09 17:53:10 +02:00
|
|
|
content: "("
|
|
|
|
}
|
|
|
|
|
2019-10-10 12:17:34 +02:00
|
|
|
.publi .issue::after{
|
2019-10-09 17:53:10 +02:00
|
|
|
content: ")"
|
|
|
|
}
|
|
|
|
|
2019-10-06 17:31:40 +02:00
|
|
|
.orcid-id img {
|
|
|
|
vertical-align: middle;
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.orcid-id a {
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.author-info {
|
2019-10-07 10:57:22 +02:00
|
|
|
font-size: 14px;
|
|
|
|
cursor: initial
|
|
|
|
}
|
|
|
|
.author-info h1 {
|
|
|
|
font-size: larger
|
2019-10-06 20:43:31 +02:00
|
|
|
}
|
|
|
|
.author-info ul.affiliation-list{
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0
|
2019-10-06 17:31:40 +02:00
|
|
|
}
|