PageRenderTime 17ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/example-jsunit/jsunit/css/jsUnitStyle.css

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
CSS | 83 lines | 72 code | 11 blank | 0 comment | 0 complexity | 5437e4ab8bca66ee3966e5c29432705b MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. body {
  2. margin-top: 0;
  3. margin-bottom: 0;
  4. font-family: Verdana, Arial, Helvetica, sans-serif;
  5. color: #000;
  6. font-size: 0.8em;
  7. background-color: #fff;
  8. }
  9. a:link, a:visited {
  10. color: #00F;
  11. }
  12. a:hover {
  13. color: #F00;
  14. }
  15. h1 {
  16. font-size: 1.2em;
  17. font-weight: bold;
  18. color: #039;
  19. font-family: Verdana, Arial, Helvetica, sans-serif;
  20. }
  21. h2 {
  22. font-weight: bold;
  23. color: #039;
  24. font-family: Verdana, Arial, Helvetica, sans-serif;
  25. }
  26. h3 {
  27. font-weight: bold;
  28. color: #039;
  29. text-decoration: underline;
  30. font-family: Verdana, Arial, Helvetica, sans-serif;
  31. }
  32. h4 {
  33. font-weight: bold;
  34. color: #039;
  35. font-family: Verdana, Arial, Helvetica, sans-serif;
  36. }
  37. .jsUnitTestResultSuccess {
  38. color: #000;
  39. }
  40. .jsUnitTestResultNotSuccess {
  41. color: #F00;
  42. }
  43. .unselectedTab {
  44. font-family: Verdana, Arial, Helvetica, sans-serif;
  45. height: 26px;
  46. background: #FFFFFF;
  47. border-style: solid;
  48. border-bottom-width: 1px;
  49. border-top-width: 1px;
  50. border-left-width: 1px;
  51. border-right-width: 1px;
  52. }
  53. .selectedTab {
  54. font-family: Verdana, Arial, Helvetica, sans-serif;
  55. height: 26px;
  56. background: #DDDDDD;
  57. font-weight: bold;
  58. border-style: solid;
  59. border-bottom-width: 0px;
  60. border-top-width: 1px;
  61. border-left-width: 1px;
  62. border-right-width: 1px;
  63. }
  64. .tabHeaderSeparator {
  65. height: 26px;
  66. background: #FFFFFF;
  67. border-style: solid;
  68. border-bottom-width: 1px;
  69. border-top-width: 0px;
  70. border-left-width: 0px;
  71. border-right-width: 0px;
  72. }