-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
91 lines (78 loc) · 1.38 KB
/
main.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
@font-face {
font-family: 'Alte-Haas-Grotesk';
src:url('fonts/Alte-Haas-Grotesk.ttf.woff') format('woff'),
url('fonts/Alte-Haas-Grotesk.ttf.svg#Alte-Haas-Grotesk') format('svg'),
url('fonts/Alte-Haas-Grotesk.ttf.eot'),
url('fonts/Alte-Haas-Grotesk.ttf.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
body, html {
font-family: 'Alte-Haas-Grotesk';
font-size:1.2em;
letter-spacing: -.02rem;
line-height: 1.3em;
color:#333;
width:90%;
margin:auto;
padding-bottom: 100px;
}
a:link, a:visited {
color:#333;
text-decoration:none;
}
a:hover {
color: #ff0000;
text-decoration:underline;
}
#header {
width:100%;
padding:20px 0px;
border-bottom: #cccccc 1px solid;
}
#name {
float: left;
}
#social {
text-align: right;
}
#social img {
width: 24px;
height:24px;
}
.clear {
clear:both;
}
.divider {
text-align: center;
}
#bio {
padding: 20px 0px 0px 0px;
/* border-bottom: #cccccc 1px solid;
*/}
#bio a:link, #bio a:visited {
font-weight: bold;
}
h1 {
color:#ff0000;
font-size:1.1em;
font-weight: normal;
padding: 20px 0px;
}
.list {
list-style: none;
padding: 0;
margin: 0;
}
li {
color:#b3b3b3;
padding-left: 1rem;
text-indent: -0.7rem;
padding-top:10px;
padding-bottom: 10px;
border-bottom: #cccccc 1px solid;
}
li::before {
content: "\02933 ";
padding: 0px 10px 0px 0px;
}