jasmine.css 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. body { background-color: #eeeeee; padding: 0; margin: 5px; overflow-y: scroll; }
  2. .html-reporter { font-size: 11px; font-family: Monaco, "Lucida Console", monospace; line-height: 14px; color: #333333; }
  3. .html-reporter a { text-decoration: none; }
  4. .html-reporter a:hover { text-decoration: underline; }
  5. .html-reporter p, .html-reporter h1, .html-reporter h2, .html-reporter h3, .html-reporter h4, .html-reporter h5, .html-reporter h6 { margin: 0; line-height: 14px; }
  6. .html-reporter .banner, .html-reporter .symbol-summary, .html-reporter .summary, .html-reporter .result-message, .html-reporter .spec .description, .html-reporter .spec-detail .description, .html-reporter .alert .bar, .html-reporter .stack-trace { padding-left: 9px; padding-right: 9px; }
  7. .html-reporter .banner .version { margin-left: 14px; }
  8. .html-reporter #jasmine_content { position: fixed; right: 100%; }
  9. .html-reporter .version { color: #aaaaaa; }
  10. .html-reporter .banner { margin-top: 14px; }
  11. .html-reporter .duration { color: #aaaaaa; float: right; }
  12. .html-reporter .symbol-summary { overflow: hidden; *zoom: 1; margin: 14px 0; }
  13. .html-reporter .symbol-summary li { display: inline-block; height: 8px; width: 14px; font-size: 16px; }
  14. .html-reporter .symbol-summary li.passed { font-size: 14px; }
  15. .html-reporter .symbol-summary li.passed:before { color: #5e7d00; content: "\02022"; }
  16. .html-reporter .symbol-summary li.failed { line-height: 9px; }
  17. .html-reporter .symbol-summary li.failed:before { color: #b03911; content: "x"; font-weight: bold; margin-left: -1px; }
  18. .html-reporter .symbol-summary li.disabled { font-size: 14px; }
  19. .html-reporter .symbol-summary li.disabled:before { color: #bababa; content: "\02022"; }
  20. .html-reporter .symbol-summary li.pending { line-height: 17px; }
  21. .html-reporter .symbol-summary li.pending:before { color: #ba9d37; content: "*"; }
  22. .html-reporter .exceptions { color: #fff; float: right; margin-top: 5px; margin-right: 5px; }
  23. .html-reporter .bar { line-height: 28px; font-size: 14px; display: block; color: #eee; }
  24. .html-reporter .bar.failed { background-color: #b03911; }
  25. .html-reporter .bar.passed { background-color: #a6b779; }
  26. .html-reporter .bar.skipped { background-color: #bababa; }
  27. .html-reporter .bar.menu { background-color: #fff; color: #aaaaaa; }
  28. .html-reporter .bar.menu a { color: #333333; }
  29. .html-reporter .bar a { color: white; }
  30. .html-reporter.spec-list .bar.menu.failure-list, .html-reporter.spec-list .results .failures { display: none; }
  31. .html-reporter.failure-list .bar.menu.spec-list, .html-reporter.failure-list .summary { display: none; }
  32. .html-reporter .running-alert { background-color: #666666; }
  33. .html-reporter .results { margin-top: 14px; }
  34. .html-reporter.showDetails .summaryMenuItem { font-weight: normal; text-decoration: inherit; }
  35. .html-reporter.showDetails .summaryMenuItem:hover { text-decoration: underline; }
  36. .html-reporter.showDetails .detailsMenuItem { font-weight: bold; text-decoration: underline; }
  37. .html-reporter.showDetails .summary { display: none; }
  38. .html-reporter.showDetails #details { display: block; }
  39. .html-reporter .summaryMenuItem { font-weight: bold; text-decoration: underline; }
  40. .html-reporter .summary { margin-top: 14px; }
  41. .html-reporter .summary ul { list-style-type: none; margin-left: 14px; padding-top: 0; padding-left: 0; }
  42. .html-reporter .summary ul.suite { margin-top: 7px; margin-bottom: 7px; }
  43. .html-reporter .summary li.passed a { color: #5e7d00; }
  44. .html-reporter .summary li.failed a { color: #b03911; }
  45. .html-reporter .summary li.pending a { color: #ba9d37; }
  46. .html-reporter .description + .suite { margin-top: 0; }
  47. .html-reporter .suite { margin-top: 14px; }
  48. .html-reporter .suite a { color: #333333; }
  49. .html-reporter .failures .spec-detail { margin-bottom: 28px; }
  50. .html-reporter .failures .spec-detail .description { background-color: #b03911; }
  51. .html-reporter .failures .spec-detail .description a { color: white; }
  52. .html-reporter .result-message { padding-top: 14px; color: #333333; white-space: pre; }
  53. .html-reporter .result-message span.result { display: block; }
  54. .html-reporter .stack-trace { margin: 5px 0 0 0; max-height: 224px; overflow: auto; line-height: 18px; color: #666666; border: 1px solid #ddd; background: white; white-space: pre; }