simplecov-html 0.5.3 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/.gitignore +2 -1
  2. data/Gemfile +4 -1
  3. data/Guardfile +12 -0
  4. data/README.md +30 -0
  5. data/Rakefile +12 -6
  6. data/assets/{app.js → javascripts/application.js} +4 -0
  7. data/assets/{jquery-1.6.2.min.js → javascripts/libraries/jquery-1.6.2.min.js} +0 -0
  8. data/assets/{highlight.pack.js → javascripts/plugins/highlight.pack.js} +0 -0
  9. data/assets/{jquery.dataTables.min.js → javascripts/plugins/jquery.dataTables.min.js} +0 -0
  10. data/assets/{fancybox → javascripts/plugins}/jquery.fancybox-1.3.1.pack.js +0 -0
  11. data/assets/{jquery.timeago.js → javascripts/plugins/jquery.timeago.js} +0 -0
  12. data/assets/{jquery.url.js → javascripts/plugins/jquery.url.js} +0 -0
  13. data/assets/stylesheets/application.css +3 -0
  14. data/assets/{highlight.css → stylesheets/plugins/highlight.css} +0 -0
  15. data/assets/{smoothness → stylesheets/plugins}/jquery-ui-1.8.4.custom.css +0 -0
  16. data/assets/{fancybox → stylesheets/plugins}/jquery.fancybox-1.3.1.css +0 -0
  17. data/assets/stylesheets/reset.css +103 -0
  18. data/assets/stylesheets/screen.css.sass +220 -0
  19. data/lib/simplecov-html.rb +24 -19
  20. data/lib/simplecov-html/version.rb +1 -1
  21. data/public/application.css +1110 -0
  22. data/public/application.js +626 -0
  23. data/{assets → public}/fancybox/blank.gif +0 -0
  24. data/{assets → public}/fancybox/fancy_close.png +0 -0
  25. data/{assets → public}/fancybox/fancy_loading.png +0 -0
  26. data/{assets → public}/fancybox/fancy_nav_left.png +0 -0
  27. data/{assets → public}/fancybox/fancy_nav_right.png +0 -0
  28. data/{assets → public}/fancybox/fancy_shadow_e.png +0 -0
  29. data/{assets → public}/fancybox/fancy_shadow_n.png +0 -0
  30. data/{assets → public}/fancybox/fancy_shadow_ne.png +0 -0
  31. data/{assets → public}/fancybox/fancy_shadow_nw.png +0 -0
  32. data/{assets → public}/fancybox/fancy_shadow_s.png +0 -0
  33. data/{assets → public}/fancybox/fancy_shadow_se.png +0 -0
  34. data/{assets → public}/fancybox/fancy_shadow_sw.png +0 -0
  35. data/{assets → public}/fancybox/fancy_shadow_w.png +0 -0
  36. data/{assets → public}/fancybox/fancy_title_left.png +0 -0
  37. data/{assets → public}/fancybox/fancy_title_main.png +0 -0
  38. data/{assets → public}/fancybox/fancy_title_over.png +0 -0
  39. data/{assets → public}/fancybox/fancy_title_right.png +0 -0
  40. data/{assets → public}/fancybox/fancybox-x.png +0 -0
  41. data/{assets → public}/fancybox/fancybox-y.png +0 -0
  42. data/{assets → public}/fancybox/fancybox.png +0 -0
  43. data/{assets → public}/favicon_green.png +0 -0
  44. data/{assets → public}/favicon_red.png +0 -0
  45. data/{assets → public}/favicon_yellow.png +0 -0
  46. data/{assets → public}/loading.gif +0 -0
  47. data/{assets → public}/magnify.png +0 -0
  48. data/{assets → public}/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  49. data/{assets → public}/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  50. data/{assets → public}/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  51. data/{assets → public}/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  52. data/{assets → public}/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  53. data/{assets → public}/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  54. data/{assets → public}/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  55. data/{assets → public}/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  56. data/{assets → public}/smoothness/images/ui-icons_222222_256x240.png +0 -0
  57. data/{assets → public}/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  58. data/{assets → public}/smoothness/images/ui-icons_454545_256x240.png +0 -0
  59. data/{assets → public}/smoothness/images/ui-icons_888888_256x240.png +0 -0
  60. data/{assets → public}/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  61. data/simplecov-html.gemspec +2 -0
  62. data/views/file_list.erb +2 -2
  63. data/views/layout.erb +2 -11
  64. metadata +104 -60
  65. data/README.rdoc +0 -20
  66. data/assets/stylesheet.css +0 -383
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -15,6 +15,8 @@ Gem::Specification.new do |s|
15
15
  s.rubyforge_project = "simplecov-html"
