netlinx-src 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/doc/NetLinx.html +39 -39
  3. data/doc/NetLinx/Rake.html +39 -39
  4. data/doc/NetLinx/Rake/MkZip.html +50 -49
  5. data/doc/NetLinx/Rake/Pack.html +50 -49
  6. data/doc/NetLinx/Rake/RmZip.html +50 -49
  7. data/doc/NetLinx/Rake/SrcIgnore.html +50 -49
  8. data/doc/NetLinx/Rake/Unpack.html +50 -49
  9. data/doc/NetLinx/SRC.html +38 -38
  10. data/doc/NetLinx/SRC/Package.html +61 -60
  11. data/doc/_index.html +28 -31
  12. data/doc/class_list.html +24 -31
  13. data/doc/created.rid +2 -0
  14. data/doc/css/full_list.css +32 -31
  15. data/doc/css/style.css +251 -91
  16. data/doc/file.README.html +28 -31
  17. data/doc/file.license.html +28 -31
  18. data/doc/file_list.html +29 -31
  19. data/doc/frames.html +7 -16
  20. data/doc/images/add.png +0 -0
  21. data/doc/images/arrow_up.png +0 -0
  22. data/doc/images/brick.png +0 -0
  23. data/doc/images/brick_link.png +0 -0
  24. data/doc/images/bug.png +0 -0
  25. data/doc/images/bullet_black.png +0 -0
  26. data/doc/images/bullet_toggle_minus.png +0 -0
  27. data/doc/images/bullet_toggle_plus.png +0 -0
  28. data/doc/images/date.png +0 -0
  29. data/doc/images/delete.png +0 -0
  30. data/doc/images/find.png +0 -0
  31. data/doc/images/loadingAnimation.gif +0 -0
  32. data/doc/images/macFFBgHack.png +0 -0
  33. data/doc/images/package.png +0 -0
  34. data/doc/images/page_green.png +0 -0
  35. data/doc/images/page_white_text.png +0 -0
  36. data/doc/images/page_white_width.png +0 -0
  37. data/doc/images/plugin.png +0 -0
  38. data/doc/images/ruby.png +0 -0
  39. data/doc/images/tag_blue.png +0 -0
  40. data/doc/images/tag_green.png +0 -0
  41. data/doc/images/transparent.png +0 -0
  42. data/doc/images/wrench.png +0 -0
  43. data/doc/images/wrench_orange.png +0 -0
  44. data/doc/images/zoom.png +0 -0
  45. data/doc/index.html +28 -31
  46. data/doc/js/app.js +106 -77
  47. data/doc/js/darkfish.js +155 -0
  48. data/doc/js/full_list.js +170 -135
  49. data/doc/js/navigation.js +142 -0
  50. data/doc/js/search.js +94 -0
  51. data/doc/js/search_index.js +1 -0
  52. data/doc/js/searcher.js +228 -0
  53. data/doc/method_list.html +113 -83
  54. data/doc/rdoc.css +595 -0
  55. data/doc/table_of_contents.html +43 -0
  56. data/doc/top-level-namespace.html +34 -36
  57. metadata +51 -17
  58. data/doc/NetLinx/ProjectPackage.html +0 -868
  59. data/doc/NetLinx/Rake/DelZip.html +0 -337
  60. data/doc/NetLinx/Rake/ToZip.html +0 -337
  61. data/doc/NetLinx/Rake/Zip.html +0 -326
@@ -1,8 +1,8 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1
+ <!DOCTYPE html>
3
2
  <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
+ <meta charset="utf-8" />
6
6
 
7
7
  <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
8
 
@@ -19,146 +19,176 @@
19
19
  <base id="base_target" target="_parent" />
20
20
  </head>
21
21
  <body>
22
- <script type="text/javascript" charset="utf-8">
23
- var hasFrames = false;
24
- try {
25
- hasFrames = window.top.frames.main ? true : false;
26
- } catch (e) { }
27
- if (hasFrames) {
28
- document.getElementById('base_target').target = 'main';
29
- document.body.className = 'frames';
30
- }
31
- </script>
32
22
  <div id="content">
