您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

97 行
1.3 KiB

  1. body
  2. font-family: Monaco
  3. a
  4. text-decoration: none
  5. .jasmine_reporter a
  6. &:visited
  7. color: #303
  8. color: #303
  9. &:hover, &:active
  10. color: blue
  11. .run_spec
  12. float: right
  13. padding-right: 5px
  14. font-size: .8em
  15. text-decoration: none
  16. .jasmine_reporter
  17. margin: 0 5px
  18. .runner.running
  19. background-color: yellow
  20. .options
  21. text-align: right
  22. font-size: .8em
  23. .suite
  24. margin: 0
  25. padding-left: 1em
  26. .suite
  27. margin: 0 0 0 5px
  28. &.passed
  29. color: green
  30. &.failed
  31. color: red
  32. .spec
  33. margin: 0
  34. padding-left: 1em
  35. clear: both
  36. &.failed
  37. a
  38. color: red
  39. &.passed
  40. a
  41. color: green
  42. &.skipped
  43. background-color: #bbb
  44. .passed
  45. color: green
  46. display: none
  47. .failed
  48. background-color: #fbb
  49. .skipped
  50. color: #777
  51. background-color: #eee
  52. display: none
  53. .resultMessage
  54. span.result
  55. display: block
  56. line-height: 2em
  57. color: black
  58. .mismatch
  59. color: black
  60. .stackTrace
  61. white-space: pre
  62. font-size: .8em
  63. margin-left: 10px
  64. max-height: 5em
  65. overflow: auto
  66. border: 1px inset red
  67. padding: 1em
  68. .finished-at
  69. padding-left: 1em
  70. font-size: .6em
  71. .show-passed .passed, .show-skipped .skipped
  72. display: block
  73. #jasmine_content
  74. position: fixed
  75. right: 100%
  76. .runner
  77. border: 1px solid gray
  78. display: block
  79. margin: 5px 0
  80. padding: 2px 0 2px 10px