16
16
 
17
17
  s.add_development_dependency 'rake'
18
+ s.add_development_dependency 'sprockets'
19
+ s.add_development_dependency 'sass'
18
20
 
19
21
  s.files = `git ls-files`.split("\n")
20
22
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
data/views/file_list.erb CHANGED
@@ -1,4 +1,4 @@
1
- <div class="file_list_container" id="<%= title.gsub(/[^a-zA-Z]/, '') %>">
1
+ <div class="file_list_container" id="<%= title_id %>">
2
2
  <h2>
3
3
  <span class="group_name"><%= title %></span>
4
4
  (<span class="covered_percent"><span class="<%= coverage_css_class(source_files.covered_percent) %>"><%= source_files.covered_percent.round(2) %>%</span></span>
@@ -9,7 +9,7 @@
9
9
  </span>
10
10
  </span> hits/line)
11
11
  </h2>
12
- <a name="<%= title.gsub(/[^a-zA-Z]/, '') %>"></a>
12
+ <a name="<%= title_id %>"></a>
13
13
  <div>
14
14
  <b><%= source_files.length %></b> files in total.
15
15
  <b><%= source_files.lines_of_code %></b> relevant lines.
data/views/layout.erb CHANGED
@@ -3,17 +3,8 @@
3
3
  <head>
4
4
  <title>Code coverage for <%= SimpleCov.project_name %></title>
5
5
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6
- <script src='<%= assets_path('jquery-1.6.2.min.js') %>' type='text/javascript'></script>
7
- <script src='<%= assets_path('jquery.dataTables.min.js') %>' type='text/javascript'></script>
8
- <script src='<%= assets_path('fancybox/jquery.fancybox-1.3.1.pack.js') %>' type='text/javascript'></script>
9
- <script src='<%= assets_path('jquery.timeago.js') %>' type='text/javascript'></script>
10
- <script src='<%= assets_path('jquery.url.js') %>' type='text/javascript'></script>
11
- <script src='<%= assets_path('highlight.pack.js') %>' type='text/javascript'></script>
12
- <script src='<%= assets_path('app.js') %>' type='text/javascript'></script>
13
- <link href='<%= assets_path('stylesheet.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'>
14
- <link href='<%= assets_path('highlight.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'>
15
- <link href='<%= assets_path('fancybox/jquery.fancybox-1.3.1.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'>
16
- <link href='<%= assets_path('smoothness/jquery-ui-1.8.4.custom.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'>
6
+ <script src='<%= assets_path('application.js') %>' type='text/javascript'></script>
7
+ <link href='<%= assets_path('application.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css'>
17
8
  <link rel="shortcut icon" type="image/png" href="<%= assets_path("favicon_#{coverage_css_class(result.source_files.covered_percent)}.png") %>" />
18
9
  <link rel="icon" type="image/png" href="<%= assets_path('favicon.png') %>" />
19
10
  </head>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.7.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-13 00:00:00.000000000 +02:00
13
- default_executable:
12
+ date: 2012-10-10 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: rake
17
- requirement: &70216563315440 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ! '>='
@@ -22,7 +21,44 @@ dependencies:
22
21
  version: '0'
