4 * _____ ___ ___\//\ \ __
5 * /\ '__`\ / __`\ / __`\\ \ \ /'__`\
6 * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
7 * \ \ ,__/\ \____/\ \____//\____\ \____\
8 * \ \ \/ \/___/ \/___/ \/____/\/____/
12 * Designed, built, and released under MIT license by @mdo. Learn more at
13 * https://github.com/poole/poole.
35 * Update the foundational and global aspects of the page.
46 font-family: "Helvetica Neue", Helvetica
, Arial
, sans-serif
;
50 @media (min-width: 38em) {
58 background-color: #fff;
59 -webkit-text-size-adjust: 100%;
60 -ms-text-size-adjust: 100%;
63 /* No `:visited` state is required by default (browsers will use `a`) */
66 text-decoration: none
;
71 /* `:focus` is linked to `:hover` for basic accessibility */
74 text-decoration: underline
;
78 h1
, h2
, h3
, h4
, h5
, h6
{
83 text-rendering: optimizeLegibility
;
122 margin-bottom: .5rem;
130 border-top: 1px solid
#eee;
131 border-bottom: 1px solid
#fff;
138 text-transform: uppercase
;
142 border-bottom: 1px dotted
#e5e5e5;
148 font-family: "Roboto Mono", monospace
;
153 background-color: #f9f9f9;
157 @media (max-width: 70em) {
159 white-space: pre-wrap
;
160 word-break: break-all
;
161 word-wrap: break-word
;
169 background-color: #f9f9f9;
171 @media (min-width: 70em) {
173 display: inline-block
;
178 @media (min-width: 70em) {
180 display: inline-block
;
188 background-color: transparent
;
191 /* Pygments via Jekyll */
200 /* Gist via GitHub Pages */
202 font-family: Menlo
, Monaco
, "Courier New", monospace
!important
;
204 .gist .markdown-body {
209 background-color: transparent
;
211 .gist .gist-file .gist-data {
212 font-size: .8rem !important
;
218 background-color: transparent
;
227 border-left: .25rem solid
#e5e5e5;
229 blockquote
p:last-child
{
232 @media (min-width: 30em) {
235 padding-left: 1.25rem;
250 border: 1px solid
#e5e5e5;
251 border-collapse: collapse
;
255 padding: .25rem .5rem;
256 border: 1px solid
#e5e5e5;
258 tbody
tr:nth-child
(odd
) td
,
259 tbody
tr:nth-child
(odd
) th
{
260 background-color: #f9f9f9;
267 * Extend paragraphs with `.lead` for larger introductory text.
279 * Show alert messages to users. You may add it to single elements like a `<p>`,
280 * or to a parent if there are multiple elements to show.
287 background-color: #f9f9f9;
294 * Center the page content.
309 * Super small header above the content for site name and short description.
314 padding-bottom: 1rem;
325 .masthead-title small {
336 * Each post is wrapped in `.post` and is used on default and post layouts. Each
337 * page is wrapped in `.page` and is only used on the page layout.
345 /* Blog post or page title */
356 /* Meta data line below post title */
367 padding-bottom: 2rem;
368 border-top: 1px solid
#eee;
377 .related-posts li small {
381 .related-posts li a:hover {
383 text-decoration: none
;
385 .related-posts li a:hover small {
393 * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
394 * there are no more previous or next posts to show.
398 overflow: hidden
; /* clearfix */
401 font-family: "PT Sans", Helvetica
, Arial
, sans-serif
;
406 /* Pagination items can be `span`s or `a`s */
410 border: 1px solid
#eee;
412 .pagination-item:first-child {
416 /* Only provide a hover state for linked pagination items */
417 a
.pagination-item:hover
{
418 background-color: #f5f5f5;
421 @media (min-width: 30em) {
429 .pagination-item:first-child {
431 border-top-left-radius: 4px;
432 border-bottom-left-radius: 4px;
434 .pagination-item:last-child {
436 border-top-right-radius: 4px;
437 border-bottom-right-radius: 4px;