5  * Copyright jQuery Foundation and other contributors
 
   6  * Released under the MIT license
 
   7  * http://jquery.org/license
 
   9  * Date: 2015-01-20T19:39Z
 
  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 {
 
  84         display: inline-block;
 
  94 /** Tests: Pass/Fail */
 
  97         list-style-position: inside;
 
 101         padding: 0.4em 1em 0.4em 1em;
 
 102         border-bottom: 1px solid #FFF;
 
 103         list-style-position: inside;
 
 110 #qunit-tests li.running,
 
 111 #qunit-tests li.pass,
 
 112 #qunit-tests li.fail,
 
 113 #qunit-tests li.skipped {
 
 117 #qunit-tests.hidepass li.running,
 
 118 #qunit-tests.hidepass li.pass {
 
 122 #qunit-tests li strong {
 
 126 #qunit-tests li.skipped strong {
 
 133         text-decoration: none;
 
 135 #qunit-tests li a:hover,
 
 136 #qunit-tests li a:focus {
 
 140 #qunit-tests li .runtime {
 
 149         background-color: #FFF;
 
 159         border-collapse: collapse;
 
 166         padding: 0 0.5em 0 0;
 
 175         white-space: pre-wrap;
 
 176         word-wrap: break-word;
 
 180         background-color: #E0F2BE;
 
 182         text-decoration: none;
 
 186         background-color: #FFCACA;
 
 188         text-decoration: none;
 
 193 #qunit-tests b.counts                       { color: #000; }
 
 194 #qunit-tests b.passed                       { color: #5E740B; }
 
 195 #qunit-tests b.failed                       { color: #710909; }
 
 199         background-color: #FFF;
 
 201         list-style-position: inside;
 
 204 /*** Passing Styles */
 
 206 #qunit-tests li li.pass {
 
 208         background-color: #FFF;
 
 209         border-left: 10px solid #C6E746;
 
 212 #qunit-tests .pass                          { color: #528CE0; background-color: #D2E0E6; }
 
 213 #qunit-tests .pass .test-name               { color: #366097; }
 
 215 #qunit-tests .pass .test-actual,
 
 216 #qunit-tests .pass .test-expected           { color: #999; }
 
 218 #qunit-banner.qunit-pass                    { background-color: #C6E746; }
 
 220 /*** Failing Styles */
 
 222 #qunit-tests li li.fail {
 
 224         background-color: #FFF;
 
 225         border-left: 10px solid #EE5757;
 
 229 #qunit-tests > li:last-child {
 
 230         border-radius: 0 0 5px 5px;
 
 233 #qunit-tests .fail                          { color: #000; background-color: #EE5757; }
 
 234 #qunit-tests .fail .test-name,
 
 235 #qunit-tests .fail .module-name             { color: #000; }
 
 237 #qunit-tests .fail .test-actual             { color: #EE5757; }
 
 238 #qunit-tests .fail .test-expected           { color: #008000; }
 
 240 #qunit-banner.qunit-fail                    { background-color: #EE5757; }
 
 242 /*** Skipped tests */
 
 244 #qunit-tests .skipped {
 
 245         background-color: #EBECE9;
 
 248 #qunit-tests .qunit-skipped-label {
 
 249         background-color: #F4FF77;
 
 250         display: inline-block;
 
 255         margin: -0.4em 0.4em -0.4em 0;
 
 261         padding: 0.5em 1em 0.5em 1em;
 
 264         background-color: #D2E0E6;
 
 266         border-bottom: 1px solid #FFF;
 
 268 #qunit-testresult .module-name {