-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlight.css
More file actions
55 lines (46 loc) · 750 Bytes
/
light.css
File metadata and controls
55 lines (46 loc) · 750 Bytes
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
@charset 'UTF-8';
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700);
html, body{
padding:0px;
margin:0px;
zoom: 1;
font-size: 13px;
line-height: 20px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-smoothing: antialiased;
color:#333;
}
.small{
font-size: 12px;
}
.fade{
color:#888;
}
#content{
width:400px;
margin-left:80px;
margin-top:60px;
}
.contacts a{
margin-right: 3px;
color:#DD4B39;
text-decoration: none;
}
.contacts iframe{
margin-bottom: -5px;
margin-left:5px;
}
h1{
font-weight: 400;
font-size: 16px;
}
h2{
font-size: 14px;
font-weight: 400;
color:#555;
border-bottom: 1px dashed #e0e0e0;
padding-bottom: 5px;
}
#experience{
margin-top: 50px;
}