5 * Copyright 2006, 2014 jQuery Foundation and other contributors
6 * Released under the MIT license
7 * http://jquery.org/license
9 * Date: 2014-12-03T16:32Z
12 /** Font Family and Sizes */
14 #qunit-tests, #qunit-header
, #qunit-banner
, #qunit-testrunner-toolbar
, #qunit-userAgent
, #qunit-testresult
{
15 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri
, Helvetica
, Arial
, sans-serif
;
18 #qunit-testrunner-toolbar, #qunit-userAgent
, #qunit-testresult
, #qunit-tests li
{ font-size: small
; }
19 #qunit-tests { font-size: smaller
; }
24 #qunit-tests, #qunit-header
, #qunit-banner
, #qunit-userAgent
, #qunit-testresult
, #qunit-modulefilter
{
33 padding: 0.5em 0 0.5em 1em;
36 background-color: #0D3349;
42 border-radius: 5px 5px 0 0;
46 text-decoration: none
;
50 #qunit-header a:hover
,
51 #qunit-header a:focus
{
55 #qunit-testrunner-toolbar label
{
56 display: inline-block
;
57 padding: 0 0.5em 0 0.1em;
64 #qunit-testrunner-toolbar {
65 padding: 0.5em 1em 0.5em 1em;
67 background-color: #EEE;
72 padding: 0.5em 1em 0.5em 1em;
73 background-color: #2B81AF;
75 text-shadow: rgba
(0, 0, 0, 0.5) 2px 2px 1px;
78 #qunit-modulefilter-container {
82 /** Tests: Pass/Fail */
85 list-style-position: inside
;
89 padding: 0.4em 1em 0.4em 1em;
90 border-bottom: 1px solid
#FFF;
91 list-style-position: inside
;
98 #qunit-tests li
.pass
, #qunit-tests li
.running
, #qunit-tests li
.fail
{
102 #qunit-tests.hidepass li
.pass
, #qunit-tests
.hidepass li
.running
{
106 #qunit-tests li strong
{
110 #qunit-tests li
.skipped strong
{
117 text-decoration: none
;
119 #qunit-tests li
a:hover
,
120 #qunit-tests li
a:focus
{
124 #qunit-tests li
.runtime
{
133 background-color: #FFF;
143 border-collapse: collapse
;
150 padding: 0 0.5em 0 0;
159 white-space: pre-wrap
;
160 word-wrap: break-word
;
164 background-color: #E0F2BE;
166 text-decoration: none
;
170 background-color: #FFCACA;
172 text-decoration: none
;
177 #qunit-tests b
.counts
{ color: #000; }
178 #qunit-tests b
.passed
{ color: #5E740B; }
179 #qunit-tests b
.failed
{ color: #710909; }
183 background-color: #FFF;
185 list-style-position: inside
;
188 /*** Passing Styles */
190 #qunit-tests li li
.pass
{
192 background-color: #FFF;
193 border-left: 10px solid
#C6E746;
196 #qunit-tests .pass
{ color: #528CE0; background-color: #D2E0E6; }
197 #qunit-tests .pass
.test-name
{ color: #366097; }
199 #qunit-tests .pass
.test-actual
,
200 #qunit-tests .pass
.test-expected
{ color: #999; }
202 #qunit-banner.qunit-pass
{ background-color: #C6E746; }
204 /*** Failing Styles */
206 #qunit-tests li li
.fail
{
208 background-color: #FFF;
209 border-left: 10px solid
#EE5757;
213 #qunit-tests > li:last-child
{
214 border-radius: 0 0 5px 5px;
217 #qunit-tests .fail
{ color: #000; background-color: #EE5757; }
218 #qunit-tests .fail
.test-name
,
219 #qunit-tests .fail
.module-name
{ color: #000; }
221 #qunit-tests .fail
.test-actual
{ color: #EE5757; }
222 #qunit-tests .fail
.test-expected
{ color: #008000; }
224 #qunit-banner.qunit-fail
{ background-color: #EE5757; }
226 /*** Skipped tests */
228 #qunit-tests .skipped
{
229 background-color: #EBECE9;
232 #qunit-tests .qunit-skipped-label
{
233 background-color: #F4FF77;
234 display: inline-block
;
239 margin: -0.4em 0.4em -0.4em 0;
245 padding: 0.5em 1em 0.5em 1em;
248 background-color: #D2E0E6;
250 border-bottom: 1px solid
#FFF;
252 #qunit-testresult .module-name
{