-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
301 lines (281 loc) · 5.03 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
@charset "UTF-8";
/* CSS Document */
/* colors and such
background - #FEFEFE
blue - #31454C
darker blue - #202020
lighter blue - #498EA8
peach - #FF8168
darker peach - #FF5B39
*/
html, body, p, h1 {
margin: 0;
padding: 0 0 0 0;
}
a {
color: #498EA8;
}
a:hover {
text-decoration:underline;
}
body {
font-family: "Avenir", Optima, sans-serif;
background-color: #FEFEFE;
color: #202020;
}
/* name on top of page */
.name {
color: #202020;
font-family: Avenir, "Times New Roman", Times, serif;
font-size: 85px;
text-align: center;
text-decoration: none;
margin: 20px auto auto auto;
font-weight: normal;
width: 600px;
}
.smaller {
font-size: 62px;
}
/* navigation bar */
.menu {
position: relative;
list-style-type: none;
padding: 7px 0px 7px 0px;
width: 760px;
margin: auto;
font-family: sans-serif;
text-align: center;
border-bottom: solid 1px #202020;
border-top: solid 1px #202020;
}
.menu li {
position: relative;
display: inline-block;
margin: 0px 30px 0px 30px;
}
.menu li a {
text-decoration: none;
color: #202020;
height: 40px;
font-size: 15px;
}
.menu li a:hover {
text-decoration: underline;
}
.menu li a:link {
}
.menu li a:active {
}
.menu li a:visited {
}
.menu li a.current {
color: #FF8168;
}
.menu ul{
background: #FEFEFE;
list-style: none;
position: absolute;
left: -9999px;
margin-top: -10px;
padding: 10px;
border-bottom: solid 1px #202020;
}
.menu ul li {
float: none;
margin-left:0;
}
.menu ul a {
white-space: nowrap;
}
.menu li:hover ul {
left: -4px;
margin-top: 0px;
-webkit-transition: margin-top 0.2s;
}
.menu li:hover a{
text-decoration: underline;
}
.menu li:hover ul a {
text-decoration: none;
}
.menu li:hover ul li a:hover {
text-decoration: underline;
}
/*******************************************************/
/******************* CONTENT ***************************/
.content {
width: 760px;
margin: 30px auto;
}
/*******************************************************/
/***************** HOME PAGE ***************************/
.home .content {
margin: 60px auto;
}
.home .content p {
margin: 30px 0 0 0;
}
/*******************************************************/
/***************** PORTFOLIO PAGE **********************/
.portfolio h2 {
margin: 20px 0 0 0;
}
.portfolio .box_1, .portfolio .box_2, .portfolio .box_3 {
width: 760px;
height: 200px;
border: solid 0.5px #31454C;
float: left;
}
.portfolio .box_1, .portfolio .box_3 {
border-left: none;
}
.portfolio .box_2 {
border-right: none;
}
.portfolio h3 {
margin: 20px 0 0 20px;
}
.portfolio .content p {
margin: 0 0 0 20px;
}
/*******************************************************/
/*************** RESUME PAGE ***************************/
.resume .resume_pdf {
height: 820px;
width: 640px;
margin: 30px auto 100px auto;
}
.resume .content p {
margin: 0 0 20px 0;
}
/*******************************************************/
/************** CONTACT PAGE ***************************/
.contact h2 {
margin: 30px auto 0 auto;
text-transform: uppercase;
font-size: 14px;
width: 200px;
text-align: center;
}
.contact .content p {
margin: 0 auto;
width: 200px;
text-align: center;
}
/* stuff for about page */
.about_text p {
margin-top: 0em;
margin-bottom: 2em;
}
.about_text {
width: 430px;
text-align: justify;
margin: 20px 0 20px 50px;
float: left;
}
.about_image {
width: 205px;
height: 369px;
float: left;
border: 1px solid #E17D5B;
margin: 3px;
}
.about_image_border {
margin: 205px 0 0 530px;
border: 1px solid #E17D5B;
padding: 1px;
width: 213px;
height: 377px;
float: right;
background-color: #C4E8F4;
float: right;
-moz-box-shadow: 12px 12px 5px #666;
-webkit-box-shadow: 12px 12px 5px #666;
box-shadow: 12px 12px 5px #666;
position: absolute;
}
/* portfolio page stuff */
.art, .code {
float: left;
width: 358px;
border: 1px solid #C4E8F4;
height: 400px;
background-color: #C4E8F4;
color: #666;
text-align: center;
}
.art {
margin: 0 20px 0 30px;
}
a .art:hover {
background-color: #E17D5B;
}
a .art:link {
}
a .art:active {
}
a .art:visited {
}
.art_and_code {
width: 100%;
}
/* art page */
.art_pictures {
float: left;
}
.thinking_pic {
width: 640px;
height: 617px;
border: 1px solid black;
margin: 0 78px 40px;
background-image: url(images/thinking.jpg);
}
.man_and_paper_pic {
height: 480px;
width: 640px;
border: 1px solid black;
margin: 0 auto 30px auto;
background-image: url(images/man_and_paper.jpg);
}
.eyes_pic {
height: 219px;
width: 640px;
border: 1px solid black;
margin: 0 auto 30px auto;
background-image: url(images/eyes.jpg);
}
.joker_pic {
width: 539px;
height: 324px;
border: 1px solid black;
margin: 0 auto 30px auto;
background-image: url(images/joker.jpg);
}
/*******************/
.fixed_element {
position: fixed;
bottom: 0px;
height: 40px;
width: 800px;
margin: 30px 0 0 0;
float: left;
background-color: #C4E8F4;
}
.fixed_el_text {
text-align: center;
margin: 10px 0 0 0;
}
.back_to_top {
text-decoration: none;
margin: 0 355px;
color: #CCC;
}
.back_to_top:hover {}
.back_to_top:link {}
.back_to_top:visited {}
.abc {
width: 800px;
height: 800px;
float: left;
}