{"version":3,"sourceRoot":"","sources":["../_sass/_base.scss","../_sass/_variables.scss","../_sass/_layout.scss","../_sass/_index.scss","../_sass/_navbar.scss","../_sass/_print.scss","../_sass/_search.scss","../_sass/_syntax.scss","main.scss"],"names":[],"mappings":"AAMA,EACC,SACA,UAOD,KACC,YChBkB,2BDiBlB,UChBkB,KDiBlB,MCZkB,ODalB,iBCXkB,KDcnB,GACC,qCACA,gCACA,mBAGD,GACC,qCACA,mBAGD,YACC,qBAGD,iBACC,aACA,MC9BkB,QD+BlB,qBAGD,yBACC,MCjCkB,KDkClB,iBCpCkB,QDqCf,yBACA,sBACA,iBAGJ,WACC,kBACA,6BAGD,mBACI,iBClDe,KDmDlB,sBACA,kBACA,UC1DkB,KD2DlB,gBACG,mBAGJ,WACI,2BAWJ,OACC,kBAOD,QACC,YCnFkB,IDsFnB,mDAIC,mBACA,mBACA,kBACA,gBACA,qBACA,iBACA,aAGD,YACC,cACA,iBACA,kBACA,mBACA,WCvGkB,iBD0GnB,YACC,WACA,YACA,kBAID,GACC,kBAGD,GACC,mBACA,yBACA,uBAGD,WACC,4BACA,UC/HkB,KDgIlB,iBAGD,aACC,6BAKD,eACC,kBACA,gBAGD,WACC,qCACA,yBACA,kBAOD,kCACC,gCAGC,UC5JiB,KD+JlB,QACC,qCACA,gCAGD,YACI,gBErKL,SACC,kBACA,YACA,SACA,mBAOD,IACC,cACA,gBACA,UACA,mBACA,kBAGD,OACC,qBAGD,OACC,kBAOD,kCAYC,OACC,qBAGD,OACC,kBAGD,SACC,gBACA,WACA,cACA,UACA,eCpDF,mBACC,mBACA,gBACA,2BAGD,qBACC,kBACE,yBACQ,iBACR,gBACQ,QAGX,OACC,mBAGD,sBACC,qBACA,aAGD,wBACC,sBACE,cACF,gBACE,QC3BH,KACI,qCACA,yBACA,gBACA,qBACA,YHRe,IGWnB,YACI,eACA,gBACA,mBCfJ,MACI,UACA,WAGJ,aACI,KACI,cACA,iBACA,gBACA,WACA,WAGJ,cACG,6BAGH,YACI,oBAGJ,UACG,kBAGH,YACI,cCvBR,sCAEC,mBACA,oBACA,eACA,iBLJkB,KKKlB,sBACA,kBACA,MLRkB,OKSlB,gBAGD,mBACC,WCfD,gCNGmB,KMFnB,iCNEmB,KMDnB,2CACA,uDACA,4BACA,6CACA,4BACA,4BACA,4BACA,4BACA,4BACA,4CACA,8CACA,4CACA,uEACA,6BACA,+CACA,6BACA,2CACA,6BACA,0BACA,0BACA,8CACA,oDACA,6BACA,8CACA,8CACA,8CACA,6BACA,8CACA,8CACA,6BACA,4BACA,4BACA,0BACA,6BACA,uDACA,6BACA,4BACA,6BACA,0BACA,6BACA,6BACA,uDACA,6BACA,6BACA,8CACA,6BACA,8CACA,yBACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,4BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BACA,6BC1DA,WACI,6BACA","sourcesContent":["@use \"variables\";\n\n/**\n * Basic reset\n */\n\n* {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n/**\n * Basic styling\n */\n\nbody {\n\tfont-family: variables.$base-font-family;\n\tfont-size: variables.$base-font-size;\n\tcolor: variables.$text-color;\n\tbackground-color: variables.$background-color;\n}\n\nh1 {\n\tfont: 36px variables.$base-font-family;\n\ttext-decoration: none !important;\n\tmargin-bottom: 10px;\n}\n\nh2 {\n\tfont: 26px variables.$base-font-family;\n\tmargin-bottom: 15px;\n}\n\n.postheader {\n\tpadding: 35px 0px 0 0;\n}\n\na:link, a:visited {\n\toutline: none;\n\tcolor: variables.$brand-color;\n\ttext-decoration: none;\n}\n\na:hover, a:active, a:focus {\n\tcolor: variables.$hover-color;\n\tbackground-color: variables.$brand-color;\n    -webkit-transition: 500ms;\n    -moz-transition: 500ms;\n    transition: 500ms;\n}\n\nblockquote {\n\tpadding-left: 15px;\n\tborder-left: 2px solid variables.$text-color;\n}\n\n.highlighter-rouge {\n    background-color: variables.$code-bg-color;\n\tborder:1px solid black;\n\tborder-radius: 3px;\n\tfont-size: variables.$small-font-size;\n\tpadding:2px 4px;\n    margin-bottom: 25px;\n}\n\n.highlight {\n    margin-bottom: 0 !important;\n}\n\n/*pre {\n\tbackground-color: variables.$code-bg-color;\n\tborder:1px solid black;\n\tborder-radius: 3px;\n\tfont-size: variables.$small-font-size;\n\tpadding:2px 4px;\n}*/\n\nfooter {\n\ttext-align: center;\n}\n\n/**\n * Content\n */\n\nsection {\n\tline-height: variables.$base-line-height;\n}\n\nsection p,\nsection ul,\nsection ol,\nsection .highlight {\n\tmargin-bottom: 25px;\n\ttext-align: justify;\n\t-moz-hyphens: auto;\n\t-o-hyphens: auto;\n\t-webkit-hyphens: auto;\n\t-ms-hyphens: auto;\n\thyphens: auto;\n}\n\nsection img {\n\tdisplay: block;\n\tmargin-left: auto;\n\tmargin-right: auto;\n\tborder-radius: 10px;\n\tbox-shadow: variables.$shadow;\n}\n\n#post-image {\n\twidth: 100%;\n\theight: auto;\n\taspect-ratio: 21/9;\n\n}\n\nol {\n\tpadding-left: 30px;\n}\n\nhr {\n\tmargin-bottom: 25px;\n\tborder: 1px dashed variables.$text-color;\t\n\tborder-width: 1px 0 0 0;\n}\n\n.footnotes {\n\tborder-top: 1px solid variables.$text-color;\n\tfont-size: variables.$small-font-size;\n\tpadding-top: 10px;\n}\n\n.footnotes p {\n\tmargin-bottom: 0px !important;\n}\n\n/* Fixed lists in post pages */\n\n.singlepost ul {\n\tpadding-left: 20px;\n\tlist-style: disc;\n}\n\n.post-date {\n\tfont: 12px variables.$base-font-family;\n\ttext-transform: uppercase;\n\tposition: relative;\n}\n\n/**\n * Media queries\n */\n\n@media all and (max-width: 840px) {\n\tsection p,\n\tsection ul,\n\tsection ol {\n\t\tfont-size: variables.$small-font-size;\n\t}\n\n\th1, h1 a {\n\t\tfont: 28px variables.$base-font-family;\n\t\ttext-decoration: none !important;\n\t}\n\t\n\tsection img {\n\t    max-width: 100%;\n    }\n}\n","$base-font-family: 'LiberationMono', monospace;\n$base-font-size:   16px;\n$small-font-size:  $base-font-size * 0.875;\n$base-line-height: 1.3;\n$shadow:           2px 2px 4px black;\n\n$text-color:       silver;\n$code-bg-color:    #222;\n$background-color: #333;\n$brand-color:      #389dc1;  //Was #00dffc before\n\n$hover-color:      #333;\n\n$grey-color:       #00dffc;\n\n// Width of the content area\n$content-width:    1024px;\n$on-palm:          600px;\n$on-laptop:        800px;","@use \"variables\";\n\n#wrapper {\n\tposition: absolute;\n\twidth: 800px;\n\tleft: 50%;\n\tmargin-left: -400px;\n}\n\n/**\n * Navbar\n */\n\nnav {\n\tmargin-left: 0;\n\tposition: static;\n\twidth: 90%;\n\tpadding: 5% 5% 0 5%;\n\ttext-align:center;\n}\n\nnav li {\n\tdisplay: inline-block;\n}\n\nnav ul {\n\ttext-align: center;\n}\n\n/**\n * Media queries\n */\n\n@media all and (max-width: 840px) {\n\n\t/*\n\tnav {\n\t\tmargin-left: 0;\n\t\tposition: static;\n\t\twidth: 90%;\n\t\tpadding: 5% 5% 0 5%;\n\t\ttext-align:center;\n\t}\n\t*/\n\n\tnav li {\n\t\tdisplay: inline-block;\n\t}\n\n\tnav ul {\n\t\ttext-align: center;\n\t}\n\n\t#wrapper {\n\t\tposition: static;\n\t\tpadding: 5%;\n\t\tpadding-top: 0;\n\t\twidth: 90%;\n\t\tmargin-left: 0;\n\t}\n}\n","@use \"variables\";\n\n/**\n * Layout correction for index page\n */\n\n.postlist-overview {\n\tpadding: 35px 0 0 0;\n\tlist-style: none;\n\ttext-align: left !important;\n}\n\n.postlist-overview a {\n\tmargin: 0 0 0 10px;\n   -webkit-flex: 3 1 inherit;\n           flex: 3 1 inherit;\n   -webkit-order: 2;\n           order: 2;\n}\n\nfooter {\n\tmargin-bottom: 35px;\n}\n\n.postlist-overview li {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.postlist-overview span {\n\t-webkit-flex: 0 0 auto;\n\t\t\tflex: 0 0 auto;\n\t-webkit-order: 1;\n\t\t\torder: 1;\n}\n","@use \"variables\";\n\n/**\n * Navbar\n */\n\n#nav {\n    font: 18px variables.$base-font-family;\n    text-transform: uppercase;\n    list-style: none;\n    display: inline-block;\n    line-height: variables.$base-line-height;\n}\n\n#site-title {\n    font-size: 13px;\n    line-height: 1.8;\n    margin-bottom: 40px;\n}\n","@use \"variables\";\n\n@page { \n    size: auto;\n    margin: 1cm;\n}\n\n@media print {\n    body {\n        font-size: 1em;\n        text-shadow: none;\n        background: none;\n        color: black;\n        margin: 0px;\n    }\n    \n    a[href]:after {\n  \t    content: \" [\" attr(href) \"] \";\n    }\n\n    #site-title {\n        margin-bottom: 1.5em;\n    }\n\n    section p {\n      \tmargin-bottom: 1em;\n    }\n\n    #nav, footer {\n        display: none;\n    }\n}\n","@use \"variables\";\n\n/**\n * Search\n */\n\ninput[type=search],\ninput[type=submit] {\n\tmargin: 0px 0px 5px;\n\tfont-family: inherit;\n\tfont-size: 100%;\n\tbackground-color: variables.$code-bg-color;\n\tborder: 1px solid black;\n\tborder-radius: 3px;\n\tcolor: variables.$text-color;\n\tpadding: 2px 4px;\n}\n\ninput[type=search] {\n\twidth: auto;\n}\n","@use \"variables\";\n\n/* Slightly modifies native.css from https://jwarby.github.io/jekyll-pygments-themes/languages/ruby.html */\n\n.highlight pre { background-color: variables.$code-bg-color }\n.highlight .hll { background-color: variables.$code-bg-color }\n.highlight .c { color: #999999; font-style: italic } /* Comment */\n.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */\n.highlight .g { color: #d0d0d0 } /* Generic */\n.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */\n.highlight .l { color: #d0d0d0 } /* Literal */\n.highlight .n { color: #d0d0d0 } /* Name */\n.highlight .o { color: #d0d0d0 } /* Operator */\n.highlight .x { color: #d0d0d0 } /* Other */\n.highlight .p { color: #d0d0d0 } /* Punctuation */\n.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */\n.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */\n.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */\n.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */\n.highlight .gd { color: #d22323 } /* Generic.Deleted */\n.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */\n.highlight .gr { color: #d22323 } /* Generic.Error */\n.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */\n.highlight .gi { color: #589819 } /* Generic.Inserted */\n.highlight .go { color: #cccccc } /* Generic.Output */\n.highlight .gp { color: #aaaaaa } /* Generic.Prompt */\n.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */\n.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */\n.highlight .gt { color: #d22323 } /* Generic.Traceback */\n.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */\n.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */\n.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */\n.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */\n.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */\n.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */\n.highlight .ld { color: #d0d0d0 } /* Literal.Date */\n.highlight .m { color: #3677a9 } /* Literal.Number */\n.highlight .s { color: #ed9d13 } /* Literal.String */\n.highlight .na { color: #bbbbbb } /* Name.Attribute */\n.highlight .nb { color: #24909d } /* Name.Builtin */\n.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */\n.highlight .no { color: #40ffff } /* Name.Constant */\n.highlight .nd { color: #ffa500 } /* Name.Decorator */\n.highlight .ni { color: #d0d0d0 } /* Name.Entity */\n.highlight .ne { color: #bbbbbb } /* Name.Exception */\n.highlight .nf { color: #447fcf } /* Name.Function */\n.highlight .nl { color: #d0d0d0 } /* Name.Label */\n.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */\n.highlight .nx { color: #d0d0d0 } /* Name.Other */\n.highlight .py { color: #d0d0d0 } /* Name.Property */\n.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */\n.highlight .nv { color: #40ffff } /* Name.Variable */\n.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */\n.highlight .w { color: #666666 } /* Text.Whitespace */\n.highlight .mf { color: #3677a9 } /* Literal.Number.Float */\n.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */\n.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */\n.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */\n.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */\n.highlight .sc { color: #ed9d13 } /* Literal.String.Char */\n.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */\n.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */\n.highlight .se { color: #ed9d13 } /* Literal.String.Escape */\n.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */\n.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */\n.highlight .sx { color: #ffa500 } /* Literal.String.Other */\n.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */\n.highlight .s1 { color: #ed9d13 } /* Literal.String.Single */\n.highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */\n.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */\n.highlight .vc { color: #40ffff } /* Name.Variable.Class */\n.highlight .vg { color: #40ffff } /* Name.Variable.Global */\n.highlight .vi { color: #40ffff } /* Name.Variable.Instance */\n.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */\n","@charset \"utf-8\";\n\n// Import Sass modules for color functions\n\n@use \"sass:color\";\n@use \"variables\";\n@use \"base\";\n@use \"layout\";\n@use \"index\";\n@use \"navbar\";\n@use \"print\";\n@use \"search\";\n@use \"syntax\";\n\n// embedded Font\n@font-face {\n    font-family: 'LiberationMono';\n    src: local('Liberation Mono'),\n         local('LiberationMono-Regular'),\n         url('/assets/LiberationMono-Regular-webfont.woff2') format('woff2'),\n         url('/assets/LiberationMono-Regular-webfont.woff') format('woff');\n}\n\n\n@mixin media-query($device) {\n    @media screen and (max-width: $device) {\n        @content;\n    }\n}"],"file":"main.css"}