5 * Copyright 2013 jQuery Foundation and other contributors
6 * Released under the MIT license
7 * http://jquery.org/license
9 * Date: 2014-01-31T16:40Z
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 0 0.5em 2em;
67 background-color: #EEE;
72 padding: 0.5em 0 0.5em 2.5em;
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 0.5em 0.4em 2.5em;
90 border-bottom: 1px solid
#FFF;
91 list-style-position: inside
;
94 #qunit-tests.hidepass li
.pass
, #qunit-tests
.hidepass li
.running
{
98 #qunit-tests li strong
{
105 text-decoration: none
;
107 #qunit-tests li
a:hover
,
108 #qunit-tests li
a:focus
{
112 #qunit-tests li
.runtime
{
121 background-color: #FFF;
131 border-collapse: collapse
;
138 padding: 0 0.5em 0 0;
147 white-space: pre-wrap
;
148 word-wrap: break-word
;
152 background-color: #E0F2BE;
154 text-decoration: none
;
158 background-color: #FFCACA;
160 text-decoration: none
;
165 #qunit-tests b
.counts
{ color: #000; }
166 #qunit-tests b
.passed
{ color: #5E740B; }
167 #qunit-tests b
.failed
{ color: #710909; }
171 background-color: #FFF;
173 list-style-position: inside
;
176 /*** Passing Styles */
178 #qunit-tests li li
.pass
{
180 background-color: #FFF;
181 border-left: 10px solid
#C6E746;
184 #qunit-tests .pass
{ color: #528CE0; background-color: #D2E0E6; }
185 #qunit-tests .pass
.test-name
{ color: #366097; }
187 #qunit-tests .pass
.test-actual
,
188 #qunit-tests .pass
.test-expected
{ color: #999; }
190 #qunit-banner.qunit-pass
{ background-color: #C6E746; }
192 /*** Failing Styles */
194 #qunit-tests li li
.fail
{
196 background-color: #FFF;
197 border-left: 10px solid
#EE5757;
201 #qunit-tests > li:last-child
{
202 border-radius: 0 0 5px 5px;
205 #qunit-tests .fail
{ color: #000; background-color: #EE5757; }
206 #qunit-tests .fail
.test-name
,
207 #qunit-tests .fail
.module-name
{ color: #000; }
209 #qunit-tests .fail
.test-actual
{ color: #EE5757; }
210 #qunit-tests .fail
.test-expected
{ color: #008000; }
212 #qunit-banner.qunit-fail
{ background-color: #EE5757; }
218 padding: 0.5em 0.5em 0.5em 2.5em;
221 background-color: #D2E0E6;
223 border-bottom: 1px solid
#FFF;
225 #qunit-testresult .module-name
{