maggioni.xyz/_site/css/main.css.map

18 lines
19 KiB
Plaintext
Raw Normal View History

2019-12-31 09:51:45 +00:00
{
"version": 3,
"file": "main.css",
"sources": [
"main.scss",
"_sass/_base.scss",
"_sass/_layout.scss",
"_sass/_syntax-highlighting.scss"
],
"sourcesContent": [
"@charset \"utf-8\";\n\n// Our variables\n$base-font-family: \"Hammersmith One\",\"Helvetica Neue\", Helvetica, Arial, sans-serif;\n$base-font-size: 18px;\n$base-font-weight: 200;\n$small-font-size: $base-font-size * 0.875;\n$base-line-height: 1.5;\n\n$spacing-unit: 30px;\n\n$text-color: #888;\n$background-color: #090909;\n$brand-color: #e82;\n\n$grey-color: #828282;\n$grey-color-light: lighten($grey-color, 40%);\n$grey-color-dark: darken($grey-color, 25%);\n\n// Width of the content area\n$content-width: 800px;\n\n$on-palm: 600px;\n$on-laptop: 800px;\n\n$slideshow-height: 70vh;\n\n// Use media queries like this:\n// @include media-query($on-palm) {\n// .wrapper {\n// padding-right: $spacing-unit / 2;\n// padding-left: $spacing-unit / 2;\n// }\n// }\n@mixin media-query($device) {\n @media screen and (max-width: $device) {\n @content;\n }\n}\n\n// Import partials from `sass_dir` (defaults to `_sass`)\n@import\n \"base\",\n \"layout\",\n \"syntax-highlighting\"\n;\n",
"/* Reset some basic elements */\nbody, h1, h2, h3, h4, h5, h6,\np, blockquote, pre, hr,\ndl, dd, ol, ul, figure {\n margin: 0;\n padding: 0;\n}\n\n/* Basic styling */\nbody {\n font-weight: $base-font-weight;\n font-size: $base-font-size;\n line-height: $base-line-height;\n font-family: $base-font-family;\n color: $text-color;\n background-color: $background-color;\n}\n\n/* Images */\nimg {\n max-width: 100%;\n vertical-align: middle;\n}\n\n/* Lists */\nul, ol {\n margin-left: $spacing-unit;\n}\n\n/* Disable margin for lists */\nli > ul, li > ol {\n margin-bottom: 0;\n}\n\n/* Headings */\nh1, h2, h3, h4, h5, h6 {\n font-weight: $base-font-weight;\n}\n\n/* Links */\na {\n color: $brand-color;\n text-decoration: none;\n\n &:visited {\n color: darken($brand-color, 15%);\n }\n\n &:hover {\n color: $text-color;\n text-decoration: underline;\n }\n}\n\n/**\n * Blockquotes\n */\nblockquote {\n color: $grey-color;\n border-left: 4px solid $grey-color-light;\n font-size: 18px;\n letter-spacing: -1px;\n font-style: italic;\n margin: 1rem 0;\n padding: 1em;\n \n > :last-child {\n margin-bottom: 0;\n }\n}\n\n/* do not put padding around the table with line numbers and the code */\ncode table {\n margin: -8px -12px;\n}\n\npre table.rouge-table td {\n padding: 0;\n}\n\npre {\n padding: 8px 12px;\n overflow-x: auto;\n\n > code {\n border: 0;\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n/* pull a nice monospace font from the internets, plus set font and\n * background */\npre, code {\n font-size: 0.95rem;\n background: rgb(66,66,66);\n font-family: \"Source Code Pro\", monospace;\n}\n\n/* Disable borders between line numbers and code when \n * line numbers are shown */\ncode .rouge-table, code .rouge-table td {\n border: 0;\n border-radius: 0;\n}\n\ncode .rouge-table {\n border-spacing: 0;\n border-collapse: collapse;\n}\n\n/**\n * Basic layout rules\n */\n\n/* Padding for the main content in the page */\n.container {\n padding: 0 4em;\n max-width: 1000px;\n margin: auto;\n}\n\n/* Header sizes */\nh1 { font-size: 3rem; margin-bottom: 1rem; }\nh2 { font-size: 2.75rem; }\nh3 { font-size: 2.4rem; }\nh4 { font-size: 1.8rem; }\nh5 { font-size: 1rem; }\nh6 { font-size: 0.8rem; }\n\n/**\n * General style for the content inside main\n */\n\n/* separate article metadata to the article itself with some space */\narticle .post-header {\n margin-bottom: 3rem;\n}\n\n/* put some space at the end of each article and at the end of each section */\nmain article, main section {\n margin-bottom: 2rem;\n}\n\n/* justify text */\np {\n text-align: justify;\n}\n\n/* put a space between paragraphs and images */\np, figure {\n margin-top: 1.2rem;\n}\n\n/* the first paragraph has no space at the top (since that is provided\n * by either main or h? */\np:first-child {\n margin-top: 0;\n}\n\n/* make strongly emphasized elements REALLY STRONG */\nstrong {\n background: #aa2222;\n}\n",
"$header-border: 1px solid #eee;\n\nbody {\n background-color: #333;\n font-family: 'Hammersmith One', sans-serif;\n color: white;\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n}\n\nmain {\n flex: 1 0 auto;\n}\n\n.navbar-list .navbar-item {\n text-transform: uppercase;\n font-weight: 400;\n display: inline-block;\n margin: 1em;\n}\n\nul.navbar-list {\n border-top: $header-border;\n border-bottom: $header-border;\n margin-bottom: 2rem;\n}\n\n.header {\n padding: 4rem 0 .5rem 0;\n text-align: center;\n}\n.head {\n margin-bottom: 2.66rem;\n}\n\n@media (min-width: 700px) {\n .header {\n padding-top: 6rem;\n }\n .head {\n margin-bottom: 4rem;\n }\n}\n\n@media (max-width: 700px) {\n .navbar-list .navbar-item {\n width: calc(100% - 2em);\n }\n}\n\n.navbar-item a {\n color: $brand-color;\n}\n\nul.post-list, ul.navbar-list {\n list-style-type: none;\n margin-left: 0;\n margin-right: 0;\n}\n\nul.post-list li {\n padding-top: 2rem;\n}\n\nul.post-list li:first-child {\n padding-top: 0;\n}\n\n.header, footer {\n background-color: rgba(0,0,0,0.25);\n}\n\nfooter {\n padding-top: 1rem;\n}\n\nfooter .author {\n text-align: center;\n text-transform: uppercase;\n}\n\n.container {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n.icons {\n text-align: center;\n}\n\na.icon {\n display: inline-table;\n background-color: rgba(255,255,255,0.5);\n border-radius: 1.75em;\n width: 3.5em;\n height: 3.5em;\n text-align: center;\n line-height: 3.5em;\n margin: .5em;\n color: white;\n cursor: pointer;\n}\n\n/* Disable underlining in icon links inside the footer */\na.icon:link, a.icon:hover, a.icon:visited, a.icon:active {\n text-decoration: none;\n}\n\n/* Light up footer icon links when hovering */ \na.icon:hover {\n background-color: #bbbbbb;\n}\n\na.icon i.fa {\n font-size: 2em;\n display: table-cell;\n vertical-align: middle;\n}\n\n/* Utility class for centering block elements */\n.block-center {\n display: block;\n margin: auto;\n}\n",
"/**\n * Syntax highlighting styles\n */\n.highlight {\n background: #fff;\n\n .highlighter-rouge & {\n background: #eef;\n }\n\n td.code > pre {\n background: rgb(66, 66, 66);\n }\n\n pre.lineno {\n background: #212121;\n text-align: right;\n }\n\n .c { color: #aaa; font-style: italic } // Comment\n .err { color: #a61717; background-color: #e3d2d2 } // Error\n .k { font-weight: bold } // Keyword\n .o { font-weight: bold } // Operator\n .cm { color: #998; font-style: italic } // Comment.Multiline\n .cp { color: #999; font-weight: bold } // Comment.Preproc\n .c1 { color: #998; font-style: italic } // Comment.Single\n .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special\n .gd { color: #000; background-color: #fdd } // Generic.Deleted\n .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific\n .ge { font-style: italic } // Generic.Emph\n .gr { color: #a00 } // Generic.Error\n .gh { color: #999 } // Generic.Heading\n .gi { color: #000; background-color: #dfd } // Generic.Inserted\n .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific\n .go { color: #888 } // Generic.Output\n .gp { color: #555 } // Generic.Prompt\n .gs { font-weight: bold } // Generic.Strong\n .gu { color: #aaa } // Generic.Subheading\n .gt { color: #a00 } // Generic.Traceback\n .kc { font-weight: bold } // Keyword.Constant\n .kd { font-weight: bold } // Keyword.Declaration\n .kp { font-weight: bold } // Keyword.Pseudo\n .kr { font-weight: bold } // Keyword.Reserved\n .kt { color: #458; font-weight: bold } // Keyword.Type\n .m { color: #099 } // Literal.Number\n .s { color: #d14 } // Literal.String\n .na { color: #008080 } // Name.Attribute\n .nb { color: #00a6d3 } // Name.Builtin\n .nc { color: #458; font-weight: bold } // Name.Class\n .no { color: #008080 } // Name.Constant\n .ni { color: #800080 } // Name.Entity\n .ne { color: #900; font-weight: bold } // Name.Exception\n .nf { color: #900; font-weight: bold } // Name.Function\n .nn { color: #555 } // Name.Namespace\n .nt { color: #0000d0 } // Name.Tag\n .nv { color: #00d0d0 } // Name.Variable\n .ow { font-weight: bold } // Operator.Word\n .w { color: #bbb } // Text.Whitespace\n .mf { color: #099 } // Literal.Number.Float\n .mh { color: #099 } // Literal.Number.Hex\n .mi { color: #099 } // Literal.Number.Integer\n .mo { color: #099 } // Literal.Number.Oct\n .sb { color: #f54 } // Literal.String.Backtick\n .sc { color: #f54 } // Literal.String.Char\n .sd { color: #f54 } // Literal.String.Doc\n .s2 { color: #f54 } // Literal.String.Double\n .se { color: #f54 } // Literal.String.Escape\n .sh { color: #f54 } // Literal.String.Heredoc\n .si { color: #f54 } // Literal.String.Interpol\n .sx { color: #f54 } // Literal.String.Other\n .sr { color: #009926 } // Literal.String.Regex\n .s1 { color: #f54 } // Literal.String.Single\n .ss { color: #990073 } // Literal.String.Symbol\n .bp { color: #999 } // Name.Builtin.Pseudo\n .vc { color: #008080 } // Name.Variable.Class\n .vg { color: #008080 } // Name.Variable.Global\n .vi { color: #008080 } // Name.Variable.Instance\n .il { color: #099 } // Literal.Number.Integer.Long\n}\n"
],
"names": [],
"mappings": "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
}