fpcunit.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. body
  2. {
  3. font-family: verdana, arial, helvetica, Sans-Serif;
  4. font-size: x-small;
  5. background: #FFFFFF;
  6. }
  7. a
  8. {
  9. text-decoration: none;
  10. background-color: Transparent
  11. }
  12. a:link
  13. {
  14. color: #0033ff;
  15. }
  16. a:visited
  17. {
  18. color: #003399;
  19. }
  20. a:active, a:hover
  21. {
  22. color:#69c;
  23. }
  24. h2
  25. {
  26. padding: 4px 4px 4px 6px;
  27. font-size: large;
  28. border: 1px solid black;
  29. font-weight: bold;
  30. color: white;
  31. background-color: #006699;
  32. }
  33. h3
  34. {
  35. padding: 4px 4px 4px 6px;
  36. border: 1px solid #003399;
  37. color: #FFFFFF;
  38. background-color: #0099CC;
  39. font-weight: normal;
  40. font-size: medium;
  41. }
  42. table
  43. {
  44. padding:0px;
  45. width: 100%;
  46. margin-left: -2px;
  47. margin-right: -2px;
  48. }
  49. th, td
  50. {
  51. padding: 2px 4px 2px 4px;
  52. vertical-align: top;
  53. font-size: x-small;
  54. }
  55. address
  56. {
  57. font-family: verdana, arial, helvetica, Sans-Serif;
  58. font-size: 8pt;
  59. font-style: normal;
  60. text-align: right;
  61. }
  62. .title
  63. {
  64. background-color: #bbb;
  65. color: white;
  66. }
  67. .resultmessage
  68. {
  69. background-color: #D3E4FF;
  70. }
  71. .success
  72. {
  73. background-color: lightgreen;
  74. color: black;
  75. }
  76. .failure
  77. {
  78. background-color: #FF00FF;
  79. color: black;
  80. }
  81. .notrun
  82. {
  83. background-color: yellow;
  84. color: black;
  85. }
  86. .error
  87. {
  88. background-color: red;
  89. color: black;
  90. font-size: 9pt;
  91. }
  92. .right
  93. {
  94. font-size: 8pt;
  95. text-align: right;
  96. }
  97. .backToTop
  98. {
  99. text-align: right;
  100. }
  101. .testsuitelabel
  102. {
  103. background-color: cadetblue;
  104. color: black;
  105. cursor:pointer; cursor:hand; /* cross browser hack */
  106. padding-top: 3px;
  107. border: 1px solid #F5F5F5;
  108. }
  109. .testsuiteshowall
  110. {
  111. display:inline;
  112. cursor:pointer; cursor:hand; /* cross browser hack */
  113. }
  114. .testsuitehideall
  115. {
  116. display:inline;
  117. cursor:pointer; cursor:hand; /* cross browser hack */
  118. }
  119. div.testcontent {
  120. margin-left: 8px;
  121. }