-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathcustom.css
More file actions
100 lines (81 loc) · 1.43 KB
/
custom.css
File metadata and controls
100 lines (81 loc) · 1.43 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.navbar-logo-text {
font-family: "Lato";
}
table.spec__table {
width: 100%;
margin-top: 1.2rem;
}
table.spec__table thead {
font-size: 1.2rem;
font-weight: bold;
}
.spec__status {
width: 20rem;
}
.spec__label {
border-radius: 10px;
background: var(--pst-color-info-bg);
color: var(--pst-color-info);
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.spec__status a {
font-weight: normal;
text-decoration: none;
}
.calendar-list .calendar {
padding-bottom: 1rem;
}
.calendar-list .calendar:last-of-type {
padding-bottom: 0rem;
}
.calendar-list .calendar-copy {
height: 1rem;
cursor: pointer;
padding-left: 0.25rem;
}
.calendar-list .calendar-event {
padding-left: 1rem;
font-size: 0.8rem;
}
.grant {
background-color: var(--pst-color-surface);
border: 1px solid var(--pst-color-border);
border-radius: 0.25rem;
line-height: 1.2em;
margin: 1.5em 0;
padding: 1rem;
}
.grant .title:not(:last-child) {
margin-bottom: 1.5rem;
}
.grant .title .pdf {
display: inline;
}
.grant .authors {
display: inline;
}
.grant .author {
display: inline;
font-weight: bold;
}
.grant .date::before {
content: "·";
}
.grant .date {
display: inline;
}
.grant .summary {
padding-top: 0.5rem;
font-style: italic;
}
.grant .status-label {
display: inline-block;
font-weight: bold;
padding-top: 0.75rem;
}
.grant .status {
display: inline;
}