-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
58 lines (48 loc) · 833 Bytes
/
styles.css
File metadata and controls
58 lines (48 loc) · 833 Bytes
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
/* css styles */
.navbar-brand img {
max-height: 40px !important; /* Increase size (default is ~30px) */
height: auto;
}
/* styles for papers page */
.paper-row {
display: flex;
align-items: flex-start;
padding: 1rem 0;
border-bottom: 1px solid #dee2e6;
}
.paper-year {
width: 100px;
color: #6c757d;
font-weight: 600;
flex-shrink: 0;
font-size: 1rem;
margin-top: 0.25rem;
}
.paper-info {
flex-grow: 1;
}
.paper-title {
font-size: 1.0rem;
font-weight: 500;
margin-bottom: 0.25rem;
}
.paper-ref {
font-size: 0.8rem;
font-weight: 500;
margin-bottom: 0.25rem;
}
.paper-link {
color: #0d6efd;
text-decoration: none;
}
.paper-link:hover {
text-decoration: underline;
}
.icon-link {
margin-left: 0.5rem;
color: #6c757d;
font-size: 0.8rem;
}
.icon-link:hover {
color: #0d6efd;
}