forked from marc-hanheide/papercite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapercite.css
53 lines (44 loc) · 802 Bytes
/
papercite.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
.papercite_errors:before {
content: "Papercite errors";
}
.papercite_errors {
border: 1px solid red;
background: #eee;
padding: 5px;
}
.papercite_errors > div {
display: list-item;
}
.papercite_bibtex {
display: none;
}
.papercite_bibtex pre {
white-space: pre-wrap;
}
.papercite_toggle:link, .papercite_toggle:visited {
color: gray;
text-decoration: none;
}
.papercite_link, .papercite_link:link, .papercite_link:visited {
color: #222;
font-weight: bold;
text-decoration: none;
cursor: pointer;
}
.papercite_info {
color: #555;
}
.papercite_highlight {
font-weight: bold;
}
span.papercite_checked_files
{
padding: 5px;
margin: 5px;
border: 1px solid black;
font-size: 150%;
cursor: pointer;
background: #eee;
color: red;
border-radius: 3px;
}