/* line 17, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* line 26, ../../../sass/public.scss */ html, body { height: 100%; min-height: 100%; background-color: #222222; } /* line 27, ../../../sass/public.scss */ h1, h2, h3, strong, em { color: lime; font-family: "Courier New", Courier, monospace; } /* line 28, ../../../sass/public.scss */ a { text-decoration: none; font-family: "Courier New", Courier, monospace; color: inherit; } /* line 30, ../../../sass/public.scss */ .wrap { width: 1000px; margin: 0 auto; } /* line 32, ../../../sass/public.scss */ #header { height: 60px; margin: 0 0 20px; border: 1px solid lime; border-width: 0 0 1px 0; background-color: #000000; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF222222'); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #222222)); background-image: -webkit-linear-gradient(top, #000000 0%, #222222 100%); background-image: -moz-linear-gradient(top, #000000 0%, #222222 100%); background-image: -o-linear-gradient(top, #000000 0%, #222222 100%); background-image: linear-gradient(top, #000000 0%, #222222 100%); *zoom: 1; } /* line 38, ../../../../../../.rvm/gems/jruby-1.7.0-dev/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ #header:after { content: ""; display: table; clear: both; } /* line 45, ../../../sass/public.scss */ #header h1 { float: left; font-size: 28px; padding: 15px 0 0; } /* line 51, ../../../sass/public.scss */ #header ul { float: right; width: 300px; margin: 15px 0; } /* line 56, ../../../sass/public.scss */ #header ul li { float: left; margin: 0 20px; } /* line 58, ../../../sass/public.scss */ #header ul li a { cursor: pointer; } /* line 63, ../../../sass/public.scss */ #content { position: relative; width: 1000px; margin: 0 auto; font-size: 18px; color: #eeeeee; } /* line 70, ../../../sass/public.scss */ #content h1 { font-size: 26px; margin: 30px 0; } /* line 71, ../../../sass/public.scss */ #content h2 { font-size: 24px; margin: 20px 0; } /* line 72, ../../../sass/public.scss */ #content h3 { font-size: 20px; margin: 15px 0; } /* line 74, ../../../sass/public.scss */ #content p { margin: 20px 0; text-align: center; } /* line 78, ../../../sass/public.scss */ #content p em { font-style: italic; color: lime; } /* line 84, ../../../sass/public.scss */ #content > strong { margin-top: 200px; display: block; } /* line 89, ../../../sass/public.scss */ #content strong, #content .nv-noData { padding: 2px 0; font-size: 26px; text-align: center; -webkit-animation-name: blink; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: infinite; } /* line 99, ../../../sass/public.scss */ #content .graph { height: 400px; width: 880px; margin: 0 auto; } /* line 104, ../../../sass/public.scss */ #content .graph strong, #content .graph .nv-noData { height: 30px; position: absolute; top: 185px; left: 290px; } /* line 109, ../../../sass/public.scss */ #content .inputs { width: 900px; margin: 0 auto 30px; text-align: center; } /* line 114, ../../../sass/public.scss */ #content .inputs label { font-weight: bold; } /* line 115, ../../../sass/public.scss */ #content .inputs input { width: 200px; } /* line 118, ../../../sass/public.scss */ #content .list-container { width: 500px; float: left; } /* line 122, ../../../sass/public.scss */ #content .list-container h3 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 20px 15px; text-align: center; border-bottom: 1px dashed lime; } /* line 130, ../../../sass/public.scss */ #content .list-container ul { list-style: circle; padding-left: 30px; } /* line 137, ../../../sass/public.scss */ #loading { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; border: 2px solid rgba(0, 255, 0, 0.25); background: #1f1f1f; position: absolute; top: 50%; left: 50%; margin: -52px 0 0 -142px; } /* line 148, ../../../sass/public.scss */ #loading strong { float: right; font-size: 26px; margin: 36px 10px 0; } /* line 154, ../../../sass/public.scss */ #loading #spinner { position: relative; float: left; width: 100px; height: 100px; -webkit-animation-name: rotateSpinner; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } /* line 165, ../../../sass/public.scss */ #loading #spinner div { width: 10px; height: 30px; background: lime; position: absolute; top: 35px; left: 45px; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar1 { -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(0deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(0deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(0deg) translate(0px, -40px); opacity: 0.12; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar2 { -webkit-transform: scale(1, 1) rotateZ(45deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(45deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(45deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(45deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(45deg) translate(0px, -40px); opacity: 0.24; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar3 { -webkit-transform: scale(1, 1) rotateZ(90deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(90deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(90deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(90deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(90deg) translate(0px, -40px); opacity: 0.37; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar4 { -webkit-transform: scale(1, 1) rotateZ(135deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(135deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(135deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(135deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(135deg) translate(0px, -40px); opacity: 0.49; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar5 { -webkit-transform: scale(1, 1) rotateZ(180deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(180deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(180deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(180deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(180deg) translate(0px, -40px); opacity: 0.62; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar6 { -webkit-transform: scale(1, 1) rotateZ(225deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(225deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(225deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(225deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(225deg) translate(0px, -40px); opacity: 0.74; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar7 { -webkit-transform: scale(1, 1) rotateZ(270deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(270deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(270deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(270deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(270deg) translate(0px, -40px); opacity: 0.87; } /* line 180, ../../../sass/public.scss */ #loading #spinner .bar8 { -webkit-transform: scale(1, 1) rotateZ(315deg) translate(0px, -40px); -moz-transform: scale(1, 1) rotateZ(315deg) translate(0px, -40px); -ms-transform: scale(1, 1) rotateZ(315deg) translate(0px, -40px); -o-transform: scale(1, 1) rotateZ(315deg) translate(0px, -40px); transform: scale(1, 1) rotateZ(315deg) translate(0px, -40px); opacity: 0.99; } /* line 198, ../../../sass/public.scss */ #loading.fade { -webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -o-transition: opacity 0.5s ease-in; } /* line 203, ../../../sass/public.scss */ #loading.fade.in { opacity: 1.0; } /* line 207, ../../../sass/public.scss */ #loading.fade.out { opacity: 0.0; } @-webkit-keyframes rotateSpinner { /* line 214, ../../../sass/public.scss */ from { -webkit-transform: scale(0.5) rotate(0deg); } /* line 215, ../../../sass/public.scss */ to { -webkit-transform: scale(0.5) rotate(360deg); } } @-webkit-keyframes blink { /* line 219, ../../../sass/public.scss */ 0% { opacity: 1.0; } /* line 220, ../../../sass/public.scss */ 50% { opacity: 0.25; } /* line 221, ../../../sass/public.scss */ 100% { opacity: 1.0; } } /* line 3, ../../../sass/_charts.scss */ .nvd3 .nv-series text { fill: #eeeeee; font-weight: bold; } /* line 10, ../../../sass/_charts.scss */ .nvd3 .nv-axis text { fill: #eeeeee; } /* line 14, ../../../sass/_charts.scss */ .nvd3 .nv-axis line.tick, .nvd3 .nv-axis path.domain { stroke: #eeeeee; } /* line 19, ../../../sass/_charts.scss */ .nvd3.nv-noData { fill: lime; font-size: 28px; font-family: "Courier New", Courier, monospace; } /* line 27, ../../../sass/_charts.scss */ .nvtooltip { min-width: 80px; } /* line 30, ../../../sass/_charts.scss */ .nvtooltip h3 { font-weight: bold; } /* line 34, ../../../sass/_charts.scss */ .nvtooltip h3, .nvtooltip p { color: #222222; }