2 * QUnit v1.11.0 - A JavaScript Unit Testing Framework
6 * Copyright 2012 jQuery Foundation and other contributors
7 * Released under the MIT license.
8 * http://jquery.org/license
11 /** Font Family and Sizes */
13 #qunit-tests, #qunit-header
, #qunit-banner
, #qunit-testrunner-toolbar
, #qunit-userAgent
, #qunit-testresult
{
14 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri
, Helvetica
, Arial
, sans-serif
;
17 #qunit-testrunner-toolbar, #qunit-userAgent
, #qunit-testresult
, #qunit-tests li
{ font-size: small
; }
18 #qunit-tests { font-size: smaller
; }
23 #qunit-tests, #qunit-header
, #qunit-banner
, #qunit-userAgent
, #qunit-testresult
, #qunit-modulefilter
{
32 padding: 0.5em 0 0.5em 1em;
35 background-color: #0d3349;
41 border-radius: 5px 5px 0 0;
42 -moz-border-radius: 5px 5px 0 0;
43 -webkit-border-top-right-radius: 5px;
44 -webkit-border-top-left-radius: 5px;
48 text-decoration: none
;
52 #qunit-header a:hover
,
53 #qunit-header a:focus
{
57 #qunit-testrunner-toolbar label
{
58 display: inline-block
;
59 padding: 0 .5em 0 .1em;
66 #qunit-testrunner-toolbar {
67 padding: 0.5em 0 0.5em 2em;
69 background-color: #eee;
74 padding: 0.5em 0 0.5em 2.5em;
75 background-color: #2b81af;
77 text-shadow: rgba
(0, 0, 0, 0.5) 2px 2px 1px;
80 #qunit-modulefilter-container {
84 /** Tests: Pass/Fail */
87 list-style-position: inside
;
91 padding: 0.4em 0.5em 0.4em 2.5em;
92 border-bottom: 1px solid
#fff;
93 list-style-position: inside
;
96 #qunit-tests.hidepass li
.pass
, #qunit-tests
.hidepass li
.running
{
100 #qunit-tests li strong
{
107 text-decoration: none
;
109 #qunit-tests li
a:hover
,
110 #qunit-tests li
a:focus
{
114 #qunit-tests li
.runtime
{
123 background-color: #fff;
126 -moz-border-radius: 5px;
127 -webkit-border-radius: 5px;
135 border-collapse: collapse
;
151 white-space: pre-wrap
;
152 word-wrap: break-word
;
156 background-color: #e0f2be;
158 text-decoration: none
;
162 background-color: #ffcaca;
164 text-decoration: none
;
169 #qunit-tests b
.counts
{ color: black
; }
170 #qunit-tests b
.passed
{ color: #5E740B; }
171 #qunit-tests b
.failed
{ color: #710909; }
175 background-color: #fff;
177 list-style-position: inside
;
180 /*** Passing Styles */
182 #qunit-tests li li
.pass
{
184 background-color: #fff;
185 border-left: 10px solid
#C6E746;
188 #qunit-tests .pass
{ color: #528CE0; background-color: #D2E0E6; }
189 #qunit-tests .pass
.test-name
{ color: #366097; }
191 #qunit-tests .pass
.test-actual
,
192 #qunit-tests .pass
.test-expected
{ color: #999999; }
194 #qunit-banner.qunit-pass
{ background-color: #C6E746; }
196 /*** Failing Styles */
198 #qunit-tests li li
.fail
{
200 background-color: #fff;
201 border-left: 10px solid
#EE5757;
205 #qunit-tests > li:last-child
{
206 border-radius: 0 0 5px 5px;
207 -moz-border-radius: 0 0 5px 5px;
208 -webkit-border-bottom-right-radius: 5px;
209 -webkit-border-bottom-left-radius: 5px;
212 #qunit-tests .fail
{ color: #000000; background-color: #EE5757; }
213 #qunit-tests .fail
.test-name
,
214 #qunit-tests .fail
.module-name
{ color: #000000; }
216 #qunit-tests .fail
.test-actual
{ color: #EE5757; }
217 #qunit-tests .fail
.test-expected
{ color: green
; }
219 #qunit-banner.qunit-fail
{ background-color: #EE5757; }
225 padding: 0.5em 0.5em 0.5em 2.5em;
228 background-color: #D2E0E6;
230 border-bottom: 1px solid white
;
232 #qunit-testresult .module-name
{