forked from ucsb-ccs-computing/ucsb-ccs-computing.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.css
61 lines (45 loc) · 803 Bytes
/
site.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
---
layout: null
---
{% include jekyll-github.css %}
p.topic-summary {
font-style: italic;
}
@media print {
div.header {display: none; }
div.footer {display: none; }
body {
font-size: 12px;
font-family: "Times New Roman", serif;
}
}
table {
border-collapse: collapse;
}
table * th {
border: 1px solid black;
padding: 2px;
}
table * td {
border: 1px solid black;
padding: 2px;
}
.indent {
margin-left: 3em;
}
div#content {
max-width: 60em;
margin-left: auto;
margin-right:auto;
}
img.personimage {
width: 300px;
float: right;
padding: 0em 1em 1em 1em;
margin: 0em 1em 1em 1em;
}
td.pic { text-align: center; }
td.name { text-align: left; }
td.year { text-align: center; }
td.affiliation { text-align: left; }
td.city { text-align: left; }