/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/jscoverage.css
CSS | 328 lines | 240 code | 45 blank | 43 comment | 0 complexity | 98cd06df0594d9eded1261ebc4739bb4 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
1/* 2 jscoverage.css - code coverage for JavaScript 3 Copyright (C) 2007, 2008 siliconforks.com 4 5 This program is free software; you can redistribute it and/or modify 6 it under the terms of the GNU General Public License as published by 7 the Free Software Foundation; either version 2 of the License, or 8 (at your option) any later version. 9 10 This program is distributed in the hope that it will be useful, 11 but WITHOUT ANY WARRANTY; without even the implied warranty of 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 GNU General Public License for more details. 14 15 You should have received a copy of the GNU General Public License along 16 with this program; if not, write to the Free Software Foundation, Inc., 17 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18*/ 19 20body { 21 background-color: #bfffbf; 22 font-family: sans-serif; 23 font-size: 100%; 24 margin: 0; 25} 26 27#mainDiv { 28 font-size: 0.8125em; 29} 30 31#headingDiv { 32 position: absolute; 33 top: 0.5em; 34 left: 1.5em; 35 right: 1.5em; 36 bottom: 0; 37 line-height: 1.5em; 38} 39 40h1 { 41 float: left; 42 margin: 0; 43 padding-bottom: 0.5em; 44 font-size: 1.3em; 45} 46 47.ProgressBar { 48 float: left; 49 visibility: hidden; 50} 51 52.ProgressPercentage { 53 display: block; 54 float: left; 55 width: 5em; 56 text-align: right; 57} 58 59.ProgressGraph { 60 float: left; 61 width: 100px; 62 height: 10px; 63 border: 1px solid black; 64 margin-top: 0.3em; 65 background-color: #d4d0c8; 66 overflow: hidden; 67} 68 69.ProgressCovered { 70 /* windows system color ActiveCaption or Highlight */ 71 background-color: #0a246a; 72 width: 0; 73 height: 10px; 74 overflow: hidden; 75} 76 77#progressLabel { 78 display: block; 79 float: left; 80 padding-left: 0.3em; 81} 82 83/******************************************************************************* 84browser tab 85*/ 86 87input#location, button { 88 border: 1px solid black; 89 margin-left: 1px; 90 margin-right: 1px; 91} 92 93#iframeDiv { 94 position: absolute; 95 top: 3.5em; 96 left: 1em; 97 right: 1em; 98 bottom: 1em; 99} 100 101iframe { 102 width: 100%; 103 height: 100%; 104} 105 106/******************************************************************************* 107summary tab 108*/ 109 110#summaryDiv { 111 position: absolute; 112 top: 3em; 113 left: 1em; 114 right: 1em; 115 bottom: 1em; 116 overflow: auto; 117} 118 119table#summaryTable { 120 width: 100%; 121 margin-left: 0px; 122 margin-right: 0px; 123 border-collapse: collapse; 124 font-size: small; 125} 126 127table#summaryTable th, table#summaryTable td { 128 border-left: 1px solid #d9d9d9; 129} 130 131table#summaryTable th.leftColumn, table#summaryTable td.leftColumn { 132 border-left-width: 0px; 133} 134 135table#summaryTable th, table#summaryTable td { 136 padding: 2px; 137} 138 139th { 140 background-color: #e6ffe6; 141} 142 143td.numeric { 144 text-align: right; 145} 146 147abbr { 148 cursor: help; 149} 150 151tr#summaryTotals td.leftColumn span { 152 float: right; 153} 154tr#summaryTotals td.leftColumn span.title { 155 float: left; 156 font-weight: bold; 157} 158tr#summaryTotals td { 159 background-color: #ffd; 160} 161td.coverage { 162 width: 150px; 163} 164td.coverage span { 165 float: right; 166 margin-right: 5px; 167} 168.pctGraph { 169 width: 100px; 170 height: 10px; 171 float: right; 172 border: 1px solid #000; 173 background-color: #e00000; 174 overflow: hidden; 175 margin-top: 4px; 176} 177.pctGraph .covered { 178 background-color: #00f000; 179 width: 0; 180 height: 10px; 181} 182.pctGraph .skipped { 183 background-color: #d4d0c8; 184 width: 100px; 185 height: 10px; 186} 187tbody#summaryTbody tr.even td { 188 background-color: #e6ffe6; 189} 190 191/******************************************************************************* 192source tab 193*/ 194 195#fileDiv { 196 font-size: large; 197 font-weight: bold; 198} 199 200#sourceDiv { 201 position: absolute; 202 top: 3em; 203 left: 1em; 204 right: 1em; 205 bottom: 1em; 206 overflow: auto; 207} 208 209table#sourceTable { 210 border: 0px; 211 border-collapse: collapse; 212 font-size: small; 213} 214 215/* 216IE default behavior is to make <pre> smaller than surrounding text. Because 217the table already has font-size small, this would make the font-size within the 218<pre> x-small. So we don't rely on the default. 219*/ 220table#sourceTable pre { 221 font-size: medium; 222} 223 224table#sourceTable td { 225 border: 0px; 226 padding-top: 0px; 227 padding-bottom: 0px; 228 padding-left: 10px; 229 padding-right: 10px; 230} 231 232table#sourceTable pre { 233 border: 0px; 234 margin: 0px; 235} 236 237.g { 238 background-color: #bfffbf; 239} 240 241.y { 242 background-color: #ffffbf; 243} 244 245.r { 246 background-color: #ffbfbf; 247} 248 249/******************************************************************************* 250store tab 251*/ 252 253#storeDiv { 254 position: absolute; 255 top: 3em; 256 left: 1em; 257 right: 1em; 258 bottom: 1em; 259 overflow: auto; 260} 261 262/******************************************************************************* 263about tab 264*/ 265 266p { 267 margin-top: 0; 268} 269 270/******************************************************************************* 271tabs 272*/ 273 274#tabs { 275 position: absolute; 276 top: 3em; 277 left: 1.5em; 278 right: 1.5em; 279 height: 2em; 280} 281 282#tabs div { 283 background-color: white; 284 position: relative; 285 float: left; 286 border: 1px solid black; 287 border-bottom-width: 0; 288 cursor: pointer; 289 margin-left: 0.5em; 290 margin-right: 0.5em; 291 padding-left: 0.5em; 292 padding-right: 0.5em; 293 height: 2em; 294 z-index: 1; 295 line-height: 1.8em; 296} 297 298#tabs div.selected { 299 z-index: 3; 300 cursor: default; 301} 302 303#tabs div.disabled { 304 /* windows system color GrayText */ 305 color: #808080; 306 cursor: default; 307} 308 309.TabPage { 310 background-color: white; 311 border: 1px solid black; 312 position: absolute; 313 top: 5em; 314 left: 1.5em; 315 right: 1.5em; 316 bottom: 1.5em; 317 z-index: 2; 318 padding: 1em; 319 display: none; 320} 321 322#tabPages div.selected { 323 display: block; 324} 325 326img { 327 visibility: hidden; 328}