2 * QUnit v1.3.0pre - A JavaScript Unit Testing Framework
4 * http://docs.jquery.com/QUnit
6 * Copyright (c) 2012 John Resig, Jörn Zaefferer
7 * Dual licensed under the MIT (MIT-LICENSE.txt)
8 * or GPL (GPL-LICENSE.txt) licenses.
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-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
32 padding: 0.5em 0 0.5em 1em;
35 background-color: #0d3349;
41 border-radius: 15px 15px 0 0;
42 -moz-border-radius: 15px 15px 0 0;
43 -webkit-border-top-right-radius: 15px;
44 -webkit-border-top-left-radius: 15px;
48 text-decoration: none;
52 #qunit-header a:hover,
53 #qunit-header a:focus {
58 display: inline-block;
65 #qunit-testrunner-toolbar {
66 padding: 0.5em 0 0.5em 2em;
68 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;
79 /** Tests: Pass/Fail */
82 list-style-position: inside;
86 padding: 0.4em 0.5em 0.4em 2.5em;
87 border-bottom: 1px solid #fff;
88 list-style-position: inside;
91 #qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running {
95 #qunit-tests li strong {
102 text-decoration: none;
104 #qunit-tests li a:hover,
105 #qunit-tests li a:focus {
113 background-color: #fff;
116 -moz-border-radius: 15px;
117 -webkit-border-radius: 15px;
119 box-shadow: inset 0px 2px 13px #999;
120 -moz-box-shadow: inset 0px 2px 13px #999;
121 -webkit-box-shadow: inset 0px 2px 13px #999;
125 border-collapse: collapse;
141 white-space: pre-wrap;
142 word-wrap: break-word;
146 background-color: #e0f2be;
148 text-decoration: none;
152 background-color: #ffcaca;
154 text-decoration: none;
159 #qunit-tests b.counts { color: black; }
160 #qunit-tests b.passed { color: #5E740B; }
161 #qunit-tests b.failed { color: #710909; }
165 padding: 0.4em 0.5em 0.4em 0.5em;
166 background-color: #fff;
168 list-style-position: inside;
171 /*** Passing Styles */
173 #qunit-tests li li.pass {
175 background-color: #fff;
176 border-left: 26px solid #C6E746;
179 #qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
180 #qunit-tests .pass .test-name { color: #366097; }
182 #qunit-tests .pass .test-actual,
183 #qunit-tests .pass .test-expected { color: #999999; }
185 #qunit-banner.qunit-pass { background-color: #C6E746; }
187 /*** Failing Styles */
189 #qunit-tests li li.fail {
191 background-color: #fff;
192 border-left: 26px solid #EE5757;
196 #qunit-tests > li:last-child {
197 border-radius: 0 0 15px 15px;
198 -moz-border-radius: 0 0 15px 15px;
199 -webkit-border-bottom-right-radius: 15px;
200 -webkit-border-bottom-left-radius: 15px;
203 #qunit-tests .fail { color: #000000; background-color: #EE5757; }
204 #qunit-tests .fail .test-name,
205 #qunit-tests .fail .module-name { color: #000000; }
207 #qunit-tests .fail .test-actual { color: #EE5757; }
208 #qunit-tests .fail .test-expected { color: green; }
210 #qunit-banner.qunit-fail { background-color: #EE5757; }
216 padding: 0.5em 0.5em 0.5em 2.5em;
219 background-color: #D2E0E6;
221 border-bottom: 1px solid white;