-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css.map
1 lines (1 loc) · 13.7 KB
/
styles.css.map
1
{"version":3,"sourceRoot":"","sources":["_sass/_variables.scss","_sass/_base.scss","_sass/_type.scss","_sass/_syntax.scss","_sass/_code.scss","_sass/_layout.scss","_sass/_masthead.scss","_sass/_posts.scss","_sass/_pagination.scss","_sass/_message.scss"],"names":[],"mappings":"AAgBQ,8FCZR,EACE,8BACG,2BACK,sBAGV,UAEE,SACA,UAGF,KACE,YDCiB,+DACF,iBACE,KCCjB,wBALF,KAMI,UDOc,MCHlB,KACE,MDLW,eCMX,iBDLQ,KCMR,8BACI,0BAIN,EACE,MDXW,QCYX,qBAGA,gBAEE,0BAGF,SACE,cAIJ,IACE,cACA,eACA,gBACA,kBAGF,MACE,mBACA,WACA,cACA,yBACA,yBAGF,MAEE,qBACA,yBAGF,GACE,gBAGF,sDAEE,yBAGF,YACI,mBC5EJ,kBACE,oBACA,gBACA,cACA,WAGF,GACE,iBAGF,GACE,kBACA,mBACA,eAGF,GACE,gBACA,eACA,kBACA,sBACA,gBAGF,SACE,kBACA,eAGF,EACE,aACA,mBAGF,OACE,cAGF,SACE,aACA,mBAGF,GACE,iBAGF,GACE,oBAGF,GACE,kBACA,cACA,SACA,WACA,WACA,sBAGF,KACE,cACA,iBACA,WACA,yBAEA,YACE,YACA,iCAIJ,WACE,mBACA,eACA,WACA,iCAEA,wBACE,gBAGF,wBAVF,WAWI,mBACA,sBAUJ,mCAGE,qBACA,iBACA,mBAIF,WACE,gBACA,cAOF,MACE,kBACA,gBCvHF,sCACA,yBACA,iDACA,yBACA,yBACA,4CACA,0BACA,0BACA,0BACA,2DACA,iCACA,yBACA,0BACA,2DACA,0BACA,0BAEA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,yBACA,4BACA,6BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,6BACA,0BACA,0BACA,yBACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,4CACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BACA,0BAEA,iCAEiB,WC3DjB,SAEE,YJwBiB,qCIrBnB,KACE,gBACA,eACA,MJmBW,QIlBX,yBACA,kBAGF,IACE,aACA,mBAGF,SACE,UACA,eACA,cACA,+BAIF,WACE,aACA,mBACA,eACA,gBACA,yBACA,qBAEA,eACE,gBACA,gBAGF,mBACE,qBACA,oBACA,mBACA,WAEA,yBACG,sBACK,iBChDZ,WACE,gBACA,oBACA,qBACA,iBACA,kBAGF,OACE,mBCTF,UACE,iBACA,oBACA,oBAGF,gBACE,aACA,gBACA,WAEA,kBACE,cAGF,sBACE,eACA,gBACA,WCjBJ,YAEE,kBAEA,wBACE,kBAKJ,sCAGE,eACA,WAEF,wBAEE,aAIF,WACE,mBACA,WAKF,SACE,iBACA,oBACA,mBACA,0BACA,6BAGF,eACE,eACA,gBAEA,kBACE,aAIA,wBACE,cACA,WAGF,0BACE,cACA,qBAEA,gCACE,cCxDR,YACE,gBACA,sBACA,WACA,kBAIF,iBACE,cACA,aACA,kBACA,mBAEA,6BACE,mBAKJ,wBACE,yBAGF,wBACE,YACE,cAGF,iBACE,WACA,UACA,iBAEA,6BACE,gBACA,2BACA,8BAEF,4BACE,iBACA,4BACA,gCC1CN,SACE,mBACA,aACA,cACA","sourcesContent":["$gray-1: #f9f9f9;\n$gray-2: #ccc;\n$gray-3: #767676;\n$gray-4: #515151;\n$gray-5: #313131;\n$black: #000000;\n\n$red: #ac4142;\n$orange: #d28445;\n$yellow: #f4bf75;\n$green: #90a959;\n$cyan: #75b5aa;\n$blue: #268bd2;\n// $blue: #6a9fb5;\n$brown: #8f5536;\n\n@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic,500italic);\n\n$root-font-family: 'Roboto', \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n$root-font-size: 15px;\n$root-line-height: 30px;\n\n$body-color: rgba(0,0,0,.9);\n$body-bg: #fff;\n$link-color: #d42424;\n\n$border-color: #e5e5e5;\n\n$large-breakpoint: 38em;\n$large-font-size: 16px;\n\n$code-font-family: Menlo, Monaco, \"Courier New\", monospace;\n$code-color: #242729;\n","// Body resets\n//\n// Update the foundational and global aspects of the page.\n\n* {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n\nhtml,\nbody {\n margin: 0;\n padding: 0;\n}\n\nhtml {\n font-family: $root-font-family;\n font-size: $root-font-size;\n line-height: $root-line-height;\n\n @media (min-width: $large-breakpoint) {\n font-size: $large-font-size;\n }\n}\n\nbody {\n color: $body-color;\n background-color: $body-bg;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n}\n\n// No `:visited` state is required by default (browsers will use `a`)\na {\n color: $link-color;\n text-decoration: none;\n\n // `:focus` is linked to `:hover` for basic accessibility\n &:hover,\n &:focus {\n text-decoration: underline;\n }\n\n strong {\n color: inherit;\n }\n}\n\nimg {\n display: block;\n max-width: 100%;\n margin: 0 0 1rem;\n border-radius: 5px;\n}\n\ntable {\n margin-bottom: 1rem;\n width: 100%;\n font-size: 85%;\n border: 1px solid #e5e5e5;\n border-collapse: collapse;\n}\n\ntd,\nth {\n padding: .25rem .5rem;\n border: 1px solid #e5e5e5;\n}\n\nth {\n text-align: left;\n}\n\ntbody tr:nth-child(odd) td,\ntbody tr:nth-child(odd) th {\n background-color: #f9f9f9;\n}\n\n::selection {\n background: #ffb7b7; /* WebKit/Blink Browsers */\n}\n","// Typography\n//\n// Headings, body text, lists, and other misc typographic elements.\n\nh1, h2, h3, h4, h5, h6 {\n margin-bottom: .5rem;\n font-weight: 700;\n line-height: 1;\n color: rgba(0,0,0,1);\n}\n\nh1 {\n font-size: 1.5rem;\n}\n\nh2 {\n margin-top: 3.5rem;\n margin-bottom: 1rem;\n font-size: 1rem;\n}\n\nh3 {\n margin-top: 2rem;\n font-size: 1rem;\n font-style: italic;\n color: rgba(0,0,0,.75);\n font-weight:500;\n}\n\nh4, h5, h6 {\n margin-top: 1.5rem;\n font-size: 1rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nstrong {\n color: #303030;\n}\n\nul, ol, dl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\ndt {\n font-weight: bold;\n}\n\ndd {\n margin-bottom: .5rem;\n}\n\nhr {\n position: relative;\n margin: 1rem 0;\n border: 0;\n height: 2px;\n width: 3rem;\n background-color: rgba(0, 0, 0, 1);\n}\n\nabbr {\n font-size: 85%;\n font-weight: bold;\n color: #555;\n text-transform: uppercase;\n\n &[title] {\n cursor: help;\n border-bottom: 1px dotted #e5e5e5;\n }\n}\n\nblockquote {\n padding: .5rem 1rem;\n margin: .8rem 0;\n color: #000000;\n border-left: .25rem solid #e5e5e5;\n\n p:last-child {\n margin-bottom: 0;\n }\n\n @media (min-width: 30em) {\n padding-right: 5rem;\n padding-left: 1.25rem;\n }\n}\n\n\n// Markdown footnotes\n//\n// See the example content post for an example.\n\n// Footnote number within body text\na[href^=\"#fn:\"],\n// Back to footnote link\na[href^=\"#fnref:\"] {\n display: inline-block;\n margin-left: 0rem;\n font-weight: normal;\n}\n\n// List of footnotes\n.footnotes {\n margin-top: 1rem;\n font-size: 85%;\n}\n\n// Custom type\n//\n// Extend paragraphs with `.lead` for larger introductory text.\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n\n",".highlight .hll { background-color: #ffc; }\n.highlight .c { color: #999; } /* Comment */\n.highlight .err { color: #a00; background-color: #faa } /* Error */\n.highlight .k { color: #069; } /* Keyword */\n.highlight .o { color: #555 } /* Operator */\n.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */\n.highlight .cp { color: #099 } /* Comment.Preproc */\n.highlight .c1 { color: #999; } /* Comment.Single */\n.highlight .cs { color: #999; } /* Comment.Special */\n.highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */\n.highlight .ge { font-style: italic } /* Generic.Emph */\n.highlight .gr { color: #f00 } /* Generic.Error */\n.highlight .gh { color: #030; } /* Generic.Heading */\n.highlight .gi { background-color: #cfc; border: 1px solid #0c0 } /* Generic.Inserted */\n.highlight .go { color: #aaa } /* Generic.Output */\n.highlight .gp { color: #009; } /* Generic.Prompt */\n.highlight .gs { } /* Generic.Strong */\n.highlight .gu { color: #030; } /* Generic.Subheading */\n.highlight .gt { color: #9c6 } /* Generic.Traceback */\n.highlight .kc { color: #069; } /* Keyword.Constant */\n.highlight .kd { color: #069; } /* Keyword.Declaration */\n.highlight .kn { color: #069; } /* Keyword.Namespace */\n.highlight .kp { color: #069 } /* Keyword.Pseudo */\n.highlight .kr { color: #069; } /* Keyword.Reserved */\n.highlight .kt { color: #078; } /* Keyword.Type */\n.highlight .m { color: #f60 } /* Literal.Number */\n.highlight .s { color: #d44950 } /* Literal.String */\n.highlight .na { color: #4f9fcf } /* Name.Attribute */\n.highlight .nb { color: #366 } /* Name.Builtin */\n.highlight .nc { color: #0a8; } /* Name.Class */\n.highlight .no { color: #360 } /* Name.Constant */\n.highlight .nd { color: #99f } /* Name.Decorator */\n.highlight .ni { color: #999; } /* Name.Entity */\n.highlight .ne { color: #c00; } /* Name.Exception */\n.highlight .nf { color: #c0f } /* Name.Function */\n.highlight .nl { color: #99f } /* Name.Label */\n.highlight .nn { color: #0cf; } /* Name.Namespace */\n.highlight .nt { color: #2f6f9f; } /* Name.Tag */\n.highlight .nv { color: #033 } /* Name.Variable */\n.highlight .ow { color: #000; } /* Operator.Word */\n.highlight .w { color: #bbb } /* Text.Whitespace */\n.highlight .mf { color: #f60 } /* Literal.Number.Float */\n.highlight .mh { color: #f60 } /* Literal.Number.Hex */\n.highlight .mi { color: #f60 } /* Literal.Number.Integer */\n.highlight .mo { color: #f60 } /* Literal.Number.Oct */\n.highlight .sb { color: #c30 } /* Literal.String.Backtick */\n.highlight .sc { color: #c30 } /* Literal.String.Char */\n.highlight .sd { color: #c30; font-style: italic } /* Literal.String.Doc */\n.highlight .s2 { color: #c30 } /* Literal.String.Double */\n.highlight .se { color: #c30; } /* Literal.String.Escape */\n.highlight .sh { color: #c30 } /* Literal.String.Heredoc */\n.highlight .si { color: #a00 } /* Literal.String.Interpol */\n.highlight .sx { color: #c30 } /* Literal.String.Other */\n.highlight .sr { color: #3aa } /* Literal.String.Regex */\n.highlight .s1 { color: #c30 } /* Literal.String.Single */\n.highlight .ss { color: #fc3 } /* Literal.String.Symbol */\n.highlight .bp { color: #366 } /* Name.Builtin.Pseudo */\n.highlight .vc { color: #033 } /* Name.Variable.Class */\n.highlight .vg { color: #033 } /* Name.Variable.Global */\n.highlight .vi { color: #033 } /* Name.Variable.Instance */\n.highlight .il { color: #f60 } /* Literal.Number.Integer.Long */\n\n.css .o,\n.css .o + .nt,\n.css .nt + .nt { color: #999; }\n","// Code\n//\n// Inline and block-level code snippets. Includes tweaks to syntax highlighted\n// snippets from Pygments/Rouge and Gist embeds.\n\ncode,\npre {\n font-family: $code-font-family;\n}\n\ncode {\n padding: 0em 0em;\n font-size: 100%;\n color: $code-color;\n background-color: \t#f0f0f0;\n border-radius: 3px;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\npre code {\n padding: 0;\n font-size: 100%;\n color: inherit;\n background-color: transparent;\n}\n\n// Pygments via Jekyll\n.highlight {\n padding: 1rem;\n margin-bottom: 1rem;\n font-size: 1rem;\n line-height: 1.4;\n background-color: #f9f9f9;\n border-radius: .25rem;\n\n pre {\n margin-bottom: 0;\n overflow-x: auto;\n }\n\n .lineno {\n display: inline-block; // Ensures the null space also isn't selectable\n padding-right: .1rem;\n padding-left: .1rem;\n color: #999;\n // Make sure numbers aren't selectable\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n }\n}\n\n\n// Gist via GitHub Pages\n// .gist .gist-file {\n// font-family: Menlo, Monaco, \"Courier New\", monospace !important;\n// }\n// .gist .markdown-body {\n// padding: 15px;\n// }\n// .gist pre {\n// padding: 0;\n// background-color: transparent;\n// }\n// .gist .gist-file .gist-data {\n// font-size: .8rem !important;\n// line-height: 1.4;\n// }\n// .gist code {\n// padding: 0;\n// color: inherit;\n// background-color: transparent;\n// border-radius: 0;\n// }\n","// Layout\n//\n// Styles for managing the structural hierarchy of the site.\n\n.container {\n max-width: 40rem;\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n margin-left: auto;\n margin-right: auto;\n}\n\nfooter {\n margin-bottom: 2rem;\n}\n","// Masthead\n//\n// Super small header above the content for site name and short description.\n\n.masthead {\n padding-top: 1rem;\n padding-bottom: 0rem;\n margin-bottom: .5rem;\n}\n\n.masthead-title {\n margin-top: 0;\n margin-bottom: 0;\n color: #000000;\n\n a {\n color: inherit;\n }\n\n small {\n font-size: 125%;\n font-weight: 400;\n opacity: .5;\n }\n}\n","// Posts and pages\n//\n// Each post is wrapped in `.post` and is used on default and post layouts. Each\n// page is wrapped in `.page` and is only used on the page layout.\n\n.page,\n.post {\n margin-bottom: 4em;\n\n li + li {\n margin-top: .25rem;\n }\n}\n\n// Blog post or page title\n.page-title,\n.post-title,\n.post-title a {\n font-size: 15px;\n color: #000000;\n}\n.page-title,\n.post-title {\n margin-top: 0;\n}\n\n// Meta data line below post title\n.post-date {\n margin-bottom: 1rem;\n color: #000000;\n}\n\n\n// Related posts\n.related {\n padding-top: 2rem;\n padding-bottom: 2rem;\n margin-bottom: 2rem;\n border-top: 1px solid #eee;\n border-bottom: 1px solid #eee;\n}\n\n.related-posts {\n padding-left: 0;\n list-style: none;\n\n h3 {\n margin-top: 0;\n }\n\n li {\n small {\n font-size: 75%;\n color: #999;\n }\n\n a:hover {\n color: #268bd2;\n text-decoration: none;\n\n small {\n color: inherit;\n }\n }\n }\n}\n","// Pagination\n//\n// Super lightweight (HTML-wise) blog pagination. `span`s are provide for when\n// there are no more previous or next posts to show.\n\n.pagination {\n overflow: hidden; // clearfix\n margin: 0 -1.5rem 1rem;\n color: #ccc;\n text-align: center;\n}\n\n// Pagination items can be `span`s or `a`s\n.pagination-item {\n display: block;\n padding: 1rem;\n border: solid #eee;\n border-width: 1px 0;\n\n &:first-child {\n margin-bottom: -1px;\n }\n}\n\n// Only provide a hover state for linked pagination items\na.pagination-item:hover {\n background-color: #f5f5f5;\n}\n\n@media (min-width: 30em) {\n .pagination {\n margin: 3rem 0;\n }\n\n .pagination-item {\n float: left;\n width: 50%;\n border-width: 1px;\n\n &:first-child {\n margin-bottom: 0;\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n }\n &:last-child {\n margin-left: -1px;\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n }\n }\n}\n","// Messages\n//\n// Show alert messages to users. You may add it to single elements like a `<p>`,\n// or to a parent if there are multiple elements to show.\n\n.message {\n margin-bottom: 1rem;\n padding: 1rem;\n color: #717171;\n background-color: #f9f9f9;\n}\n"],"file":"styles.css"}