-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
323 lines (287 loc) · 5.64 KB
/
styles.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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
.c-hamburger--htra {
/*background-color: #ffffff;*/
}
.c-hamburger--htra span {
transition: transform 0.3s;
}
.c-hamburger--htra span::before {
transform-origin: top left;
transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
transform-origin: bottom left;
transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
/*background-color:#0683B0 ;*/
}
.c-hamburger--htra.is-active span {
transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
width: 50%;
}
.c-hamburger--htra.is-active span::before {
top: 0;
transform: translateX(-8px) translateY(4px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
bottom: 0;
transform: translateX(-8px) translateY(-4px) rotate(45deg);
}
.navbar-default .navbar-brand{
color: #0683B0;
}
.navbar-default .navbar-nav>li>a{
color: #0683B0;
line-height:0px;
/*margin-left: 20px;*/
}
@media (min-width: 768px)
.navbar-nav>li>a {
padding-top: 0px;
padding-bottom:0px;
}
.nav>li>a {
padding:0px;
/*padding-top: 20px;*/
}
.navbar-right{
/*width: 100%;*/
}
body{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
/*margin-right: -24px*/;
width: 100%;
text-align: center;
display-content: center;
}
.navbar-default{
background-color: white;
/*color:#0683B0;*/
border-bottom: 4px solid #0683B0;
}
.active{
/*color: white;
background-color: #0683B0;*/
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#background{
width: 100%;
height:100%;
position: fixed;
z-index: 1;
}
nav div ul{
display: flex;
/* justify-content: flex-end;*/
list-style-type:none;
margin-right: -40px;
margin-left: -60px;
}
.navbar-header{
/* display: flex;
*/ width: 500px;
}
nav h3 a{
/* Move Site Title away from left edge of screen*/
padding-left: 20px;
}
h3.navbar-brand{
padding: 0px;
font-size: 24px;
/*margin-top: 20px;*/
margin-bottom: -14px;
/*margin-bottom: -0.813em;*/
}
nav div.container{
/*width: 100%;*/
}
nav div.row{
/* width: 100%;
*/}
.collapse navbar-collapse navbar-menubuilder{
width: 100%;
}
nav p {
/*add padding all around nav bar items */
padding: 14px 6px 14px 6px;
/*Set margin to 0 all around */
margin: 6px;
margin-bottom: -16px;
font-size: 18px;
}
nav a:hover{
text-decoration: none;
color: #0683B0;
}
a:-webkit-any-link {
/*Take away all text-decoration from webkit links */
text-decoration: none;
}
/*Keep anchor link the same when hovered over*/
nav h3 a:hover,
nav h3 a:visited{
background-color: white;
color:#0683B0;
}
/*Keep links the same color even after they have been selected */
nav a:focus{
color: #0683B0;
}
nav p:hover,
nav i:hover
{
color: white;
background-color: #0683B0;
}
nav i {
padding: 15px 0px 0px 0px;
padding:15px;
/* Move nav bar border closer to icons and nav links */
margin-bottom: -10px;
color: #0683B0;
}
.jumbotron {
/*Parallax Effect That I'm Not Using.... but just in case I change my mind*/
/*margin-top: 58px;*/
margin-top: 3.625em;
display: flex;
align-items: center;
/*background-image: url("http://melissavandyke.com/wp-content/uploads/2015/09/code.jpg");*/
/*background-image: url("images/code.jpg");*/
/*background-color: #ffffff;*/
background-color:#0683B0;
background-size: cover;
height: 100%;
/*width: 100%;*/
color: #ffffff;
/*color: #0683B0;*/
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.jumbotron h3 {
font-size: 40px;
}
.about {
text-align: center;
font-size: 18px;
font-family: italic;
}
div.row {
margin-right: 0px;
margin-left: 0px;
}
.Head{
color: #0683B0;
justify-content: center;
text-align: center;
font-size: 28px;
font-weight: bold;
}
.skillTitle{
font-weight: bold;
font-size: 20px;
margin-top: 12px;
margin-left: 50px;
color: #0683B0;
}
.listTitle{
font-weight: bold;
font-size: 20px;
margin-top: 12px;
margin-left: 0px;
color: #0683B0;
}
h3.resumeTitle{
color: #0683B0;
margin: 40px 0px 35px 0px;
}
.skills li {
/*text-align: center;*/
list-style: none;
padding: 10px 0px 10px 0px;
font-size: 16px;
margin-right: 30px;
}
.skills h4 ul{
text-align: center;
}
img{
height: 200px;
width: 230px;
margin: 10px;
transition:transform 0.5s;
}
.resizeImg{
height: 200px;
width: 270px;
margin: 10px;
transition:transform 0.5s;
}
img.welcome{
border-radius: 50%;
}
div figure{
justify-content: center;
text-align: center;
}
figure h4{
font-size: 20px;
}
.break{
/* Set a specific height */
min-height: 4.5px;
margin: 50px 0px 60px 0px;
/* choose a image*/
/*background-image: url("http://melissavandyke.com/wp-content/uploads/2015/09/code.jpg");*/
/*background-image: url("images/code.jpg");*/
/*background-image: url("images/computer-gif.gif");*/
background-color: #0683B0;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h3.title{
color: #0683B0;
}
hr.headLine {
color: #0683B0;
margin: 14px auto 30px;
padding: 0;
max-width: 250px;
border: 0;
border-top: solid 5px;
text-align: center;
}
footer.container {
margin-top: 150px;
margin-bottom: -70px;
clear: both;
background-color: #0683B0;
width: 100%;
padding: 30px 50px 40px 20px;
color: white;
position: absolute;
}
footer {
width: 100%;
position: absolute;
}
footer i{
padding: 0px 8px 0px 8px;
color: white;
}
label{
color: #0683B0 ;
font-size: 20px;
}