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