summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
blob: 4f437e761db13b5617c11575543120d177b91787 (plain)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.form, .paperInfo {
  padding: 10px;
  width: 100%;
}

.citations {
  padding:40px;
}
.citations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.citations li {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  margin-bottom: 30px;
  border:1px solid #ccc;
}
.citations h3{
  font-size:20px;
  margin:10px 0 15px 0;
  font-weight: bold;
}

.type {
  color: #888;
}

.gray {
  padding: 3px;
}
.gray .pdfLink {
  cursor: pointer;
  color: #11f;
}
.verified {
  font-weight: bold;
  color: white;
  font-weight: bold;
  display: inline-block;
  background: #00b200;
  padding:4px;
  font-size:12px;
}
.unverified {
  color: white;
  font-weight: bold;
  display: inline-block;
  background: #ff0000;
  padding:4px;
  font-size:12px;
}
.unknown {
  font-weight: bold;
  color: white;
  font-weight: bold;
  display: inline-block;
  background: #999;
  padding:4px;
  font-size:12px;
}

.param {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
input.notes {
  width: 400px;
}
.param .btn {
  margin-top: 5px;
}
.vetting {
  width: 250px;
  margin-right: 10px;
}
.param label {
  display: block;
  padding: 4px;
  min-width: 200px;
}
.param input[type=checkbox] {
  margin: 6px 0;
}
textarea {
  padding: 4px;
  font-size: 14px;
}

.pdf_links a.selected {
  font-weight: bold;
}
iframe.pdfViewer {
  margin: 10px 0;
  width: 100%;
  height: 75vh;
  border: 1px solid black;
}
header select {
  margin-right: 10px;
  width: 100px;
  min-width: 200px;
}
header a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
.desktop header a:hover {
  text-decoration: underline;
}