PageRenderTime 60ms CodeModel.GetById 39ms RepoModel.GetById 2ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/instrumented-inverted/jscoverage.css

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