deprecations_detector 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +56 -0
  3. data/.rubocop.yml +22 -0
  4. data/Gemfile +6 -0
  5. data/LICENSE +21 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +74 -0
  8. data/Rakefile +28 -0
  9. data/deprecations_detector.gemspec +38 -0
  10. data/lib/deprecations_detector/active_support/deprecation_decorator.rb +17 -0
  11. data/lib/deprecations_detector/formatters/html/assets/javascripts/application.js +213 -0
  12. data/lib/deprecations_detector/formatters/html/assets/javascripts/libraries/jquery-1.6.2.min.js +18 -0
  13. data/lib/deprecations_detector/formatters/html/assets/javascripts/plugins/highlight.pack.js +1 -0
  14. data/lib/deprecations_detector/formatters/html/assets/javascripts/plugins/jquery.colorbox.js +1090 -0
  15. data/lib/deprecations_detector/formatters/html/assets/javascripts/plugins/jquery.dataTables.min.js +152 -0
  16. data/lib/deprecations_detector/formatters/html/assets/javascripts/plugins/jquery.timeago.js +141 -0
  17. data/lib/deprecations_detector/formatters/html/assets/javascripts/plugins/jquery.url.js +174 -0
  18. data/lib/deprecations_detector/formatters/html/assets/javascripts/settings.js +1 -0
  19. data/lib/deprecations_detector/formatters/html/assets/javascripts/treeview.js +261 -0
  20. data/lib/deprecations_detector/formatters/html/assets/stylesheets/application.css +4 -0
  21. data/lib/deprecations_detector/formatters/html/assets/stylesheets/plugins/highlight.css +129 -0
  22. data/lib/deprecations_detector/formatters/html/assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css +295 -0
  23. data/lib/deprecations_detector/formatters/html/assets/stylesheets/plugins/jquery.colorbox.css +52 -0
  24. data/lib/deprecations_detector/formatters/html/assets/stylesheets/reset.css +103 -0
  25. data/lib/deprecations_detector/formatters/html/assets/stylesheets/screen.css.sass +249 -0
  26. data/lib/deprecations_detector/formatters/html/assets/stylesheets/treeview.css +12 -0
  27. data/lib/deprecations_detector/formatters/html/formatter.rb +169 -0
  28. data/lib/deprecations_detector/formatters/html/public/application.css +852 -0
  29. data/lib/deprecations_detector/formatters/html/public/application.js +2050 -0
  30. data/lib/deprecations_detector/formatters/html/public/colorbox/border.png +0 -0
  31. data/lib/deprecations_detector/formatters/html/public/colorbox/controls.png +0 -0
  32. data/lib/deprecations_detector/formatters/html/public/colorbox/loading.gif +0 -0
  33. data/lib/deprecations_detector/formatters/html/public/colorbox/loading_background.png +0 -0
  34. data/lib/deprecations_detector/formatters/html/public/favicon.png +0 -0
  35. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  36. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  37. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  38. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  39. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  40. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  41. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  42. data/lib/deprecations_detector/formatters/html/public/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  43. data/lib/deprecations_detector/formatters/html/public/images/ui-icons_222222_256x240.png +0 -0
  44. data/lib/deprecations_detector/formatters/html/public/images/ui-icons_2e83ff_256x240.png +0 -0
  45. data/lib/deprecations_detector/formatters/html/public/images/ui-icons_454545_256x240.png +0 -0
  46. data/lib/deprecations_detector/formatters/html/public/images/ui-icons_888888_256x240.png +0 -0
  47. data/lib/deprecations_detector/formatters/html/public/images/ui-icons_cd0a0a_256x240.png +0 -0
  48. data/lib/deprecations_detector/formatters/html/public/loading.gif +0 -0
  49. data/lib/deprecations_detector/formatters/html/public/magnify.png +0 -0
  50. data/lib/deprecations_detector/formatters/html/public/settings.js +1 -0
  51. data/lib/deprecations_detector/formatters/html/views/file_list.erb +24 -0
  52. data/lib/deprecations_detector/formatters/html/views/layout.erb +39 -0
  53. data/lib/deprecations_detector/formatters/html/views/source_file.erb +24 -0
  54. data/lib/deprecations_detector/main.rb +113 -0
  55. data/lib/deprecations_detector/version.rb +5 -0
  56. data/lib/deprecations_detector.rb +10 -0
  57. data/lib/tasks/deprecations/combine.rake +30 -0
  58. data/lib/tasks/deprecations/format.rake +14 -0
  59. metadata +254 -0