33
- <h1 id="full_list_header">Method List</h1>
34
- <div id="nav">
35
-
36
- <span><a target="_self" href="class_list.html">
37
- Classes
38
- </a></span>
39
-
40
- <span><a target="_self" href="method_list.html">
41
- Methods
42
- </a></span>
43
-
44
- <span><a target="_self" href="file_list.html">
45
- Files
46
- </a></span>
47
-
23
+ <div class="fixed_header">
24
+ <h1 id="full_list_header">Method List</h1>
25
+ <div id="full_list_nav">
26
+
27
+ <span><a target="_self" href="class_list.html">
28
+ Classes
29
+ </a></span>
30
+
31
+ <span><a target="_self" href="method_list.html">
32
+ Methods
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="file_list.html">
36
+ Files
37
+ </a></span>
38
+
39
+ </div>
40
+
41
+ <div id="search">Search: <input type="text" /></div>
48
42
  </div>
49
- <div id="search">Search: <input type="text" /></div>
50
43
 
51
44
  <ul id="full_list" class="method">
52
45
 
53
46
 
54
- <li class="r1 ">
55
- <span class='object_link'><a href="NetLinx/SRC/Package.html#copy_to_zip-instance_method" title="NetLinx::SRC::Package#copy_to_zip (method)">#copy_to_zip</a></span>
56
- <small>NetLinx::SRC::Package</small>
47
+ <li class="odd ">
48
+ <div class="item">
49
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#copy_to_zip-instance_method" title="NetLinx::SRC::Package#copy_to_zip (method)">#copy_to_zip</a></span>
50
+ <small>NetLinx::SRC::Package</small>
51
+ </div>
57
52
  </li>
58
53
 
59
54
 
60
- <li class="r2 ">
61
- <span class='object_link'><a href="NetLinx/Rake/MkZip.html#initialize-instance_method" title="NetLinx::Rake::MkZip#initialize (method)">#initialize</a></span>
62
- <small>NetLinx::Rake::MkZip</small>
55
+ <li class="even ">
56
+ <div class="item">
57
+ <span class='object_link'><a href="NetLinx/Rake/RmZip.html#initialize-instance_method" title="NetLinx::Rake::RmZip#initialize (method)">#initialize</a></span>
58
+ <small>NetLinx::Rake::RmZip</small>
59
+ </div>
63
60
  </li>
64
61
 
65
62
 
66
- <li class="r1 ">
67
- <span class='object_link'><a href="NetLinx/Rake/Unpack.html#initialize-instance_method" title="NetLinx::Rake::Unpack#initialize (method)">#initialize</a></span>
68
- <small>NetLinx::Rake::Unpack</small>
63
+ <li class="odd ">
64
+ <div class="item">
65
+ <span class='object_link'><a href="NetLinx/Rake/Unpack.html#initialize-instance_method" title="NetLinx::Rake::Unpack#initialize (method)">#initialize</a></span>
66
+ <small>NetLinx::Rake::Unpack</small>
67
+ </div>
69
68
  </li>
70
69
 
71
70
 
72
- <li class="r2 ">
73
- <span class='object_link'><a href="NetLinx/Rake/SrcIgnore.html#initialize-instance_method" title="NetLinx::Rake::SrcIgnore#initialize (method)">#initialize</a></span>
74
- <small>NetLinx::Rake::SrcIgnore</small>
71
+ <li class="even ">
72
+ <div class="item">
73
+ <span class='object_link'><a href="NetLinx/Rake/SrcIgnore.html#initialize-instance_method" title="NetLinx::Rake::SrcIgnore#initialize (method)">#initialize</a></span>
74
+ <small>NetLinx::Rake::SrcIgnore</small>
75
+ </div>
75
76
  </li>
76
77
 
77
78
 
78
- <li class="r1 ">
79
- <span class='object_link'><a href="NetLinx/SRC/Package.html#initialize-instance_method" title="NetLinx::SRC::Package#initialize (method)">#initialize</a></span>
80
- <small>NetLinx::SRC::Package</small>
79
+ <li class="odd ">
80
+ <div class="item">
81
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#initialize-instance_method" title="NetLinx::SRC::Package#initialize (method)">#initialize</a></span>
82
+ <small>NetLinx::SRC::Package</small>
83
+ </div>
81
84
  </li>
82
85
 
83
86
 
