1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 11:05:25 -04:00
jarv.is/public/style.css
2018-03-22 09:20:50 -04:00

543 lines
6.9 KiB
CSS

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background: transparent;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: .35em .625em .75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* open-sans-light 300 */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url('fonts/open-sans-light.eot'); /* IE9 Compat Modes */
src: local('Open Sans Light'), local('OpenSans-Light'),
url('fonts/open-sans-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/open-sans-light.woff2') format('woff2'), /* Super Modern Browsers */
url('fonts/open-sans-light.woff') format('woff'), /* Modern Browsers */
url('fonts/open-sans-light.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/open-sans-light.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* custom CSS */
body {
display: table;
width: 100%;
height: 100%;
color: #1a1a1a;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 24px;
line-height: 1.5;
}
div#container {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 10%;
}
img#me {
float: right;
margin: 0 0 12px 12px;
padding: 4px;
border: 1px solid #dddddd;
width: 120px;
height: 120px;
}
a {
text-decoration: none;
border-bottom: 1px dashed transparent;
transition: border-color 0.2s linear;
-moz-transition: border-color 0.2s linear;
-webkit-transition: border-color 0.2s linear;
-o-transition: border-color 0.2s linear;
}
h1 {
margin: 0 0 20px 0;
font-size: 150%;
line-height: 1;
}
h2 {
margin: 20px 0;
font-size: 120%;
}
p {
margin: 20px 0;
}
sup {
vertical-align: middle;
font-size: 50%;
}
@media screen and (max-width: 800px) {
body {
font-size: 18px;
}
img#me {
width: 75px;
height: 75px;
}
h1 {
font-size: 130%;
}
h2 {
font-size: 100%;
}
}
a#boston {
color: #008349;
}
a#boston:hover {
border-color: #008349;
}
a#y2k {
color: #ffcd47;
}
a#y2k:hover {
border-color: #ffcd47;
}
span#shh {
color: #cccccc;
}
span#fairy {
color: #fd5da8;
}
span#fairy:hover {
cursor: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMiIgc3R5bGU9ImZvbnQtc2l6ZToxNnB4Ij48dGV4dCB5PSIxOCI+8J+nmjwvdGV4dD48L3N2Zz4=), default !important;
}
a#javascript {
color: #f48024;
}
a#javascript:hover {
border-color: #f48024;
}
a#node {
color: #6fbc4e;
}
a#node:hover {
border-color: #6fbc4e;
}
a#react {
color: #61dafb;
}
a#react:hover {
border-color: #61dafb;
}
a#angular {
color: #c3002f;
}
a#angular:hover {
border-color: #c3002f;
}
a#java {
color: #ab6311;
}
a#java:hover {
border-color: #ab6311;
}
a#cpp {
color: #865fc5;
}
a#cpp:hover {
border-color: #865fc5;
}
a#php {
color: #8892bf;
}
a#php:hover {
border-color: #8892bf;
}
a#ruby {
color: #d34135;
}
a#ruby:hover {
border-color: #d34135;
}
a#github {
color: #7290a4;
}
a#github:hover {
border-color: #7290a4;
}
a#linkedin {
color: #0073b1;
}
a#linkedin:hover {
border-color: #0073b1;
}
a#facebook {
color: #4267b2;
}
a#facebook:hover {
border-color: #4267b2;
}
a.twitter {
color: #00acee;
}
a.twitter:hover {
border-color: #00acee;
}
a#instagram {
color: #a37754;
}
a#instagram:hover {
border-color: #a37754;
}
a#news-1 {
color: #e23838;
}
a#news-1:hover {
border-color: #e23838;
}
a#news-2 {
color: #f78200;
}
a#news-2:hover {
border-color: #f78200;
}
a#news-3 {
color: #ffb900;
}
a#news-3:hover {
border-color: #ffb900;
}
a#news-4 {
color: #5ebd3e;
}
a#news-4:hover {
border-color: #5ebd3e;
}
a#news-5 {
color: #009cdf;
}
a#news-5:hover {
border-color: #009cdf;
}
a#news-6 {
color: #3e49bb;
}
a#news-6:hover {
border-color: #3e49bb;
}
a#news-7 {
color: #973999;
}
a#news-7:hover {
border-color: #973999;
}
a#udacity {
color: #02b3e4;
}
a#udacity:hover {
border-color: #02b3e4;
}
a#infosec {
color: #ed1c24;
}
a#infosec:hover {
border-color: #ed1c24;
}
a#serverless {
color: #ff9900;
}
a#serverless:hover {
border-color: #ff9900;
}
a#containerization {
color: #3bb878;
}
a#containerization:hover {
border-color: #3bb878;
}
a#resume {
color: #c30b15;
}
a#resume:hover {
border-color: #c30b15;
}
a#email {
color: #d54b3d;
}
a#email:hover {
border-color: #d54b3d;
}
a#pgp {
color: #999999;
margin: 0 4px;
}
a#pgp:hover {
border-color: #999999;
}
a#sms {
color: #93d841;
}
a#sms:hover {
border-color: #93d841;
}
p#copyright {
margin: 40px 0 0 0;
font-size: 12px;
color: #999999;
}
p#copyright a {
color: #999999;
}
p#copyright a#source {
border-bottom: 1px solid #dddddd;
}
p#copyright span {
margin: 0 5px;
}