sdoc 0.3.3 → 0.3.4
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.
- data/lib/rdoc/generator/template/rails/resources/css/panel.css +49 -44
- data/sdoc.gemspec +2 -2
- metadata +4 -4
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
font-family: "Helvetica Neue", "Arial", sans-serif;
|
|
12
12
|
//zoom: 1;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
|
-
.panel_tree .results,
|
|
16
|
-
.panel_results .tree
|
|
14
|
+
|
|
15
|
+
.panel_tree .results,
|
|
16
|
+
.panel_results .tree
|
|
17
17
|
{
|
|
18
18
|
display: none;
|
|
19
19
|
}
|
|
20
|
-
|
|
20
|
+
|
|
21
21
|
/* Header with search box (begin) */
|
|
22
22
|
.panel .header
|
|
23
23
|
{
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
height: 22px;
|
|
67
67
|
//height: auto;
|
|
68
68
|
}
|
|
69
|
-
|
|
69
|
+
|
|
70
70
|
/* Header with search box (end) */
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
|
|
72
|
+
|
|
73
73
|
/* Results (begin) */
|
|
74
74
|
.panel .result
|
|
75
75
|
{
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
.panel .result ul li.current h1,
|
|
144
144
|
.panel .result ul li.current p
|
|
145
145
|
{
|
|
146
|
-
color: #
|
|
146
|
+
color: #D9D9D9;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.panel .result ul li.current h1 i,
|
|
150
150
|
.panel .result ul li.current p.snippet
|
|
151
151
|
{
|
|
152
|
-
color: #
|
|
152
|
+
color: #ACACAC;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
.panel .result ul li.current b
|
|
@@ -167,8 +167,8 @@
|
|
|
167
167
|
.panel .result ul li.current:hover
|
|
168
168
|
{
|
|
169
169
|
background: #C52F24;
|
|
170
|
-
}
|
|
171
|
-
|
|
170
|
+
}
|
|
171
|
+
|
|
172
172
|
.panel .result ul li .badge
|
|
173
173
|
{
|
|
174
174
|
margin-right: 0.4em;
|
|
@@ -176,71 +176,71 @@
|
|
|
176
176
|
padding: 0 0.2em;
|
|
177
177
|
color: #000;
|
|
178
178
|
}
|
|
179
|
-
|
|
179
|
+
|
|
180
180
|
.panel .result ul li .badge_1
|
|
181
181
|
{
|
|
182
182
|
background: #ACDBF4;
|
|
183
183
|
}
|
|
184
|
-
|
|
184
|
+
|
|
185
185
|
.panel .result ul li.current .badge_1
|
|
186
186
|
{
|
|
187
187
|
background: #97BFD7;
|
|
188
188
|
}
|
|
189
|
-
|
|
189
|
+
|
|
190
190
|
.panel .result ul li .badge_2
|
|
191
191
|
{
|
|
192
192
|
background: #ACF3C3;
|
|
193
193
|
}
|
|
194
|
-
|
|
194
|
+
|
|
195
195
|
.panel .result ul li.current .badge_2
|
|
196
196
|
{
|
|
197
197
|
background: #98D7AC;
|
|
198
198
|
}
|
|
199
|
-
|
|
199
|
+
|
|
200
200
|
.panel .result ul li .badge_3
|
|
201
201
|
{
|
|
202
202
|
background: #E0F3AC;
|
|
203
203
|
}
|
|
204
|
-
|
|
204
|
+
|
|
205
205
|
.panel .result ul li.current .badge_3
|
|
206
206
|
{
|
|
207
207
|
background: #C4D798;
|
|
208
208
|
}
|
|
209
|
-
|
|
209
|
+
|
|
210
210
|
.panel .result ul li .badge_4
|
|
211
211
|
{
|
|
212
212
|
background: #D7CA98;
|
|
213
213
|
}
|
|
214
|
-
|
|
214
|
+
|
|
215
215
|
.panel .result ul li.current .badge_4
|
|
216
216
|
{
|
|
217
217
|
background: #A6B0AC;
|
|
218
218
|
}
|
|
219
|
-
|
|
219
|
+
|
|
220
220
|
.panel .result ul li .badge_5
|
|
221
221
|
{
|
|
222
222
|
background: #F3C8AC;
|
|
223
223
|
}
|
|
224
|
-
|
|
224
|
+
|
|
225
225
|
.panel .result ul li.current .badge_5
|
|
226
226
|
{
|
|
227
227
|
background: #D7B198;
|
|
228
228
|
}
|
|
229
|
-
|
|
229
|
+
|
|
230
230
|
.panel .result ul li .badge_6
|
|
231
231
|
{
|
|
232
232
|
background: #F3ACC3;
|
|
233
233
|
}
|
|
234
|
-
|
|
234
|
+
|
|
235
235
|
.panel .result ul li.current .badge_6
|
|
236
236
|
{
|
|
237
237
|
background: #D798AB;
|
|
238
238
|
}
|
|
239
|
-
|
|
239
|
+
|
|
240
240
|
/* Results (end) */
|
|
241
|
-
|
|
241
|
+
|
|
242
242
|
/* Tree (begin) */ /**/
|
|
243
|
-
.panel .tree
|
|
243
|
+
.panel .tree
|
|
244
244
|
{
|
|
245
245
|
position: absolute;
|
|
246
246
|
top: 30px;
|
|
@@ -255,12 +255,12 @@
|
|
|
255
255
|
background: #EEE url(../i/tree_bg.png);
|
|
256
256
|
z-index: 30;
|
|
257
257
|
}
|
|
258
|
-
|
|
258
|
+
|
|
259
259
|
.panel .tree ul
|
|
260
260
|
{
|
|
261
261
|
background: #EEE url(../i/tree_bg.png);
|
|
262
|
-
}
|
|
263
|
-
|
|
262
|
+
}
|
|
263
|
+
|
|
264
264
|
.panel .tree li
|
|
265
265
|
{
|
|
266
266
|
cursor: pointer;
|
|
@@ -270,8 +270,8 @@
|
|
|
270
270
|
//zoom: 1;
|
|
271
271
|
//width: 100%;
|
|
272
272
|
}
|
|
273
|
-
|
|
274
|
-
|
|
273
|
+
|
|
274
|
+
|
|
275
275
|
.panel .tree li .content
|
|
276
276
|
{
|
|
277
277
|
padding-left: 18px;
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
overflow: hidden;
|
|
281
281
|
position: relative;
|
|
282
282
|
}
|
|
283
|
-
|
|
283
|
+
|
|
284
284
|
.panel .tree li .icon
|
|
285
285
|
{
|
|
286
286
|
width: 10px;
|
|
@@ -292,12 +292,12 @@
|
|
|
292
292
|
top: 8px;
|
|
293
293
|
cursor: default;
|
|
294
294
|
}
|
|
295
|
-
|
|
295
|
+
|
|
296
296
|
.panel .tree li.closed .icon
|
|
297
297
|
{
|
|
298
298
|
background-position: 0 0;
|
|
299
299
|
}
|
|
300
|
-
|
|
300
|
+
|
|
301
301
|
.panel .tree ul li h1
|
|
302
302
|
{
|
|
303
303
|
font-size: 13px;
|
|
@@ -314,35 +314,40 @@
|
|
|
314
314
|
margin-bottom: 2px;
|
|
315
315
|
white-space: nowrap;
|
|
316
316
|
}
|
|
317
|
-
|
|
317
|
+
|
|
318
318
|
.panel .tree ul li h1 i
|
|
319
319
|
{
|
|
320
320
|
color: #999;
|
|
321
321
|
font-style: normal;
|
|
322
322
|
}
|
|
323
|
-
|
|
323
|
+
|
|
324
|
+
.panel .tree ul li.current h1 i
|
|
325
|
+
{
|
|
326
|
+
color: #CCC;
|
|
327
|
+
}
|
|
328
|
+
|
|
324
329
|
.panel .tree ul li.empty
|
|
325
330
|
{
|
|
326
331
|
cursor: text;
|
|
327
|
-
}
|
|
328
|
-
|
|
332
|
+
}
|
|
333
|
+
|
|
329
334
|
.panel .tree ul li.empty h1,
|
|
330
335
|
.panel .tree ul li.empty p
|
|
331
336
|
{
|
|
332
337
|
color: #666;
|
|
333
338
|
font-style: italic;
|
|
334
339
|
}
|
|
335
|
-
|
|
340
|
+
|
|
336
341
|
.panel .tree ul li.current
|
|
337
342
|
{
|
|
338
343
|
background: #C52F24;
|
|
339
344
|
}
|
|
340
|
-
|
|
345
|
+
|
|
341
346
|
.panel .tree ul li.current .icon
|
|
342
347
|
{
|
|
343
348
|
background-position: -10px -9px;
|
|
344
349
|
}
|
|
345
|
-
|
|
350
|
+
|
|
346
351
|
.panel .tree ul li.current.closed .icon
|
|
347
352
|
{
|
|
348
353
|
background-position: -10px 0;
|
|
@@ -363,7 +368,7 @@
|
|
|
363
368
|
{
|
|
364
369
|
color: #999;
|
|
365
370
|
}
|
|
366
|
-
|
|
371
|
+
|
|
367
372
|
.panel .tree ul li:hover
|
|
368
373
|
{
|
|
369
374
|
background: #d0d0d0;
|
|
@@ -373,11 +378,11 @@
|
|
|
373
378
|
{
|
|
374
379
|
background: #C52F24;
|
|
375
380
|
}
|
|
376
|
-
|
|
381
|
+
|
|
377
382
|
.panel .tree .stopper
|
|
378
383
|
{
|
|
379
384
|
display: none;
|
|
380
385
|
}
|
|
381
386
|
/* Tree (end) */ /**/
|
|
382
|
-
|
|
387
|
+
|
|
383
388
|
/* Panel (end) */
|
data/sdoc.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "sdoc"
|
|
5
|
-
s.version = "0.3.
|
|
5
|
+
s.version = "0.3.4"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Vladimir Kolesnikov"]
|
|
9
|
-
s.date = %q{2011-09-
|
|
9
|
+
s.date = %q{2011-09-27}
|
|
10
10
|
s.description = %q{rdoc generator html with javascript search index.}
|
|
11
11
|
s.summary = %q{rdoc html with javascript search index.}
|
|
12
12
|
s.homepage = %q{http://github.com/voloko/sdoc}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sdoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.3.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Vladimir Kolesnikov
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
18
|
+
date: 2011-09-27 00:00:00 -07:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|