|
| 1 | +/** |
| 2 | + * Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"). You |
| 5 | + * may not use this file except in compliance with the License. A copy of |
| 6 | + * the License is located at |
| 7 | + * |
| 8 | + * http://aws.amazon.com/apache2.0/ |
| 9 | + * |
| 10 | + * or in the "license" file accompanying this file. This file is |
| 11 | + * distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF |
| 12 | + * ANY KIND, either express or implied. See the License for the specific |
| 13 | + * language governing permissions and limitations under the License. |
| 14 | + */ |
| 15 | + |
| 16 | +body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; } |
| 17 | + |
| 18 | +#HTMLReporter { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; } |
| 19 | +#HTMLReporter a { text-decoration: none; } |
| 20 | +#HTMLReporter a:hover { text-decoration: underline; } |
| 21 | +#HTMLReporter p, #HTMLReporter h1, #HTMLReporter h2, #HTMLReporter h3, #HTMLReporter h4, #HTMLReporter h5, #HTMLReporter h6 { margin: 0; line-height: 14px; } |
| 22 | +#HTMLReporter .banner, #HTMLReporter .symbolSummary, #HTMLReporter .summary, #HTMLReporter .resultMessage, #HTMLReporter .specDetail .description, #HTMLReporter .alert .bar, #HTMLReporter .stackTrace { padding-left: 9px; padding-right: 9px; } |
| 23 | +#HTMLReporter #jasmine_content { position: fixed; right: 100%; } |
| 24 | +#HTMLReporter .version { color: #aaaaaa; } |
| 25 | +#HTMLReporter .banner { margin-top: 14px; } |
| 26 | +#HTMLReporter .duration { color: #aaaaaa; float: right; } |
| 27 | +#HTMLReporter .symbolSummary { overflow: hidden; *zoom: 1; margin: 14px 0; } |
| 28 | +#HTMLReporter .symbolSummary li { display: block; float: left; height: 7px; width: 14px; margin-bottom: 7px; font-size: 16px; } |
| 29 | +#HTMLReporter .symbolSummary li.passed { font-size: 14px; } |
| 30 | +#HTMLReporter .symbolSummary li.passed:before { color: #5e7d00; content: "\02022"; } |
| 31 | +#HTMLReporter .symbolSummary li.failed { line-height: 9px; } |
| 32 | +#HTMLReporter .symbolSummary li.failed:before { color: #b03911; content: "x"; font-weight: bold; margin-left: -1px; } |
| 33 | +#HTMLReporter .symbolSummary li.skipped { font-size: 14px; } |
| 34 | +#HTMLReporter .symbolSummary li.skipped:before { color: #bababa; content: "\02022"; } |
| 35 | +#HTMLReporter .symbolSummary li.pending { line-height: 11px; } |
| 36 | +#HTMLReporter .symbolSummary li.pending:before { color: #aaaaaa; content: "-"; } |
| 37 | +#HTMLReporter .exceptions { color: #fff; float: right; margin-top: 5px; margin-right: 5px; } |
| 38 | +#HTMLReporter .bar { line-height: 28px; font-size: 14px; display: block; color: #eee; } |
| 39 | +#HTMLReporter .runningAlert { background-color: #666666; } |
| 40 | +#HTMLReporter .skippedAlert { background-color: #aaaaaa; } |
| 41 | +#HTMLReporter .skippedAlert:first-child { background-color: #333333; } |
| 42 | +#HTMLReporter .skippedAlert:hover { text-decoration: none; color: white; text-decoration: underline; } |
| 43 | +#HTMLReporter .passingAlert { background-color: #a6b779; } |
| 44 | +#HTMLReporter .passingAlert:first-child { background-color: #5e7d00; } |
| 45 | +#HTMLReporter .failingAlert { background-color: #cf867e; } |
| 46 | +#HTMLReporter .failingAlert:first-child { background-color: #b03911; } |
| 47 | +#HTMLReporter .results { margin-top: 14px; } |
| 48 | +#HTMLReporter #details { display: none; } |
| 49 | +#HTMLReporter .resultsMenu, #HTMLReporter .resultsMenu a { background-color: #fff; color: #333333; } |
| 50 | +#HTMLReporter.showDetails .summaryMenuItem { font-weight: normal; text-decoration: inherit; } |
| 51 | +#HTMLReporter.showDetails .summaryMenuItem:hover { text-decoration: underline; } |
| 52 | +#HTMLReporter.showDetails .detailsMenuItem { font-weight: bold; text-decoration: underline; } |
| 53 | +#HTMLReporter.showDetails .summary { display: none; } |
| 54 | +#HTMLReporter.showDetails #details { display: block; } |
| 55 | +#HTMLReporter .summaryMenuItem { font-weight: bold; text-decoration: underline; } |
| 56 | +#HTMLReporter .summary { margin-top: 14px; } |
| 57 | +#HTMLReporter .summary .suite .suite, #HTMLReporter .summary .specSummary { margin-left: 14px; } |
| 58 | +#HTMLReporter .summary .specSummary.passed a { color: #5e7d00; } |
| 59 | +#HTMLReporter .summary .specSummary.failed a { color: #b03911; } |
| 60 | +#HTMLReporter .description + .suite { margin-top: 0; } |
| 61 | +#HTMLReporter .suite { margin-top: 14px; } |
| 62 | +#HTMLReporter .suite a { color: #333333; } |
| 63 | +#HTMLReporter #details .specDetail { margin-bottom: 28px; } |
| 64 | +#HTMLReporter #details .specDetail .description { display: block; color: white; background-color: #b03911; } |
| 65 | +#HTMLReporter .resultMessage { padding-top: 14px; color: #333333; } |
| 66 | +#HTMLReporter .resultMessage span.result { display: block; } |
| 67 | +#HTMLReporter .stackTrace { margin: 5px 0 0 0; max-height: 224px; overflow: auto; line-height: 18px; color: #666666; border: 1px solid #ddd; background: white; white-space: pre; } |
| 68 | + |
| 69 | +#TrivialReporter { padding: 8px 13px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow-y: scroll; background-color: white; font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; /*.resultMessage {*/ /*white-space: pre;*/ /*}*/ } |
| 70 | +#TrivialReporter a:visited, #TrivialReporter a { color: #303; } |
| 71 | +#TrivialReporter a:hover, #TrivialReporter a:active { color: blue; } |
| 72 | +#TrivialReporter .run_spec { float: right; padding-right: 5px; font-size: .8em; text-decoration: none; } |
| 73 | +#TrivialReporter .banner { color: #303; background-color: #fef; padding: 5px; } |
| 74 | +#TrivialReporter .logo { float: left; font-size: 1.1em; padding-left: 5px; } |
| 75 | +#TrivialReporter .logo .version { font-size: .6em; padding-left: 1em; } |
| 76 | +#TrivialReporter .runner.running { background-color: yellow; } |
| 77 | +#TrivialReporter .options { text-align: right; font-size: .8em; } |
| 78 | +#TrivialReporter .suite { border: 1px outset gray; margin: 5px 0; padding-left: 1em; } |
| 79 | +#TrivialReporter .suite .suite { margin: 5px; } |
| 80 | +#TrivialReporter .suite.passed { background-color: #dfd; } |
| 81 | +#TrivialReporter .suite.failed { background-color: #fdd; } |
| 82 | +#TrivialReporter .spec { margin: 5px; padding-left: 1em; clear: both; } |
| 83 | +#TrivialReporter .spec.failed, #TrivialReporter .spec.passed, #TrivialReporter .spec.skipped { padding-bottom: 5px; border: 1px solid gray; } |
| 84 | +#TrivialReporter .spec.failed { background-color: #fbb; border-color: red; } |
| 85 | +#TrivialReporter .spec.passed { background-color: #bfb; border-color: green; } |
| 86 | +#TrivialReporter .spec.skipped { background-color: #bbb; } |
| 87 | +#TrivialReporter .messages { border-left: 1px dashed gray; padding-left: 1em; padding-right: 1em; } |
| 88 | +#TrivialReporter .passed { background-color: #cfc; display: none; } |
| 89 | +#TrivialReporter .failed { background-color: #fbb; } |
| 90 | +#TrivialReporter .skipped { color: #777; background-color: #eee; display: none; } |
| 91 | +#TrivialReporter .resultMessage span.result { display: block; line-height: 2em; color: black; } |
| 92 | +#TrivialReporter .resultMessage .mismatch { color: black; } |
| 93 | +#TrivialReporter .stackTrace { white-space: pre; font-size: .8em; margin-left: 10px; max-height: 5em; overflow: auto; border: 1px inset red; padding: 1em; background: #eef; } |
| 94 | +#TrivialReporter .finished-at { padding-left: 1em; font-size: .6em; } |
| 95 | +#TrivialReporter.show-passed .passed, #TrivialReporter.show-skipped .skipped { display: block; } |
| 96 | +#TrivialReporter #jasmine_content { position: fixed; right: 100%; } |
| 97 | +#TrivialReporter .runner { border: 1px solid gray; display: block; margin: 5px 0; padding: 2px 0 2px 10px; } |
0 commit comments