@@ -0,0 +1,852 @@
1
+ /* -----------------------------------------------------------------------
2
+
3
+
4
+ Blueprint CSS Framework 0.9
5
+ http://blueprintcss.org
6
+
7
+ * Copyright (c) 2007-Present. See LICENSE for more info.
8
+ * See README for instructions on how to use Blueprint.
9
+ * For credits and origins, see AUTHORS.
10
+ * This is a compressed file. See the sources in the 'src' directory.
11
+
12
+ ----------------------------------------------------------------------- */
13
+
14
+ /* reset.css */
15
+ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
16
+ article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
17
+ body {line-height:1.5;}
18
+ table {border-collapse:separate;border-spacing:0;}
19
+ caption, th, td {text-align:left;font-weight:normal;}
20
+ table, td, th {vertical-align:middle;}
21
+ blockquote:before, blockquote:after, q:before, q:after {content:"";}
22
+ blockquote, q {quotes:"" "";}
23
+ a img {border:none;}
24
+
25
+ /* typography.css */
26
+ html {font-size:100.01%;}
27
+ body {font-size:82%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
28
+ h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
29
+ h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
30
+ h2 {font-size:2em;margin-bottom:0.75em;}
31
+ h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
32
+ h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
33
+ h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
34
+ h6 {font-size:1em;font-weight:bold;}
35
+ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
36
+ p {margin:0 0 1.5em;}
37
+ p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
38
+ p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
39
+ a:focus, a:hover {color:#000;}
40
+ a {color:#009;text-decoration:underline;}
41
+ blockquote {margin:1.5em;color:#666;font-style:italic;}
42
+ strong {font-weight:bold;}
43
+ em, dfn {font-style:italic;}
44
+ dfn {font-weight:bold;}
45
+ sup, sub {line-height:0;}
46
+ abbr, acronym {border-bottom:1px dotted #666;}
47
+ address {margin:0 0 1.5em;font-style:italic;}
48
+ del {color:#666;}
49
+ pre {margin:1.5em 0;white-space:pre;}
50
+ pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
51
+ li ul, li ol {margin:0;}
52
+ ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
53
+ ul {list-style-type:disc;}
54
+ ol {list-style-type:decimal;}
55
+ dl {margin:0 0 1.5em 0;}
56
+ dl dt {font-weight:bold;}
57
+ dd {margin-left:1.5em;}
58
+ table {margin-bottom:1.4em;width:100%;}
59
+ th {font-weight:bold;}
60
+ thead th {background:#c3d9ff;}
61
+ th, td, caption {padding:4px 10px 4px 5px;}
62
+ tr.even td {background:#efefef;}
63
+ tfoot {font-style:italic;}
64
+ caption {background:#eee;}
65
+ .small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
66
+ .large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
67
+ .hide {display:none;}
68
+ .quiet {color:#666;}
69
+ .loud {color:#000;}
70
+ .highlight {background:#ff0;}
71
+ .added {background:#060;color:#fff;}
72
+ .removed {background:#900;color:#fff;}
73
+ .first {margin-left:0;padding-left:0;}
74
+ .last {margin-right:0;padding-right:0;}
75
+ .top {margin-top:0;padding-top:0;}
76
+ .bottom {margin-bottom:0;padding-bottom:0;}
77
+
78
+ /* forms.css */
79
+ label {font-weight:bold;}
80
+ fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
81
+ legend {font-weight:bold;font-size:1.2em;}
82
+ input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
83
+ input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
84
+ input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
85
+ input.text, input.title {width:300px;padding:5px;}
86
+ input.title {font-size:1.5em;}
87
+ textarea {width:390px;height:250px;padding:5px;}
88
+ input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
89
+ form.inline {line-height:3;}
90
+ form.inline p {margin-bottom:0;}
91
+ .error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
92
+ .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
93
+ .notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
94
+ .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
95
+ .error a {color:#8a1f11;}
96
+ .notice a {color:#514721;}
97
+ .success a {color:#264409;}
98
+ .box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
99
+ hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
100
+ hr.space {background:#fff;color:#fff;visibility:hidden;}
101
+ .clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
102
+ .clearfix, .container {display:block;}
103
+ .clear {clear:both;}
104
+ /*
105
+ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
106
+ */
107
+
108
+ pre code {
109
+ }
110
+
111
+ pre .comment,
112
+ pre .template_comment,
113
+ pre .diff .header,
114
+ pre .javadoc {
115
+ color: #998;
116
+ font-style: italic
117
+ }
118
+
119
+ pre .keyword,
120
+ pre .css .rule .keyword,
121
+ pre .winutils,
122
+ pre .javascript .title,
123
+ pre .lisp .title {
124
+ color: #000;
125
+ font-weight: bold
126
+ }
127
+
128
+ pre .number,
129
+ pre .hexcolor {
130
+ color: #458
131
+ }
132
+
133
+
134
+ pre .string,
135
+ pre .tag .value,
136
+ pre .phpdoc,
137
+ pre .tex .formula {
138
+ color: #d14
139
+ }
140
+
141
+ pre .subst {
142
+ color: #712;
143
+ }
144
+
145
+ pre .constant,
146
+ pre .title,
147
+ pre .id {
148
+ color: #900;
149
+ font-weight: bold
150
+ }
151
+
152
+ pre .javascript .title,
153
+ pre .lisp .title,
154
+ pre .subst {
155
+ font-weight: normal
156
+ }
157
+
158
+ pre .class .title,
159
+ pre .haskell .label,
160
+ pre .tex .command {
161
+ color: #458;
162
+ font-weight: bold
163
+ }
164
+
165
+ pre .tag,
166
+ pre .tag .title,
167
+ pre .rules .property,
168
+ pre .django .tag .keyword {
169
+ color: #000080;
170
+ font-weight: normal
171
+ }
172
+
173
+ pre .attribute,
174
+ pre .variable,
175
+ pre .instancevar,
176
+ pre .lisp .body {
177
+ color: #008080
178
+ }
179
+
180
+ pre .regexp {
181
+ color: #009926
182
+ }
183
+
184
+ pre .class {
185
+ color: #458;
186
+ font-weight: bold
187
+ }
188
+
189
+ pre .symbol,
190
+ pre .ruby .symbol .string,
191
+ pre .ruby .symbol .keyword,
192
+ pre .ruby .symbol .keymethods,
193
+ pre .lisp .keyword,
194
+ pre .tex .special,
195
+ pre .input_number {
196
+ color: #990073
197
+ }
198
+
199
+ pre .builtin,
200
+ pre .built_in,
201
+ pre .lisp .title {
202
+ color: #0086b3
203
+ }
204
+
205
+ pre .preprocessor,
206
+ pre .pi,
207
+ pre .doctype,
208
+ pre .shebang,
209
+ pre .cdata {
210
+ color: #999;
211
+ font-weight: bold
212
+ }
213
+
214
+ pre .deletion {
215
+ background: #fdd
216
+ }
217
+
218
+ pre .addition {
219
+ background: #dfd
220
+ }
221
+
222
+ pre .diff .change {
223
+ background: #0086b3
224
+ }
225
+
226
+ pre .chunk {
227
+ color: #aaa
228
+ }
229
+
230
+ pre .tex .formula {
231
+ opacity: 0.5;
232
+ }
233
+ /*
234
+ * jQuery UI CSS Framework @VERSION
235
+ *
236
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
237
+ * Dual licensed under the MIT or GPL Version 2 licenses.
238
+ * http://jquery.org/license
239
+ *
240
+ * http://docs.jquery.com/UI/Theming/API
241
+ */
242
+
243
+ /* Layout helpers
244
+ ----------------------------------*/
245
+ .ui-helper-hidden { display: none; }
246
+ .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
247
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
248
+ .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
249
+ .ui-helper-clearfix { display: inline-block; }
250
+ /* required comment for clearfix to work in Opera \*/
251
+ * html .ui-helper-clearfix { height:1%; }
252
+ .ui-helper-clearfix { display:block; }
253
+ /* end clearfix */
254
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
255
+
256
+
257
+ /* Interaction Cues
258
+ ----------------------------------*/
259
+ .ui-state-disabled { cursor: default !important; }
260
+
261
+
262
+ /* Icons
263
+ ----------------------------------*/
264
+
265
+ /* states and images */
266
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
267
+
268
+
269
+ /* Misc visuals
270
+ ----------------------------------*/
271
+
272
+ /* Overlays */
273
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
274
+
275
+
276
+ /*
277
+ * jQuery UI CSS Framework @VERSION
278
+ *
279
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
280
+ * Dual licensed under the MIT or GPL Version 2 licenses.
281
+ * http://jquery.org/license
282
+ *
283
+ * http://docs.jquery.com/UI/Theming/API
284
+ *
285
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
286
+ */
287
+
288
+
289
+ /* Component containers
290
+ ----------------------------------*/
291
+ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
292
+ .ui-widget .ui-widget { font-size: 1em; }
293
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
294
+ .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
295
+ .ui-widget-content a { color: #222222; }
296
+ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
297
+ .ui-widget-header a { color: #222222; }
298
+
299
+ /* Interaction states
300
+ ----------------------------------*/
301
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
302
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
303
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
304
+ .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
305
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
306
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
307
+ .ui-widget :active { outline: none; }
308
+
309
+ /* Interaction Cues
310
+ ----------------------------------*/
311
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
312
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
313
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
314
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
315
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
316
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
317
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
318
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
319
+
320
+ /* Icons
321
+ ----------------------------------*/
322
+
323
+ /* states and images */
324
+ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
325
+ .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
326
+ .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
327
+ .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
328
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
329
+ .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
330
+ .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
331
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
332
+
333
+ /* positioning */
334
+ .ui-icon-carat-1-n { background-position: 0 0; }
335
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
336
+ .ui-icon-carat-1-e { background-position: -32px 0; }
337
+ .ui-icon-carat-1-se { background-position: -48px 0; }
338
+ .ui-icon-carat-1-s { background-position: -64px 0; }
339
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
340
+ .ui-icon-carat-1-w { background-position: -96px 0; }
341
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
342
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
343
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
344
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
345
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
346
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
347
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
348
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
349
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
350
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
351
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
352
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
353
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
354
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
355
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
356
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
357
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
358
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
359
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
360
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
361
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
362
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
363
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
364
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
365
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
366
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
367
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
368
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
369
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
370
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
371
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
372
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
373
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
374
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
375
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
376
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
377
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
378
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
379
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
380
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
381
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
382
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
383
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
384
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
385
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
386
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
387
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
388
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
389
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
390
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
391
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
392
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
393
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
394
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
395
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
396
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
397
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
398
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
399
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
400
+ .ui-icon-extlink { background-position: -32px -80px; }
401
+ .ui-icon-newwin { background-position: -48px -80px; }
402
+ .ui-icon-refresh { background-position: -64px -80px; }
403
+ .ui-icon-shuffle { background-position: -80px -80px; }
404
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
405
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
406
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
407
+ .ui-icon-folder-open { background-position: -16px -96px; }
408
+ .ui-icon-document { background-position: -32px -96px; }
409
+ .ui-icon-document-b { background-position: -48px -96px; }
410
+ .ui-icon-note { background-position: -64px -96px; }
411
+ .ui-icon-mail-closed { background-position: -80px -96px; }
412
+ .ui-icon-mail-open { background-position: -96px -96px; }
413
+ .ui-icon-suitcase { background-position: -112px -96px; }
414
+ .ui-icon-comment { background-position: -128px -96px; }
415
+ .ui-icon-person { background-position: -144px -96px; }
416
+ .ui-icon-print { background-position: -160px -96px; }
417
+ .ui-icon-trash { background-position: -176px -96px; }
418
+ .ui-icon-locked { background-position: -192px -96px; }
419
+ .ui-icon-unlocked { background-position: -208px -96px; }
420
+ .ui-icon-bookmark { background-position: -224px -96px; }
421
+ .ui-icon-tag { background-position: -240px -96px; }
422
+ .ui-icon-home { background-position: 0 -112px; }
423
+ .ui-icon-flag { background-position: -16px -112px; }
424
+ .ui-icon-calendar { background-position: -32px -112px; }
425
+ .ui-icon-cart { background-position: -48px -112px; }
426
+ .ui-icon-pencil { background-position: -64px -112px; }
427
+ .ui-icon-clock { background-position: -80px -112px; }
428
+ .ui-icon-disk { background-position: -96px -112px; }
429
+ .ui-icon-calculator { background-position: -112px -112px; }
430
+ .ui-icon-zoomin { background-position: -128px -112px; }
431
+ .ui-icon-zoomout { background-position: -144px -112px; }
432
+ .ui-icon-search { background-position: -160px -112px; }
433
+ .ui-icon-wrench { background-position: -176px -112px; }
434
+ .ui-icon-gear { background-position: -192px -112px; }
435
+ .ui-icon-heart { background-position: -208px -112px; }
436
+ .ui-icon-star { background-position: -224px -112px; }
437
+ .ui-icon-link { background-position: -240px -112px; }
438
+ .ui-icon-cancel { background-position: 0 -128px; }
439
+ .ui-icon-plus { background-position: -16px -128px; }
440
+ .ui-icon-plusthick { background-position: -32px -128px; }
441
+ .ui-icon-minus { background-position: -48px -128px; }
442
+ .ui-icon-minusthick { background-position: -64px -128px; }
443
+ .ui-icon-close { background-position: -80px -128px; }
444
+ .ui-icon-closethick { background-position: -96px -128px; }
445
+ .ui-icon-key { background-position: -112px -128px; }
446
+ .ui-icon-lightbulb { background-position: -128px -128px; }
447
+ .ui-icon-scissors { background-position: -144px -128px; }
448
+ .ui-icon-clipboard { background-position: -160px -128px; }
449
+ .ui-icon-copy { background-position: -176px -128px; }
450
+ .ui-icon-contact { background-position: -192px -128px; }
451
+ .ui-icon-image { background-position: -208px -128px; }
452
+ .ui-icon-video { background-position: -224px -128px; }
453
+ .ui-icon-script { background-position: -240px -128px; }
454
+ .ui-icon-alert { background-position: 0 -144px; }
455
+ .ui-icon-info { background-position: -16px -144px; }
456
+ .ui-icon-notice { background-position: -32px -144px; }
457
+ .ui-icon-help { background-position: -48px -144px; }
458
+ .ui-icon-check { background-position: -64px -144px; }
459
+ .ui-icon-bullet { background-position: -80px -144px; }
460
+ .ui-icon-radio-off { background-position: -96px -144px; }
461
+ .ui-icon-radio-on { background-position: -112px -144px; }
462
+ .ui-icon-pin-w { background-position: -128px -144px; }
463
+ .ui-icon-pin-s { background-position: -144px -144px; }
464
+ .ui-icon-play { background-position: 0 -160px; }
465
+ .ui-icon-pause { background-position: -16px -160px; }
466
+ .ui-icon-seek-next { background-position: -32px -160px; }
467
+ .ui-icon-seek-prev { background-position: -48px -160px; }
468
+ .ui-icon-seek-end { background-position: -64px -160px; }
469
+ .ui-icon-seek-start { background-position: -80px -160px; }
470
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
471
+ .ui-icon-seek-first { background-position: -80px -160px; }
472
+ .ui-icon-stop { background-position: -96px -160px; }
473
+ .ui-icon-eject { background-position: -112px -160px; }
474
+ .ui-icon-volume-off { background-position: -128px -160px; }
475
+ .ui-icon-volume-on { background-position: -144px -160px; }
476
+ .ui-icon-power { background-position: 0 -176px; }
477
+ .ui-icon-signal-diag { background-position: -16px -176px; }
478
+ .ui-icon-signal { background-position: -32px -176px; }
479
+ .ui-icon-battery-0 { background-position: -48px -176px; }
480
+ .ui-icon-battery-1 { background-position: -64px -176px; }
481
+ .ui-icon-battery-2 { background-position: -80px -176px; }
482
+ .ui-icon-battery-3 { background-position: -96px -176px; }
483
+ .ui-icon-circle-plus { background-position: 0 -192px; }
484
+ .ui-icon-circle-minus { background-position: -16px -192px; }
485
+ .ui-icon-circle-close { background-position: -32px -192px; }
486
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
487
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
488
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
489
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
490
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
491
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
492
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
493
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
494
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
495
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
496
+ .ui-icon-circle-check { background-position: -208px -192px; }
497
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
498
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
499
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
500
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
501
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
502
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
503
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
504
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
505
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
506
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
507
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
508
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
509
+
510
+
511
+ /* Misc visuals
512
+ ----------------------------------*/
513
+
514
+ /* Corner radius */
515
+ .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
516
+ .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
517
+ .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
518
+ .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
519
+ .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
520
+ .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
521
+ .ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
522
+ .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
523
+ .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
524
+
525
+ /* Overlays */
526
+ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
527
+ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
528
+ /*
529
+ ColorBox Core Style:
530
+ The following CSS is consistent between example themes and should not be altered.
531
+ */
532
+ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
533
+ #cboxOverlay{position:fixed; width:100%; height:100%;}
534
+ #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
535
+ #cboxContent{position:relative;}
536
+ #cboxLoadedContent{overflow:auto;}
537
+ #cboxTitle{margin:0;}
538
+ #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
539
+ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
540
+ .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
541
+ .cboxIframe{width:100%; height:100%; display:block; border:0;}
542
+ #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
543
+
544
+ /*
545
+ User Style:
546
+ Change the following styles to modify the appearance of ColorBox. They are
547
+ ordered & tabbed in a way that represents the nesting of the generated HTML.
548
+ */
549
+ #cboxOverlay{background:#000;}
550
+ #colorbox{}
551
+ #cboxTopLeft{width:14px; height:14px; background:url(colorbox/controls.png) no-repeat 0 0;}
552
+ #cboxTopCenter{height:14px; background:url(colorbox/border.png) repeat-x top left;}
553
+ #cboxTopRight{width:14px; height:14px; background:url(colorbox/controls.png) no-repeat -36px 0;}
554
+ #cboxBottomLeft{width:14px; height:43px; background:url(colorbox/controls.png) no-repeat 0 -32px;}
555
+ #cboxBottomCenter{height:43px; background:url(colorbox/border.png) repeat-x bottom left;}
556
+ #cboxBottomRight{width:14px; height:43px; background:url(colorbox/controls.png) no-repeat -36px -32px;}
557
+ #cboxMiddleLeft{width:14px; background:url(colorbox/controls.png) repeat-y -175px 0;}
558
+ #cboxMiddleRight{width:14px; background:url(colorbox/controls.png) repeat-y -211px 0;}
559
+ #cboxContent{background:#fff; overflow:visible;}
560
+ .cboxIframe{background:#fff;}
561
+ #cboxError{padding:50px; border:1px solid #ccc;}
562
+ #cboxLoadedContent{margin-bottom:5px;}
563
+ #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
564
+ #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
565
+ #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
566
+ #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
567
+
568
+ #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
569
+ #cboxPrevious{left:0px; background-position: -51px -25px;}
570
+ #cboxPrevious:hover{background-position:-51px 0px;}
571
+ #cboxNext{left:27px; background-position:-75px -25px;}
572
+ #cboxNext:hover{background-position:-75px 0px;}
573
+ #cboxClose{right:0; background-position:-100px -25px;}
574
+ #cboxClose:hover{background-position:-100px 0px;}
575
+
576
+ .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
577
+ .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
578
+ .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
579
+ .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
580
+ /* https://github.com/justinchmura/js-treeview/blob/1.1.5/src/treeview.css */
581
+
582
+ .tree-leaf { position: relative; }
583
+ .tree-leaf .tree-child-leaves { display: block; margin-left: 15px; }
584
+ .tree-leaf .hidden { display: none; }
585
+ .tree-leaf .tree-expando { background: #ddd; border-radius: 3px; cursor: pointer; float: left; height: 10px; line-height: 10px; position: relative; text-align: center; top: 5px; width: 10px; }
586
+ .tree-leaf .hidden { visibility: hidden; }
587
+ .tree-leaf .tree-expando:hover { background: #aaa; }
588
+ .tree-leaf .tree-leaf-text { cursor: pointer; float: left; margin-left: 5px; }
589
+ .tree-leaf .tree-leaf-text:hover { color: blue; }
590
+ .tree-leaf .tree-leaf-content:before, .tree-leaf .tree-leaf-content:after { content: " "; display: table; }
591
+ .tree-leaf .tree-leaf-content:after { clear: both; }
592
+ @charset "UTF-8";
593
+ #loading {
594
+ position: fixed;
595
+ left: 40%;
596
+ top: 50%; }
597
+
598
+ a {
599
+ color: #333;
600
+ text-decoration: none; }
601
+ a:hover {
602
+ color: #000;
603
+ text-decoration: underline; }
604
+
605
+ body {
606
+ font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
607
+ padding: 12px;
608
+ background-color: #333; }
609
+
610
+ h1, h2, h3, h4 {
611
+ color: #1C2324;
612
+ margin: 0;
613
+ padding: 0;
614
+ margin-bottom: 12px; }
615
+
616
+ table {
617
+ width: 100%; }
618
+
619
+ #content {
620
+ clear: left;
621
+ background-color: white;
622
+ border: 2px solid #ddd;
623
+ border-top: 8px solid #ddd;
624
+ padding: 18px;
625
+ -webkit-border-bottom-left-radius: 5px;
626
+ -webkit-border-bottom-right-radius: 5px;
627
+ -webkit-border-top-right-radius: 5px;
628
+ -moz-border-radius-bottomleft: 5px;
629
+ -moz-border-radius-bottomright: 5px;
630
+ -moz-border-radius-topright: 5px;
631
+ border-bottom-left-radius: 5px;
632
+ border-bottom-right-radius: 5px;
633
+ border-top-right-radius: 5px; }
634
+
635
+ .dataTables_filter, .dataTables_info {
636
+ padding: 2px 6px; }
637
+
638
+ abbr.timeago {
639
+ text-decoration: none;
640
+ border: none;
641
+ font-weight: bold; }
642
+
643
+ .timestamp {
644
+ float: right;
645
+ color: #ddd; }
646
+
647
+ .group_tabs {
648
+ list-style: none;
649
+ float: left;
650
+ margin: 0;
651
+ padding: 0; }
652
+ .group_tabs li {
653
+ display: inline;
654
+ float: left; }
655
+ .group_tabs li a {
656
+ font-family: Helvetica, Arial, sans-serif;
657
+ display: block;
658
+ float: left;
659
+ text-decoration: none;
660
+ padding: 4px 8px;
661
+ background-color: #aaa;
662
+ background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dddddd), to(#aaaaaa));
663
+ background: -moz-linear-gradient(#dddddd, #aaaaaa);
664
+ background: linear-gradient(#dddddd, #aaaaaa);
665
+ text-shadow: #e5e5e5 1px 1px 0px;
666
+ border-bottom: none;
667
+ color: #333;
668
+ font-weight: bold;
669
+ margin-right: 8px;
670
+ border-top: 1px solid #efefef;
671
+ -webkit-border-top-left-radius: 2px;
672
+ -webkit-border-top-right-radius: 2px;
673
+ -moz-border-radius-topleft: 2px;
674
+ -moz-border-radius-topright: 2px;
675
+ border-top-left-radius: 2px;
676
+ border-top-right-radius: 2px; }
677
+ .group_tabs li a:hover {
678
+ background-color: #ccc;
679
+ background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), to(#aaaaaa));
680
+ background: -moz-linear-gradient(#eeeeee, #aaaaaa);
681
+ background: linear-gradient(#eeeeee, #aaaaaa); }
682
+ .group_tabs li a:active {
683
+ padding-top: 5px;
684
+ padding-bottom: 3px; }
685
+ .group_tabs li.active a {
686
+ color: black;
687
+ text-shadow: #fff 1px 1px 0px;
688
+ background-color: #ddd;
689
+ background: -webkit-gradient(linear, 0 0, 0 bottom, from(white), to(#dddddd));
690
+ background: -moz-linear-gradient(white, #dddddd);
691
+ background: linear-gradient(white, #dddddd); }
692
+
693
+ .file_list {
694
+ margin-bottom: 18px; }
695
+
696
+ a.src_link {
697
+ background: url("./magnify.png") no-repeat left 50%;
698
+ padding-left: 18px; }
699
+
700
+ tr, td {
701
+ margin: 0;
702
+ padding: 0; }
703
+
704
+ th {
705
+ white-space: nowrap; }
706
+ th.ui-state-default {
707
+ cursor: pointer; }
708
+ th span.ui-icon {
709
+ float: left; }
710
+
711
+ td {
712
+ padding: 4px 8px; }
713
+ td.strong {
714
+ font-weight: bold; }
715
+
716
+ .source_table h3, .source_table h4 {
717
+ padding: 0;
718
+ margin: 0;
719
+ margin-bottom: 4px; }
720
+
721
+ .source_table .header {
722
+ padding: 10px; }
723
+
724
+ .source_table pre {
725
+ margin: 0;
726
+ padding: 0;
727
+ white-space: normal;
728
+ color: #000;
729
+ font-family: "Monaco", "Inconsolata", "Consolas", monospace; }
730
+
731
+ .source_table code {
732
+ color: #000;
733
+ font-family: "Monaco", "Inconsolata", "Consolas", monospace; }
734
+
735
+ .source_table pre {
736
+ background-color: #333; }
737
+ .source_table pre ol {
738
+ margin: 0px;
739
+ padding: 0px;
740
+ margin-left: 45px;
741
+ font-size: 12px;
742
+ color: white; }
743
+ .source_table pre li {
744
+ margin: 0px;
745
+ padding: 2px 6px;
746
+ border-left: 5px solid white; }
747
+ .source_table pre li code {
748
+ white-space: pre;
749
+ white-space: pre-wrap; }
750
+ .source_table pre .hits {
751
+ float: right;
752
+ margin-left: 10px;
753
+ padding: 2px 4px;
754
+ background-color: #444;
755
+ background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222222), to(#666666));
756
+ background: -moz-linear-gradient(#222222, #666666);
757
+ background: linear-gradient(#222222, #666666);
758
+ color: white;
759
+ font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
760
+ font-size: 10px;
761
+ font-weight: bold;
762
+ text-align: center;
763
+ border-radius: 6px; }
764
+
765
+ #footer {
766
+ color: #ddd;
767
+ font-size: 12px;
768
+ font-weight: bold;
769
+ margin-top: 12px;
770
+ text-align: right; }
771
+ #footer a {
772
+ color: #eee;
773
+ text-decoration: underline; }
774
+ #footer a:hover {
775
+ color: #fff;
776
+ text-decoration: none; }
777
+
778
+ .green {
779
+ color: #090; }
780
+
781
+ .red {
782
+ color: #900; }
783
+
784
+ .yellow {
785
+ color: #da0; }
786
+
787
+ .source_table pre li {
788
+ padding: 2px 0 0 0; }
789
+
790
+ .source_table .covered {
791
+ border-color: #090; }
792
+
793
+ .source_table .missed {
794
+ border-color: #900; }
795
+
796
+ .source_table .never {
797
+ border-color: black; }
798
+
799
+ .source_table .skipped {
800
+ border-color: #fc0; }
801
+
802
+ .source_table .covered {
803
+ cursor: pointer; }
804
+ .source_table .covered:nth-child(odd) {
805
+ background-color: #CDF2CD; }
806
+ .source_table .covered:nth-child(even) {
807
+ background-color: #DBF2DB; }
808
+
809
+ .source_table .missed:nth-child(odd) {
810
+ background-color: #F7C0C0; }
811
+
812
+ .source_table .missed:nth-child(even) {
813
+ background-color: #F7CFCF; }
814
+
815
+ .source_table .never:nth-child(odd) {
816
+ background-color: #efefef; }
817
+
818
+ .source_table .never:nth-child(even) {
819
+ background-color: #f4f4f4; }
820
+
821
+ .source_table .skipped:nth-child(odd) {
822
+ background-color: #FBF0C0; }
823
+
824
+ .source_table .skipped:nth-child(even) {
825
+ background-color: #FBFfCf; }
826
+
827
+ .source_table .deprecations_detector {
828
+ background: #fed;
829
+ color: #333;
830
+ display: none;
831
+ padding: 2px 6px; }
832
+ .source_table .deprecations_detector > .example_data:nth-child(odd) {
833
+ background-color: #FBF0C0; }
834
+ .source_table .deprecations_detector > .example_data:nth-child(even) {
835
+ background-color: #FBFfCf; }
836
+ .source_table .deprecations_detector > .example_data > .file_path {
837
+ padding-left: 14px; }
838
+
839
+ .tree-leaf .tree-child-leaves {
840
+ border-left: 1px dashed #bbb;
841
+ padding-left: 11px;
842
+ margin-left: 4px; }
843
+
844
+ .tree-expando.hidden + .tree-leaf-text {
845
+ color: #000;
846
+ font-weight: bold; }
847
+ .tree-expando.hidden + .tree-leaf-text:before {
848
+ content: '↳ '; }
849
+
850
+
851
+
852
+