forked from srbartlett/precise-theme-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
122 lines (102 loc) · 1.66 KB
/
style.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@import url(
https://fonts.googleapis.com/css?family=Lato:300,400
);
body {
background: #fff;
font-family: Lato, sans-serif;
padding-bottom: 40px;
}
h3 {
font-size: 24px;
line-height: 44px;
text-transform: uppercase;
font-weight: 300;
}
h5 {
font-size: 18px;
font-weight: 300;
}
h4 p, h5 {
text-transform: none;
color: #333;
font-weight: 400;
}
p, li {
font-size: 18px;
line-height: 37px;
font-weight: 300;
color: #666;
}
header {
background: #00b2e2;
border-bottom: 1px solid #ccc;
text-align: center;
height: 230px;
padding-top: 15px;
color: white;
}
header h2, header p {
color: white;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
border: 1px solid rgba(237, 237, 237, 0);
border-radius: 0;
border: 0;
box-shadow: none;
}
.name {
margin-top: 35px;
font-size: 48px;
line-height: 55px;
margin-bottom: 0;
}
.title {
font-size: 20px;
line-height: 27px;
margin-bottom: 10px;
}
.passion {
margin-bottom: 20px;
font-style: italic;
letter-spacing: 0.5px;
}
.passion:before,
.passion:after {
content: '"';
}
.photo {
text-align: center;
margin-top: 50px;
overflow: hidden;
width: 250px;
height: 250px;
}
.bio {
font-weight: 300;
margin: 40px 0 20px;
}
.skills .list-inline {
margin-bottom: 20px;
}
.skills .list-inline li {
background: #00b2e2;
color: white;
padding: 0 10px;
margin: 5px;
}
.skills, .experiences, .education, .links {
text-align: center;
}
.experiences h4, .links h4 {
margin-right: 20px;
}
.experiences h4, .experiences h4 p, .experiences h5 {
display: inline;
}
.links h4{
display: inline;
}