-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
72 lines (59 loc) · 1.29 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@media screen and (min-width: 700px) {
.main-info {
float:left;
width: calc(100% - 260px);
}
.sub-info {
float: right;
width: 240px;
height: 70vh !important;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
:root {
--main-bg-color: #FF0000;
}
body {
font-family: 'Lato', sans-serif !important;
}
.h1 {
font-family: 'Lato' !important;
line-height:1.47 !important;
margin-left:auto !important;
margin-right:auto !important;
}
.h2 {
font-family: 'Lato' !important;
}
.h3 {
font-family: 'Lato' !important;
}
details {
border: 2px black solid;
border-radius: 10px;
padding: 1rem;
}
summary {
font-size: large;
border-bottom: 1px black solid;
}
.orcid-logo-for-author-list {
display: inline-block;
vertical-align: middle;
position: relative;
padding-right: 2.2rem;
}
.orcid-logo-for-author-list ::after {
content: "";
display: block;
position: absolute;
top: 50%;
right: 3px;
transform: translateY(-50%);
background: transparent url(https://f1000research.com/img/icon/orcid_icon.png) center center no-repeat;
background-image: url("https://f1000research.com/img/icon/orcid_icon.png");
background-size: auto;
width: 1.8rem;
height: 1.8rem;
}