84
- <li class="r2 ">
85
- <span class='object_link'><a href="NetLinx/Rake/RmZip.html#initialize-instance_method" title="NetLinx::Rake::RmZip#initialize (method)">#initialize</a></span>
86
- <small>NetLinx::Rake::RmZip</small>
87
+ <li class="even ">
88
+ <div class="item">
89
+ <span class='object_link'><a href="NetLinx/Rake/MkZip.html#initialize-instance_method" title="NetLinx::Rake::MkZip#initialize (method)">#initialize</a></span>
90
+ <small>NetLinx::Rake::MkZip</small>
91
+ </div>
87
92
  </li>
88
93
 
89
94
 
90
- <li class="r1 ">
91
- <span class='object_link'><a href="NetLinx/Rake/Pack.html#initialize-instance_method" title="NetLinx::Rake::Pack#initialize (method)">#initialize</a></span>
92
- <small>NetLinx::Rake::Pack</small>
95
+ <li class="odd ">
96
+ <div class="item">
97
+ <span class='object_link'><a href="NetLinx/Rake/Pack.html#initialize-instance_method" title="NetLinx::Rake::Pack#initialize (method)">#initialize</a></span>
98
+ <small>NetLinx::Rake::Pack</small>
99
+ </div>
93
100
  </li>
94
101
 
95
102
 
96
- <li class="r2 ">
97
- <span class='object_link'><a href="NetLinx/SRC/Package.html#load_exclusions-instance_method" title="NetLinx::SRC::Package#load_exclusions (method)">#load_exclusions</a></span>
98
- <small>NetLinx::SRC::Package</small>
103
+ <li class="even ">
104
+ <div class="item">
105
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#load_exclusions-instance_method" title="NetLinx::SRC::Package#load_exclusions (method)">#load_exclusions</a></span>
106
+ <small>NetLinx::SRC::Package</small>
107
+ </div>
99
108
  </li>
100
109
 
101
110
 
102
- <li class="r1 ">
103
- <span class='object_link'><a href="NetLinx/SRC/Package.html#make_srcignore-instance_method" title="NetLinx::SRC::Package#make_srcignore (method)">#make_srcignore</a></span>
104
- <small>NetLinx::SRC::Package</small>
111
+ <li class="odd ">
112
+ <div class="item">
113
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#make_srcignore-instance_method" title="NetLinx::SRC::Package#make_srcignore (method)">#make_srcignore</a></span>
114
+ <small>NetLinx::SRC::Package</small>
115
+ </div>
105
116
  </li>
106
117
 
107
118
 
108
- <li class="r2 ">
109
- <span class='object_link'><a href="NetLinx/SRC/Package.html#make_warning_file-instance_method" title="NetLinx::SRC::Package#make_warning_file (method)">#make_warning_file</a></span>
110
- <small>NetLinx::SRC::Package</small>
119
+ <li class="even ">
120
+ <div class="item">
121
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#make_warning_file-instance_method" title="NetLinx::SRC::Package#make_warning_file (method)">#make_warning_file</a></span>
122
+ <small>NetLinx::SRC::Package</small>
123
+ </div>
111
124
  </li>
112
125
 
113
126
 
114
- <li class="r1 ">
115
- <span class='object_link'><a href="NetLinx/Rake/Pack.html#name-instance_method" title="NetLinx::Rake::Pack#name (method)">#name</a></span>
116
- <small>NetLinx::Rake::Pack</small>
127
+ <li class="odd ">
128
+ <div class="item">
129
+ <span class='object_link'><a href="NetLinx/Rake/Pack.html#name-instance_method" title="NetLinx::Rake::Pack#name (method)">#name</a></span>
130
+ <small>NetLinx::Rake::Pack</small>
131
+ </div>
117
132
  </li>
118
133
 
119
134
 
120
- <li class="r2 ">
121
- <span class='object_link'><a href="NetLinx/Rake/SrcIgnore.html#name-instance_method" title="NetLinx::Rake::SrcIgnore#name (method)">#name</a></span>
122
- <small>NetLinx::Rake::SrcIgnore</small>
135
+ <li class="even ">
136
+ <div class="item">
137
+ <span class='object_link'><a href="NetLinx/Rake/SrcIgnore.html#name-instance_method" title="NetLinx::Rake::SrcIgnore#name (method)">#name</a></span>
138
+ <small>NetLinx::Rake::SrcIgnore</small>
139
+ </div>
123
140
  </li>
