Created
April 11, 2017 20:54
-
-
Save mmeigooni/672296bdfa58a5c80f68b0cbd3b3d48b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { overflow-y: scroll; } | |
.jasmine_html-reporter { background-color: #eee; padding: 5px; margin: -8px; font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333; } | |
.jasmine_html-reporter a { text-decoration: none; } | |
.jasmine_html-reporter a:hover { text-decoration: underline; } | |
.jasmine_html-reporter p, .jasmine_html-reporter h1, .jasmine_html-reporter h2, .jasmine_html-reporter h3, .jasmine_html-reporter h4, .jasmine_html-reporter h5, .jasmine_html-reporter h6 { margin: 0; line-height: 14px; } | |
.jasmine_html-reporter .jasmine-banner, .jasmine_html-reporter .jasmine-symbol-summary, .jasmine_html-reporter .jasmine-summary, .jasmine_html-reporter .jasmine-result-message, .jasmine_html-reporter .jasmine-spec .jasmine-description, .jasmine_html-reporter .jasmine-spec-detail .jasmine-description, .jasmine_html-reporter .jasmine-alert .jasmine-bar, .jasmine_html-reporter .jasmine-stack-trace { padding-left: 9px; padding-right: 9px; } | |
.jasmine_html-reporter .jasmine-banner { position: relative; padding-bottom: 10px;} | |
.jasmine_html-reporter .jasmine-banner .jasmine-title { background: url('http://i.imgur.com/jNthbcJ.png') no-repeat, none; -moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; display: block; float: left; width: 90px; height: 25px; } | |
.jasmine_html-reporter .jasmine-banner .jasmine-version { margin-left: 14px; position: relative; top: 6px; } | |
.jasmine_html-reporter #jasmine_content { position: fixed; right: 100%; } | |
.jasmine_html-reporter .jasmine-version { color: #aaa; } | |
.jasmine_html-reporter .jasmine-banner { margin-top: 14px; } | |
.jasmine_html-reporter .jasmine-duration { color: #fff; float: right; line-height: 28px; padding-right: 9px; } | |
.jasmine_html-reporter .jasmine-symbol-summary { overflow: hidden; *zoom: 1; margin: 14px 0; } | |
.jasmine_html-reporter .jasmine-symbol-summary li { display: inline-block; height: 10px; width: 14px; font-size: 16px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-passed { font-size: 14px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-passed:before { color: #007069; content: "\02022"; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-failed { line-height: 9px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-failed:before { color: #ca3a11; content: "\d7"; font-weight: bold; margin-left: -1px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-disabled { font-size: 14px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-disabled:before { color: #bababa; content: "\02022"; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-pending { line-height: 17px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-pending:before { color: #ba9d37; content: "*"; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-empty { font-size: 14px; } | |
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-empty:before { color: #ba9d37; content: "\02022"; } | |
.jasmine_html-reporter .jasmine-run-options { float: right; margin-right: 5px; border: 1px solid #8a4182; color: #8a4182; position: relative; line-height: 20px; display: none;} | |
.jasmine_html-reporter .jasmine-run-options .jasmine-trigger { cursor: pointer; padding: 8px 16px; } | |
.jasmine_html-reporter .jasmine-run-options .jasmine-payload { position: absolute; display: none; right: -1px; border: 1px solid #8a4182; background-color: #eee; white-space: nowrap; padding: 4px 8px; } | |
.jasmine_html-reporter .jasmine-run-options .jasmine-payload.jasmine-open { display: block; } | |
.jasmine_html-reporter .jasmine-bar { line-height: 28px; font-size: 14px; display: block; color: #eee; } | |
.jasmine_html-reporter .jasmine-bar.jasmine-failed { background-color: #0090DA; } | |
.jasmine_html-reporter .jasmine-bar.jasmine-passed { background-color: #007069; } | |
.jasmine_html-reporter .jasmine-bar.jasmine-skipped { background-color: #bababa; } | |
.jasmine_html-reporter .jasmine-bar.jasmine-errored { background-color: #0090DA; } | |
.jasmine_html-reporter .jasmine-bar.jasmine-menu { background-color: #fff; color: #aaa; } | |
.jasmine_html-reporter .jasmine-bar.jasmine-menu a { color: #333; } | |
.jasmine_html-reporter .jasmine-bar a { color: white; } | |
.jasmine_html-reporter.jasmine-spec-list .jasmine-bar.jasmine-menu.jasmine-failure-list, .jasmine_html-reporter.jasmine-spec-list .jasmine-results .jasmine-failures { display: none; } | |
.jasmine_html-reporter.jasmine-failure-list .jasmine-bar.jasmine-menu.jasmine-spec-list, .jasmine_html-reporter.jasmine-failure-list .jasmine-summary { display: none; } | |
.jasmine_html-reporter .jasmine-results { margin-top: 14px; } | |
.jasmine_html-reporter .jasmine-summary { margin-top: 14px; } | |
.jasmine_html-reporter .jasmine-summary ul { list-style-type: none; margin-left: 14px; padding-top: 0; padding-left: 0; } | |
.jasmine_html-reporter .jasmine-summary ul.jasmine-suite { margin-top: 7px; margin-bottom: 7px; } | |
.jasmine_html-reporter .jasmine-summary li.jasmine-passed a { color: #007069; } | |
.jasmine_html-reporter .jasmine-summary li.jasmine-failed a { color: #ca3a11; } | |
.jasmine_html-reporter .jasmine-summary li.jasmine-empty a { color: #ba9d37; } | |
.jasmine_html-reporter .jasmine-summary li.jasmine-pending a { color: #ba9d37; } | |
.jasmine_html-reporter .jasmine-summary li.jasmine-disabled a { color: #bababa; } | |
.jasmine_html-reporter .jasmine-description + .jasmine-suite { margin-top: 0; } | |
.jasmine_html-reporter .jasmine-suite { margin-top: 14px; } | |
.jasmine_html-reporter .jasmine-suite a { color: #333; } | |
.jasmine_html-reporter .jasmine-failures .jasmine-spec-detail { margin-bottom: 28px; } | |
.jasmine_html-reporter .jasmine-failures .jasmine-spec-detail .jasmine-description { background-color: #ca3a11; } | |
.jasmine_html-reporter .jasmine-failures .jasmine-spec-detail .jasmine-description a { color: white; } | |
.jasmine_html-reporter .jasmine-result-message { padding-top: 14px; color: #333; white-space: pre; } | |
.jasmine_html-reporter .jasmine-result-message span.jasmine-result { display: block; } | |
.jasmine_html-reporter .jasmine-stack-trace { margin: 5px 0 0 0; max-height: 224px; overflow: auto; line-height: 18px; color: #666; border: 1px solid #ddd; background: white; white-space: pre; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment