forked from jonbarron/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
66 lines (56 loc) · 1.11 KB
/
stylesheet.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
a {
color: #1772d0;
text-decoration: none;
}
a:focus,
a:hover {
color: #f09228;
text-decoration: none;
}
body,
td,
th,
tr,
p,
a {
font-family: 'Source Sans family', Source Code Pro, Helvetica, sans-serif;
font-size: 14px
}
strong {
font-family: 'Source Sans family', Source Code Pro, Helvetica, sans-serif;
font-size: 14px;
}
heading {
font-family: 'Source Sans family', Source Code Pro, Helvetica, sans-serif;
font-size: 22px;
}
papertitle {
font-family: 'Source Sans family', Source Code Pro, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700
}
name {
font-family: 'Source Sans family', Source Code Pro, Helvetica, sans-serif;
font-size: 32px;
}
.one {
width: 160px;
height: 160px;
position: relative;
}
.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
background-color: #ffffd0;
}