124
141
 
125
142
 
126
- <li class="r1 ">
127
- <span class='object_link'><a href="NetLinx/Rake/Unpack.html#name-instance_method" title="NetLinx::Rake::Unpack#name (method)">#name</a></span>
128
- <small>NetLinx::Rake::Unpack</small>
143
+ <li class="odd ">
144
+ <div class="item">
145
+ <span class='object_link'><a href="NetLinx/Rake/Unpack.html#name-instance_method" title="NetLinx::Rake::Unpack#name (method)">#name</a></span>
146
+ <small>NetLinx::Rake::Unpack</small>
147
+ </div>
129
148
  </li>
130
149
 
131
150
 
132
- <li class="r2 ">
133
- <span class='object_link'><a href="NetLinx/Rake/RmZip.html#name-instance_method" title="NetLinx::Rake::RmZip#name (method)">#name</a></span>
134
- <small>NetLinx::Rake::RmZip</small>
151
+ <li class="even ">
152
+ <div class="item">
153
+ <span class='object_link'><a href="NetLinx/Rake/MkZip.html#name-instance_method" title="NetLinx::Rake::MkZip#name (method)">#name</a></span>
154
+ <small>NetLinx::Rake::MkZip</small>
155
+ </div>
135
156
  </li>
136
157
 
137
158
 
138
- <li class="r1 ">
139
- <span class='object_link'><a href="NetLinx/Rake/MkZip.html#name-instance_method" title="NetLinx::Rake::MkZip#name (method)">#name</a></span>
140
- <small>NetLinx::Rake::MkZip</small>
159
+ <li class="odd ">
160
+ <div class="item">
161
+ <span class='object_link'><a href="NetLinx/Rake/RmZip.html#name-instance_method" title="NetLinx::Rake::RmZip#name (method)">#name</a></span>
162
+ <small>NetLinx::Rake::RmZip</small>
163
+ </div>
141
164
  </li>
142
165
 
143
166
 
144
- <li class="r2 ">
145
- <span class='object_link'><a href="NetLinx/SRC/Package.html#pack-instance_method" title="NetLinx::SRC::Package#pack (method)">#pack</a></span>
146
- <small>NetLinx::SRC::Package</small>
167
+ <li class="even ">
168
+ <div class="item">
169
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#pack-instance_method" title="NetLinx::SRC::Package#pack (method)">#pack</a></span>
170
+ <small>NetLinx::SRC::Package</small>
171
+ </div>
147
172
  </li>
148
173
 
149
174
 
150
- <li class="r1 ">
151
- <span class='object_link'><a href="NetLinx/SRC/Package.html#remove_zip-instance_method" title="NetLinx::SRC::Package#remove_zip (method)">#remove_zip</a></span>
152
- <small>NetLinx::SRC::Package</small>
175
+ <li class="odd ">
176
+ <div class="item">
177
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#remove_zip-instance_method" title="NetLinx::SRC::Package#remove_zip (method)">#remove_zip</a></span>
178
+ <small>NetLinx::SRC::Package</small>
179
+ </div>
153
180
  </li>
154
181
 
155
182
 
156
- <li class="r2 ">
157
- <span class='object_link'><a href="NetLinx/SRC/Package.html#unpack-instance_method" title="NetLinx::SRC::Package#unpack (method)">#unpack</a></span>
158
- <small>NetLinx::SRC::Package</small>
183
+ <li class="even ">
184
+ <div class="item">
185
+ <span class='object_link'><a href="NetLinx/SRC/Package.html#unpack-instance_method" title="NetLinx::SRC::Package#unpack (method)">#unpack</a></span>
186
+ <small>NetLinx::SRC::Package</small>
187
+ </div>
159
188
  </li>
160
189
 
161
190
 
191
+
162
192
  </ul>
163
193
  </div>
164
194
  </body>
