/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } html, body { font-family: "Inconsolata", monospace; font-optical-sizing: auto; font-style: normal; font-variation-settings: "wdth" 100; color: #999; font-size: 16px; line-height: 1.875rem; font-weight: 300; background: #2A2E33; } body * { box-sizing: border-box; } p, ul { margin: 0 0 1.25rem 0; } a { text-decoration: none; color: #999; } .container { width: 100%; max-width: 840px; margin: 1rem auto 0 auto; padding: 0 20px; } .link-hover { transition: color 0.25s ease-in-out; } .link-hover:hover { color: #DDD; } .title { color: #BDBDBD; margin: 0 0 1.25rem 0; font-family: "IBM Plex Mono", monospace; font-weight: 300; font-style: normal; } a > .title { transition: color 0.25s ease-in-out; } a:hover > .title { color: #d56e00; } .post { margin: 1rem 0 4rem 0; } .post.is-current { margin: 1.75rem 0 2rem 0; } .post.home-post { border-bottom: 1px solid #bdbdbd2b; padding-bottom: 2rem; } .post-header { margin-bottom: 1rem; } .post-header a { display: inline-block; } .post-title { font-size: 1.875rem; line-height: 2.75rem; margin-bottom: 0.3125rem; font-family: "IBM Plex Mono", monospace; font-weight: 400; font-style: normal; } .post-date, .view-count { color: #6d6c77; margin: 0; } .post-links { display: flex; flex-wrap: wrap; justify-content: space-between; } .post-link { flex: 0 0 50%; max-width: 50%; margin-bottom: 1.875rem; display: flex; flex-direction: column; } .post-link .post-date { margin-top: auto; } .post-link .title { margin: 0 0 1.5rem 0; font-size: 1.5rem; line-height: 2.275rem; } .home-link { margin: 0 0 1.25rem 0; display: inline-block; } .home-footer { display: flex; justify-content: space-between; margin-bottom: 20px; } .version { opacity: 0.4; } .bio { display: flex; width: 100%; max-width: 600px; margin: 3.75rem 0 0 0; } .bio-text { font-size: 0.875rem; line-height: 1.5rem; margin-left: 0.9375rem; color: #6d6c77; width: 50%; } .link-page, .archive { margin-top: 2.5rem; } .link-page .post-link, .archive .post-link { width: 100%; flex: 0 0 100%; max-width: 100%; } .archive ul { list-style: none; padding-left: 0; margin: 0; } .archive-months { margin-bottom: 1.25rem; } .archive-results ul { margin-top: 1.25rem; } .pagination { display: flex; justify-content: space-between; } .responses { margin-bottom: 1.25rem; } .response { font-size: 0.875rem; line-height: 1.75rem; margin-bottom: 1.25rem; } .response .byline { color: #6d6c77; } .response:last-child { margin-bottom: 0; } .comments-title, .responses-title { margin-bottom: 0.625rem; } .posthaven-user-menu { text-align: right; font-size: 0.875rem; margin: 0.625rem 1.25rem 0 0; } .posthaven-user-menu a { margin-left: 10px; color: #6d6c77; } .posthaven-post-body blockquote { position: relative; margin: 10px 30px; } .posthaven-post-body hr { background-color: #616366; border: none; height: 1px; } .posthaven-post-body .footnotes li { margin-bottom: 10px; } .posthaven-post-body sup { font-size: 1rem; line-height: 1rem; top: 0; } .posthaven-post-body sup::before { content: "["; color: #d56e00; } .posthaven-post-body sup::after { content: "]"; color: #d56e00; } .posthaven-post-body blockquote::before { content: " "; position: absolute; display: block; width: 3px; height: 100%; background: #999; border-radius: 10px; left: -15px; } .posthaven-post-body a { color: #d56e00; } .posthaven-post-body img { max-width: 100%; } .posthaven-comment-form label { font-size: 0.875rem; } .posthaven-comment-body-field, .posthaven-comment-email-field, .posthaven-comment-name-field { margin-bottom: 0.625rem; } .posthaven-comment-body-field label, .posthaven-comment-email-field label, .posthaven-comment-name-field label { width: 100%; display: inline-block; } .posthaven-comment-body-field textarea, .posthaven-comment-body-field input, .posthaven-comment-email-field textarea, .posthaven-comment-email-field input, .posthaven-comment-name-field textarea, .posthaven-comment-name-field input { font-size: 1rem; line-height: 1.25rem; width: 100%; border: 1px solid #6d6c77; background: rgba(0, 0, 0, 0); resize: none; padding: 0.625rem; color: #999; border-radius: 3px; } .posthaven-comment-body-field textarea, .posthaven-comment-email-field textarea, .posthaven-comment-name-field textarea { min-height: 100px; } .posthaven-comment-add-url { display: none; } .posthaven-comment-submit { appearance: none; padding: 0.625rem 1rem; border-radius: 4px; background: #000000; border: none; color: #BDBDBD; margin-top: 0.625rem; transition: background 0.3s ease-in-out; cursor: pointer; } .posthaven-comment-submit:hover { background: #1d1d20; } .posthaven-file-image { background: rgba(0, 0, 0, 0); border: none; padding: 0; border-radius: 0; } .post-responses { display: flex; flex-wrap: wrap; } .new-comment { padding-right: 10px; width: 50%; } .subscribe { padding-left: 10px; width: 50%; } .subscribe input[name="email_address"] { font-size: 1rem; line-height: 1.25rem; width: 100%; border: 1px solid #6d6c77; background: rgba(0, 0, 0, 0); resize: none; padding: 0.625rem; color: #999; border-radius: 3px; margin: 10px 0; } .subscribe input[type="submit"] { appearance: none; padding: 0.625rem 1rem; border-radius: 4px; background: #000000; border: none; color: #BDBDBD; margin-top: 0.625rem; transition: background 0.3s ease-in-out; cursor: pointer; } .subscribe input[type="submit"]:hover { background: #1d1d20; } .footer { margin: 2.5rem auto 1.25rem auto; } .logo { color: #CECBCB; font-weight: 700; } .nav { display: flex; padding: 3px 10px; } .nav-list { margin: 0; list-style-type: none; padding-left: 0; } .nav-list li { padding: 0 10px; display: inline-block; } .archive-title { margin: 1.75rem 0; font-size: 1.875rem; line-height: 2.75rem; height: 44px; font-weight: 400; } .feed-item { border-bottom: 1px solid #bdbdbd2b; padding-bottom: 2rem; margin-bottom: 2rem; } .feed-item .post-title { font-size: 1.5rem; line-height: 1.75rem; margin-bottom: 0.25rem; display: inline-block; transition: color 0.25s ease-in-out; } .feed-item a:hover > .post-title { color: #d56e00; } .feed-item .post-date { margin-bottom: 1.25rem; } .photo-content { margin-bottom: 1.5rem; } .photo-content p { margin: 0; } .clear-format * { font-weight: 400; } .player { position: fixed; display: block; bottom: 10px; left: 10px; background: #1d1d20e5; padding: 10px 15px; border-radius: 10px; border: 1px solid white; font-size: 0.875rem; width: 100%; max-width: 340px; } .player-main { width: 100%; display: flex; margin-bottom: 5px; } .player-details { flex: 1; padding-left: 10px; width: calc(100% - 80px); } .player-image { width: 80px; } .player-prompt { margin: 0; } .player-title-wrapper { max-width: 100%; overflow: hidden; } .player-title-marquee { white-space: nowrap; overflow: hidden; display: inline-block; animation: marquee 14s linear infinite; padding-left: 100%; } .player-title-marquee p { display: inline-block; } .player-title { margin: 0; font-weight: bold; color: #fffc; line-height: 1.5rem; } .player-controls { display: block; width: 100%; } .page-break { text-align: center; line-height: 14px; margin: 40px 0; } .page-break::before { content: "*"; display: inline-block; line-height: 14px; width: 100%; } .page-break::after { content: "* *"; display: inline-block; line-height: 14px; width: 100%; } @keyframes marquee { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-100%, 0, 0); } } @media screen and (max-width: 480px) { .post-link { flex: 0 0 100%; max-width: 100%; } .post-link p { margin-bottom: 0; } .post-link .title { line-height: 2rem; margin-bottom: 1rem; } .new-comment, .subscribe { width: 100%; padding: 0; } .post.is-current { margin-top: 1.25rem; } .post-title { font-size: 1.5rem; line-height: 2rem; } .post-header p { margin-bottom: 0; } .archive-title { line-height: 1.5rem; } .posthaven-post-body { line-height: 1.75rem; } .player { display: none; } .page-break { margin: 30px 0; } }