-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpub.css
77 lines (60 loc) · 920 Bytes
/
pub.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* publication list */
.pub {
font-size:14px;
}
.pub h3 {
font-size:16px;
width: 100%;
text-transform:none;
line-height: 120%;
font-weight: bold;
margin: 0;
}
.pub li img {
float: left;
margin: 0 15px 0 0;
}
.pub li p {
text-align: left;
margin: 0;
}
.pub li {
padding: 5px;
overflow: auto;
display: block
}
.pub li:hover {
background: #eee;
cursor: pointer;
}
.pub blockquote {
font-size:14px;
font-style:none;
}
/* image to the left of pub info */
.pub .pub-image {
float: left;
width: 100px;
vertical-align: middle;
}
div .pub-info {
float:left;
width: 78%;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 0px;
}
.pub-info blockquote {
text-align: justify;
}
.pub-info h3 {
margin-bottom: 5px;
}
/* hidden div for abstract */
.abstract {
text-align: justify;
display: none;
width: auto;
height: auto;
padding-bottom: 20px;
}