body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } html { height: 100%; } body { font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; background-color: white; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; flex-direction: column; height: 100%; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; } img { max-width: 100%; vertical-align: middle; } figure > img { display: block; } figcaption { font-size: 14px; } ul, ol { margin-left: 30px; } li > ul, li > ol { margin-bottom: 0; } h1, h2, h3, h4, h5, h6 { font-weight: 400; } a { color: rebeccapurple; text-decoration: none; } a:visited { color: #4d2673; } a:hover { text-decoration: underline; } .social-media-list a:hover { text-decoration: none; } .social-media-list a:hover .username { text-decoration: underline; } blockquote { color: #64637D; border-left: 4px solid white; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; } blockquote > :last-child { margin-bottom: 0; } pre, code { font-size: 15px; border: 1px solid white; border-radius: 8px; } pre { padding: 8px 12px; overflow-x: auto; } pre > code { border: 0; padding-right: 0; padding-left: 0; } .tex > img { vertical-align: text-top; margin-top: -1px; } .tex-block { text-align: center; } .wrapper { max-width: -webkit-calc(840px - (30px * 2)); max-width: calc(840px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; } @media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(840px - (30px)); max-width: calc(840px - (30px)); padding-right: 15px; padding-left: 15px; } } .wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; } .icon > svg { display: inline-block; vertical-align: middle; } .icon > svg path { fill: #fff; } .icon--telegram { width: 16px; } .icon-nofill > svg { display: inline-block; vertical-align: middle; } .social-media-list .icon, .social-media-list .icon-nofill { padding-right: 5px; } .social-media-list li + li { padding-top: 5px; } .last-modified-date { font-size: smaller; text-align: right; } .site-header { border-top: 0px solid #fff; border-bottom: 1px solid white; min-height: 50.01px; position: relative; color: #fff; background-color: #090909; } .site-title { font-size: 26px; font-weight: 300; line-height: 48px; letter-spacing: -1px; margin-bottom: 0; float: left; } .site-title, .site-title:visited { color: white; } .site-nav { float: right; line-height: 49px; } .site-nav .nav-trigger { display: none; } .site-nav .menu-icon { display: none; } .site-nav .page-link { color: #fff; line-height: 1.5; } .site-nav .page-link:not(:last-child) { margin-right: 20px; } @media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #090909; border: 1px solid white; border-radius: 5px; text-align: right; } .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; } .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; } .site-nav .menu-icon > svg path { fill: #4d4c61; } .site-nav input ~ .trigger { clear: both; display: none; } .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; } .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; } .site-nav .page-link:not(:last-child) { margin-right: 0; } } .post-category-subheading { text-align: right; font-size: small; float: right; } .post-category-entry { background-color: #fffdff; border-radius: 8px; padding: 0px 8px 0px 8px; } .post-reading-time { padding: 8px; } .source-signature { text-align: right; color: #64637D; padding-right: 16px; } .contact-me { font-size: small; text-align: right; } .i-ching { float: right; } .site-footer { border-top: 1px solid white; padding-top: 16px; color: #fff; background-color: #090909; width: 100%; flex-shrink: 0; } .footer-heading { font-size: 18px; margin-bottom: 15px; } .contact-list, .social-media-list { list-style: none; margin-left: 0; } .footer-left { text-align: left; width: 50%; } .footer-right { text-align: right; width: 50%; } .footer-col-wrapper { font-size: 15px; color: #64637D; margin-left: -15px; } .footer-col { float: left; margin-bottom: 15px; padding-left: 15px; } .footer-col a { color: #ffffff; } .footer-col-1 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); } .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); text-align: right; } .footer-col-3 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); } @media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: 50%; text-align: left; } } @media screen and (max-width: 600px) { .footer-col { float: none; width: 50%; } } .main-content { display: flex; } .page-content { padding: 30px 0; background-color: #fff; width: 100%; flex: 1 0 auto; } .page-heading { font-size: 20px; } .post-list { margin-left: 0; list-style: none; } .post-list > li { margin-bottom: 30px; } .post-meta { font-size: 14px; color: #64637D; } .post-link { display: block; font-size: 24px; } #archives { width: 100%; color: #64637D; background-color: #fff; } .reference-entry { list-style-type: decimal; overflow-wrap: break-word; } .post-header { margin-bottom: 30px; } .post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; display: inline-block; vertical-align: middle; } @media screen and (max-width: 800px) { .post-title { font-size: 36px; } } .post-content { margin-bottom: 30px; } .post-content h2 { font-size: 32px; } @media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } } .post-content h3 { font-size: 26px; } @media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } } .post-content h4 { font-size: 20px; } @media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } } .post-read-more { text-align: right; display: block; } .post-excerpt > p { font-size: medium; padding-top: 16px; } .post-navigation { font-size: 16px; display: block; width: auto; overflow: hidden; } .post-navigation a { display: block; width: 50%; float: left; margin: 1em 0; } .post-navigation .next { text-align: right; } .pagination { text-align: center; font-size: larger; } .pagination-navs { padding: 8px; font-size: x-large; } .pagination-navs-inactive { padding: 8px; font-size: x-large; color: #fff; } .post-edits { font-size: small; } .random-quote { color: #828282; border-left: 4px solid white; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; background-color: beige; padding: 8px; border-radius: 16px; word-break: break-word; white-space: pre-wrap; font-family: sans-serif; } .highlight { background: #fff; } .highlighter-rouge .highlight { background: #fffdff; } .highlight .hll { background-color: #EFEFEF; } .highlight .c { color: #929292; } .highlight .err { color: #929292; } .highlight .k { color: #B12290; } .highlight .l { color: #F5871F; } .highlight .n { color: #929292; } .highlight .o { color: #545454; } .highlight .p { color: #666666; } .highlight .cm { color: #929292; } .highlight .cp { color: #929292; } .highlight .c1 { color: #929292; } .highlight .cs { color: #929292; } .highlight .gd { color: #C82829; } .highlight .ge { font-style: italic; } .highlight .gh { color: #545454; font-weight: bold; } .highlight .gi { color: #718C00; } .highlight .gp { color: #718C00; font-weight: bold; } .highlight .gs { font-weight: bold; } .highlight .gu { color: #3E999F; font-weight: bold; } .highlight .kc { color: #8959A8; } .highlight .kd { color: #8959A8; color: rebeccapurple; } .highlight .kn { color: #3E999F; } .highlight .kp { color: #4271AE; } .highlight .kr { color: #8959A8; } .highlight .kt { color: #0AA7F0; } .highlight .ld { color: #718C00; } .highlight .m { color: #F5871F; } .highlight .s { color: #718C00; } .highlight .na { color: #4271AE; } .highlight .nb { color: #4271AE; } .highlight .nc { color: #EAB700; } .highlight .no { color: #EAB700; } .highlight .nd { color: #3E999F; } .highlight .ni { color: #545454; } .highlight .ne { color: #C82829; } .highlight .nf { color: #4271AE; } .highlight .nl { color: #545454; } .highlight .nn { color: #EAB700; } .highlight .nx { color: #2D57BD; } .highlight .py { color: #545454; } .highlight .nt { color: #3E999F; } .highlight .nv { color: #C82829; } .highlight .ow { color: #3E999F; } .highlight .w { color: #545454; } .highlight .mf { color: #F5871F; } .highlight .mh { color: #F5871F; } .highlight .mi { color: #F5871F; } .highlight .mo { color: #F5871F; } .highlight .sb { color: #718C00; } .highlight .sc { color: #545454; } .highlight .sd { color: #929292; } .highlight .s2 { color: #718C00; } .highlight .se { color: #F5871F; } .highlight .sh { color: #718C00; } .highlight .si { color: #F5871F; } .highlight .sx { color: #718C00; } .highlight .sr { color: #718C00; } .highlight .s1 { color: #718C00; } .highlight .ss { color: #718C00; } .highlight .bp { color: #545454; } .highlight .vc { color: #C82829; } .highlight .vg { color: #C82829; } .highlight .vi { color: #C82829; } .highlight .il { color: #F5871F; } .post > .highlight .lineno { color: #ccc; display: inline-block; padding: 0 5px; border-right: 1px solid #ccc; } .post > .highlight pre code { display: block; white-space: pre; overflow-x: auto; word-wrap: normal; }