testng-reports.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. body {
  2. margin: 0 0 5px 5px;
  3. }
  4. ul {
  5. margin: 0;
  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: 0 10px 10px 0;
  37. background-color: #fff8dc;
  38. }
  39. .suite-name {
  40. padding-left: 10px;
  41. font-size: 25px;
  42. font-family: Times, sans-serif;
  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: 0 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: 0 0 1px 0;
  85. margin-bottom: 10px;
  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: 0;
  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 0 0 0;
  116. font-family: Times, sans-serif;
  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: 0 0 5px 0;
  131. background-color: #0066ff;
  132. font-family: Times, sans-serif;
  133. color: #fff;
  134. text-align: center;
  135. }
  136. .button{
  137. position: absolute;
  138. margin-left:500px;
  139. margin-top:8px;
  140. background-color: white;
  141. color:#0066ff;
  142. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  143. font-weight:bold;
  144. border-color:#0066ff ;
  145. border-radius:25px;
  146. cursor: pointer;
  147. height:30px;
  148. width:150px;
  149. outline:none;
  150. }
  151. .top-banner-title-font {
  152. font-size: 25px;
  153. }
  154. .test-name {
  155. font-family: 'Lucida Grande', sans-serif;
  156. font-size: 16px;
  157. }
  158. .suite-icon {
  159. padding: 5px;
  160. float: right;
  161. height: 20px;
  162. }
  163. .test-group {
  164. font: 20px 'Lucida Grande';
  165. margin: 5px 5px 10px 5px;
  166. border-width: 0 0 1px 0;
  167. border-style: solid;
  168. padding: 5px;
  169. }
  170. .test-group-name {
  171. font-weight: bold;
  172. }
  173. .method-in-group {
  174. font-size: 16px;
  175. margin-left: 80px;
  176. }
  177. table.google-visualization-table-table {
  178. width: 100%;
  179. }
  180. .reporter-method-name {
  181. font-size: 14px;
  182. font-family: monospace;
  183. }
  184. .reporter-method-output-div {
  185. padding: 5px;
  186. margin: 0 0 5px 20px;
  187. font-size: 12px;
  188. font-family: monospace;
  189. border-width: 0 0 0 1px;
  190. border-style: solid;
  191. }
  192. .ignored-class-div {
  193. font-size: 14px;
  194. font-family: monospace;
  195. }
  196. .ignored-methods-div {
  197. padding: 5px;
  198. margin: 0 0 5px 20px;
  199. font-size: 12px;
  200. font-family: monospace;
  201. border-width: 0 0 0 1px;
  202. border-style: solid;
  203. }
  204. .border-failed {
  205. border-top-left-radius: 10px 10px;
  206. border-bottom-left-radius: 10px 10px;
  207. border-style: solid;
  208. border-width: 0 0 0 10px;
  209. border-color: #f00;
  210. }
  211. .border-skipped {
  212. border-top-left-radius: 10px 10px;
  213. border-bottom-left-radius: 10px 10px;
  214. border-style: solid;
  215. border-width: 0 0 0 10px;
  216. border-color: #edc600;
  217. }
  218. .border-passed {
  219. border-top-left-radius: 10px 10px;
  220. border-bottom-left-radius: 10px 10px;
  221. border-style: solid;
  222. border-width: 0 0 0 10px;
  223. border-color: #19f52d;
  224. }
  225. .times-div {
  226. text-align: center;
  227. padding: 5px;
  228. }
  229. .suite-total-time {
  230. font: 16px 'Lucida Grande';
  231. }
  232. .configuration-suite {
  233. margin-left: 20px;
  234. }
  235. .configuration-test {
  236. margin-left: 40px;
  237. }
  238. .configuration-class {
  239. margin-left: 60px;
  240. }
  241. .configuration-method {
  242. margin-left: 80px;
  243. }
  244. .test-method {
  245. margin-left: 100px;
  246. }
  247. .chronological-class {
  248. background-color: skyblue;
  249. border-style: solid;
  250. border-width: 0 0 1px 1px;
  251. }
  252. .method-start {
  253. float: right;
  254. }
  255. .chronological-class-name {
  256. padding: 0 0 0 5px;
  257. color: #008;
  258. }
  259. .after, .before, .test-method {
  260. font-family: monospace;
  261. font-size: 14px;
  262. }
  263. .navigator-suite-header {
  264. font-size: 22px;
  265. margin: 0 10px 5px 0;
  266. background-color: #deb887;
  267. text-align: center;
  268. }
  269. .collapse-all-icon {
  270. padding: 5px;
  271. float: right;
  272. }
  273. /*retro Theme*/