-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathikcap.css
65 lines (59 loc) · 1.06 KB
/
ikcap.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
b,u {
color:#070;
font-weight: bold;
font-size: 1.1em;
background-color: transparent;
}
a.research {
font-size: 3em;
line-height: 1.5em;
letter-spacing: .3em;
text-decoration:none;
color:#039;
border-bottom: 0px;
}
a.projects {
font-size: 3em;
padding-left: 3em;
line-height: 1.5em;
letter-spacing: .2em;
text-decoration:none;
color:brown;
border-bottom: 0px;
}
a.people {
font-size: 3em;
padding-left: 1em;
line-height: 1.5em;
letter-spacing: .2em;
text-decoration:none;
color:black;
border-bottom: 0px;
}
a.publications {
font-size: 3em;
padding-left: 0em;
line-height: 1.5em;
letter-spacing: .2em;
text-decoration:none;
color:#06a;
border-bottom: 0px;
}
a.demos {
font-size: 2.5em;
padding-left: 0em;
line-height: 1.5em;
letter-spacing: .2em;
text-decoration:none;
color:#d78b1a;
border-bottom: 0px;
}
a.news {
font-size: 2em;
padding-left: 0em;
line-height: 1.5em;
letter-spacing: .2em;
text-decoration:none;
color:green;
border-bottom: 0px;
}