@@ -0,0 +1,595 @@
1
+ /*
2
+ * "Darkfish" Rdoc CSS
3
+ * $Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
4
+ *
5
+ * Author: Michael Granger <ged@FaerieMUD.org>
6
+ *
7
+ */
8
+
9
+ /* vim: ft=css et sw=2 ts=2 sts=2 */
10
+ /* Base Green is: #6C8C22 */
11
+
12
+ * { padding: 0; margin: 0; }
13
+
14
+ body {
15
+ background: #efefef;
16
+ font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
17
+ margin-left: 40px;
18
+ }
19
+ body.file-popup {
20
+ font-size: 90%;
21
+ margin-left: 0;
22
+ }
23
+
24
+ h1 {
25
+ font-size: 300%;
26
+ text-shadow: rgba(135,145,135,0.65) 2px 2px 3px;
27
+ color: #6C8C22;
28
+ }
29
+ h2,h3,h4 { margin-top: 1.5em; }
30
+
31
+ h1 span,
32
+ h2 span,
33
+ h3 span,
34
+ h4 span,
35
+ h5 span,
36
+ h6 span {
37
+ display: none;
38
+ padding-left: 1em;
39
+ font-size: 50%;
40
+ vertical-align: super;
41
+ }
42
+
43
+ h1:hover span,
44
+ h2:hover span,
45
+ h3:hover span,
46
+ h4:hover span,
47
+ h5:hover span,
48
+ h6:hover span {
49
+ display: inline;
50
+ }
51
+
52
+ :link,
53
+ :visited {
54
+ color: #6C8C22;
55
+ text-decoration: none;
56
+ }
57
+ :link:hover,
58
+ :visited:hover {
59
+ border-bottom: 1px dotted #6C8C22;
60
+ }
61
+
62
+ pre {
63
+ background: #ddd;
64
+ padding: 0.5em 0;
65
+ }
66
+
67
+ blockquote {
68
+ background: #ddd;
69
+ margin: 1em;
70
+ padding: 0.25em;
71
+ }
72
+
73
+ blockquote > :first-child {
74
+ margin-top: 0 !important;
75
+ }
76
+
77
+ /* @group Generic Classes */
78
+
79
+ .initially-hidden {
80
+ display: none;
81
+ }
82
+
83
+ #search-field {
84
+ width: 98%;
85
+ background: #eee;
86
+ border: none;
87
+ height: 1.5em;
88
+ -webkit-border-radius: 4px;
89
+ }
90
+ #search-field:focus {
91
+ background: #f1edba;
92
+ }
93
+ #search-field:-moz-placeholder,
94
+ #search-field::-webkit-input-placeholder {
95
+ font-weight: bold;
96
+ color: #666;
97
+ }
98
+
99
+ .missing-docs {
100
+ font-size: 120%;
101
+ background: white url(images/wrench_orange.png) no-repeat 4px center;
102
+ color: #ccc;
103
+ line-height: 2em;
104
+ border: 1px solid #d00;
105
+ opacity: 1;
106
+ padding-left: 20px;
107
+ text-indent: 24px;
108
+ letter-spacing: 3px;
109
+ font-weight: bold;
110
+ -webkit-border-radius: 5px;
111
+ -moz-border-radius: 5px;
112
+ }
113
+
114
+ .target-section {
115
+ border: 2px solid #dcce90;
116
+ border-left-width: 8px;
117
+ padding: 0 1em;
118
+ background: #fff3c2;
119
+ }
120
+
121
+ /* @end */
122
+
123
+ /* @group Index Page, Standalone file pages */
124
+ .indexpage ul {
125
+ line-height: 160%;
126
+ list-style: none;
127
+ }
128
+ .indexpage ul :link,
129
+ .indexpage ul :visited {
130
+ font-size: 16px;
131
+ }
132
+
133
+ .indexpage li {
134
+ padding-left: 20px;
135
+ }
136
+
137
+ .indexpage ul > li {
138
+ background: url(images/bullet_black.png) no-repeat left 4px;
139
+ }
140
+ .indexpage li.method {
141
+ background: url(images/plugin.png) no-repeat left 4px;
142
+ }
143
+ .indexpage li.module {
144
+ background: url(images/package.png) no-repeat left 4px;
145
+ }
146
+ .indexpage li.class {
147
+ background: url(images/ruby.png) no-repeat left 4px;
148
+ }
149
+ .indexpage li.file {
150
+ background: url(images/page_white_text.png) no-repeat left 4px;
151
+ }
152
+ .indexpage li li {
153
+ background: url(images/tag_blue.png) no-repeat left 4px;
154
+ }
155
+ .indexpage li .toc-toggle {
156
+ width: 16px;
157
+ height: 16px;
158
+ background: url(images/add.png) no-repeat;
159
+ }
160
+
161
+ .indexpage li .toc-toggle.open {
162
+ background: url(images/delete.png) no-repeat;
163
+ }
164
+
165
+ /* @end */
166
+
167
+ /* @group Top-Level Structure */
168
+
169
+ #metadata {
170
+ float: left;
171
+ width: 260px;
172
+ }
173
+
174
+ #documentation {
175
+ margin: 2em 1em 5em 300px;
176
+ min-width: 340px;
177
+ }
178
+
179
+ #validator-badges {
180
+ clear: both;
181
+ margin: 1em 1em 2em;
182
+ font-size: smaller;
183
+ }
184
+
185
+ /* @end */
186
+
187
+ /* @group Metadata Section */
188
+ #metadata .section {
189
+ background-color: #dedede;
190
+ -moz-border-radius: 5px;
191
+ -webkit-border-radius: 5px;
192
+ border: 1px solid #aaa;
193
+ margin: 0 8px 8px;
194
+ font-size: 90%;
195
+ overflow: hidden;
196
+ }
197
+ #metadata h3.section-header {
198
+ margin: 0;
199
+ padding: 2px 8px;
200
+ background: #ccc;
201
+ color: #666;
202
+ -moz-border-radius-topleft: 4px;
203
+ -moz-border-radius-topright: 4px;
204
+ -webkit-border-top-left-radius: 4px;
205
+ -webkit-border-top-right-radius: 4px;
206
+ border-bottom: 1px solid #aaa;
207
+ }
208
+ #metadata #home-section h3.section-header {
209
+ border-bottom: 0;
210
+ }
211
+
212
+ #metadata ul,
213
+ #metadata dl,
214
+ #metadata p {
215
+ padding: 8px;
216
+ list-style: none;
217
+ }
218
+
219
+ #file-metadata {
220
+ margin-top: 2em;
221
+ }
222
+
223
+ #file-metadata ul {
224
+ padding-left: 28px;
225
+ list-style-image: url(images/page_green.png);
226
+ }
227
+
228
+ #table-of-contents {
229
+ margin-top: 2em;
230
+ }
231
+
232
+ #table-of-contents ul {
233
+ padding-left: 28px;
234
+ list-style-image: url(images/tag_blue.png);
235
+ }
236
+
237
+ dl.svninfo {
238
+ color: #666;
239
+ margin: 0;
240
+ }
241
+ dl.svninfo dt {
242
+ font-weight: bold;
243
+ }
244
+
245
+ ul.link-list li {
246
+ white-space: nowrap;
247
+ line-height: 20px;
248
+ }
249
+
250
+ ul.link-list .type {
251
+ font-size: 8px;
252
+ text-transform: uppercase;
253
+ color: white;
254
+ background: #969696;
255
+ padding: 2px 4px;
256
+ -webkit-border-radius: 5px;
257
+ }
258
+
259
+ .calls-super {
260
+ background: url(images/arrow_up.png) no-repeat right center;
261
+ }
262
+
263
+ /* @end */
264
+
265
+ /* @group Class Metadata Section */
266
+ #class-metadata {
267
+ margin-top: 2em;
268
+ }
269
+ /* @end */
270
+
271
+ /* @group Project Metadata Section */
272
+ #project-metadata {
273
+ margin-top: 2em;
274
+ }
275
+
276
+ #project-metadata .section {
277
+ border: 1px solid #aaa;
278
+ }
279
+ #project-metadata h3.section-header {
280
+ border-bottom: 1px solid #aaa;
281
+ position: relative;
282
+ }
283
+
284
+ #project-metadata form {
285
+ color: #777;
286
+ background: #ccc;
287
+ }
288
+
289
+ /* @end */
290
+
291
+ /* @group Documentation Section */
292
+ .description {
293
+ font-size: 100%;
294
+ color: #333;
295
+ }
296
+
297
+ .description p {
298
+ margin: 1em 0.4em;
299
+ }
300
+
301
+ .description li p {
302
+ margin: 0;
303
+ }
304
+
305
+ .description ol,
306
+ .description ul {
307
+ margin-left: 1.5em;
308
+ }
309
+ .description ol li,
310
+ .description ul li {
311
+ line-height: 1.4em;
312
+ }
313
+
314
+ .note-list {
315
+ margin: 8px 0;
316
+ }
317
+
318
+ .label-list {
319
+ margin: 8px 1.5em;
320
+ border: 1px solid #ccc;
321
+ }
322
+ .description .label-list {
323
+ font-size: 14px;
324
+ }
325
+
326
+ .note-list dt {
327
+ font-weight: bold;
328
+ }
329
+ .note-list dd {
330
+ padding: 0 12px;
331
+ }
332
+
333
+ .label-list dt {
334
+ padding: 2px 4px;
335
+ font-weight: bold;
336
+ background: #ddd;
337
+ }
338
+ .label-list dd {
339
+ padding: 2px 12px;
340
+ }
341
+ .label-list dd + dt,
342
+ .note-list dd + dt {
343
+ margin-top: 0.7em;
344
+ }
345
+
346
+ #documentation .section {
347
+ font-size: 90%;
348
+ }
349
+
350
+ #documentation h2.section-header {
351
+ margin-top: 1em;
352
+ padding: 0.25em 0.5em;
353
+ background: #ccc;
354
+ color: #333;
355
+ font-size: 175%;
356
+ border: 1px solid #bbb;
357
+ -moz-border-radius: 3px;
358
+ -webkit-border-radius: 3px;
359
+ }
360
+
361
+ .documentation-section-title {
362
+ position: relative;
363
+ }
364
+ .documentation-section-title .section-click-top {
365
+ position: absolute;
366
+ top: 6px;
367
+ right: 12px;
368
+ font-size: 10px;
369
+ color: #9b9877;
370
+ visibility: hidden;
371
+ padding-right: 0.5px;
372
+ }
373
+
374
+ .documentation-section-title:hover .section-click-top {
375
+ visibility: visible;
376
+ }
377
+
378
+ #documentation h3.section-header {
379
+ margin-top: 1em;
380
+ padding: 0.25em 0.5em;
381
+ background-color: #dedede;
382
+ color: #333;
383
+ font-size: 150%;
384
+ border: 1px solid #bbb;
385
+ -moz-border-radius: 3px;
386
+ -webkit-border-radius: 3px;
387
+ }
388
+
389
+ #constants-list > dl,
390
+ #attributes-list > dl {
391
+ margin: 1em 0 2em;
392
+ border: 0;
393
+ }
394
+ #constants-list > dl dt,
395
+ #attributes-list > dl dt {
396
+ padding-left: 0;
397
+ font-weight: bold;
398
+ font-family: Monaco, "Andale Mono";
399
+ background: inherit;
400
+ }
401
+ #constants-list > dl dt a,
402
+ #attributes-list > dl dt a {
403
+ color: inherit;
404
+ }
405
+ #constants-list > dl dd,
406
+ #attributes-list > dl dd {
407
+ margin: 0 0 1em 0;
408
+ padding: 0;
409
+ color: #666;
410
+ }
411
+
412
+ .documentation-section h2 {
413
+ position: relative;
414
+ }
415
+
416
+ .documentation-section h2 a {
417
+ position: absolute;
418
+ top: 8px;
419
+ right: 10px;
420
+ font-size: 12px;
421
+ color: #9b9877;
422
+ visibility: hidden;
423
+ }
424
+
425
+ .documentation-section h2:hover a {
426
+ visibility: visible;
427
+ }
428
+
429
+ /* @group Method Details */
430
+
431
+ #documentation .method-source-code {
432
+ display: none;
433
+ }
434
+
435
+ #documentation .method-description .method-calls-super {
436
+ color: #333;
437
+ font-weight: bolder;
438
+ }
439
+
440
+ #documentation .method-detail {
441
+ margin: 0.5em 0;
442
+ padding: 0.5em 0;
443
+ cursor: pointer;
444
+ }
445
+ #documentation .method-detail:hover {
446
+ background-color: #f1edba;
447
+ }
448
+ #documentation .method-heading {
449
+ position: relative;
450
+ padding: 2px 4px 0 20px;
451
+ font-size: 125%;
452
+ font-weight: bold;
453
+ color: #333;
454
+ background: url(images/brick.png) no-repeat left bottom;
455
+ }
456
+ #documentation .method-heading :link,
457
+ #documentation .method-heading :visited {
458
+ color: inherit;
459
+ }
460
+ #documentation .method-click-advice {
461
+ position: absolute;
462
+ top: 2px;
463
+ right: 5px;
464
+ font-size: 10px;
465
+ color: #9b9877;
466
+ visibility: hidden;
467
+ padding-right: 20px;
468
+ line-height: 20px;
469
+ background: url(images/zoom.png) no-repeat right top;
470
+ }
471
+ #documentation .method-heading:hover .method-click-advice {
472
+ visibility: visible;
473
+ }
474
+
475
+ #documentation .method-alias .method-heading {
476
+ color: #666;
477
+ background: url(images/brick_link.png) no-repeat left bottom;
478
+ }
479
+
480
+ #documentation .method-description,
481
+ #documentation .aliases {
482
+ margin: 0 20px;
483
+ color: #666;
484
+ }
485
+
486
+ #documentation .method-description p,
487
+ #documentation .aliases p {
488
+ line-height: 1.2em;
489
+ }
490
+
491
+ #documentation .aliases {
492
+ padding-top: 4px;
493
+ font-style: italic;
494
+ cursor: default;
495
+ }
496
+ #documentation .method-description p {
497
+ margin-bottom: 0.5em;
498
+ }
499
+ #documentation .method-description ul {
500
+ margin-left: 1.5em;
501
+ }
502
+ pre {
503
+ margin: 0.5em 0;
504
+ }
505
+
506
+ #documentation .attribute-method-heading {
507
+ background: url(images/tag_green.png) no-repeat left bottom;
508
+ }
509
+ #documentation #attribute-method-details .method-detail:hover {
510
+ background-color: transparent;
511
+ cursor: default;
512
+ }
513
+ #documentation .attribute-access-type {
514
+ font-size: 60%;
515
+ text-transform: uppercase;
516
+ vertical-align: super;
517
+ padding: 0 2px;
518
+ }
519
+ /* @end */
520
+
521
+ /* @end */
522
+
523
+ /* @group Source Code */
524
+
525
+ pre {
526
+ overflow: auto;
527
+ background: #262626;
528
+ color: white;
529
+ border: 1px dashed #999;
530
+ padding: 0.5em;
531
+ }
532
+
533
+ .description pre {
534
+ margin: 0 0.4em;
535
+ }
536
+
537
+ .ruby-constant { color: #7fffd4; background: transparent; }
538
+ .ruby-keyword { color: #00ffff; background: transparent; }
539
+ .ruby-ivar { color: #eedd82; background: transparent; }
540
+ .ruby-operator { color: #00ffee; background: transparent; }
541
+ .ruby-identifier { color: #ffdead; background: transparent; }
542
+ .ruby-node { color: #ffa07a; background: transparent; }
543
+ .ruby-comment { color: #dc0000; font-weight: bold; background: transparent; }
544
+ .ruby-regexp { color: #ffa07a; background: transparent; }
545
+ .ruby-value { color: #7fffd4; background: transparent; }
546
+
547
+ /* @end */
548
+
549
+
550
+ /* @group search results */
551
+ #search-results h1 {
552
+ font-size: 1em;
553
+ font-weight: normal;
554
+ text-shadow: none;
555
+ }
556
+
557
+ #search-results .current {
558
+ background: #ccc;
559
+ border-bottom: 1px solid transparent;
560
+ }
561
+
562
+ #search-results li {
563
+ list-style: none;
564
+ border-bottom: 1px solid #aaa;
565
+ -moz-border-radius: 4px;
566
+ -webkit-border-radius: 4px;
567
+ border-radius: 4px;
568
+ margin-bottom: 0.5em;
569
+ }
570
+
571
+ #search-results li:last-child {
572
+ border-bottom: none;
573
+ margin-bottom: 0;
574
+ }
575
+
576
+ #search-results li p {
577
+ padding: 0;
578
+ margin: 0.5em;
579
+ }
580
+
581
+ #search-results .search-namespace {
582
+ font-weight: bold;
583
+ }
584
+
585
+ #search-results li em {
586
+ background: yellow;
587
+ font-style: normal;
588
+ }
589
+
590
+ #search-results pre {
591
+ margin: 0.5em;
592
+ }
593
+
594
+ /* @end */
595
+