Pastery

thepsalmsmarked +

  1/*   2   This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra  3   Please leave this notice in place, along with any additional credits below.  4   ---------------------------------------------------------------  5   Title: The Psalms  6   Author: David Blue - https://davidblue.wtf/contact  7   Description: Replicating the reading experience of bilge.world.  8*/  9 10@import url('https://use.typekit.net/kst2rrh.css'); 11 12body { 13    -webkit-font-smoothing: antialiased; 14    font-family: adobe-caslon-pro, serif; 15    font-weight: 400; 16    font-style: normal; 17    background-color: #FFF4E6; 18} 19 20html>body { 21    font-size: 13px; 22    font-family: adobe-caslon-pro, serif; 23    font-weight: 400; 24    font-style: normal; 25    background-color: #FFF4E6; 26} 27 28li { 29    font-size: 110%; 30} 31 32li li { 33    font-size: 100%; 34} 35 36li p { 37    font-size: 100%; 38    margin: .5em 0; 39} 40 41h1 { 42    color: #00006b; 43    font-family: proxima-nova-condensed, sans-serif; 44    font-weight: 900; 45    font-size: 2em; 46} 47 48h2 { 49    color: #00006b; 50    font-family: proxima-nova-condensed, sans-serif; 51    font-weight: 700; 52    font-size: 1.4em; 53} 54 55h3 { 56    color: #4078f2; 57    font-family: proxima-nova-extra-condensed, sans-serif; 58    font-weight: 600; 59    font-size: 1.3em; 60} 61 62h4 { 63    color: #f43f32; 64    font-family: proxima-nova-condensed, sans-serif; 65    font-weight: 400; 66    font-size: 1em; 67} 68 69h5 { 70    color: #662545; 71    font-family: proxima-nova-condensed, sans-serif; 72    font-weight: 400; 73    font-size: 1em; 74} 75 76h6 { 77    color: #80808C; 78    font-family: proxima-nova-condensed, sans-serif; 79    font-weight: 400; 80    font-size: .85em; 81} 82 83body,p { 84    color: #1c0021; 85    font-family: adobe-caslon-pro, serif; 86    font-weight: 400; 87    font-style: normal; 88    font-weight: 400; 89    line-height: 155%; 90    font-size: 1.1em; 91    color: #000001; 92    padding-left: 0.5rem; 93    padding-right: 0.5rem; 94    word-wrap: break-word; 95} 96 97td,div { 98  color: #6f6f6f; 99  font-family: proxima-nova-condensed, sans-serif;100  font-weight: 400;101}102103h1,h2,h3,h4,h5,h6 {104    line-height: 1.5em;105}106107a {108    -webkit-transition: color .2s ease-in-out;109    -moz-transition: color .2s ease-in-out;110    -o-transition: color .2s ease-in-out;111    -ms-transition: color .2s ease-in-out;112    transition: color .2s ease-in-out;113    color: #00006b;114    text-decoration: none;115}116117a:hover {118    color: #f43f32;119}120121.footnote {122    font-family: proxima-nova-condensed, sans-serif;123    font-weight: 700;124    /*vertical-align: sub; */125    margin: -4px 0px 0 0;126    color: #da2573;127    font-size: 0.8em;128    line-height: 0.1em;129    text-decoration:underline #FF0000;130}131132.footnote-ref {133    margin-left:15px;134    font-family: proxima-nova-condensed, sans-serif;135    font-weight: 700;136    /* margin-left:2.5px; */137    color: #da2573;138    font-size: 1.15em;139    /* text-decoration:underline #FF0000; */140}141142.footnote-ref-text {143    font-family: proxima-nova-condensed, sans-serif;144    font-weight: 400;145    color: #1c0021;146    font-size: 1em;147    /* border-top: #00006b dotted 1px; */148}149150#wrapper img {151    max-width: 100%;152    height: auto;153}154155dd {156    margin-bottom: 1em;157}158159li > p:first-child {160    margin: 0;161}162163code {164    font-size: 0.85em;165    color: #1c0021;166    font-family: proxima-nova-condensed, sans-serif;167    font-weight: 400;168}169170ul ul,ul ol {171    margin-bottom: .4em;172}173174caption,col,colgroup,table,tbody,td,tfoot,th,thead,tr {175    border-spacing: 0;176}177178table {179    background-color: #FFFdeb;180    font-size: 0.8em;181    line-height: 1.2em;182    color: #1c0021;183    font-family: proxima-nova-condensed, sans-serif;184    font-weight: 400;185    border: 1px solid #f43f32;186    border-radius: 1px;187    border: 1px solid;188    border-color: #da2573;189}190191caption {192    display: table-caption;193    font-weight: 700;194}195196col {197    display: table-column;198}199200colgroup {201    display: table-column-group;202}203204tbody {205    display: table-row-group;206}207208tfoot {209    display: table-footer-group;210}211212thead {213    display: table-header-group;214}215216td,th {217    display: table-cell;218}219220tr {221    display: table-row;222}223224table th,table td {225    font-size: 1.1em;226    line-height: 23px;227    padding: 0 1em;228}229230table thead {231    background: rgba(0,0,0,0.15);232    border: 1px solid rgba(0,0,0,0.15);233    border-bottom: 1px solid rgba(0,0,0,0.2);234}235236table tbody {237    background: rgba(0,0,0,0.05);238}239240table tfoot {241    background: rgba(0,0,0,0.15);242    border: 1px solid rgba(0,0,0,0.15);243    border-top: 1px solid rgba(0,0,0,0.2);244}245246figure {247    display: inline-block;248    position: relative;249    margin: 1em 0 2em;250}251252figcaption {253    font-style: italic;254    text-align: center;255    background: white;256    color: #6f6f6f;257    position: absolute;258    left: 0;259    bottom: -24px;260    width: 98%;261    padding: 1%;262    -webkit-transition: all .2s ease-in-out;263    -moz-transition: all .2s ease-in-out;264    -o-transition: all .2s ease-in-out;265    -ms-transition: all .2s ease-in-out;266    transition: all .2s ease-in-out;267}268269figure:hover>figcaption {270    /* background: rgba(0,0,0,1) */271}272273.poetry pre {274    display: block;275    font-family: adobe-caslon-pro, Georgia, serif;276    font-size: 110%;277    font-style: italic;278    line-height: 1.6em;279    margin-left: 1em;280}281282.poetry pre code {283    font-family: adobe-caslon-pro, Georgia, serif;284}285286 p {287    font-family: proxima-nova-condensed, sans-serif;288    font-weight: 400;289    color: #333333;290    border-left: 2.5px solid #00006b;291}292293sup,sub,a.footnote {294    font-size: 1.4ex;295    height: 0;296    line-height: 1;297    position: relative;298    vertical-align: super;299}300301sub {302    vertical-align: sub;303    top: -1px;304}305306p,h5 {307    font-size: 1.1429em;308    line-height: 1.3125em;309    margin: 1.3125em 0;310}311312dt,th {313    font-weight: 700;314}315316table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {317    background: #fff4e6;318}319320table tr:nth-child(even),table td:nth-child(even) {321    background: #fffdeb;322}323324@media print {325    body {326        overflow: auto;327    }328329    img,pre,,table,figure,p {330        page-break-inside: avoid;331    }332333    #wrapper {334        background: #fff4e6;335        color: #1c0021;336        font-size: 85%;337        padding: 10px;338        position: relative;339        text-indent: 0;340    }341}342343@media screen {344    .inverted #wrapper,.inverted {345        background: #1c0021;346    }347348    .inverted hr {349        border-color: #1c0021;350    }351352    .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted pre,.inverted code,.inverted th,.inverted .math,.inverted caption,.inverted dd,.inverted dt {353        color: #fffdeb;354    }355356    .inverted table tr:nth-child(odd),.inverted table th:nth-child(odd),.inverted table td:nth-child(odd) {357        background: none;358    }359360    .inverted a {361        color: #da2573;362    }363364    #wrapper {365        padding: 20px;366    }367368    ::selection {369        background: #da2573;370    }371372    h1::selection {373        background-color: #da2573;374    }375376    h2::selection {377        background-color: #da2573;378    }379380    h3::selection,h4::selection,h5::selection,h6::selection,li::selection,ol::selection {381        background-color: #da2573;382    }383384    code::selection {385        background-color: #6f6f6f;386        color: #fffdeb;387    }388389    code span::selection {390        background-color: #fffdeb;391        color: #fff4e6;392    }393394    a::selection {395        background-color: #f7ff85;396    }397398    .inverted a::selection {399        background-color: #f7ff85;400    }401402    td::selection,th::selection,caption::selection {403        background-color: #da2573;404    }405}406407.gist {408    font-family: proxima-nova-condensed, sans-serif;409    font-weight: 400;410    font-size: 18px;411}412413.gist .gist-meta {414    font-family: proxima-nova-extra-condensed, sans-serif;415    font-weight: 600;416    color: #1c0021;417}418419.gist, .gist article, .gist article p {420    font-family: proxima-nova-condensed, sans-serif;421    font-weight: 400;422}423424425.gist .gist-file .gist-data {426    background: #FFFdeb;;427    border: 1px solid #da2573;428    border-radius: 1px;429    font-size: 0.85em;430    color: #1c0021;431    font-family: proxima-nova-condensed, sans-serif;432    font-weight: 400;433}434435.gist, .gist article, .gist article p {436    white-space: normal;437}
New paste