summaryrefslogtreecommitdiff
path: root/rel/overlay/share/www/script/jspec/jspec.css
blob: 629d41c520edebc64388d743cbf12071af982989 (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
body.jspec {
  margin: 45px 0;
  font: 12px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
  background: #efefef url(images/bg.png) top left repeat-x;
  text-align: center;
}
#jspec {
  margin: 0 auto;
  padding-top: 30px;
  width: 1008px;
  background: url(images/vr.png) top left repeat-y;
  text-align: left;
}
#jspec-top {
  position: relative;
  margin: 0 auto;
  width: 1008px;
  height: 40px;
  background: url(images/sprites.bg.png) top left no-repeat;
}
#jspec-bottom {
  margin: 0 auto;
  width: 1008px;
  height: 15px;
  background: url(images/sprites.bg.png) bottom left no-repeat;
}
#jspec .loading {
  margin-top: -45px;
  width: 1008px;
  height: 80px;
  background: url(images/loading.gif) 50% 50% no-repeat;
}
#jspec-title {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 160px;
  font-size: 22px;
  font-weight: normal;
  background: url(images/sprites.png) 0 -126px no-repeat;
  text-align: center;
}
#jspec-title em {
  font-size: 10px;
  font-style: normal;
  color: #BCC8D1;
}
#jspec-report * {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#jspec-report {
  padding: 15px 40px;
	font: 11px "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif;
	color: #7B8D9B;
}
#jspec-report.has-failures {
  padding-bottom: 30px;
}
#jspec-report .hidden {
  display: none;
}
#jspec-report .heading {
  margin-bottom: 15px;
}
#jspec-report .heading span {
  padding-right: 10px;
}
#jspec-report .heading .passes em {
  color: #0ea0eb;
}
#jspec-report .heading .failures em {
  color: #FA1616;
}
#jspec-report table {
  font-size: 11px;
  border-collapse: collapse;
}
#jspec-report td {
  padding: 8px;
  text-indent: 30px;
  color: #7B8D9B;
}
#jspec-report tr.body {
  display: none;
}
#jspec-report tr.body pre {
  margin: 0;
  padding: 0 0 5px 25px;
}
#jspec-report tr.even:hover + tr.body, 
#jspec-report tr.odd:hover + tr.body {
  display: block;
}
#jspec-report tr td:first-child em {
	display: block;
	clear: both;
  font-style: normal;
  font-weight: normal;
  color: #7B8D9B;
}
#jspec-report tr.even:hover, 
#jspec-report tr.odd:hover {
  text-shadow: 1px 1px 1px #fff;
  background: #F2F5F7;
}
#jspec-report td + td {
  padding-right: 0;
  width: 15px;
}
#jspec-report td.pass {
  background: url(images/sprites.png) 3px -7px no-repeat;
}
#jspec-report td.fail {
  background: url(images/sprites.png) 3px -158px no-repeat;
  font-weight: bold;
  color: #FC0D0D;
}
#jspec-report td.requires-implementation {
  background: url(images/sprites.png) 3px -333px no-repeat;
}
#jspec-report tr.description td {
  margin-top: 25px;
  padding-top: 25px;
  font-size: 12px;
  font-weight: bold;
  text-indent: 0;
  color: #1a1a1a;
}
#jspec-report tr.description:first-child td {
  border-top: none;  
}
#jspec-report .assertion {
  display: block;
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
  width: 1px;
  height: 5px;
  background: #7B8D9B;
}
#jspec-report .assertion.failed {
  background: red;
}
.jspec-sandbox {
  display: none;
}