-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (75 loc) · 1.96 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
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
* {font-family:'Open Sans', sans-serif;}
body {background-color:white;}
hr {color:#00CC00;}
sub {color:red;font-size:6pt;}
input, select, textarea {display:block;}
.page {
z-index:1;
width:800px;
margin-top:10px;
margin-bottom:10px;
margin-right:auto;
margin-left:auto;
background-color:transparent;
}
.sec {
z-index:2;
width:800px;
background-color:white;
}
.sec-subsec {z-index:3;}
.sec-subsec-header {}
.sec-subsec-body {padding-left:25px; padding-right:25px;}
.form-header {font-size:10pt}
.time{float:right;}
.green{color:#00CC00;}
#header {width:100%; height:100px;}
#header div {
display:inline;
position:relative;
top:50%;
transform: translateY(-50%);
}
#header a {text-decoration:none; color:black;}
#header-name {float:left; font-size:26pt; font-weight:bold;}
#header-contact{float:right;}
#header-contact a {display:block; font-size:10pt;}
#header-contact a:hover {text-decoration:underline;}
#nav {
height:40px;
width:800px;
background-color:#00E600;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
box-shadow: inset 0px -7px 7px 7px #00CC00;
border-radius:2px;
clear:both;
}
#nav a {
text-align:center;
display:inline-block;
text-decoration:none;
width:100px;
height:35px;
padding-top:5px;
color:black;
}
#nav a:first-child {margin-left:125px;}
#nav a:hover {background-color:#00C000;box-shadow:none;}
#nav a:visited {color:black;}
#main {width:600px; padding:50px 100px 50px 100px;}
#main-mail {font-size:10pt}
#main-contact{margin-top:50px;}
#resume-pdf img {
width:30px;
height:30px;
float:right;
margin-top:50;
}
#footer {width:800px; margin-bottom:100px;}
#footer-social {float:right;}
#footer-social-icons img{width:30px;height:30px;}