@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Source+Code+Pro); /* line 4, ../../resources/sass/neat/grid/_box-sizing.scss */ html { box-sizing: border-box; } /* line 9, ../../resources/sass/neat/grid/_box-sizing.scss */ *, *::after, *::before { box-sizing: inherit; } /*! * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.3.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } /* line 4, ../../resources/sass/font-awesome/_core.scss */ .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } /* makes the font 33% larger relative to the icon container */ /* line 5, ../../resources/sass/font-awesome/_larger.scss */ .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; } /* line 10, ../../resources/sass/font-awesome/_larger.scss */ .fa-2x { font-size: 2em; } /* line 11, ../../resources/sass/font-awesome/_larger.scss */ .fa-3x { font-size: 3em; } /* line 12, ../../resources/sass/font-awesome/_larger.scss */ .fa-4x { font-size: 4em; } /* line 13, ../../resources/sass/font-awesome/_larger.scss */ .fa-5x { font-size: 5em; } /* line 3, ../../resources/sass/font-awesome/_fixed-width.scss */ .fa-fw { width: 1.28571em; text-align: center; } /* line 4, ../../resources/sass/font-awesome/_list.scss */ .fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; } /* line 8, ../../resources/sass/font-awesome/_list.scss */ .fa-ul > li { position: relative; } /* line 10, ../../resources/sass/font-awesome/_list.scss */ .fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; } /* line 16, ../../resources/sass/font-awesome/_list.scss */ .fa-li.fa-lg { left: -1.85714em; } /* line 4, ../../resources/sass/font-awesome/_bordered-pulled.scss */ .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } /* line 10, ../../resources/sass/font-awesome/_bordered-pulled.scss */ .pull-right { float: right; } /* line 11, ../../resources/sass/font-awesome/_bordered-pulled.scss */ .pull-left { float: left; } /* line 14, ../../resources/sass/font-awesome/_bordered-pulled.scss */ .fa.pull-left { margin-right: .3em; } /* line 15, ../../resources/sass/font-awesome/_bordered-pulled.scss */ .fa.pull-right { margin-left: .3em; } /* line 4, ../../resources/sass/font-awesome/_animated.scss */ .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } /* line 9, ../../resources/sass/font-awesome/_animated.scss */ .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* line 4, ../../resources/sass/font-awesome/_rotated-flipped.scss */ .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } /* line 5, ../../resources/sass/font-awesome/_rotated-flipped.scss */ .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } /* line 6, ../../resources/sass/font-awesome/_rotated-flipped.scss */ .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } /* line 8, ../../resources/sass/font-awesome/_rotated-flipped.scss */ .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } /* line 9, ../../resources/sass/font-awesome/_rotated-flipped.scss */ .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } /* line 14, ../../resources/sass/font-awesome/_rotated-flipped.scss */ :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } /* line 4, ../../resources/sass/font-awesome/_stacked.scss */ .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } /* line 12, ../../resources/sass/font-awesome/_stacked.scss */ .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } /* line 18, ../../resources/sass/font-awesome/_stacked.scss */ .fa-stack-1x { line-height: inherit; } /* line 19, ../../resources/sass/font-awesome/_stacked.scss */ .fa-stack-2x { font-size: 2em; } /* line 20, ../../resources/sass/font-awesome/_stacked.scss */ .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ /* line 4, ../../resources/sass/font-awesome/_icons.scss */ .fa-refresh:before { content: ""; } /* line 5, ../../resources/sass/font-awesome/_icons.scss */ .fa-play:before { content: ""; } /* line 6, ../../resources/sass/font-awesome/_icons.scss */ .fa-pause:before { content: ""; } /* line 7, ../../resources/sass/font-awesome/_icons.scss */ .fa-forward:before { content: ""; } /* line 7, ../../resources/sass/main.scss */ html { background: #073642; color: #93a1a1; font-size: 16px; margin: 20px; } /* line 14, ../../resources/sass/main.scss */ .wrapper { max-width: 68em; margin-left: auto; margin-right: auto; margin-top: 3%; } /* line 20, ../../resources/sass/bourbon/addons/_clearfix.scss */ .wrapper::after { clear: both; content: ""; display: table; } /* line 19, ../../resources/sass/main.scss */ a { color: #93a1a1; text-decoration: none; } /* line 23, ../../resources/sass/main.scss */ a:hover { text-decoration: underline; } /* line 28, ../../resources/sass/main.scss */ pre, #text-wrapper { display: inline; font-family: Monospace; font-family: 'Source Code Pro'; } /* line 34, ../../resources/sass/main.scss */ .comment { display: inline; color: #586e75; } /* line 39, ../../resources/sass/main.scss */ .symbol-red { color: #dc322f; } /* line 43, ../../resources/sass/main.scss */ .symbol-gray { color: #93a1a1; } /* line 47, ../../resources/sass/main.scss */ .keyword { color: #268bd2; } /* line 51, ../../resources/sass/main.scss */ .key { color: #b58900; } /* line 55, ../../resources/sass/main.scss */ .value { color: #2aa198; } /* line 59, ../../resources/sass/main.scss */ .typed-cursor { color: #667b83; opacity: 1; display: inline-block; font-weight: 100; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; -ms-animation: blink 0.7s infinite; -o-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } /* line 77, ../../resources/sass/main.scss */ #controls { bottom: 0; margin-bottom: 2%; position: fixed; text-align: center; letter-spacing: 10px; width: 100%; } /* line 86, ../../resources/sass/main.scss */ #controls i { font-size: 22px; }