-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextra.css
109 lines (98 loc) · 1.62 KB
/
extra.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
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
p {
margin-bottom: 5px;
}
blockquote p {
font-size: 13px;
line-height: 18px;
margin-bottom: 5px;
}
.carousel {
max-width: 590px;
}
.yearlist {
text-align: center;
display: inline;
margin-left: 0;
padding-left: 0;
}
.yearlist li {
list-style-type: none;
display: inline;
padding-left: 0;
padding-right: 0.5em;
border-style: none;
}
.more .yearlist li {
font-size: 13px;
line-height: 18px;
}
.yearlist li {
font-size: 18px;
line-height: 24px;
}
body p img {
padding: 1em;
}
.pageheader {
padding-bottom: 4px;
}
.pageheader h1 {
font-size: 48px;
border-style: none none solid none;
border-width: thin;
border-color: #dddddd;
padding-bottom: 4px;
}
.publication .pageheader h1 {
font-size: 18px;
line-height: 27px;
}
.frontpage .contentarea h1 {
border-style: none none solid none;
border-width: thin;
border-color: #dddddd;
}
.software .contentarea h1 {
border-style: none none solid none;
border-width: thin;
border-color: #dddddd;
}
.people .contentarea h1 {
border-style: none none solid none;
border-width: thin;
border-color: #dddddd;
}
.mainlinks img {
padding-left: 9px;
padding-bottom: 9px;
}
.publicationlinks {
text-align: center;
display: inline;
margin-left: 0;
padding-left: 0;
}
.publicationlinks li {
list-style-type: none;
display: inline;
padding-left: 0;
padding-right: 0.2em;
border-style: none;
}
.bibliography .publicationlinks li {
font-size: 11px;
}
.referencelist .publicationlinks li {
font-size: 11px;
}
.publicationlinks li {
font-size: 18px;
}
.mainlinks h1 {
font-size: 13px;
line-height: 18px;
font-weight: normal;
}
.contentarea img.pull-right {
clear: right;
}