23
22
  type: :development
24
23
  prerelease: false
25
- version_requirements: *70216563315440
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: sprockets
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: sass
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
26
62
  description: Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
27
63
  email:
28
64
  - christoph at olszowka de
@@ -33,67 +69,71 @@ files:
33
69
  - .document
34
70
  - .gitignore
35
71
  - Gemfile
72
+ - Guardfile
36
73
  - LICENSE
37
- - README.rdoc
74
+ - README.md
38
75
  - Rakefile
39
- - assets/app.js
40
- - assets/fancybox/blank.gif
41
- - assets/fancybox/fancy_close.png
42
- - assets/fancybox/fancy_loading.png
43
- - assets/fancybox/fancy_nav_left.png
44
- - assets/fancybox/fancy_nav_right.png
45
- - assets/fancybox/fancy_shadow_e.png
46
- - assets/fancybox/fancy_shadow_n.png
47
- - assets/fancybox/fancy_shadow_ne.png
48
- - assets/fancybox/fancy_shadow_nw.png
49
- - assets/fancybox/fancy_shadow_s.png
50
- - assets/fancybox/fancy_shadow_se.png
51
- - assets/fancybox/fancy_shadow_sw.png
52
- - assets/fancybox/fancy_shadow_w.png
53
- - assets/fancybox/fancy_title_left.png
54
- - assets/fancybox/fancy_title_main.png
55
- - assets/fancybox/fancy_title_over.png
56
- - assets/fancybox/fancy_title_right.png
57
- - assets/fancybox/fancybox-x.png
58
- - assets/fancybox/fancybox-y.png
59
- - assets/fancybox/fancybox.png
60
- - assets/fancybox/jquery.fancybox-1.3.1.css
61
- - assets/fancybox/jquery.fancybox-1.3.1.pack.js
62
- - assets/favicon_green.png
63
- - assets/favicon_red.png
64
- - assets/favicon_yellow.png
65
- - assets/highlight.css
66
- - assets/highlight.pack.js
67
- - assets/jquery-1.6.2.min.js
68
- - assets/jquery.dataTables.min.js
69
- - assets/jquery.timeago.js
70
- - assets/jquery.url.js
71
- - assets/loading.gif
72
- - assets/magnify.png
73
- - assets/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
74
- - assets/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
75
- - assets/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
76
- - assets/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
77
- - assets/smoothness/images/ui-bg_glass_75_dadada_1x400.png
78
- - assets/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
79
- - assets/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
80
- - assets/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
81
- - assets/smoothness/images/ui-icons_222222_256x240.png
82
- - assets/smoothness/images/ui-icons_2e83ff_256x240.png
83
- - assets/smoothness/images/ui-icons_454545_256x240.png
84
- - assets/smoothness/images/ui-icons_888888_256x240.png
85
- - assets/smoothness/images/ui-icons_cd0a0a_256x240.png
86
- - assets/smoothness/jquery-ui-1.8.4.custom.css
87
- - assets/stylesheet.css
76
+ - assets/javascripts/application.js
77
+ - assets/javascripts/libraries/jquery-1.6.2.min.js
78
+ - assets/javascripts/plugins/highlight.pack.js
79
+ - assets/javascripts/plugins/jquery.dataTables.min.js
80
+ - assets/javascripts/plugins/jquery.fancybox-1.3.1.pack.js
81
+ - assets/javascripts/plugins/jquery.timeago.js
82
+ - assets/javascripts/plugins/jquery.url.js
83
+ - assets/stylesheets/application.css
84
+ - assets/stylesheets/plugins/highlight.css
85
+ - assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css
86
+ - assets/stylesheets/plugins/jquery.fancybox-1.3.1.css
87
+ - assets/stylesheets/reset.css
88
+ - assets/stylesheets/screen.css.sass
88
89
  - lib/simplecov-html.rb
89
90
  - lib/simplecov-html/version.rb
