10
10
11
11
/** Resets */
12
12
13
- # qunit-tests , # qunit-tests li ol , # qunit-header , # qunit-banner , # qunit-userAgent , # qunit-testresult {
13
+ # qunit-tests , # qunit-tests ol , # qunit-header , # qunit-banner , # qunit-userAgent , # qunit-testresult {
14
14
margin : 0 ;
15
15
padding : 0 ;
16
16
}
20
20
21
21
# qunit-header {
22
22
padding : 0.5em 0 0.5em 1em ;
23
-
24
- color : # fff ;
25
- text-shadow : rgba (0 , 0 , 0 , 0.5 ) 4px 4px 1px ;
23
+
24
+ color : # 8699a4 ;
26
25
background-color : # 0d3349 ;
26
+
27
+ font-size : 1.5em ;
28
+ line-height : 1em ;
29
+ font-weight : normal;
27
30
28
31
border-radius : 15px 15px 0 0 ;
29
32
-moz-border-radius : 15px 15px 0 0 ;
33
36
34
37
# qunit-header a {
35
38
text-decoration : none;
36
- color : white;
39
+ color : # c2ccd1 ;
40
+ }
41
+
42
+ # qunit-header a : hover ,
43
+ # qunit-header a : focus {
44
+ color : # fff ;
37
45
}
38
46
39
47
# qunit-banner {
40
48
height : 5px ;
41
49
}
42
50
43
51
# qunit-testrunner-toolbar {
44
- padding : 0em 0 0.5em 2em ;
52
+ padding : 0.5em 0 0.5em 2em ;
53
+ color : # 5E740B ;
54
+ background-color : # eee ;
45
55
}
46
56
47
57
# qunit-userAgent {
68
78
cursor : pointer;
69
79
}
70
80
71
- # qunit-tests li ol {
81
+ # qunit-tests ol {
72
82
margin-top : 0.5em ;
73
83
padding : 0.5em ;
74
84
83
93
-webkit-box-shadow : inset 0px 2px 13px # 999 ;
84
94
}
85
95
96
+ # qunit-tests table {
97
+ border-collapse : collapse;
98
+ margin-top : .2em ;
99
+ }
100
+
101
+ # qunit-tests th {
102
+ text-align : right;
103
+ vertical-align : top;
104
+ padding : 0 .5em 0 0 ;
105
+ }
106
+
107
+ # qunit-tests td {
108
+ vertical-align : top;
109
+ }
110
+
111
+ # qunit-tests pre {
112
+ margin : 0 ;
113
+ white-space : pre-wrap;
114
+ word-wrap : break-word;
115
+ }
116
+
117
+ # qunit-tests del {
118
+ background-color : # e0f2be ;
119
+ color : # 374e0c ;
120
+ text-decoration : none;
121
+ }
122
+
123
+ # qunit-tests ins {
124
+ background-color : # ffcaca ;
125
+ color : # 500 ;
126
+ text-decoration : none;
127
+ }
128
+
129
+ /*** Test Counts */
130
+
131
+ # qunit-tests b .counts { color : black; }
132
+ # qunit-tests b .passed { color : # 5E740B ; }
133
+ # qunit-tests b .failed { color : # 710909 ; }
134
+
86
135
# qunit-tests li li {
87
136
margin : 0.5em ;
88
137
padding : 0.4em 0.5em 0.4em 0.5em ;
99
148
border-left : 26px solid # C6E746 ;
100
149
}
101
150
102
- # qunit-tests li .pass { color : # 528CE0 ; background-color : # D2E0E6 ; }
103
- # qunit-tests li .pass span .test-name { color : # 366097 ; }
151
+ # qunit-tests .pass { color : # 528CE0 ; background-color : # D2E0E6 ; }
152
+ # qunit-tests .pass .test-name { color : # 366097 ; }
104
153
105
- # qunit-tests li li .pass span .test-actual ,
106
- # qunit-tests li li .pass span .test-expected { color : # 999999 ; }
107
-
108
- strong b .pass { color : # 5E740B ; }
154
+ # qunit-tests .pass .test-actual ,
155
+ # qunit-tests .pass .test-expected { color : # 999999 ; }
109
156
110
157
# qunit-banner .qunit-pass { background-color : # C6E746 ; }
111
158
@@ -117,31 +164,28 @@ strong b.pass { color: #5E740B; }
117
164
border-left : 26px solid # EE5757 ;
118
165
}
119
166
120
- # qunit-tests li .fail { color : # 000000 ; background-color : # EE5757 ; }
121
- # qunit-tests li .fail span .test-name ,
122
- # qunit-tests li .fail span .module-name { color : # 000000 ; }
123
-
124
- # qunit-tests li li .fail span .test-actual { color : # EE5757 ; }
125
- # qunit-tests li li .fail span .test-expected { color : green; }
167
+ # qunit-tests .fail { color : # 000000 ; background-color : # EE5757 ; }
168
+ # qunit-tests .fail .test-name ,
169
+ # qunit-tests .fail .module-name { color : # 000000 ; }
126
170
127
- strong b .fail { color : # 710909 ; }
171
+ # qunit-tests .fail .test-actual { color : # EE5757 ; }
172
+ # qunit-tests .fail .test-expected { color : green; }
128
173
129
- # qunit-banner .qunit-fail ,
130
- # qunit-testrunner-toolbar { background-color : # EE5757 ; }
174
+ # qunit-banner .qunit-fail { background-color : # EE5757 ; }
131
175
132
176
133
177
/** Footer */
134
178
135
179
# qunit-testresult {
136
180
padding : 0.5em 0.5em 0.5em 2.5em ;
137
-
181
+
138
182
color : # 2b81af ;
139
183
background-color : # D2E0E6 ;
140
184
141
185
border-radius : 0 0 15px 15px ;
142
186
-moz-border-radius : 0 0 15px 15px ;
143
187
-webkit-border-bottom-right-radius : 15px ;
144
- -webkit-border-bottom-left-radius : 15px ;
188
+ -webkit-border-bottom-left-radius : 15px ;
145
189
}
146
190
147
191
/** Fixture */
@@ -150,4 +194,4 @@ strong b.fail { color: #710909; }
150
194
position : absolute;
151
195
top : -10000px ;
152
196
left : -10000px ;
153
- }
197
+ }
0 commit comments