-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbib.css
More file actions
61 lines (48 loc) · 703 Bytes
/
bib.css
File metadata and controls
61 lines (48 loc) · 703 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
59
60
.author-link {
color: #000;
}
.author-name {
font-weight: bold;
}
.pub-table {
border-collapse:separate;
border-spacing:0 10px;
margin: auto;
}
.year-row {
font-weight: bold;
}
.pub-row {
}
.author-line {
font-style: oblique;
}
.title-line {
font-weight: bold;
}
.book-title-line {
font-weight: bold;
}
.venue-line {
}
.title-link {
color: #222;
}
.label-warning {
background-color: #f0ad4e;
}
.label-success {
background-color: #5cb85c;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}