91
+ - public/application.css
92
+ - public/application.js
93
+ - public/fancybox/blank.gif
94
+ - public/fancybox/fancy_close.png
95
+ - public/fancybox/fancy_loading.png
96
+ - public/fancybox/fancy_nav_left.png
97
+ - public/fancybox/fancy_nav_right.png
98
+ - public/fancybox/fancy_shadow_e.png
99
+ - public/fancybox/fancy_shadow_n.png
100
+ - public/fancybox/fancy_shadow_ne.png
101
+ - public/fancybox/fancy_shadow_nw.png
102
+ - public/fancybox/fancy_shadow_s.png
103
+ - public/fancybox/fancy_shadow_se.png
104
+ - public/fancybox/fancy_shadow_sw.png
105
+ - public/fancybox/fancy_shadow_w.png
106
+ - public/fancybox/fancy_title_left.png
107
+ - public/fancybox/fancy_title_main.png
108
+ - public/fancybox/fancy_title_over.png
109
+ - public/fancybox/fancy_title_right.png
110
+ - public/fancybox/fancybox-x.png
111
+ - public/fancybox/fancybox-y.png
112
+ - public/fancybox/fancybox.png
113
+ - public/favicon_green.png
114
+ - public/favicon_red.png
115
+ - public/favicon_yellow.png
116
+ - public/loading.gif
117
+ - public/magnify.png
118
+ - public/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
119
+ - public/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
120
+ - public/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
121
+ - public/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
122
+ - public/smoothness/images/ui-bg_glass_75_dadada_1x400.png
123
+ - public/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
124
+ - public/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
125
+ - public/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
126
+ - public/smoothness/images/ui-icons_222222_256x240.png
127
+ - public/smoothness/images/ui-icons_2e83ff_256x240.png
128
+ - public/smoothness/images/ui-icons_454545_256x240.png
129
+ - public/smoothness/images/ui-icons_888888_256x240.png
130
+ - public/smoothness/images/ui-icons_cd0a0a_256x240.png
90
131
  - simplecov-html.gemspec
91
132
  - test/helper.rb
92
133
  - test/test_simple_cov-html.rb
93
134
  - views/file_list.erb
94
135
  - views/layout.erb
95
136
  - views/source_file.erb
96
- has_rdoc: true
97
137
  homepage: https://github.com/colszowka/simplecov-html
98
138
  licenses: []
99
139
  post_install_message:
@@ -106,18 +146,22 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
146
  - - ! '>='
107
147
  - !ruby/object:Gem::Version
108
148
  version: '0'
149
+ segments:
150
+ - 0
151
+ hash: -2445122549911741322
109
152
  required_rubygems_version: !ruby/object:Gem::Requirement
110
153
  none: false
111
154
  requirements:
112
155
  - - ! '>='
113
156
  - !ruby/object:Gem::Version
114
157
  version: '0'
158
+ segments:
159
+ - 0
160
+ hash: -2445122549911741322
115
161
  requirements: []
116
162
  rubyforge_project: simplecov-html
117
- rubygems_version: 1.6.2
163
+ rubygems_version: 1.8.24
118
164
  signing_key:
119
165
  specification_version: 3
120
166
  summary: Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
