File: benchmark_reporter.css

package info (click to toggle)
node-fast-json-patch 3.1.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: javascript: 748; makefile: 11; sh: 7
file content (76 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#test_results {
  margin-top: 10px;
  font-size: 12px;
  font-family: sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
}

#test_results th, #test_results td {
  border: solid 1px #ccc;
  vertical-align: top;
  padding: 3px;
}

#test_results th {
  vertical-align: bottom;
  background-color: #ccc;
  padding: 1px;
  font-size: 10px;
}

#test_results #test_platform {
  color: #444;
  text-align: center;
}

#test_results .test_row {
  color: #006;
  cursor: pointer;
}

#test_results .test_nonlooping {
  border-left-style: dotted;
  border-left-width: 2px;
}

#test_results .test_looping {
  border-left-style: solid;
  border-left-width: 2px;
}

#test_results .test_name {
  white-space: nowrap;
}

#test_results .test_pending {
}

#test_results .test_running {
  font-style: italic;
}

#test_results .test_done {
}

#test_results .test_done {
  text-align: right;
  font-family: monospace;
}

#test_results .test_error {
  color: #600;
}

#test_results .test_error .error_head {
  font-weight: bold;
}

#test_results .test_error .error_body {
  font-size: 85%;
}

#test_results .test_row:hover td {
  background-color: #ffc;
  text-decoration: underline;
}