clickatell 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,460 +0,0 @@
1
- /* =layout
2
- -----------------------------------------------------------------------------*/
3
-
4
- * {
5
- margin: 0; padding: 0;
6
- }
7
-
8
- .clear {
9
- clear: both
10
- }
11
-
12
- body {
13
- margin: 0; padding: 0;
14
- font-size: 62.5%;
15
- text-align: center;
16
- border-top-style: solid;
17
- border-top-width: .5em;
18
- }
19
-
20
- #wrapper {
21
-
22
- }
23
-
24
- #container {
25
- background: white;
26
- text-align: left;
27
- margin: 0 auto;
28
- width: 78em;
29
- font-family: Helvetica, Arial, sans-serif;
30
- }
31
-
32
- #header {
33
- padding: 3em 5em 0em;
34
- text-align: center;
35
- }
36
-
37
- #content {
38
- padding: 0 5em 3em;
39
- position: relative;
40
- }
41
-
42
- #latest_entry {
43
- margin: 0 0 2em;
44
- }
45
-
46
- #latest_release {
47
- text-align: center;
48
- font-size: 1.4em;
49
- margin: 0 0 2em; padding: .5em;
50
- }
51
-
52
- #latest_release p {
53
-
54
- }
55
-
56
- #footer_wrapper {
57
- background-image: url(../images/footer_bg.gif);
58
- background-repeat: repeat-x;
59
- background-position: 0 -3px;
60
- }
61
-
62
- #footer {
63
- font-family: Helvetica, Arial, sans-serif;
64
- background: url(../images/footer_bg.gif) repeat-x 0 -3px;
65
- margin: 0 auto; padding: 2em 5em;
66
- width: 68em; min-height: 10em;
67
- text-align: left;
68
- border-top-width: 2em;
69
- border-top-style: solid;
70
- }
71
-
72
- #footer div.footer_block {
73
- width: 33em;
74
- float: left;
75
- padding: 0 0 2em;
76
- }
77
-
78
- #footer div.footer_block.center {
79
- margin: 0 0 0 2em;
80
- }
81
-
82
- /* =typography
83
- -----------------------------------------------------------------------------*/
84
-
85
- h1 {
86
- font-family: Helvetica, Arial, sans-serif;
87
- font-size: 4em;
88
- letter-spacing: -3px;
89
- margin: 0 0 .5em; padding: 0;
90
- }
91
-
92
- h1 span.version {
93
- letter-spacing: 0px;
94
- }
95
-
96
- h1 a:link,
97
- h1 a:visited,
98
- h1 a:hover {
99
-
100
- }
101
-
102
- h1 span.tagline {
103
- display: block;
104
- font-size: 60%;
105
- letter-spacing: -2px;
106
- }
107
-
108
- h2 {
109
- font-size: 1.2em;
110
- line-height: 1.2;
111
- }
112
-
113
- h2 img {
114
- vertical-align: middle;
115
- }
116
-
117
- h3 {
118
- font-size: 1.8em;
119
- margin: 0 0 .5em;
120
- }
121
-
122
- h4 {
123
- font-size: 1.7em;
124
- margin: 1.5em 0 1em; padding: 0;
125
- vertical-align: baseline;
126
- }
127
-
128
- p {
129
- line-height: 1.3;
130
- }
131
-
132
- #content p code {
133
- font-size: 1em;
134
- }
135
-
136
- pre {
137
- margin: 1.5em 0 !important;
138
- }
139
-
140
- p code {
141
- font-size: 1em;
142
- }
143
-
144
- p#fn1, p#fn2, p#fn3, p#fn4, p#fn5,
145
- p#fn6, p#fn7, p#fn8, p#fn9, p#fn10 {
146
- font-size: 1.1em;
147
- border-top: 1px solid;
148
- padding-top: .5em;
149
- margin-top: 2em;
150
- }
151
-
152
- a:link {
153
- text-decoration: none;
154
- font-weight: bold;
155
- }
156
-
157
- a:visited {
158
- text-decoration: none;
159
- font-weight: bold;
160
- }
161
-
162
- a:hover {
163
- text-decoration: none;
164
- font-weight: bold;
165
- }
166
-
167
- p.overview {
168
- font-size: 1.8em;
169
- line-height: 1.2;
170
- text-align: center;
171
- margin: 0 0 2em; padding: 0;
172
- }
173
-
174
- p.standout {
175
- text-align: center;
176
- font-size: 1.8em;
177
- }
178
-
179
- #footer p.copyright {
180
- font-size: 1.1em;
181
- text-align: center;
182
- clear: both;
183
- color: #666;
184
- }
185
-
186
- #content ul,
187
- #content ol {
188
- margin: 0 0 2em; padding: 0 0 0 2.5em;
189
- font-size: 1.4em;
190
- }
191
-
192
- #content li {
193
- margin: 0 0 .8em; padding: 0;
194
- line-height: 1.3;
195
- }
196
-
197
- #content a img {
198
- border: none;
199
- }
200
-
201
- #latest_entry h3 {
202
- margin: 0 0 .3em;
203
- }
204
-
205
- #latest_entry p {
206
- margin: 0 0 .5em;
207
- font-size: 1.6em;
208
- }
209
-
210
- #latest_entry p.post_meta {
211
- font-size: 1.2em;
212
- }
213
-
214
- #footer p {
215
- font-size: 1.4em;
216
- }
217
-
218
- #footer {
219
-
220
- }
221
-
222
- #footer a:link,
223
- #footer a:visited {
224
- text-decoration: none;
225
- }
226
-
227
- #footer a:hover {
228
- text-decoration: none;
229
- font-weight: bold;
230
- }
231
-
232
- #footer h3 {
233
- margin: 0 0 .3em;
234
- font-size: 1.2em;
235
- border-bottom-width: 1px;
236
- border-bottom-style: solid;
237
- }
238
-
239
- #footer ul {
240
- list-style: none;
241
- }
242
-
243
- #footer li {
244
- margin: 0 0 .3em; padding: .3em 0;
245
- border-bottom-width: 1px;
246
- border-bottom-style: solid;
247
- font-size: 1.1em;
248
- }
249
-
250
- /* =entry list
251
- -----------------------------------------------------------------------------*/
252
-
253
- #content ul.entry_list {
254
- list-style: none;
255
- margin: .5em 0 2em; padding: 0;
256
- }
257
-
258
- #content ul.entry_list li {
259
- margin: 0; padding: .5em 0;
260
- border-bottom-width: 1px;
261
- border-bottom-style: solid;
262
- position: relative;
263
- font-size: .8em;
264
- }
265
-
266
- #content ul.entry_list li span.post_meta {
267
- position: absolute;
268
- top: 0; right: 0;
269
- padding: .5em 0;
270
- }
271
-
272
- /* =article
273
- -----------------------------------------------------------------------------*/
274
-
275
- div.article h2 {
276
- font-size: 2.2em;
277
- margin: 1em 0 .5em; padding: 0;
278
- }
279
-
280
- div.article h2 span.post_date {
281
- }
282
-
283
- div.article h3 {
284
- font-size: 1.8em;
285
- margin: 1.5em 0 .5em;
286
- }
287
-
288
- div.article p {
289
- font-size: 1.4em;
290
- line-height: 1.4;
291
- margin: 0 0 1em;
292
- }
293
-
294
- div.article blockquote {
295
- margin: 0 0 1em;
296
- padding: 1em 1em .5em;
297
- }
298
-
299
- div.article blockquote p {
300
- font-size: 1.4em;
301
- font-style: italic;
302
- font-family: Georgia, "Times New Roman", serif;
303
- }
304
-
305
- div.article pre {
306
- margin: 0 0 1em; padding: 1em;
307
- font-size: 1.5em;
308
- border-bottom-width: 4px;
309
- border-bottom-style: solid;
310
- overflow: auto;
311
- }
312
-
313
- div.article p.post_meta {
314
- font-size: 1.2em;
315
- border-bottom-top: 1px;
316
- border-bottom-top: solid;
317
- margin: 0 0 2em; padding: .5em 0 0;
318
- }
319
-
320
- code {
321
- font-family: Monaco, "Courier New", monospace;
322
- }
323
-
324
- /* =comments
325
- -----------------------------------------------------------------------------*/
326
-
327
- #comments {
328
- padding: 2em;
329
- }
330
-
331
- #comment-form {
332
- margin: 0 0 2em; padding: 2em;
333
- border-bottom-width: 4px;
334
- border-bottom-style: solid;
335
- }
336
-
337
- div.comment {
338
- margin: 0 0 2em; padding: 0 0 1em;
339
- border-bottom-width: 1px;
340
- border-bottom-style: solid;
341
- }
342
-
343
- div.comment h3 {
344
- font-size: 1.2em;
345
- }
346
-
347
- /* =form styles
348
- -----------------------------------------------------------------------------*/
349
-
350
- form {
351
- margin: 0; padding: 0;
352
- }
353
-
354
- label {
355
- display: block;
356
- font-size: 1.2em;
357
- font-weight: bold;
358
- }
359
-
360
- input, textarea {
361
- margin: .2em 0 1em; padding: .1em;
362
- width: 25em;
363
- font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
364
- font-size: 1.4em;
365
- }
366
-
367
- textarea {
368
- height: 10em;
369
- }
370
-
371
- input.submit {
372
- width: auto;
373
- }
374
-
375
-
376
- /* =code highlighting
377
- -----------------------------------------------------------------------------*/
378
-
379
- /** RUBY **/
380
- #content code.ruby span.comment {
381
-
382
- }
383
-
384
- #content code.ruby span.string {
385
-
386
- }
387
-
388
- #content code.ruby span.brackets {
389
-
390
- }
391
-
392
- #content code.ruby span.symbol {
393
-
394
- }
395
-
396
- #content code.ruby span.keywords {
397
-
398
- }
399
-
400
- /** YAML **/
401
- #content code.ruby span.key {
402
-
403
- }
404
-
405
- /** JAVASCRIPT **/
406
-
407
- /** HTML **/
408
- #content code.html span.tag {
409
-
410
- }
411
-
412
- #content code.html span.attribute {
413
-
414
- }
415
-
416
- #content code.html span.string {
417
-
418
- }
419
-
420
- #content code.html span.comment {
421
-
422
- }
423
-
424
- #content code.html span.doctype {
425
-
426
- }
427
-
428
-
429
- /* =features
430
- -----------------------------------------------------------------------------*/
431
-
432
- div.plugin_feature {
433
- margin: 0 0 2em; padding: .5em 31em 2em 0;
434
- position: relative;
435
- border-bottom-width: 1px;
436
- border-bottom-style: solid;
437
- }
438
-
439
- div.plugin_feature.alt {
440
- padding: .5em 0 .5em 32em;
441
- }
442
-
443
- div.plugin_feature h4 {
444
- font-size: 1.6em;
445
- margin: 0 0 .5em;
446
- }
447
-
448
- div.plugin_feature p {
449
- font-size: 1.4em;
450
- line-height: 1.4;
451
- }
452
-
453
- div.plugin_feature p.plugin_feature_image {
454
- position: absolute;
455
- top: 0; right: 0;
456
- }
457
-
458
- div.plugin_feature.alt p.plugin_feature_image {
459
- top: 0; left: 0;
460
- }