2021-09-16 13:48:50 -05:00
|
|
|
$navbar-padding-x: 1rem;
|
|
|
|
|
|
2018-01-21 18:23:59 -06:00
|
|
|
@import 'bootstrap';
|
2018-01-29 12:55:15 -06:00
|
|
|
@import 'font-awesome-sprockets';
|
|
|
|
|
@import 'font-awesome';
|
2018-02-05 19:23:04 -06:00
|
|
|
@import 'responsive_sizes';
|
2018-01-21 18:23:59 -06:00
|
|
|
|
2018-01-31 12:44:10 -06:00
|
|
|
.rounded-large {
|
|
|
|
|
border-radius: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-23 12:50:50 -06:00
|
|
|
.primary-container {
|
|
|
|
|
padding: 0;
|
2018-02-05 19:06:14 -06:00
|
|
|
|
|
|
|
|
& > .row {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2018-01-23 12:50:50 -06:00
|
|
|
}
|
|
|
|
|
|
2018-01-29 12:55:15 -06:00
|
|
|
.bd-sideboard {
|
2018-01-26 12:24:25 -06:00
|
|
|
aside {
|
2021-09-16 13:48:50 -05:00
|
|
|
padding: $table-cell-padding-x-sm;
|
2018-01-26 12:24:25 -06:00
|
|
|
}
|
|
|
|
|
|
2018-01-29 12:55:15 -06:00
|
|
|
header {
|
2018-01-26 12:24:25 -06:00
|
|
|
h2 {
|
|
|
|
|
font-size: 1.7rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-29 12:55:15 -06:00
|
|
|
.bg-dark {
|
|
|
|
|
p, header {
|
|
|
|
|
color: $light;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-07 17:57:40 +00:00
|
|
|
.bg-white {
|
|
|
|
|
p, header {
|
|
|
|
|
color: $black;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-04 22:05:40 -05:00
|
|
|
dl {
|
|
|
|
|
& > dt + dd, & > dd + dd {
|
|
|
|
|
padding-left: 1em;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& > dt + dt, & > dd + dt {
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
|
.noprint { display: none; }
|
2018-02-08 18:48:26 +00:00
|
|
|
.site-header, .site-sidebar, .site-footer { display: none; }
|
2017-06-04 22:05:40 -05:00
|
|
|
.hentry { margin-bottom: 0; }
|
|
|
|
|
p, dl, ul, ol { margin-bottom: 1em; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media screen {
|
|
|
|
|
.printonly { display: none; }
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-05 19:22:11 -06:00
|
|
|
p, dl, ul, ol {
|
|
|
|
|
&:last-child { margin-bottom: 0; }
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-04 22:05:40 -05:00
|
|
|
.hide { display: none; }
|
|
|
|
|
|
|
|
|
|
%resume {
|
2018-01-24 12:09:52 -06:00
|
|
|
section.entry-content {
|
2017-06-04 22:05:40 -05:00
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
|
padding-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#page-web {
|
|
|
|
|
@extend %resume;
|
|
|
|
|
|
|
|
|
|
#workhistory {
|
|
|
|
|
ul .tech {
|
|
|
|
|
&::before { content: "("; }
|
|
|
|
|
&::after { content: ")"; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
|
.site-title, .entry-title { display:none; }
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry-content {
|
|
|
|
|
a {
|
|
|
|
|
&:link::after, &:visited:after {
|
|
|
|
|
content:" [" attr(href) "] ";
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#workhistory {
|
|
|
|
|
ul .tech {
|
|
|
|
|
display: block;
|
|
|
|
|
&::before { content: ""; }
|
|
|
|
|
&::after { content: ""; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#summary {
|
|
|
|
|
li {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
width: 30%;
|
|
|
|
|
|
|
|
|
|
&:nth-child(3n + 1) {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p:nth-child(3) {
|
|
|
|
|
margin-bottom:0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
margin-top:0;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
|
content: " ";
|
|
|
|
|
clear: both;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& + section {
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
//clear:both;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
p { margin-bottom: .5em; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#page-theater {
|
|
|
|
|
@extend %resume;
|
|
|
|
|
|
2018-02-05 19:51:31 -06:00
|
|
|
figure.headshot {
|
|
|
|
|
max-height: 12rem;
|
|
|
|
|
}
|
2017-06-04 22:05:40 -05:00
|
|
|
}
|