PageRenderTime 23ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

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

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
CSS | 50 lines | 42 code | 8 blank | 0 comment | 0 complexity | c02d5c91e3a4c99fe80f98be0f8fab8a 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. }