forked from drganghe/quarto-academic-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
67 lines (58 loc) · 1.11 KB
/
Copy pathstyles.css
File metadata and controls
67 lines (58 loc) · 1.11 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
.abstract-toggle {
margin: 0.5em 0;
}
.abstract-button {
cursor: pointer;
color: #0066cc;
font-size: 0.85em;
font-weight: 600;
text-decoration: underline;
user-select: none;
display: block;
margin: 0;
padding: 0;
}
.abstract-button:hover {
color: #004499;
}
.abstract-content {
margin: 0;
padding: 1.2em;
background-color: #f8f9fa;
border-left: 4px solid #0066cc;
font-style: italic;
line-height: 1.5;
font-size: 0.9em;
border-radius: 0 4px 4px 0;
text-indent: 0 !important; /* Fix indentation */
}
/* Force no indentation on any content inside abstract */
.abstract-content * {
text-indent: 0 !important;
margin: 0;
padding-left: 0;
padding-right: 0;
}
/* First paragraph gets top/bottom padding only */
.abstract-content p:first-child {
padding-top: 0;
margin-top: 0;
}
.abstract-content p:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.csl-entry {
margin-bottom: 1.5em;
}
.pdf-link {
font-size: 0.85em;
font-weight: 600;
color: #0066cc;
text-decoration: none;
margin-left: 0.4em;
}
.pdf-link:hover {
color: #004499;
text-decoration: underline;
}