rtfmd 0.10301.19 → 0.10301.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,213 @@
1
+ /*--------------------- Layout and Typography ----------------------------*/
2
+ body {
3
+ font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
4
+ font-size: 15px;
5
+ line-height: 22px;
6
+ color: #252519;
7
+ margin: 0; padding: 0;
8
+ }
9
+ a {
10
+ color: #261a3b;
11
+ }
12
+ a:visited {
13
+ color: #261a3b;
14
+ }
15
+ p {
16
+ margin: 0 0 15px 0;
17
+ }
18
+ h1, h2, h3, h4, h5, h6 {
19
+ margin: 0px 0 15px 0;
20
+ }
21
+ h1 {
22
+ margin-top: 40px;
23
+ }
24
+ h2{
25
+ line-height:32px;
26
+ }
27
+ #container {
28
+ position: relative;
29
+ padding: 40px;
30
+ width: 650px;
31
+
32
+ margin:0 auto;
33
+ }
34
+ #background {
35
+ position: fixed;
36
+ top: 0; left: 525px; right: 0; bottom: 0;
37
+ background: #f5f5ff;
38
+ border-left: 1px solid #e5e5ee;
39
+ border-right: 1px solid #e5e5ee;
40
+ z-index: -1;
41
+ }
42
+
43
+ .content{
44
+ width:600px;
45
+ }
46
+
47
+ blockquote {
48
+ padding: 13px 13px 21px 15px;
49
+ margin-bottom: 18px;
50
+ font-family:georgia,serif;
51
+ font-style: italic;
52
+ }
53
+ blockquote:before {
54
+ content:"\201C";
55
+ font-size:40px;
56
+ margin-left:-10px;
57
+ font-family:georgia,serif;
58
+ color:#eee;
59
+ }
60
+ blockquote p {
61
+ font-size: 14px;
62
+ font-weight: 300;
63
+ line-height: 18px;
64
+ margin-bottom: 0;
65
+ font-style: italic;
66
+ }
67
+
68
+ table td {
69
+ border: 0;
70
+ outline: 0;
71
+ }
72
+ td.docs, th.docs {
73
+ max-width: 450px;
74
+ min-width: 450px;
75
+ min-height: 5px;
76
+ padding: 10px 25px 1px 50px;
77
+ overflow-x: hidden;
78
+ vertical-align: top;
79
+ text-align: left;
80
+ }
81
+ .docs pre {
82
+ margin: 15px 0 15px;
83
+ padding-left: 15px;
84
+ }
85
+ .docs p tt, .docs p code {
86
+ background: #f8f8ff;
87
+ border: 1px solid #dedede;
88
+ font-size: 12px;
89
+ padding: 0 0.2em;
90
+ }
91
+ .pilwrap {
92
+ position: relative;
93
+ }
94
+ .pilcrow {
95
+ font: 12px Arial;
96
+ text-decoration: none;
97
+ color: #454545;
98
+ position: absolute;
99
+ top: 3px; left: -20px;
100
+ padding: 1px 2px;
101
+ opacity: 0;
102
+ -webkit-transition: opacity 0.2s linear;
103
+ }
104
+ td.docs:hover .pilcrow {
105
+ opacity: 1;
106
+ }
107
+ td.code, th.code {
108
+ padding: 14px 15px 16px 25px;
109
+ width: 100%;
110
+ vertical-align: top;
111
+ background: #f5f5ff;
112
+ border-left: 1px solid #e5e5ee;
113
+ }
114
+ pre, tt, code {
115
+ font-size: 12px; line-height: 18px;
116
+ font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
117
+ margin: 0; padding: 0;
118
+ }
119
+
120
+
121
+ /*---------------------- Syntax Highlighting -----------------------------*/
122
+ td.linenos { background-color: #f0f0f0; padding-right: 10px; }
123
+ span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
124
+ body .hll { background-color: #ffffcc }
125
+ body .c { color: #408080; font-style: italic } /* Comment */
126
+ body .err { border: 1px solid #FF0000 } /* Error */
127
+ body .k { color: #954121 } /* Keyword */
128
+ body .o { color: #666666 } /* Operator */
129
+ body .cm { color: #408080; font-style: italic } /* Comment.Multiline */
130
+ body .cp { color: #BC7A00 } /* Comment.Preproc */
131
+ body .c1 { color: #408080; font-style: italic } /* Comment.Single */
132
+ body .cs { color: #408080; font-style: italic } /* Comment.Special */
133
+ body .gd { color: #A00000 } /* Generic.Deleted */
134
+ body .ge { font-style: italic } /* Generic.Emph */
135
+ body .gr { color: #FF0000 } /* Generic.Error */
136
+ body .gh { color: #000080; font-weight: bold } /* Generic.Heading */
137
+ body .gi { color: #00A000 } /* Generic.Inserted */
138
+ body .go { color: #808080 } /* Generic.Output */
139
+ body .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
140
+ body .gs { font-weight: bold } /* Generic.Strong */
141
+ body .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
142
+ body .gt { color: #0040D0 } /* Generic.Traceback */
143
+ body .kc { color: #954121 } /* Keyword.Constant */
144
+ body .kd { color: #954121; font-weight: bold } /* Keyword.Declaration */
145
+ body .kn { color: #954121; font-weight: bold } /* Keyword.Namespace */
146
+ body .kp { color: #954121 } /* Keyword.Pseudo */
147
+ body .kr { color: #954121; font-weight: bold } /* Keyword.Reserved */
148
+ body .kt { color: #B00040 } /* Keyword.Type */
149
+ body .m { color: #666666 } /* Literal.Number */
150
+ body .s { color: #219161 } /* Literal.String */
151
+ body .na { color: #7D9029 } /* Name.Attribute */
152
+ body .nb { color: #954121 } /* Name.Builtin */
153
+ body .nc { color: #0000FF; font-weight: bold } /* Name.Class */
154
+ body .no { color: #880000 } /* Name.Constant */
155
+ body .nd { color: #AA22FF } /* Name.Decorator */
156
+ body .ni { color: #999999; font-weight: bold } /* Name.Entity */
157
+ body .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
158
+ body .nf { color: #0000FF } /* Name.Function */
159
+ body .nl { color: #A0A000 } /* Name.Label */
160
+ body .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
161
+ body .nt { color: #954121; font-weight: bold } /* Name.Tag */
162
+ body .nv { color: #19469D } /* Name.Variable */
163
+ body .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
164
+ body .w { color: #bbbbbb } /* Text.Whitespace */
165
+ body .mf { color: #666666 } /* Literal.Number.Float */
166
+ body .mh { color: #666666 } /* Literal.Number.Hex */
167
+ body .mi { color: #666666 } /* Literal.Number.Integer */
168
+ body .mo { color: #666666 } /* Literal.Number.Oct */
169
+ body .sb { color: #219161 } /* Literal.String.Backtick */
170
+ body .sc { color: #219161 } /* Literal.String.Char */
171
+ body .sd { color: #219161; font-style: italic } /* Literal.String.Doc */
172
+ body .s2 { color: #219161 } /* Literal.String.Double */
173
+ body .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
174
+ body .sh { color: #219161 } /* Literal.String.Heredoc */
175
+ body .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
176
+ body .sx { color: #954121 } /* Literal.String.Other */
177
+ body .sr { color: #BB6688 } /* Literal.String.Regex */
178
+ body .s1 { color: #219161 } /* Literal.String.Single */
179
+ body .ss { color: #19469D } /* Literal.String.Symbol */
180
+ body .bp { color: #954121 } /* Name.Builtin.Pseudo */
181
+ body .vc { color: #19469D } /* Name.Variable.Class */
182
+ body .vg { color: #19469D } /* Name.Variable.Global */
183
+ body .vi { color: #19469D } /* Name.Variable.Instance */
184
+ body .il { color: #666666 } /* Literal.Number.Integer.Long */
185
+
186
+ code, pre {
187
+ font-family: Monaco, Andale Mono, Courier New, monospace;
188
+ }
189
+ code {
190
+ background-color: #fee9cc;
191
+ color: rgba(0, 0, 0, 0.75);
192
+ padding: 1px 3px;
193
+ font-size: 12px;
194
+ -webkit-border-radius: 3px;
195
+ -moz-border-radius: 3px;
196
+ border-radius: 3px;
197
+ }
198
+ pre {
199
+ display: block;
200
+ padding: 14px;
201
+ margin: 0 10px 18px;
202
+ line-height: 16px;
203
+ font-size: 11px;
204
+ border: 1px solid #d9d9d9;
205
+ white-space: pre-wrap;
206
+ word-wrap: break-word;
207
+ }
208
+ pre code {
209
+ background-color: #fff;
210
+ color:#737373;
211
+ font-size: 11px;
212
+ padding: 0;
213
+ }
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'rtfmd'
7
- s.version = '0.10301.19'
7
+ s.version = '0.10301.20'
8
8
  s.date = '2011-12-16'
9
9
 
10
10
  s.summary = "A simple, Markdown documentation helper."
@@ -31,8 +31,6 @@ Gem::Specification.new do |s|
31
31
  s.add_dependency('nokogiri', "~> 1.4")
32
32
  s.add_dependency('redcarpet')
33
33
  s.add_dependency('ronn')
34
- s.add_dependency('rdiscount')
35
- s.add_dependency('surface')
36
34
 
37
35
  s.files = %w[
38
36
  HISTORY.md
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtfmd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41165
5
- prerelease: false
4
+ hash: 41155
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10301
9
- - 19
10
- version: 0.10301.19
9
+ - 20
10
+ version: 0.10301.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -17,8 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-12-16 00:00:00 -08:00
21
- default_executable:
20
+ date: 2011-12-16 00:00:00 Z
22
21
  dependencies:
23
22
  - !ruby/object:Gem::Dependency
24
23
  name: grit
@@ -190,34 +189,6 @@ dependencies:
190
189
  version: "0"
191
190
  type: :runtime
192
191
  version_requirements: *id010
193
- - !ruby/object:Gem::Dependency
194
- name: rdiscount
195
- prerelease: false
196
- requirement: &id011 !ruby/object:Gem::Requirement
197
- none: false
198
- requirements:
199
- - - ">="
200
- - !ruby/object:Gem::Version
201
- hash: 3
202
- segments:
203
- - 0
204
- version: "0"
205
- type: :runtime
206
- version_requirements: *id011
207
- - !ruby/object:Gem::Dependency
208
- name: surface
209
- prerelease: false
210
- requirement: &id012 !ruby/object:Gem::Requirement
211
- none: false
212
- requirements:
213
- - - ">="
214
- - !ruby/object:Gem::Version
215
- hash: 3
216
- segments:
217
- - 0
218
- version: "0"
219
- type: :runtime
220
- version_requirements: *id012
221
192
  description: A simple, Markdown documentation helper with ronn, gollum, and offline-generation support
222
193
  email: amanibhavam@destructuring.org
223
194
  executables: []
@@ -242,6 +213,7 @@ files:
242
213
  - lib/gollum/file.rb
243
214
  - lib/gollum/frontend/app.rb
244
215
  - lib/gollum/frontend/indexapp.rb
216
+ - lib/gollum/frontend/public/css/basket.css
245
217
  - lib/gollum/frontend/public/css/gollum.css
246
218
  - lib/gollum/frontend/public/css/ie7.css
247
219
  - lib/gollum/frontend/public/css/ronn.css
@@ -267,7 +239,6 @@ files:
267
239
  - lib/gollum/pagination.rb
268
240
  - lib/gollum/sanitization.rb
269
241
  - lib/gollum/wiki.rb
270
- has_rdoc: true
271
242
  homepage: https://github.com/HeSYINUvSBZfxqA/RTFMd
272
243
  licenses: []
273
244
 
@@ -297,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
268
  requirements: []
298
269
 
299
270
  rubyforge_project:
300
- rubygems_version: 1.3.7
271
+ rubygems_version: 1.8.17
301
272
  signing_key:
302
273
  specification_version: 2
303
274
  summary: A simple, Markdown documentation helper.