121
- test_files:
122
- - test/helper.rb
123
- - test/test_simple_cov-html.rb
167
+ test_files: []
data/README.rdoc DELETED
@@ -1,20 +0,0 @@
1
- = Default HTML formatter for SimpleCov
2
-
3
- === Note: To learn more about SimpleCov, check out the main repo at http://github.com/colszowka/simplecov
4
-
5
- Generates a nice HTML report of your SimpleCov coverage results on Ruby 1.9 using client-side Javascript
6
- quite extensively.
7
-
8
- == Note on Patches/Pull Requests
9
-
10
- * Fork the project.
11
- * Make your feature addition or bug fix.
12
- * Add tests for it. This is important so I don't break it in a
13
- future version unintentionally.
14
- * Commit, do not mess with rakefile, version, or history.
15
- (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
16
- * Send me a pull request. Bonus points for topic branches.
17
-
18
- == Copyright
19
-
20
- Copyright (c) 2010 Christoph Olszowka. See LICENSE for details.
@@ -1,383 +0,0 @@
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
- #loading {
106
- position: fixed;
107
- left: 40%;
108
- top: 50%;
109
- }
110
-
111
- a {
112
- color: #333;
113
- text-decoration: none;
114
- }
115
-
116
- a:hover {
117
- color: #000;
118
- text-decoration: underline;
119
- }
120
-
121
- body {
122
- font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
123
- padding: 12px;
124
- background-color: #333;
125
- }
126
-
127
- h1, h2, h3, h4 {
128
- color: #1C2324;
129
- margin: 0;
130
- padding: 0;
131
- margin-bottom: 12px;
132
- }
133
-
134
- table {
135
- width: 100%;
136
- }
137
-
138
- #content {
139
- clear: left;
140
- background-color: white;
141
- border: 2px solid #ddd;
142
- border-top: 8px solid #ddd;
143
- padding: 18px;
144
- -webkit-border-bottom-left-radius: 5px;
145
- -webkit-border-bottom-right-radius: 5px;
146
- -webkit-border-top-right-radius: 5px;
147
- -moz-border-radius-bottomleft: 5px;
148
- -moz-border-radius-bottomright: 5px;
149
- -moz-border-radius-topright: 5px;
150
- border-bottom-left-radius: 5px;
151
- border-bottom-right-radius: 5px;
152
- border-top-right-radius: 5px;
153
- }
154
-
155
- .dataTables_filter, .dataTables_info {
156
- padding: 2px 6px;
157
- }
158
-
159
- abbr.timeago {
160
- text-decoration: none;
161
- border: none;
162
- font-weight: bold;
163
- }
164
-
165
- .timestamp {
166
- float: right;
167
- color: #ddd;
168
- }
169
-
170
- .group_tabs {
171
- list-style: none;
172
- float: left;
173
- margin: 0;
174
- padding: 0;
175
- }
176
- .group_tabs li {
177
- display: inline;
178
- float: left;
179
- }
180
-
181
- .group_tabs li a {
182
- font-family: Helvetica, Arial, sans-serif;
183
- display: block;
184
- float: left;
185
- text-decoration: none;
186
- padding: 4px 8px;
187
- background-color: #aaa;
188
- background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDD), to(#aaa));
189
- background: -moz-linear-gradient(#DDD, #aaa);
190
- background: linear-gradient(#DDD, #aaa);
191
- text-shadow: #e5e5e5 1px 1px 0px;
192
- border-bottom: none;
193
- color: #333;
194
- font-weight: bold;
195
- margin-right: 8px;
196
- border-top: 1px solid #efefef;
197
- -webkit-border-top-left-radius: 2px;
198
- -webkit-border-top-right-radius: 2px;
199
- -moz-border-radius-topleft: 2px;
200
- -moz-border-radius-topright: 2px;
201
- border-top-left-radius: 2px;
202
- border-top-right-radius: 2px;
203
- }
204
-
205
- .group_tabs li a:hover {
206
- background-color: #ccc;
207
- background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#aaa));
208
- background: -moz-linear-gradient(#eee, #aaa);
209
- background: linear-gradient(#eee, #aaa);
210
- }
211
-
212
- .group_tabs li a:active {
213
- padding-top: 5px;
214
- padding-bottom: 3px;
215
- }
216
-
217
- .group_tabs li.active a {
218
- color: black;
219
- text-shadow: #fff 1px 1px 0px;
220
- background-color: #ddd;
221
- background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
222
- background: -moz-linear-gradient(#fff, #ddd);
223
- background: linear-gradient(#fff, #ddd);
224
- }
225
-
226
- .file_list {
227
- margin-bottom: 18px;
228
- }
229
-
230
- a.src_link {
231
- background: url('./magnify.png') no-repeat left 50%;
232
- padding-left: 18px;
233
- }
234
-
235
- tr, td {
236
- margin: 0;
237
- padding: 0;
238
- }
239
-
240
- th {
241
- white-space: nowrap;
242
- }
243
-
244
- th.ui-state-default {
245
- cursor: pointer;
246
- }
247
-
248
- th span.ui-icon {
249
- float: left;
250
- }
251
-
252
- td {
253
- padding: 4px 8px;
254
- }
255
-
256
- td.strong {
257
- font-weight: bold;
258
- }
259
-
260
- .source_table h3, .source_table h4 {
261
- padding: 0;
262
- margin: 0;
263
- margin-bottom: 4px;
264
- }
265
-
266
- .source_table .header {
267
- padding: 10px;
268
- }
269
-
270
- .source_table pre {
271
- margin: 0;
272
- padding: 0;
273
- white-space: normal;
274
- }
275
-
276
- .source_table pre, .source_table code {
277
- color: #000;
278
- font-family: "Monaco", "Inconsolata", "Consolas", monospace;
279
- }
280
-
281
- .source_table pre {
282
- background-color: #333;
283
- }
284
-
285
- .source_table pre ol {
286
- margin: 0px;
287
- padding: 0px;
288
- margin-left: 45px;
289
- font-size: 12px;
290
- color: white;
291
- }
292
-
293
- .source_table pre li {
294
- margin: 0px;
295
- padding: 2px 6px;
296
- border-left: 5px solid white;
297
- }
298
-
299
- .source_table pre li code {
300
- white-space: pre;
301
- white-space: pre-wrap;
302
- }
303
-
304
- .source_table pre .hits {
305
- float: right;
306
- margin-left: 10px;
307
- padding: 2px 4px;
308
-
309
- background-color: #444;
310
- background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222), to(#666));
311
- background: -moz-linear-gradient(#222, #666);
312
- background: linear-gradient(#222, #666);
313
-
314
- color: white;
315
- font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
316
- font-size: 10px;
317
- font-weight: bold;
318
- text-align: center;
319
- border-radius: 6px;
320
- }
321
-
322
- #footer {
323
- color: #ddd;
324
- font-size: 12px;
325
- font-weight: bold;
326
- margin-top: 12px;
327
- text-align: right;
328
- }
329
- #footer a {
330
- color: #eee;
331
- text-decoration: underline;
332
- }
333
- #footer a:hover {
334
- color: #fff;
335
- text-decoration: none;
336
- }
337
-
338
- .green {
339
- color: #090;
340
- }
341
- .red {
342
- color: #900;
343
- }
344
- .yellow {
345
- color: #da0;
346
- }
347
- .source_table .covered {
348
- border-color: #090;
349
- }
350
- .source_table .missed {
351
- border-color: #900;
352
- }
353
- .source_table .never {
354
- border-color: black;
355
- }
356
- .source_table .skipped {
357
- border-color: #fc0;
358
- }
359
-
360
- .source_table .covered:nth-child(odd) {
361
- background-color: #CDF2CD;
362
- }
363
- .source_table .covered:nth-child(even) {
364
- background-color: #DBF2DB;
365
- }
366
- .source_table .missed:nth-child(odd) {
367
- background-color: #F7C0C0;
368
- }
369
- .source_table .missed:nth-child(even) {
370
- background-color: #F7CFCF;
371
- }
372
- .source_table .never:nth-child(odd) {
373
- background-color: #efefef;
374
- }
375
- .source_table .never:nth-child(even) {
376
- background-color: #f4f4f4;
377
- }
378
- .source_table .skipped:nth-child(odd) {
379
- background-color: #FBF0C0;
380
- }
381
- .source_table .skipped:nth-child(even) {
382
- background-color: #FBFfCf;
383
- }