/wwwroot/vendor/qunit.css
CSS | 215 lines | 152 code | 54 blank | 9 comment | 0 complexity | 37a4c111287823dbdf9d322dc1ebdad7 MD5 | raw file
1/** Font Family and Sizes */ 2 3#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult { 4 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial; 5} 6 7#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; } 8#qunit-tests { font-size: smaller; } 9 10 11/** Resets */ 12 13#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult { 14 margin: 0; 15 padding: 0; 16} 17 18 19/** Header */ 20 21#qunit-header { 22 padding: 0.5em 0 0.5em 1em; 23 24 color: #8699a4; 25 background-color: #0d3349; 26 27 font-size: 1.5em; 28 line-height: 1em; 29 font-weight: normal; 30 31 border-radius: 15px 15px 0 0; 32 -moz-border-radius: 15px 15px 0 0; 33 -webkit-border-top-right-radius: 15px; 34 -webkit-border-top-left-radius: 15px; 35} 36 37#qunit-header a { 38 text-decoration: none; 39 color: #c2ccd1; 40} 41 42#qunit-header a:hover, 43#qunit-header a:focus { 44 color: #fff; 45} 46 47#qunit-banner { 48 height: 5px; 49} 50 51#qunit-testrunner-toolbar { 52 padding: 0.5em 0 0.5em 2em; 53 color: #5E740B; 54 background-color: #eee; 55} 56 57#qunit-userAgent { 58 padding: 0.5em 0 0.5em 2.5em; 59 background-color: #2b81af; 60 color: #fff; 61 text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px; 62} 63 64 65/** Tests: Pass/Fail */ 66 67#qunit-tests { 68 list-style-position: inside; 69} 70 71#qunit-tests li { 72 padding: 0.4em 0.5em 0.4em 2.5em; 73 border-bottom: 1px solid #fff; 74 list-style-position: inside; 75} 76 77#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running { 78 display: none; 79} 80 81#qunit-tests li strong { 82 cursor: pointer; 83} 84 85#qunit-tests li a { 86 padding: 0.5em; 87 color: #c2ccd1; 88 text-decoration: none; 89} 90#qunit-tests li a:hover, 91#qunit-tests li a:focus { 92 color: #000; 93} 94 95#qunit-tests ol { 96 margin-top: 0.5em; 97 padding: 0.5em; 98 99 background-color: #fff; 100 101 border-radius: 15px; 102 -moz-border-radius: 15px; 103 -webkit-border-radius: 15px; 104 105 box-shadow: inset 0px 2px 13px #999; 106 -moz-box-shadow: inset 0px 2px 13px #999; 107 -webkit-box-shadow: inset 0px 2px 13px #999; 108} 109 110#qunit-tests table { 111 border-collapse: collapse; 112 margin-top: .2em; 113} 114 115#qunit-tests th { 116 text-align: right; 117 vertical-align: top; 118 padding: 0 .5em 0 0; 119} 120 121#qunit-tests td { 122 vertical-align: top; 123} 124 125#qunit-tests pre { 126 margin: 0; 127 white-space: pre-wrap; 128 word-wrap: break-word; 129} 130 131#qunit-tests del { 132 background-color: #e0f2be; 133 color: #374e0c; 134 text-decoration: none; 135} 136 137#qunit-tests ins { 138 background-color: #ffcaca; 139 color: #500; 140 text-decoration: none; 141} 142 143/*** Test Counts */ 144 145#qunit-tests b.counts { color: black; } 146#qunit-tests b.passed { color: #5E740B; } 147#qunit-tests b.failed { color: #710909; } 148 149#qunit-tests li li { 150 margin: 0.5em; 151 padding: 0.4em 0.5em 0.4em 0.5em; 152 background-color: #fff; 153 border-bottom: none; 154 list-style-position: inside; 155} 156 157/*** Passing Styles */ 158 159#qunit-tests li li.pass { 160 color: #5E740B; 161 background-color: #fff; 162 border-left: 26px solid #C6E746; 163} 164 165#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; } 166#qunit-tests .pass .test-name { color: #366097; } 167 168#qunit-tests .pass .test-actual, 169#qunit-tests .pass .test-expected { color: #999999; } 170 171#qunit-banner.qunit-pass { background-color: #C6E746; } 172 173/*** Failing Styles */ 174 175#qunit-tests li li.fail { 176 color: #710909; 177 background-color: #fff; 178 border-left: 26px solid #EE5757; 179} 180 181#qunit-tests > li:last-child { 182 border-radius: 0 0 15px 15px; 183 -moz-border-radius: 0 0 15px 15px; 184 -webkit-border-bottom-right-radius: 15px; 185 -webkit-border-bottom-left-radius: 15px; 186} 187 188#qunit-tests .fail { color: #000000; background-color: #EE5757; } 189#qunit-tests .fail .test-name, 190#qunit-tests .fail .module-name { color: #000000; } 191 192#qunit-tests .fail .test-actual { color: #EE5757; } 193#qunit-tests .fail .test-expected { color: green; } 194 195#qunit-banner.qunit-fail { background-color: #EE5757; } 196 197 198/** Result */ 199 200#qunit-testresult { 201 padding: 0.5em 0.5em 0.5em 2.5em; 202 203 color: #2b81af; 204 background-color: #D2E0E6; 205 206 border-bottom: 1px solid white; 207} 208 209/** Fixture */ 210 211#qunit-fixture { 212 position: absolute; 213 top: -10000px; 214 left: -10000px; 215}