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