2017-05-04 14:39:03 -07:00
|
|
|
|
@import url(./main.css);
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
2017-05-05 08:26:34 -07:00
|
|
|
|
margin: 8px;
|
2017-05-04 14:39:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#resume h1 a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.job header {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3, dt {
|
|
|
|
|
font-size: 1.17em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3, h4 {
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header h3,
|
|
|
|
|
header h4 {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header .date,
|
|
|
|
|
header .date {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date {
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
|
clear: both;
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 .location,
|
|
|
|
|
h4 .location {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 .location:before,
|
|
|
|
|
h4 .location:before {
|
|
|
|
|
content: ", ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#resume > section {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
clear: both;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
text-indent: -0.80em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li:before {
|
|
|
|
|
content: "– ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dt {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd {
|
|
|
|
|
margin: 0;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
2017-05-05 08:26:34 -07:00
|
|
|
|
|
2017-05-07 18:14:39 -07:00
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
|
.wrapper {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 500px) {
|
|
|
|
|
header {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 760px) {
|
|
|
|
|
.wrapper {
|
2017-05-05 08:26:34 -07:00
|
|
|
|
width: 640px;
|
|
|
|
|
margin: 0;
|
2017-05-07 18:14:39 -07:00
|
|
|
|
padding: 60px 0;
|
2017-05-05 08:26:34 -07:00
|
|
|
|
}
|
|
|
|
|
}
|