inaugust.com/src/app/resume.html/mordred.css

179 lines
2.8 KiB
CSS

@import url('https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack-subset.css');
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* Space out content a bit
body {
padding-bottom: 20px;
}
*/
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-left: 15px;
padding-right: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
margin-bottom: 0;
line-height: 40px;
padding-bottom: 19px;
}
/* Custom page footer */
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
.container-narrow > hr {
margin: 30px 0;
}
a {
color: #337ab7;
text-decoration: none;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
font-family: 'Hack', monospace;
background-color: #eee;
padding-top: 32px;
padding-bottom: 32px;
margin-bottom: 12px;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.jumbotron h1 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 62px;
}
/* Supporting marketing content */
.marketing {
margin: 40px 0;
}
.markerting > p + h4 {
margin-top: 28px;
}
@media print {
.footer {
display: none;
}
.breadcrumbs {
display: none;
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
.container {
max-width: 730px;
}
/* Remove the padding we set earlier */
.header,
.marketing,
.footer {
padding-left: 0;
padding-right: 0;
}
/* Space out the masthead */
.header {
margin-bottom: 10px;
}
}
h3.resumesection {
background-color: #999999;
font-family: 'Hack', monospace;
color: #ffffff;
font-size: 16px;
text-align: center;
margin-bottom: 6px;
}
h3.subsection {
background-color: #eee;
font-family: 'Hack', monospace;
font-size: 14px;
text-align: center;
margin-bottom: 6px;
}
.job ul li {
line-height: 12pt;
font-size: 10pt;
}
#porthead {
padding-left: 8px;
padding-top: 6px;
}
.titletitle {
padding-left: 6px;
padding-right: 6px;
}
p {
margin: 0 0 10px;
}
.techskills {
padding-left: 6px;
font-size: 12pt;
}
.summary {
padding-left: 6px;
margin-bottom: 12px;
font-size: 12pt;
border-bottom: 1px solid #e5e5e5;
}
.job {
font-size: 14pt;
padding-left: 6px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.jobtitle {
font-size: 12pt;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
}
.jobskillslist {
font-size: 8pt;
font-style: italic;
margin-top: -12px;
padding-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
}
ul.lead li {
display: inline;
}