-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (59 loc) · 1.25 KB
/
style.css
File metadata and controls
71 lines (59 loc) · 1.25 KB
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
section {
width: 900px;
margin: auto;
}
header {
background: none repeat scroll 0 0 #A6C9E2;
color: #2E6E9E;
font-size: 20px;
padding: 5px 20px;
text-align: center;
}
footer {
background: none repeat scroll 0 0 #A6C9E2;
color: #2E6E9E;
font-size: 20px;
padding: 5px 20px;
margin: 20px 0;
text-align: center;
}
dl {
background: none repeat scroll 0 0 #FAFAFA;
margin: 8px 0;
padding: 0;
}
dt {
display: inline-block;
width: 170px;
}
dd {
display: inline-block;
margin-left: 8px;
vertical-align: top;
}
h2, h3 {
margin: 15px 0 5px;
}
li {
margin: 15px 0;
}
a[href^="skype:"] {
padding-left: 20px !important;
background: url(../img/skype.png) no-repeat center left;
}
a[href^="mailto:"] {
padding-left: 20px !important;
background: url(../img/email.png) no-repeat center left;
}
a[href^="https://stackoverflow.com"] {
padding-left: 20px !important;
background: url(../img/so.png) no-repeat center left;
}
a[href^="https://www.linkedin.com"] {
padding-left: 20px !important;
background: url(../img/lin.png) no-repeat center left;
}
a[href*="github."] {
padding-left: 20px !important;
background: url(../img/gh.png) no-repeat center left;
}