testng-reports.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. body {
  2. margin: 0px 0px 5px 5px;
  3. }
  4. ul {
  5. margin: 0px;
  6. }
  7. li {
  8. list-style-type: none;
  9. }
  10. a {
  11. text-decoration: none;
  12. }
  13. a:hover {
  14. text-decoration: underline;
  15. }
  16. .navigator-selected {
  17. background: #ffa500;
  18. }
  19. .wrapper {
  20. position: absolute;
  21. top: 60px;
  22. bottom: 0;
  23. left: 400px;
  24. right: 0;
  25. overflow: auto;
  26. }
  27. .navigator-root {
  28. position: absolute;
  29. top: 60px;
  30. bottom: 0;
  31. left: 0;
  32. width: 400px;
  33. overflow-y: auto;
  34. }
  35. .suite {
  36. margin: 0px 10px 10px 0px;
  37. background-color: #fff8dc;
  38. }
  39. .suite-name {
  40. padding-left: 10px;
  41. font-size: 25px;
  42. font-family: Times;
  43. }
  44. .main-panel-header {
  45. padding: 5px;
  46. background-color: #9FB4D9; //afeeee;
  47. font-family: monospace;
  48. font-size: 18px;
  49. }
  50. .main-panel-content {
  51. padding: 5px;
  52. margin-bottom: 10px;
  53. background-color: #DEE8FC; //d0ffff;
  54. }
  55. .rounded-window {
  56. border-radius: 10px;
  57. border-style: solid;
  58. border-width: 1px;
  59. }
  60. .rounded-window-top {
  61. border-top-right-radius: 10px 10px;
  62. border-top-left-radius: 10px 10px;
  63. border-style: solid;
  64. border-width: 1px;
  65. overflow: auto;
  66. }
  67. .light-rounded-window-top {
  68. border-top-right-radius: 10px 10px;
  69. border-top-left-radius: 10px 10px;
  70. }
  71. .rounded-window-bottom {
  72. border-style: solid;
  73. border-width: 0px 1px 1px 1px;
  74. border-bottom-right-radius: 10px 10px;
  75. border-bottom-left-radius: 10px 10px;
  76. overflow: auto;
  77. }
  78. .method-name {
  79. font-size: 12px;
  80. font-family: monospace;
  81. }
  82. .method-content {
  83. border-style: solid;
  84. border-width: 0px 0px 1px 0px;
  85. margin-bottom: 10;
  86. padding-bottom: 5px;
  87. width: 80%;
  88. }
  89. .parameters {
  90. font-size: 14px;
  91. font-family: monospace;
  92. }
  93. .stack-trace {
  94. white-space: pre;
  95. font-family: monospace;
  96. font-size: 12px;
  97. font-weight: bold;
  98. margin-top: 0px;
  99. margin-left: 20px;
  100. }
  101. .testng-xml {
  102. font-family: monospace;
  103. }
  104. .method-list-content {
  105. margin-left: 10px;
  106. }
  107. .navigator-suite-content {
  108. margin-left: 10px;
  109. font: 12px 'Lucida Grande';
  110. }
  111. .suite-section-title {
  112. margin-top: 10px;
  113. width: 80%;
  114. border-style: solid;
  115. border-width: 1px 0px 0px 0px;
  116. font-family: Times;
  117. font-size: 18px;
  118. font-weight: bold;
  119. }
  120. .suite-section-content {
  121. list-style-image: url(bullet_point.png);
  122. }
  123. .top-banner-root {
  124. position: absolute;
  125. top: 0;
  126. height: 45px;
  127. left: 0;
  128. right: 0;
  129. padding: 5px;
  130. margin: 0px 0px 5px 0px;
  131. background-color: #0066ff;
  132. font-family: Times;
  133. color: #fff;
  134. text-align: center;
  135. }
  136. .top-banner-title-font {
  137. font-size: 25px;
  138. }
  139. .test-name {
  140. font-family: 'Lucida Grande';
  141. font-size: 16px;
  142. }
  143. .suite-icon {
  144. padding: 5px;
  145. float: right;
  146. height: 20;
  147. }
  148. .test-group {
  149. font: 20px 'Lucida Grande';
  150. margin: 5px 5px 10px 5px;
  151. border-width: 0px 0px 1px 0px;
  152. border-style: solid;
  153. padding: 5px;
  154. }
  155. .test-group-name {
  156. font-weight: bold;
  157. }
  158. .method-in-group {
  159. font-size: 16px;
  160. margin-left: 80px;
  161. }
  162. table.google-visualization-table-table {
  163. width: 100%;
  164. }
  165. .reporter-method-name {
  166. font-size: 14px;
  167. font-family: monospace;
  168. }
  169. .reporter-method-output-div {
  170. padding: 5px;
  171. margin: 0px 0px 5px 20px;
  172. font-size: 12px;
  173. font-family: monospace;
  174. border-width: 0px 0px 0px 1px;
  175. border-style: solid;
  176. }
  177. .ignored-class-div {
  178. font-size: 14px;
  179. font-family: monospace;
  180. }
  181. .ignored-methods-div {
  182. padding: 5px;
  183. margin: 0px 0px 5px 20px;
  184. font-size: 12px;
  185. font-family: monospace;
  186. border-width: 0px 0px 0px 1px;
  187. border-style: solid;
  188. }
  189. .border-failed {
  190. border-top-left-radius: 10px 10px;
  191. border-bottom-left-radius: 10px 10px;
  192. border-style: solid;
  193. border-width: 0px 0px 0px 10px;
  194. border-color: #f00;
  195. }
  196. .border-skipped {
  197. border-top-left-radius: 10px 10px;
  198. border-bottom-left-radius: 10px 10px;
  199. border-style: solid;
  200. border-width: 0px 0px 0px 10px;
  201. border-color: #edc600;
  202. }
  203. .border-passed {
  204. border-top-left-radius: 10px 10px;
  205. border-bottom-left-radius: 10px 10px;
  206. border-style: solid;
  207. border-width: 0px 0px 0px 10px;
  208. border-color: #19f52d;
  209. }
  210. .times-div {
  211. text-align: center;
  212. padding: 5px;
  213. }
  214. .suite-total-time {
  215. font: 16px 'Lucida Grande';
  216. }
  217. .configuration-suite {
  218. margin-left: 20px;
  219. }
  220. .configuration-test {
  221. margin-left: 40px;
  222. }
  223. .configuration-class {
  224. margin-left: 60px;
  225. }
  226. .configuration-method {
  227. margin-left: 80px;
  228. }
  229. .test-method {
  230. margin-left: 100px;
  231. }
  232. .chronological-class {
  233. background-color: #0ccff;
  234. border-style: solid;
  235. border-width: 0px 0px 1px 1px;
  236. }
  237. .method-start {
  238. float: right;
  239. }
  240. .chronological-class-name {
  241. padding: 0px 0px 0px 5px;
  242. color: #008;
  243. }
  244. .after, .before, .test-method {
  245. font-family: monospace;
  246. font-size: 14px;
  247. }
  248. .navigator-suite-header {
  249. font-size: 22px;
  250. margin: 0px 10px 5px 0px;
  251. background-color: #deb887;
  252. text-align: center;
  253. }
  254. .collapse-all-icon {
  255. padding: 5px;
  256. float: right;
  257. }