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

/jsunit/css/jsUnitStyle.css

http://jtl-javascript-template.googlecode.com/
CSS | 83 lines | 68 code | 14 blank | 1 comment | 0 complexity | bf6bb70001c77df06d34b82e9fa495c6 MD5 | raw file
  1. /* @author Edward Hieatt, edward@jsunit.net */
  2. body
  3. {
  4. margin-top: 0;
  5. margin-bottom: 0;
  6. font-family: Verdana, Arial, Helvetica, sans-serif;
  7. color: #000;
  8. font-size: 0.8em;
  9. background-color: #fff;
  10. }
  11. td
  12. {
  13. padding: 0;
  14. margin: 0;
  15. }
  16. td img
  17. {
  18. padding: 0;
  19. margin: 0;
  20. vertical-align: baseline;
  21. display: block;
  22. }
  23. input
  24. {
  25. }
  26. select
  27. {
  28. }
  29. a:link, a:visited
  30. {
  31. color : #00F;
  32. }
  33. a:hover
  34. {
  35. color : #F00;
  36. }
  37. .jsUnitDefault
  38. {
  39. }
  40. h1, th
  41. {
  42. font-size: 1.3em;
  43. font-weight: bold;
  44. color: #039;
  45. }
  46. h2
  47. {
  48. font-weight: bold;
  49. color: #039;
  50. }
  51. h3
  52. {
  53. font-weight: bold;
  54. color: #039;
  55. text-decoration: underline;
  56. }
  57. h4
  58. {
  59. font-weight: bold;
  60. color: #039;
  61. }
  62. .jsUnitTestResultSuccess
  63. {
  64. color: #000;
  65. }
  66. .jsUnitTestResultNotSuccess
  67. {
  68. color: #F00;
  69. }