rails 2.2.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of rails might be problematic. Click here for more details.
- data/bin/rails +8 -18
- metadata +118 -452
- data/CHANGELOG +0 -2071
- data/MIT-LICENSE +0 -20
- data/README +0 -256
- data/Rakefile +0 -411
- data/bin/about +0 -4
- data/bin/console +0 -3
- data/bin/dbconsole +0 -3
- data/bin/destroy +0 -3
- data/bin/generate +0 -3
- data/bin/performance/benchmarker +0 -3
- data/bin/performance/profiler +0 -3
- data/bin/performance/request +0 -3
- data/bin/plugin +0 -3
- data/bin/process/inspector +0 -3
- data/bin/process/reaper +0 -3
- data/bin/process/spawner +0 -3
- data/bin/runner +0 -3
- data/bin/server +0 -3
- data/builtin/rails_info/rails/info.rb +0 -125
- data/builtin/rails_info/rails/info_controller.rb +0 -9
- data/builtin/rails_info/rails/info_helper.rb +0 -2
- data/builtin/rails_info/rails_info_controller.rb +0 -2
- data/config.ru +0 -17
- data/configs/apache.conf +0 -40
- data/configs/databases/frontbase.yml +0 -28
- data/configs/databases/ibm_db.yml +0 -62
- data/configs/databases/mysql.yml +0 -57
- data/configs/databases/oracle.yml +0 -39
- data/configs/databases/postgresql.yml +0 -51
- data/configs/databases/sqlite2.yml +0 -19
- data/configs/databases/sqlite3.yml +0 -22
- data/configs/empty.log +0 -0
- data/configs/initializers/inflections.rb +0 -10
- data/configs/initializers/mime_types.rb +0 -5
- data/configs/initializers/new_rails_defaults.rb +0 -17
- data/configs/lighttpd.conf +0 -54
- data/configs/locales/en.yml +0 -5
- data/configs/routes.rb +0 -43
- data/dispatches/dispatch.fcgi +0 -24
- data/dispatches/dispatch.rb +0 -10
- data/dispatches/gateway.cgi +0 -97
- data/doc/README_FOR_APP +0 -5
- data/doc/guides/html/2_2_release_notes.html +0 -1185
- data/doc/guides/html/actioncontroller_basics.html +0 -1270
- data/doc/guides/html/activerecord_validations_callbacks.html +0 -749
- data/doc/guides/html/association_basics.html +0 -2585
- data/doc/guides/html/authors.html +0 -240
- data/doc/guides/html/benchmarking_and_profiling.html +0 -1018
- data/doc/guides/html/caching_with_rails.html +0 -583
- data/doc/guides/html/command_line.html +0 -434
- data/doc/guides/html/configuring.html +0 -438
- data/doc/guides/html/creating_plugins.html +0 -1594
- data/doc/guides/html/debugging_rails_applications.html +0 -1175
- data/doc/guides/html/finders.html +0 -1090
- data/doc/guides/html/form_helpers.html +0 -638
- data/doc/guides/html/getting_started_with_rails.html +0 -2066
- data/doc/guides/html/index.html +0 -349
- data/doc/guides/html/layouts_and_rendering.html +0 -1406
- data/doc/guides/html/migrations.html +0 -921
- data/doc/guides/html/routing_outside_in.html +0 -2213
- data/doc/guides/html/security.html +0 -1346
- data/doc/guides/html/testing_rails_applications.html +0 -1859
- data/doc/guides/source/2_2_release_notes.txt +0 -435
- data/doc/guides/source/actioncontroller_basics/changelog.txt +0 -5
- data/doc/guides/source/actioncontroller_basics/cookies.txt +0 -34
- data/doc/guides/source/actioncontroller_basics/csrf.txt +0 -32
- data/doc/guides/source/actioncontroller_basics/filters.txt +0 -119
- data/doc/guides/source/actioncontroller_basics/http_auth.txt +0 -24
- data/doc/guides/source/actioncontroller_basics/index.txt +0 -40
- data/doc/guides/source/actioncontroller_basics/introduction.txt +0 -9
- data/doc/guides/source/actioncontroller_basics/methods.txt +0 -39
- data/doc/guides/source/actioncontroller_basics/parameter_filtering.txt +0 -14
- data/doc/guides/source/actioncontroller_basics/params.txt +0 -93
- data/doc/guides/source/actioncontroller_basics/request_response_objects.txt +0 -43
- data/doc/guides/source/actioncontroller_basics/rescue.txt +0 -67
- data/doc/guides/source/actioncontroller_basics/session.txt +0 -187
- data/doc/guides/source/actioncontroller_basics/streaming.txt +0 -91
- data/doc/guides/source/actioncontroller_basics/verification.txt +0 -40
- data/doc/guides/source/active_record_basics.txt +0 -181
- data/doc/guides/source/activerecord_validations_callbacks.txt +0 -404
- data/doc/guides/source/association_basics.txt +0 -1840
- data/doc/guides/source/authors.txt +0 -39
- data/doc/guides/source/benchmarking_and_profiling/appendix.txt +0 -95
- data/doc/guides/source/benchmarking_and_profiling/digging_deeper.txt +0 -105
- data/doc/guides/source/benchmarking_and_profiling/edge_rails_features.txt +0 -185
- data/doc/guides/source/benchmarking_and_profiling/gameplan.txt +0 -27
- data/doc/guides/source/benchmarking_and_profiling/index.txt +0 -242
- data/doc/guides/source/benchmarking_and_profiling/rubyprof.txt +0 -179
- data/doc/guides/source/benchmarking_and_profiling/statistics.txt +0 -57
- data/doc/guides/source/caching_with_rails.txt +0 -367
- data/doc/guides/source/command_line.txt +0 -147
- data/doc/guides/source/configuring.txt +0 -225
- data/doc/guides/source/creating_plugins/acts_as_yaffle.txt +0 -191
- data/doc/guides/source/creating_plugins/appendix.txt +0 -46
- data/doc/guides/source/creating_plugins/controllers.txt +0 -59
- data/doc/guides/source/creating_plugins/core_ext.txt +0 -123
- data/doc/guides/source/creating_plugins/custom_route.txt +0 -69
- data/doc/guides/source/creating_plugins/gem.txt +0 -1
- data/doc/guides/source/creating_plugins/generator_method.txt +0 -89
- data/doc/guides/source/creating_plugins/helpers.txt +0 -51
- data/doc/guides/source/creating_plugins/index.txt +0 -52
- data/doc/guides/source/creating_plugins/migration_generator.txt +0 -156
- data/doc/guides/source/creating_plugins/models.txt +0 -76
- data/doc/guides/source/creating_plugins/odds_and_ends.txt +0 -69
- data/doc/guides/source/creating_plugins/test_setup.txt +0 -230
- data/doc/guides/source/debugging_rails_applications.txt +0 -733
- data/doc/guides/source/finders.txt +0 -668
- data/doc/guides/source/form_helpers.txt +0 -345
- data/doc/guides/source/getting_started_with_rails.txt +0 -1256
- data/doc/guides/source/images/belongs_to.png +0 -0
- data/doc/guides/source/images/bullet.gif +0 -0
- data/doc/guides/source/images/csrf.png +0 -0
- data/doc/guides/source/images/habtm.png +0 -0
- data/doc/guides/source/images/has_many.png +0 -0
- data/doc/guides/source/images/has_many_through.png +0 -0
- data/doc/guides/source/images/has_one.png +0 -0
- data/doc/guides/source/images/has_one_through.png +0 -0
- data/doc/guides/source/images/header_backdrop.png +0 -0
- data/doc/guides/source/images/icons/README +0 -5
- data/doc/guides/source/images/icons/callouts/1.png +0 -0
- data/doc/guides/source/images/icons/callouts/10.png +0 -0
- data/doc/guides/source/images/icons/callouts/11.png +0 -0
- data/doc/guides/source/images/icons/callouts/12.png +0 -0
- data/doc/guides/source/images/icons/callouts/13.png +0 -0
- data/doc/guides/source/images/icons/callouts/14.png +0 -0
- data/doc/guides/source/images/icons/callouts/15.png +0 -0
- data/doc/guides/source/images/icons/callouts/2.png +0 -0
- data/doc/guides/source/images/icons/callouts/3.png +0 -0
- data/doc/guides/source/images/icons/callouts/4.png +0 -0
- data/doc/guides/source/images/icons/callouts/5.png +0 -0
- data/doc/guides/source/images/icons/callouts/6.png +0 -0
- data/doc/guides/source/images/icons/callouts/7.png +0 -0
- data/doc/guides/source/images/icons/callouts/8.png +0 -0
- data/doc/guides/source/images/icons/callouts/9.png +0 -0
- data/doc/guides/source/images/icons/caution.png +0 -0
- data/doc/guides/source/images/icons/example.png +0 -0
- data/doc/guides/source/images/icons/home.png +0 -0
- data/doc/guides/source/images/icons/important.png +0 -0
- data/doc/guides/source/images/icons/next.png +0 -0
- data/doc/guides/source/images/icons/note.png +0 -0
- data/doc/guides/source/images/icons/prev.png +0 -0
- data/doc/guides/source/images/icons/tip.png +0 -0
- data/doc/guides/source/images/icons/up.png +0 -0
- data/doc/guides/source/images/icons/warning.png +0 -0
- data/doc/guides/source/images/polymorphic.png +0 -0
- data/doc/guides/source/images/rails_logo_remix.gif +0 -0
- data/doc/guides/source/images/ruby_on_rails_by_mike_rundle2.gif +0 -0
- data/doc/guides/source/images/session_fixation.png +0 -0
- data/doc/guides/source/index.txt +0 -118
- data/doc/guides/source/layouts_and_rendering.txt +0 -982
- data/doc/guides/source/migrations/anatomy_of_a_migration.txt +0 -85
- data/doc/guides/source/migrations/changelog.txt +0 -5
- data/doc/guides/source/migrations/creating_a_migration.txt +0 -109
- data/doc/guides/source/migrations/foreign_keys.txt +0 -8
- data/doc/guides/source/migrations/index.txt +0 -22
- data/doc/guides/source/migrations/rakeing_around.txt +0 -111
- data/doc/guides/source/migrations/scheming.txt +0 -47
- data/doc/guides/source/migrations/using_models_in_migrations.txt +0 -46
- data/doc/guides/source/migrations/writing_a_migration.txt +0 -159
- data/doc/guides/source/routing_outside_in.txt +0 -986
- data/doc/guides/source/security.txt +0 -984
- data/doc/guides/source/stylesheets/base.css +0 -358
- data/doc/guides/source/stylesheets/forms.css +0 -35
- data/doc/guides/source/stylesheets/more.css +0 -82
- data/doc/guides/source/templates/guides.html.erb +0 -97
- data/doc/guides/source/templates/inline.css +0 -165
- data/doc/guides/source/testing_rails_applications.txt +0 -995
- data/environments/boot.rb +0 -109
- data/environments/development.rb +0 -17
- data/environments/environment.rb +0 -75
- data/environments/production.rb +0 -24
- data/environments/test.rb +0 -22
- data/fresh_rakefile +0 -10
- data/helpers/application.rb +0 -15
- data/helpers/application_helper.rb +0 -3
- data/helpers/performance_test.rb +0 -9
- data/helpers/test_helper.rb +0 -38
- data/html/404.html +0 -30
- data/html/422.html +0 -30
- data/html/500.html +0 -33
- data/html/favicon.ico +0 -0
- data/html/images/rails.png +0 -0
- data/html/index.html +0 -274
- data/html/javascripts/application.js +0 -2
- data/html/javascripts/controls.js +0 -963
- data/html/javascripts/dragdrop.js +0 -973
- data/html/javascripts/effects.js +0 -1128
- data/html/javascripts/prototype.js +0 -4320
- data/html/robots.txt +0 -5
- data/lib/code_statistics.rb +0 -107
- data/lib/commands.rb +0 -17
- data/lib/commands/about.rb +0 -3
- data/lib/commands/console.rb +0 -45
- data/lib/commands/dbconsole.rb +0 -67
- data/lib/commands/destroy.rb +0 -6
- data/lib/commands/generate.rb +0 -6
- data/lib/commands/ncgi/listener +0 -86
- data/lib/commands/ncgi/tracker +0 -69
- data/lib/commands/performance/benchmarker.rb +0 -24
- data/lib/commands/performance/profiler.rb +0 -50
- data/lib/commands/performance/request.rb +0 -6
- data/lib/commands/plugin.rb +0 -967
- data/lib/commands/process/inspector.rb +0 -68
- data/lib/commands/process/reaper.rb +0 -149
- data/lib/commands/process/spawner.rb +0 -219
- data/lib/commands/process/spinner.rb +0 -57
- data/lib/commands/runner.rb +0 -48
- data/lib/commands/server.rb +0 -49
- data/lib/commands/servers/base.rb +0 -31
- data/lib/commands/servers/lighttpd.rb +0 -94
- data/lib/commands/servers/mongrel.rb +0 -69
- data/lib/commands/servers/new_mongrel.rb +0 -16
- data/lib/commands/servers/thin.rb +0 -25
- data/lib/commands/servers/webrick.rb +0 -66
- data/lib/commands/update.rb +0 -4
- data/lib/console_app.rb +0 -30
- data/lib/console_sandbox.rb +0 -6
- data/lib/console_with_helpers.rb +0 -26
- data/lib/dispatcher.rb +0 -24
- data/lib/fcgi_handler.rb +0 -237
- data/lib/initializer.rb +0 -1038
- data/lib/performance_test_help.rb +0 -5
- data/lib/rails/gem_builder.rb +0 -21
- data/lib/rails/gem_dependency.rb +0 -251
- data/lib/rails/mongrel_server/commands.rb +0 -342
- data/lib/rails/mongrel_server/handler.rb +0 -55
- data/lib/rails/plugin.rb +0 -124
- data/lib/rails/plugin/loader.rb +0 -152
- data/lib/rails/plugin/locator.rb +0 -100
- data/lib/rails/rack.rb +0 -6
- data/lib/rails/rack/logger.rb +0 -28
- data/lib/rails/rack/static.rb +0 -35
- data/lib/rails/vendor_gem_source_index.rb +0 -140
- data/lib/rails/version.rb +0 -9
- data/lib/rails_generator.rb +0 -43
- data/lib/rails_generator/base.rb +0 -263
- data/lib/rails_generator/commands.rb +0 -616
- data/lib/rails_generator/generated_attribute.rb +0 -46
- data/lib/rails_generator/generators/applications/app/USAGE +0 -9
- data/lib/rails_generator/generators/applications/app/app_generator.rb +0 -184
- data/lib/rails_generator/generators/components/controller/USAGE +0 -29
- data/lib/rails_generator/generators/components/controller/controller_generator.rb +0 -37
- data/lib/rails_generator/generators/components/controller/templates/controller.rb +0 -7
- data/lib/rails_generator/generators/components/controller/templates/functional_test.rb +0 -8
- data/lib/rails_generator/generators/components/controller/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/controller/templates/view.html.erb +0 -2
- data/lib/rails_generator/generators/components/integration_test/USAGE +0 -8
- data/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb +0 -16
- data/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +0 -10
- data/lib/rails_generator/generators/components/mailer/USAGE +0 -16
- data/lib/rails_generator/generators/components/mailer/mailer_generator.rb +0 -30
- data/lib/rails_generator/generators/components/mailer/templates/fixture.erb +0 -3
- data/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml +0 -0
- data/lib/rails_generator/generators/components/mailer/templates/mailer.rb +0 -15
- data/lib/rails_generator/generators/components/mailer/templates/unit_test.rb +0 -20
- data/lib/rails_generator/generators/components/mailer/templates/view.erb +0 -3
- data/lib/rails_generator/generators/components/mailer/templates/view.rhtml +0 -0
- data/lib/rails_generator/generators/components/migration/USAGE +0 -29
- data/lib/rails_generator/generators/components/migration/migration_generator.rb +0 -20
- data/lib/rails_generator/generators/components/migration/templates/migration.rb +0 -11
- data/lib/rails_generator/generators/components/model/USAGE +0 -27
- data/lib/rails_generator/generators/components/model/model_generator.rb +0 -45
- data/lib/rails_generator/generators/components/model/templates/fixtures.yml +0 -19
- data/lib/rails_generator/generators/components/model/templates/migration.rb +0 -16
- data/lib/rails_generator/generators/components/model/templates/model.rb +0 -5
- data/lib/rails_generator/generators/components/model/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/observer/USAGE +0 -13
- data/lib/rails_generator/generators/components/observer/observer_generator.rb +0 -16
- data/lib/rails_generator/generators/components/observer/templates/observer.rb +0 -2
- data/lib/rails_generator/generators/components/observer/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/performance_test/USAGE +0 -8
- data/lib/rails_generator/generators/components/performance_test/performance_test_generator.rb +0 -16
- data/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb +0 -9
- data/lib/rails_generator/generators/components/plugin/USAGE +0 -25
- data/lib/rails_generator/generators/components/plugin/plugin_generator.rb +0 -39
- data/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +0 -20
- data/lib/rails_generator/generators/components/plugin/templates/README +0 -13
- data/lib/rails_generator/generators/components/plugin/templates/Rakefile +0 -23
- data/lib/rails_generator/generators/components/plugin/templates/USAGE +0 -8
- data/lib/rails_generator/generators/components/plugin/templates/generator.rb +0 -8
- data/lib/rails_generator/generators/components/plugin/templates/init.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/install.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/plugin.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/tasks.rake +0 -4
- data/lib/rails_generator/generators/components/plugin/templates/test_helper.rb +0 -3
- data/lib/rails_generator/generators/components/plugin/templates/uninstall.rb +0 -1
- data/lib/rails_generator/generators/components/plugin/templates/unit_test.rb +0 -8
- data/lib/rails_generator/generators/components/resource/USAGE +0 -23
- data/lib/rails_generator/generators/components/resource/resource_generator.rb +0 -74
- data/lib/rails_generator/generators/components/resource/templates/controller.rb +0 -2
- data/lib/rails_generator/generators/components/resource/templates/functional_test.rb +0 -8
- data/lib/rails_generator/generators/components/resource/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/scaffold/USAGE +0 -29
- data/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb +0 -100
- data/lib/rails_generator/generators/components/scaffold/templates/controller.rb +0 -85
- data/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb +0 -45
- data/lib/rails_generator/generators/components/scaffold/templates/helper.rb +0 -2
- data/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb +0 -17
- data/lib/rails_generator/generators/components/scaffold/templates/style.css +0 -54
- data/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb +0 -18
- data/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb +0 -24
- data/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb +0 -17
- data/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb +0 -10
- data/lib/rails_generator/generators/components/session_migration/USAGE +0 -10
- data/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb +0 -18
- data/lib/rails_generator/generators/components/session_migration/templates/migration.rb +0 -16
- data/lib/rails_generator/lookup.rb +0 -249
- data/lib/rails_generator/manifest.rb +0 -53
- data/lib/rails_generator/options.rb +0 -150
- data/lib/rails_generator/scripts.rb +0 -89
- data/lib/rails_generator/scripts/destroy.rb +0 -29
- data/lib/rails_generator/scripts/generate.rb +0 -7
- data/lib/rails_generator/scripts/update.rb +0 -12
- data/lib/rails_generator/secret_key_generator.rb +0 -22
- data/lib/rails_generator/simple_logger.rb +0 -46
- data/lib/rails_generator/spec.rb +0 -44
- data/lib/railties_path.rb +0 -1
- data/lib/ruby_version_check.rb +0 -17
- data/lib/rubyprof_ext.rb +0 -35
- data/lib/source_annotation_extractor.rb +0 -102
- data/lib/tasks/annotations.rake +0 -20
- data/lib/tasks/databases.rake +0 -416
- data/lib/tasks/documentation.rake +0 -95
- data/lib/tasks/framework.rake +0 -118
- data/lib/tasks/gems.rake +0 -80
- data/lib/tasks/log.rake +0 -9
- data/lib/tasks/misc.rake +0 -56
- data/lib/tasks/rails.rb +0 -8
- data/lib/tasks/routes.rake +0 -17
- data/lib/tasks/statistics.rake +0 -18
- data/lib/tasks/testing.rake +0 -139
- data/lib/tasks/tmp.rake +0 -37
- data/lib/test_help.rb +0 -27
- data/lib/webrick_server.rb +0 -156
@@ -1,358 +0,0 @@
|
|
1
|
-
/* ----------------------------------------------------------------------------
|
2
|
-
|
3
|
-
Ruby on Rails, hijacked for Hieraki
|
4
|
-
Stylesheet for http://rubyonrails.org
|
5
|
-
|
6
|
-
1. General HTML elements
|
7
|
-
2. General classes
|
8
|
-
3. General structure
|
9
|
-
1. header
|
10
|
-
2. Content
|
11
|
-
3. Sidebar
|
12
|
-
4. Sitewide elements
|
13
|
-
1. Introduction boxes
|
14
|
-
2. Navigation
|
15
|
-
5. Elements for specific areas
|
16
|
-
1. Weblog
|
17
|
-
|
18
|
-
---------------------------------------------------------------------------- */
|
19
|
-
|
20
|
-
* {
|
21
|
-
margin: 0;
|
22
|
-
padding: 0;
|
23
|
-
}
|
24
|
-
|
25
|
-
body {
|
26
|
-
color: #333333;
|
27
|
-
|
28
|
-
background-color: #FFFFFF;
|
29
|
-
background-image: url(../images/header_backdrop.png);
|
30
|
-
background-repeat: repeat-x;
|
31
|
-
background-position: 0 -25px;
|
32
|
-
|
33
|
-
font-size: 80%;
|
34
|
-
font-family: verdana, helvetica, arial, sans-serif;
|
35
|
-
line-height: 1.7em;
|
36
|
-
|
37
|
-
/* Center in IE5.5 */
|
38
|
-
text-align: center;
|
39
|
-
}
|
40
|
-
|
41
|
-
h1 {
|
42
|
-
font-size: 2em;
|
43
|
-
font-weight: normal;
|
44
|
-
letter-spacing: -0.04em;
|
45
|
-
}
|
46
|
-
|
47
|
-
h2 {
|
48
|
-
font-size: 1.5em;
|
49
|
-
font-weight: normal;
|
50
|
-
letter-spacing: -0.04em;
|
51
|
-
}
|
52
|
-
|
53
|
-
h1,h2,h3,h4,h5,h6 {
|
54
|
-
margin-top: 1em;
|
55
|
-
margin-bottom: 0.5em;
|
56
|
-
}
|
57
|
-
.pageheader a:link, .pageheader a:visited{
|
58
|
-
color: #333;
|
59
|
-
text-decoration: none;
|
60
|
-
}
|
61
|
-
|
62
|
-
img {
|
63
|
-
border: none;
|
64
|
-
}
|
65
|
-
|
66
|
-
p {
|
67
|
-
margin-bottom: 1em;
|
68
|
-
}
|
69
|
-
|
70
|
-
a:link {
|
71
|
-
color: #BB2233;
|
72
|
-
}
|
73
|
-
|
74
|
-
a:visited {
|
75
|
-
color: #991122;
|
76
|
-
}
|
77
|
-
|
78
|
-
a:hover {
|
79
|
-
color: #CC2233;
|
80
|
-
background-color: #EEEEEE;
|
81
|
-
}
|
82
|
-
|
83
|
-
a:active {
|
84
|
-
}
|
85
|
-
|
86
|
-
ul {
|
87
|
-
margin-top: 1em;
|
88
|
-
list-style-type: none;
|
89
|
-
}
|
90
|
-
|
91
|
-
ul li {
|
92
|
-
margin-left: 0.5em;
|
93
|
-
padding-left: 1em;
|
94
|
-
|
95
|
-
background-image: url(../images/bullet.gif);
|
96
|
-
background-repeat: no-repeat;
|
97
|
-
background-position: 0 0.55em;
|
98
|
-
}
|
99
|
-
|
100
|
-
/* ----------------------------------------------------------------------------
|
101
|
-
Structure
|
102
|
-
---------------------------------------------------------------------------- */
|
103
|
-
|
104
|
-
div#container {
|
105
|
-
width: 90%;
|
106
|
-
max-width: 790px;
|
107
|
-
|
108
|
-
margin-top: 10px;
|
109
|
-
margin-left: auto;
|
110
|
-
margin-right: auto;
|
111
|
-
|
112
|
-
font-size: 1em;
|
113
|
-
|
114
|
-
/* Don't center text, only div#container */
|
115
|
-
text-align: left;
|
116
|
-
}
|
117
|
-
|
118
|
-
div#header {
|
119
|
-
/* This height controls the vertical position of #content and #sidebar */
|
120
|
-
height: 160px;
|
121
|
-
overflow: hidden;
|
122
|
-
}
|
123
|
-
|
124
|
-
div#header h1 {
|
125
|
-
height: 30px;
|
126
|
-
|
127
|
-
margin: 0;
|
128
|
-
margin-top: 10px;
|
129
|
-
margin-left: 100px;
|
130
|
-
padding: 0;
|
131
|
-
font-weight: bold;
|
132
|
-
font-size: 24pt;
|
133
|
-
}
|
134
|
-
div#header p {
|
135
|
-
height: 30px;
|
136
|
-
margin: 0;
|
137
|
-
margin-left: 160px;
|
138
|
-
padding: 0;
|
139
|
-
font-weight: bold;
|
140
|
-
font-size: 14pt;
|
141
|
-
color: #999;
|
142
|
-
}
|
143
|
-
/*
|
144
|
-
div#logo {
|
145
|
-
float: left;
|
146
|
-
width: 110px;
|
147
|
-
height: 140px;
|
148
|
-
margin-right: 31px;
|
149
|
-
}
|
150
|
-
*/
|
151
|
-
|
152
|
-
|
153
|
-
div#content {
|
154
|
-
margin-left: 170px;
|
155
|
-
}
|
156
|
-
|
157
|
-
/* Fix the IE only 3pixel jog - documented at http://www.positioniseverything.net/articles/hollyhack.html#haslayout \*/
|
158
|
-
* html #content {
|
159
|
-
height: 1px;
|
160
|
-
}
|
161
|
-
/* End hide from IE5-mac */
|
162
|
-
|
163
|
-
div#sidebar {
|
164
|
-
float: left;
|
165
|
-
width: 170px;
|
166
|
-
margin-top: -4px;
|
167
|
-
font-size: 0.8em;
|
168
|
-
}
|
169
|
-
|
170
|
-
div#sidebar h2 {
|
171
|
-
margin: 0;
|
172
|
-
font-size: 1.1em;
|
173
|
-
font-weight: bold;
|
174
|
-
}
|
175
|
-
|
176
|
-
div#sidebar ul {
|
177
|
-
margin-top: 0;
|
178
|
-
margin-bottom: 1em;
|
179
|
-
padding: 0;
|
180
|
-
}
|
181
|
-
|
182
|
-
div#sidebar ol li {
|
183
|
-
margin: 0 0 2px 0px;
|
184
|
-
padding: 0;
|
185
|
-
line-height: 1.3em;
|
186
|
-
background-image: none;
|
187
|
-
}
|
188
|
-
|
189
|
-
div#sidebar ol li a {
|
190
|
-
display: block;
|
191
|
-
width: 150px;
|
192
|
-
padding: 0.2em 0;
|
193
|
-
}
|
194
|
-
|
195
|
-
div#sidebar ul li {
|
196
|
-
margin-left: 10px;
|
197
|
-
}
|
198
|
-
|
199
|
-
div#sidebar ol>ol {
|
200
|
-
padding-left: 5px;
|
201
|
-
padding-right: 5px;
|
202
|
-
list-style-type: none;
|
203
|
-
|
204
|
-
}
|
205
|
-
|
206
|
-
div#sidebar ol>ol li a {
|
207
|
-
display: block;
|
208
|
-
width: 140px;
|
209
|
-
padding: 0.2em 0;
|
210
|
-
margin-left: 10px;
|
211
|
-
|
212
|
-
}
|
213
|
-
|
214
|
-
div#sidebar ol li a:hover {
|
215
|
-
}
|
216
|
-
|
217
|
-
/* ----------------------------------------------------------------------------
|
218
|
-
Specific site-wide elements
|
219
|
-
---------------------------------------------------------------------------- */
|
220
|
-
|
221
|
-
/* Introduction boxes */
|
222
|
-
|
223
|
-
.introduction {
|
224
|
-
|
225
|
-
margin-bottom: 1em;
|
226
|
-
padding: 1em;
|
227
|
-
background-color: #D6DFE8;
|
228
|
-
}
|
229
|
-
|
230
|
-
.introduction p {
|
231
|
-
margin-bottom: 0;
|
232
|
-
}
|
233
|
-
|
234
|
-
/* Navigation */
|
235
|
-
|
236
|
-
ul#navMain {
|
237
|
-
height: 22px;
|
238
|
-
margin: 0;
|
239
|
-
margin-left: 140px;
|
240
|
-
padding: 16px 0;
|
241
|
-
|
242
|
-
list-style-type: none;
|
243
|
-
}
|
244
|
-
|
245
|
-
ul#navMain li {
|
246
|
-
display: inline;
|
247
|
-
background-image: none;
|
248
|
-
margin: 0;
|
249
|
-
padding: 0;
|
250
|
-
}
|
251
|
-
|
252
|
-
ul#navMain li {
|
253
|
-
border-left: 1px solid #FFFFFF;
|
254
|
-
}
|
255
|
-
|
256
|
-
ul#navMain li.first-child {
|
257
|
-
/* Wouldn't it be nice if IE was up-to-date with the rest of the world so we could skip
|
258
|
-
superfluous classes? */
|
259
|
-
border-left: none;
|
260
|
-
}
|
261
|
-
|
262
|
-
ul#navMain li a {
|
263
|
-
padding: 0.2em 1em;
|
264
|
-
|
265
|
-
color: #FFFFFF;
|
266
|
-
text-decoration: none;
|
267
|
-
}
|
268
|
-
|
269
|
-
ul#navMain li.first-child a {
|
270
|
-
/* Wouldn't it be nice if IE was up-to-date with the rest of the world? */
|
271
|
-
padding-left: 0;
|
272
|
-
}
|
273
|
-
|
274
|
-
ul#navMain li a:hover {
|
275
|
-
text-decoration: underline;
|
276
|
-
background-color: transparent;
|
277
|
-
}
|
278
|
-
|
279
|
-
/* Mark the current page */
|
280
|
-
ul#navMain li.current a {
|
281
|
-
font-weight: bold;
|
282
|
-
}
|
283
|
-
|
284
|
-
|
285
|
-
/* ----------------------------------------------------------------------------
|
286
|
-
Elements for specific areas
|
287
|
-
---------------------------------------------------------------------------- */
|
288
|
-
|
289
|
-
/* Weblog */
|
290
|
-
|
291
|
-
.blogEntry {
|
292
|
-
margin-bottom: 2em;
|
293
|
-
}
|
294
|
-
|
295
|
-
.blogEntry h2 {
|
296
|
-
margin-top: 0;
|
297
|
-
margin-bottom: 0;
|
298
|
-
}
|
299
|
-
|
300
|
-
p.metaData {
|
301
|
-
color: #999999;
|
302
|
-
font-size: 0.9em;
|
303
|
-
}
|
304
|
-
|
305
|
-
|
306
|
-
/* Reference documentation */
|
307
|
-
|
308
|
-
#reference #sidebar {
|
309
|
-
display: none;
|
310
|
-
width: 0;
|
311
|
-
}
|
312
|
-
|
313
|
-
#reference #content {
|
314
|
-
margin-left: 0;
|
315
|
-
}
|
316
|
-
|
317
|
-
#reference #content #api {
|
318
|
-
width: 100%;
|
319
|
-
height: 800px;
|
320
|
-
}
|
321
|
-
|
322
|
-
#reference #logo {
|
323
|
-
width: 80px;
|
324
|
-
height: 86px;
|
325
|
-
|
326
|
-
margin-right: 0;
|
327
|
-
}
|
328
|
-
|
329
|
-
#reference #logo img {
|
330
|
-
height: 84px;
|
331
|
-
}
|
332
|
-
|
333
|
-
#reference {
|
334
|
-
/* The header is smaller on the reference page, move the background up so the menu is in the
|
335
|
-
proper place still */
|
336
|
-
background-position: 0 -70px;
|
337
|
-
}
|
338
|
-
|
339
|
-
#reference #header {
|
340
|
-
height: 90px;
|
341
|
-
}
|
342
|
-
|
343
|
-
#reference #header h1 {
|
344
|
-
height: 24px;
|
345
|
-
|
346
|
-
margin-top: 2px;
|
347
|
-
margin-left: 0;
|
348
|
-
|
349
|
-
background-image: none;
|
350
|
-
|
351
|
-
text-indent: 0;
|
352
|
-
font-size: 1.5em;
|
353
|
-
font-weight: bold;
|
354
|
-
|
355
|
-
}
|
356
|
-
#reference #container {
|
357
|
-
max-width: 100%;
|
358
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
label, input {
|
2
|
-
display: block;
|
3
|
-
float: left;
|
4
|
-
margin-bottom: 10px;
|
5
|
-
}
|
6
|
-
|
7
|
-
label {
|
8
|
-
text-align: right;
|
9
|
-
width: 80px;
|
10
|
-
padding-right: 5px;
|
11
|
-
font-weight: bold;
|
12
|
-
}
|
13
|
-
|
14
|
-
|
15
|
-
table {
|
16
|
-
border: 0;
|
17
|
-
}
|
18
|
-
|
19
|
-
form>h1{
|
20
|
-
|
21
|
-
padding-bottom: 2px;
|
22
|
-
border-bottom: 1px solid gray;
|
23
|
-
margin-bottom: 30px;
|
24
|
-
|
25
|
-
}
|
26
|
-
|
27
|
-
td {
|
28
|
-
vertical-align: top;
|
29
|
-
}
|
30
|
-
|
31
|
-
#livepreview {
|
32
|
-
padding: 5px;
|
33
|
-
border: 1px solid #ccc;
|
34
|
-
|
35
|
-
}
|
@@ -1,82 +0,0 @@
|
|
1
|
-
.admin {
|
2
|
-
display:none;
|
3
|
-
}
|
4
|
-
|
5
|
-
#navAuthor {
|
6
|
-
text-align: right;
|
7
|
-
}
|
8
|
-
|
9
|
-
.bookinfo, .userinfo, pre {
|
10
|
-
padding: 10px;
|
11
|
-
background: #eee;
|
12
|
-
border: 1px solid #ccc;
|
13
|
-
}
|
14
|
-
|
15
|
-
pre {
|
16
|
-
overflow: auto;
|
17
|
-
}
|
18
|
-
|
19
|
-
#content pre, #content ul {
|
20
|
-
margin-bottom: 10px;
|
21
|
-
}
|
22
|
-
|
23
|
-
#content ol>ol {
|
24
|
-
padding-left : 30px;
|
25
|
-
}
|
26
|
-
|
27
|
-
div#header h1 a{
|
28
|
-
color: #333333;
|
29
|
-
text-decoration: none;
|
30
|
-
}
|
31
|
-
|
32
|
-
div#header p a{
|
33
|
-
text-decoration: none;
|
34
|
-
color: #999;
|
35
|
-
}
|
36
|
-
|
37
|
-
.left-floaty {
|
38
|
-
padding: 3px 15px;
|
39
|
-
float:left;
|
40
|
-
}
|
41
|
-
|
42
|
-
.right-floaty {
|
43
|
-
float:right;
|
44
|
-
padding: 3px 15px;
|
45
|
-
}
|
46
|
-
|
47
|
-
.figure {
|
48
|
-
border: 1px solid black;
|
49
|
-
line-height: normal;
|
50
|
-
background: #FFE;
|
51
|
-
margin: 1em;
|
52
|
-
}
|
53
|
-
|
54
|
-
.figure .caption {
|
55
|
-
background: #B00;
|
56
|
-
color: white;
|
57
|
-
font-weight: bold;
|
58
|
-
padding: 4px 24px 4px 8px;
|
59
|
-
margin-left: -4px;
|
60
|
-
border: 1px dotted #F77;
|
61
|
-
}
|
62
|
-
|
63
|
-
.figure .body {
|
64
|
-
padding: 0.5em;
|
65
|
-
margin-top: 0.5em;
|
66
|
-
}
|
67
|
-
|
68
|
-
.figure pre {
|
69
|
-
padding: 0px;
|
70
|
-
background: transparent;
|
71
|
-
border: none;
|
72
|
-
font-size: small;
|
73
|
-
font-family: mono;
|
74
|
-
}
|
75
|
-
|
76
|
-
.figure .lineno {
|
77
|
-
text-align: right;
|
78
|
-
color: #B00;
|
79
|
-
font-family: mono;
|
80
|
-
font-size: small;
|
81
|
-
padding-right: 1em;
|
82
|
-
}
|