-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
76 lines (73 loc) · 1.14 KB
/
styles.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
body {
background: #f0f0f0;
}
aside, main {
padding: 10px!important;
}
main {
padding-left: 0!important;
}
aside .helper-block, main .helper-block {
background: #fff;
padding: 20px;
}
h1 {
font-size: 24px;
margin-bottom: 0;
font-weight: 700;
}
h2 {
font-size: 20px;
margin-top: 10px;
color: #777;
}
h3 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
}
h4 {
font-size: 15px;
font-weight: 700;
}
section h2 {
padding-bottom: 10px;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 20px;
}
a {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.divider {
padding: 10px 20px 0 20px;
border-bottom: 1px solid #f0f0f0;
margin-bottom: 20px;
}
.fa {
color: #777;
margin-right: 5px;
top: 4px;
}
.contact-links li {
margin-bottom: 15px;
}
.profileLinks li a {
text-decoration: none;
color: #000;
}
.profileLinks li a:hover {
color: #23527c;
}
.about, .work, .education, .skills {
margin-bottom: 30px;
}
.skills-list li {
font-size: 18px;
}
.workDates {
color: #777;
}