isi 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/html/index.html DELETED
@@ -1,21 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <!--
5
-
6
- isi
7
-
8
- -->
9
- <head>
10
- <title>isi</title>
11
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
- </head>
13
- <frameset rows="20%, 80%">
14
- <frameset cols="25%,35%,45%">
15
- <frame src="fr_file_index.html" title="Files" name="Files" />
16
- <frame src="fr_class_index.html" name="Classes" />
17
- <frame src="fr_method_index.html" name="Methods" />
18
- </frameset>
19
- <frame src="files/README.html" name="docwin" />
20
- </frameset>
21
- </html>
data/html/rdoc-style.css DELETED
@@ -1,299 +0,0 @@
1
- body {
2
- font-family: Verdana,Arial,Helvetica,sans-serif;
3
- font-size: 90%;
4
- margin: 0;
5
- margin-left: 40px;
6
- padding: 0;
7
- background: white;
8
- color: black;
9
- }
10
-
11
- h1, h2, h3, h4 {
12
- margin: 0;
13
- background: transparent;
14
- }
15
-
16
- h1 {
17
- font-size: 150%;
18
- }
19
-
20
- h2,h3,h4 {
21
- margin-top: 1em;
22
- }
23
-
24
- :link, :visited {
25
- background: #eef;
26
- color: #039;
27
- text-decoration: none;
28
- }
29
-
30
- :link:hover, :visited:hover {
31
- background: #039;
32
- color: #eef;
33
- }
34
-
35
- /* Override the base stylesheet's Anchor inside a table cell */
36
- td > :link, td > :visited {
37
- background: transparent;
38
- color: #039;
39
- text-decoration: none;
40
- }
41
-
42
- /* and inside a section title */
43
- .section-title > :link, .section-title > :visited {
44
- background: transparent;
45
- color: #eee;
46
- text-decoration: none;
47
- }
48
-
49
- /* === Structural elements =================================== */
50
-
51
- .index {
52
- margin: 0;
53
- margin-left: -40px;
54
- padding: 0;
55
- font-size: 90%;
56
- }
57
-
58
- .index :link, .index :visited {
59
- margin-left: 0.7em;
60
- }
61
-
62
- .index .section-bar {
63
- margin-left: 0px;
64
- padding-left: 0.7em;
65
- background: #ccc;
66
- font-size: small;
67
- }
68
-
69
- #classHeader, #fileHeader {
70
- width: auto;
71
- color: white;
72
- padding: 0.5em 1.5em 0.5em 1.5em;
73
- margin: 0;
74
- margin-left: -40px;
75
- border-bottom: 3px solid #006;
76
- }
77
-
78
- #classHeader :link, #fileHeader :link,
79
- #classHeader :visited, #fileHeader :visited {
80
- background: inherit;
81
- color: white;
82
- }
83
-
84
- #classHeader td, #fileHeader td {
85
- background: inherit;
86
- color: white;
87
- }
88
-
89
- #fileHeader {
90
- background: #057;
91
- }
92
-
93
- #classHeader {
94
- background: #048;
95
- }
96
-
97
- .class-name-in-header {
98
- font-size: 180%;
99
- font-weight: bold;
100
- }
101
-
102
- #bodyContent {
103
- padding: 0 1.5em 0 1.5em;
104
- }
105
-
106
- #description {
107
- padding: 0.5em 1.5em;
108
- background: #efefef;
109
- border: 1px dotted #999;
110
- }
111
-
112
- #description h1, #description h2, #description h3,
113
- #description h4, #description h5, #description h6 {
114
- color: #125;
115
- background: transparent;
116
- }
117
-
118
- #validator-badges {
119
- text-align: center;
120
- }
121
-
122
- #validator-badges img {
123
- border: 0;
124
- }
125
-
126
- #copyright {
127
- color: #333;
128
- background: #efefef;
129
- font: 0.75em sans-serif;
130
- margin-top: 5em;
131
- margin-bottom: 0;
132
- padding: 0.5em 2em;
133
- }
134
-
135
- /* === Classes =================================== */
136
-
137
- table.header-table {
138
- color: white;
139
- font-size: small;
140
- }
141
-
142
- .type-note {
143
- font-size: small;
144
- color: #dedede;
145
- }
146
-
147
- .section-bar {
148
- color: #333;
149
- border-bottom: 1px solid #999;
150
- margin-left: -20px;
151
- }
152
-
153
- .section-title {
154
- background: #79a;
155
- color: #eee;
156
- padding: 3px;
157
- margin-top: 2em;
158
- margin-left: -30px;
159
- border: 1px solid #999;
160
- }
161
-
162
- .top-aligned-row {
163
- vertical-align: top
164
- }
165
-
166
- .bottom-aligned-row {
167
- vertical-align: bottom
168
- }
169
-
170
- #diagram img {
171
- border: 0;
172
- }
173
-
174
- /* --- Context section classes ----------------------- */
175
-
176
- .context-row { }
177
-
178
- .context-item-name {
179
- font-family: monospace;
180
- font-weight: bold;
181
- color: black;
182
- }
183
-
184
- .context-item-value {
185
- font-size: small;
186
- color: #448;
187
- }
188
-
189
- .context-item-desc {
190
- color: #333;
191
- padding-left: 2em;
192
- }
193
-
194
- /* --- Method classes -------------------------- */
195
-
196
- .method-detail {
197
- background: #efefef;
198
- padding: 0;
199
- margin-top: 0.5em;
200
- margin-bottom: 1em;
201
- border: 1px dotted #ccc;
202
- }
203
-
204
- .method-heading {
205
- color: black;
206
- background: #ccc;
207
- border-bottom: 1px solid #666;
208
- padding: 0.2em 0.5em 0 0.5em;
209
- }
210
-
211
- .method-signature {
212
- color: black;
213
- background: inherit;
214
- }
215
-
216
- .method-name {
217
- font-weight: bold;
218
- }
219
-
220
- .method-args {
221
- font-style: italic;
222
- }
223
-
224
- .method-description {
225
- padding: 0 0.5em 0 0.5em;
226
- }
227
-
228
- /* --- Source code sections -------------------- */
229
-
230
- :link.source-toggle, :visited.source-toggle {
231
- font-size: 90%;
232
- }
233
-
234
- div.method-source-code {
235
- background: #262626;
236
- color: #ffdead;
237
- margin: 1em;
238
- padding: 0.5em;
239
- border: 1px dashed #999;
240
- overflow: auto;
241
- }
242
-
243
- div.method-source-code pre {
244
- color: #ffdead;
245
- }
246
-
247
- /* --- Ruby keyword styles --------------------- */
248
-
249
- .standalone-code {
250
- background: #221111;
251
- color: #ffdead;
252
- overflow: auto;
253
- }
254
-
255
- .ruby-constant {
256
- color: #7fffd4;
257
- background: transparent;
258
- }
259
-
260
- .ruby-keyword {
261
- color: #00ffff;
262
- background: transparent;
263
- }
264
-
265
- .ruby-ivar {
266
- color: #eedd82;
267
- background: transparent;
268
- }
269
-
270
- .ruby-operator {
271
- color: #00ffee;
272
- background: transparent;
273
- }
274
-
275
- .ruby-identifier {
276
- color: #ffdead;
277
- background: transparent;
278
- }
279
-
280
- .ruby-node {
281
- color: #ffa07a;
282
- background: transparent;
283
- }
284
-
285
- .ruby-comment {
286
- color: #b22222;
287
- font-weight: bold;
288
- background: transparent;
289
- }
290
-
291
- .ruby-regexp {
292
- color: #ffa07a;
293
- background: transparent;
294
- }
295
-
296
- .ruby-value {
297
- color: #7fffd4;
298
- background: transparent;
299
- }