-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.css
executable file
·83 lines (67 loc) · 1.12 KB
/
content.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
/* Generic content */
a {
text-decoration: none;
color: #09c;
}
a:hover {
color: #339900;
}
div.section-heading {
font-size: 20pt;
color: #000;
font-variant: small-caps;
padding-bottom: 5px;
border-bottom: 1px solid #888;
}
p.section-content {
margin-top: 10px;
text-align: justify;
line-height: 1.4em;
}
div.pub-entry {
margin-top: 15px;
text-align: justify;
line-height: 1.4em;
}
span.title {
font-style: italic;
color: #000;
}
div.ta-entry {
margin-top: 10px;
text-align: justify;
line-height: 1.4em;
}
span.course-name {
font-style: italic;
color: #222;
}
div.pics {
padding-top: 10px;
text-align: center;
}
img.sport-pic {
height: 75px;
margin-left: 10px;
margin-right: 10px;
}
img.footer-image {
margin-left: 10px;
vertical-align:middle;
}
/* Specific content */
div#me {
font-family: bebas;
font-size: 26pt;
letter-spacing: 2px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 10px;
color: #09c;
}
div#research-image {
text-align: center;
}
img#research {
width: 275px;
}