75 lines
3.0 KiB
CSS
75 lines
3.0 KiB
CSS
body { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; background-color: #eeeeee; color: #333333; overflow-y: scroll; padding: 0; margin: 5px; }
|
|
|
|
a { text-decoration: none; }
|
|
a:hover { text-decoration: underline; }
|
|
|
|
p, h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 14px; }
|
|
|
|
.banner, .symbolSummary, .summary, .resultMessage, .specDetail .description, .alert .bar, .stackTrace { padding-left: 9px; padding-right: 9px; }
|
|
|
|
#jasmine_content { position: fixed; right: 100%; }
|
|
|
|
.version { color: #aaaaaa; }
|
|
|
|
.banner { margin-top: 14px; }
|
|
|
|
.duration { color: #aaaaaa; float: right; }
|
|
|
|
.symbolSummary { overflow: hidden; *zoom: 1; margin: 14px 0; }
|
|
.symbolSummary li { display: block; float: left; height: 7px; width: 14px; margin-bottom: 7px; font-size: 16px; }
|
|
.symbolSummary li.passed { font-size: 14px; }
|
|
.symbolSummary li.passed:before { color: #5e7d00; content: "\02022"; }
|
|
.symbolSummary li.failed { line-height: 9px; }
|
|
.symbolSummary li.failed:before { color: #b03911; content: "x"; font-weight: bold; margin-left: -1px; }
|
|
.symbolSummary li.skipped { font-size: 14px; }
|
|
.symbolSummary li.skipped:before { color: #bababa; content: "\02022"; }
|
|
.symbolSummary li.pending { line-height: 11px; }
|
|
.symbolSummary li.pending:before { color: #aaaaaa; content: "-"; }
|
|
|
|
.bar { line-height: 28px; font-size: 14px; display: block; color: #eee; }
|
|
|
|
.runningAlert { background-color: #666666; }
|
|
|
|
.skippedAlert { background-color: #aaaaaa; }
|
|
.skippedAlert:first-child { background-color: #333333; }
|
|
.skippedAlert:hover { text-decoration: none; color: white; text-decoration: underline; }
|
|
|
|
.passingAlert { background-color: #a6b779; }
|
|
.passingAlert:first-child { background-color: #5e7d00; }
|
|
|
|
.failingAlert { background-color: #cf867e; }
|
|
.failingAlert:first-child { background-color: #b03911; }
|
|
|
|
.results { margin-top: 14px; }
|
|
|
|
#details { display: none; }
|
|
|
|
.resultsMenu, .resultsMenu a { background-color: #fff; color: #333333; }
|
|
|
|
.showDetails .summaryMenuItem { font-weight: normal; text-decoration: inherit; }
|
|
.showDetails .summaryMenuItem:hover { text-decoration: underline; }
|
|
.showDetails .detailsMenuItem { font-weight: bold; text-decoration: underline; }
|
|
.showDetails .summary { display: none; }
|
|
.showDetails #details { display: block; }
|
|
|
|
.summaryMenuItem { font-weight: bold; text-decoration: underline; }
|
|
|
|
.summary { margin-top: 14px; }
|
|
.summary .suite .suite, .summary .specSummary { margin-left: 14px; }
|
|
.summary .specSummary.passed a { color: #5e7d00; }
|
|
.summary .specSummary.failed a { color: #b03911; }
|
|
|
|
.description + .suite { margin-top: 0; }
|
|
|
|
.suite { margin-top: 14px; }
|
|
.suite a { color: #333333; }
|
|
|
|
#details .specDetail { margin-bottom: 28px; }
|
|
#details .specDetail .description { display: block; color: white; background-color: #b03911; }
|
|
|
|
.resultMessage { padding-top: 14px; color: #333333; }
|
|
|
|
.resultMessage span.result { display: block; }
|
|
|
|
.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; }
|