jekyll-foxslide 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/after_footer.html +8 -0
  5. data/_includes/archive_post.html +8 -0
  6. data/_includes/article.html +67 -0
  7. data/_includes/asides/delicious.html +8 -0
  8. data/_includes/asides/github.html +8 -0
  9. data/_includes/asides/googleplus.html +11 -0
  10. data/_includes/asides/pinboard.html +19 -0
  11. data/_includes/asides/recent_posts.html +10 -0
  12. data/_includes/asides/twitter.html +7 -0
  13. data/_includes/custom/after_footer.html +4 -0
  14. data/_includes/custom/asides/about.html +2 -0
  15. data/_includes/custom/asides/found_on.html +49 -0
  16. data/_includes/custom/asides/instagram.html +5 -0
  17. data/_includes/custom/category_feed.xml +27 -0
  18. data/_includes/custom/footer.html +10 -0
  19. data/_includes/custom/footer_widgets.html +22 -0
  20. data/_includes/custom/head.html +3 -0
  21. data/_includes/custom/intro.html +6 -0
  22. data/_includes/custom/navigation.html +0 -0
  23. data/_includes/custom/widgets.html +11 -0
  24. data/_includes/disqus.html +21 -0
  25. data/_includes/facebook_like.html +10 -0
  26. data/_includes/footer.html +10 -0
  27. data/_includes/google_analytics.html +13 -0
  28. data/_includes/google_plus_one.html +9 -0
  29. data/_includes/head.html +53 -0
  30. data/_includes/navigation.html +24 -0
  31. data/_includes/post/author.html +14 -0
  32. data/_includes/post/categories.html +11 -0
  33. data/_includes/post/date.html +15 -0
  34. data/_includes/post/disqus_thread.html +1 -0
  35. data/_includes/twitter_sharing.html +11 -0
  36. data/_layouts/category_index.html +17 -0
  37. data/_layouts/default.html +9 -0
  38. data/_layouts/page.html +37 -0
  39. data/_layouts/post.html +26 -0
  40. data/_sass/_base.scss +6 -0
  41. data/_sass/base/_bootstrap-responsive.scss +1032 -0
  42. data/_sass/base/_bootstrap.scss +5571 -0
  43. data/_sass/base/_foundation.scss +1016 -0
  44. data/_sass/base/_solarized.scss +51 -0
  45. data/_sass/base/_syntax.scss +290 -0
  46. data/_sass/base/_theme.scss +226 -0
  47. data/_sass/custom/_colors.scss +43 -0
  48. data/_sass/custom/_fonts.scss +10 -0
  49. data/_sass/custom/_layout.scss +21 -0
  50. data/_sass/custom/_styles.scss +29 -0
  51. data/_sass/screen.scss +9 -0
  52. data/assets/jwplayer/glow/controlbar/background.png +0 -0
  53. data/assets/jwplayer/glow/controlbar/blankButton.png +0 -0
  54. data/assets/jwplayer/glow/controlbar/divider.png +0 -0
  55. data/assets/jwplayer/glow/controlbar/fullscreenButton.png +0 -0
  56. data/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png +0 -0
  57. data/assets/jwplayer/glow/controlbar/muteButton.png +0 -0
  58. data/assets/jwplayer/glow/controlbar/muteButtonOver.png +0 -0
  59. data/assets/jwplayer/glow/controlbar/normalscreenButton.png +0 -0
  60. data/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png +0 -0
  61. data/assets/jwplayer/glow/controlbar/pauseButton.png +0 -0
  62. data/assets/jwplayer/glow/controlbar/pauseButtonOver.png +0 -0
  63. data/assets/jwplayer/glow/controlbar/playButton.png +0 -0
  64. data/assets/jwplayer/glow/controlbar/playButtonOver.png +0 -0
  65. data/assets/jwplayer/glow/controlbar/timeSliderBuffer.png +0 -0
  66. data/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png +0 -0
  67. data/assets/jwplayer/glow/controlbar/timeSliderCapRight.png +0 -0
  68. data/assets/jwplayer/glow/controlbar/timeSliderProgress.png +0 -0
  69. data/assets/jwplayer/glow/controlbar/timeSliderRail.png +0 -0
  70. data/assets/jwplayer/glow/controlbar/unmuteButton.png +0 -0
  71. data/assets/jwplayer/glow/controlbar/unmuteButtonOver.png +0 -0
  72. data/assets/jwplayer/glow/display/background.png +0 -0
  73. data/assets/jwplayer/glow/display/bufferIcon.png +0 -0
  74. data/assets/jwplayer/glow/display/muteIcon.png +0 -0
  75. data/assets/jwplayer/glow/display/playIcon.png +0 -0
  76. data/assets/jwplayer/glow/dock/button.png +0 -0
  77. data/assets/jwplayer/glow/glow.xml +115 -0
  78. data/assets/jwplayer/glow/playlist/item.png +0 -0
  79. data/assets/jwplayer/glow/playlist/itemOver.png +0 -0
  80. data/assets/jwplayer/glow/playlist/sliderCapBottom.png +0 -0
  81. data/assets/jwplayer/glow/playlist/sliderCapTop.png +0 -0
  82. data/assets/jwplayer/glow/playlist/sliderRail.png +0 -0
  83. data/assets/jwplayer/glow/playlist/sliderThumb.png +0 -0
  84. data/assets/jwplayer/glow/sharing/embedIcon.png +0 -0
  85. data/assets/jwplayer/glow/sharing/embedScreen.png +0 -0
  86. data/assets/jwplayer/glow/sharing/shareIcon.png +0 -0
  87. data/assets/jwplayer/glow/sharing/shareScreen.png +0 -0
  88. data/assets/jwplayer/player.swf +0 -0
  89. metadata +144 -0
@@ -0,0 +1,1016 @@
1
+ /* Add additional stylesheets below
2
+ -------------------------------------------------- */
3
+ /*
4
+ Bootstrap's documentation styles
5
+ Special styles for presenting Bootstrap's documentation and examples
6
+ */
7
+
8
+
9
+
10
+ /* Body and structure
11
+ -------------------------------------------------- */
12
+
13
+ body {
14
+ position: relative;
15
+ }
16
+
17
+ /* Code in headings */
18
+ h3 code {
19
+ font-size: 14px;
20
+ font-weight: normal;
21
+ }
22
+
23
+
24
+
25
+ /* Tweak navbar brand link to be super sleek
26
+ -------------------------------------------------- */
27
+
28
+ body > .navbar {
29
+ font-size: 13px;
30
+ }
31
+
32
+ /* Change the docs' brand */
33
+ body > .navbar .brand {
34
+ padding-right: 0;
35
+ padding-left: 0;
36
+ margin-left: 20px;
37
+ float: right;
38
+ font-weight: bold;
39
+ color: #000;
40
+ text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
41
+ -webkit-transition: all .2s linear;
42
+ -moz-transition: all .2s linear;
43
+ transition: all .2s linear;
44
+ }
45
+ body > .navbar .brand:hover {
46
+ text-decoration: none;
47
+ text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
48
+ }
49
+
50
+
51
+ /* Sections
52
+ -------------------------------------------------- */
53
+
54
+ /* padding for in-page bookmarks and fixed navbar */
55
+ section {
56
+ padding-top: 30px;
57
+ }
58
+ section > .page-header,
59
+ section > .lead {
60
+ color: #5a5a5a;
61
+ }
62
+ section > ul li {
63
+ margin-bottom: 5px;
64
+ }
65
+
66
+ /* Separators (hr) */
67
+ .bs-docs-separator {
68
+ margin: 40px 0 39px;
69
+ }
70
+
71
+ /* Faded out hr */
72
+ hr.soften {
73
+ height: 1px;
74
+ margin: 70px 0;
75
+ background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
76
+ background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
77
+ background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
78
+ background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
79
+ border: 0;
80
+ }
81
+
82
+
83
+
84
+ /* Jumbotrons
85
+ -------------------------------------------------- */
86
+
87
+ /* Base class
88
+ ------------------------- */
89
+ .jumbotron {
90
+ position: relative;
91
+ padding: 40px 0;
92
+ color: #fff;
93
+ text-align: center;
94
+ text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
95
+ background: #020031; /* Old browsers */
96
+ background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* FF3.6+ */
97
+ background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
98
+ background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* Chrome10+,Safari5.1+ */
99
+ background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* Opera 11.10+ */
100
+ background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* IE10+ */
101
+ background: linear-gradient(45deg, #020031 0%,#6d3353 100%); /* W3C */
102
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
103
+ -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
104
+ -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
105
+ box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
106
+ }
107
+ .jumbotron h1 {
108
+ font-size: 80px;
109
+ font-weight: bold;
110
+ letter-spacing: -1px;
111
+ line-height: 1;
112
+ }
113
+ .jumbotron p {
114
+ font-size: 24px;
115
+ font-weight: 300;
116
+ line-height: 30px;
117
+ margin-bottom: 30px;
118
+ }
119
+
120
+ /* Link styles (used on .masthead-links as well) */
121
+ .jumbotron a {
122
+ color: #fff;
123
+ color: rgba(255,255,255,.5);
124
+ -webkit-transition: all .2s ease-in-out;
125
+ -moz-transition: all .2s ease-in-out;
126
+ transition: all .2s ease-in-out;
127
+ }
128
+ .jumbotron a:hover {
129
+ color: #fff;
130
+ text-shadow: 0 0 10px rgba(255,255,255,.25);
131
+ }
132
+
133
+ /* Download button */
134
+ @-webkit-keyframes downloadButton {
135
+ from { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5); }
136
+ 50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 25px rgba(0,68,204,.9); }
137
+ to { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5); }
138
+ }
139
+ @-moz-keyframes downloadButton {
140
+ from { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5); }
141
+ 50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 25px rgba(0,68,204,.9); }
142
+ to { box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.5); }
143
+ }
144
+ .masthead .btn {
145
+ padding: 14px 24px;
146
+ font-size: 24px;
147
+ font-weight: 200;
148
+ color: #fff; /* redeclare to override the `.jumbotron a` */
149
+ border: 0;
150
+ -webkit-border-radius: 6px;
151
+ -moz-border-radius: 6px;
152
+ border-radius: 6px;
153
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
154
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
155
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.01);
156
+ -webkit-animation-name: downloadButton;
157
+ -moz-animation-name: downloadButton;
158
+ -webkit-animation-duration: 1.5s;
159
+ -moz-animation-duration: 1.5s;
160
+ -webkit-animation-iteration-count: infinite;
161
+ -moz-animation-iteration-count: infinite;
162
+ -webkit-transition: none;
163
+ -moz-transition: none;
164
+ transition: none;
165
+
166
+ }
167
+ .masthead .btn:active {
168
+ -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
169
+ -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
170
+ box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
171
+ }
172
+
173
+
174
+ /* Pattern overlay
175
+ ------------------------- */
176
+ .jumbotron .container {
177
+ position: relative;
178
+ z-index: 2;
179
+ }
180
+ .jumbotron:after {
181
+ content: '';
182
+ display: block;
183
+ position: absolute;
184
+ top: 0;
185
+ right: 0;
186
+ bottom: 0;
187
+ left: 0;
188
+ background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
189
+ opacity: .4;
190
+ }
191
+
192
+ /* Masthead (docs home)
193
+ ------------------------- */
194
+ .masthead {
195
+ padding: 70px 0 80px;
196
+ margin-bottom: 0;
197
+ color: #fff;
198
+ }
199
+ .masthead h1 {
200
+ font-size: 120px;
201
+ line-height: 1;
202
+ letter-spacing: -2px;
203
+ }
204
+ .masthead p {
205
+ font-size: 40px;
206
+ font-weight: 200;
207
+ line-height: 1.25;
208
+ }
209
+
210
+ /* Textual links in masthead */
211
+ .masthead-links {
212
+ margin: 0;
213
+ list-style: none;
214
+ }
215
+ .masthead-links li {
216
+ display: inline;
217
+ padding: 0 10px;
218
+ color: rgba(255,255,255,.25);
219
+ }
220
+
221
+ /* Social proof buttons from GitHub & Twitter */
222
+ .bs-docs-social {
223
+ padding: 15px 0;
224
+ text-align: center;
225
+ background-color: #f5f5f5;
226
+ border-top: 1px solid #fff;
227
+ border-bottom: 1px solid #ddd;
228
+ }
229
+
230
+ /* Quick links on Home */
231
+ .bs-docs-social-buttons {
232
+ margin-left: 0;
233
+ margin-bottom: 0;
234
+ padding-left: 0;
235
+ list-style: none;
236
+ }
237
+ .bs-docs-social-buttons li {
238
+ display: inline-block;
239
+ padding: 5px 8px;
240
+ line-height: 1;
241
+ *display: inline;
242
+ *zoom: 1;
243
+ }
244
+
245
+ /* Subhead (other pages)
246
+ ------------------------- */
247
+ .subhead {
248
+ text-align: left;
249
+ border-bottom: 1px solid #ddd;
250
+ }
251
+ .subhead h1 {
252
+ font-size: 60px;
253
+ }
254
+ .subhead p {
255
+ margin-bottom: 20px;
256
+ }
257
+ .subhead .navbar {
258
+ display: none;
259
+ }
260
+
261
+
262
+
263
+ /* Marketing section of Overview
264
+ -------------------------------------------------- */
265
+
266
+ h1 {
267
+ font-size: 35px;
268
+ font-weight: 200;
269
+ line-height: 1;
270
+ }
271
+ h2 {
272
+ font-weight: 200;
273
+ margin-bottom: 5px;
274
+ }
275
+ p {
276
+ font-size: 16px;
277
+ line-height: 1.5;
278
+ }
279
+ .marketing-byline {
280
+ margin-bottom: 40px;
281
+ font-size: 20px;
282
+ font-weight: 300;
283
+ line-height: 25px;
284
+ color: #999;
285
+ }
286
+ img {
287
+ display: block;
288
+ margin: 0 auto 30px;
289
+ }
290
+
291
+
292
+
293
+ /* Footer
294
+ -------------------------------------------------- */
295
+
296
+ .footer {
297
+ padding: 70px 0;
298
+ margin-top: 70px;
299
+ border-top: 1px solid #e5e5e5;
300
+ background-color: #f5f5f5;
301
+ }
302
+ .footer p {
303
+ margin-bottom: 0;
304
+ color: #777;
305
+ }
306
+ .footer-links {
307
+ margin: 10px 0;
308
+ }
309
+ .footer-links li {
310
+ display: inline;
311
+ margin-right: 10px;
312
+ }
313
+
314
+
315
+
316
+ /* Special grid styles
317
+ -------------------------------------------------- */
318
+
319
+ .show-grid {
320
+ margin-top: 10px;
321
+ margin-bottom: 20px;
322
+ }
323
+ .show-grid [class*="span"] {
324
+ background-color: #eee;
325
+ text-align: center;
326
+ -webkit-border-radius: 3px;
327
+ -moz-border-radius: 3px;
328
+ border-radius: 3px;
329
+ min-height: 40px;
330
+ line-height: 40px;
331
+ }
332
+ .show-grid:hover [class*="span"] {
333
+ background: #ddd;
334
+ }
335
+ .show-grid .show-grid {
336
+ margin-top: 0;
337
+ margin-bottom: 0;
338
+ }
339
+ .show-grid .show-grid [class*="span"] {
340
+ background-color: #ccc;
341
+ }
342
+
343
+
344
+
345
+ /* Mini layout previews
346
+ -------------------------------------------------- */
347
+ .mini-layout {
348
+ border: 1px solid #ddd;
349
+ -webkit-border-radius: 6px;
350
+ -moz-border-radius: 6px;
351
+ border-radius: 6px;
352
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
353
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
354
+ box-shadow: 0 1px 2px rgba(0,0,0,.075);
355
+ }
356
+ .mini-layout,
357
+ .mini-layout .mini-layout-body,
358
+ .mini-layout.fluid .mini-layout-sidebar {
359
+ height: 300px;
360
+ }
361
+ .mini-layout {
362
+ margin-bottom: 20px;
363
+ padding: 9px;
364
+ }
365
+ .mini-layout div {
366
+ -webkit-border-radius: 3px;
367
+ -moz-border-radius: 3px;
368
+ border-radius: 3px;
369
+ }
370
+ .mini-layout .mini-layout-body {
371
+ background-color: #dceaf4;
372
+ margin: 0 auto;
373
+ width: 70%;
374
+ }
375
+ .mini-layout.fluid .mini-layout-sidebar,
376
+ .mini-layout.fluid .mini-layout-header,
377
+ .mini-layout.fluid .mini-layout-body {
378
+ float: left;
379
+ }
380
+ .mini-layout.fluid .mini-layout-sidebar {
381
+ background-color: #bbd8e9;
382
+ width: 20%;
383
+ }
384
+ .mini-layout.fluid .mini-layout-body {
385
+ width: 77.5%;
386
+ margin-left: 2.5%;
387
+ }
388
+
389
+
390
+
391
+ /* Download page
392
+ -------------------------------------------------- */
393
+
394
+ .download .page-header {
395
+ margin-top: 36px;
396
+ }
397
+ .page-header .toggle-all {
398
+ margin-top: 5px;
399
+ }
400
+
401
+ /* Space out h3s when following a section */
402
+ .download h3 {
403
+ margin-bottom: 5px;
404
+ }
405
+ .download-builder input + h3,
406
+ .download-builder .checkbox + h3 {
407
+ margin-top: 9px;
408
+ }
409
+
410
+ /* Fields for variables */
411
+ .download-builder input[type=text] {
412
+ margin-bottom: 9px;
413
+ font-family: Menlo, Monaco, "Courier New", monospace;
414
+ font-size: 12px;
415
+ color: #d14;
416
+ }
417
+ .download-builder input[type=text]:focus {
418
+ background-color: #fff;
419
+ }
420
+
421
+ /* Custom, larger checkbox labels */
422
+ .download .checkbox {
423
+ padding: 6px 10px 6px 25px;
424
+ font-size: 13px;
425
+ line-height: 18px;
426
+ color: #555;
427
+ background-color: #f9f9f9;
428
+ -webkit-border-radius: 3px;
429
+ -moz-border-radius: 3px;
430
+ border-radius: 3px;
431
+ cursor: pointer;
432
+ }
433
+ .download .checkbox:hover {
434
+ color: #333;
435
+ background-color: #f5f5f5;
436
+ }
437
+ .download .checkbox small {
438
+ font-size: 12px;
439
+ color: #777;
440
+ }
441
+
442
+ /* Variables section */
443
+ #variables label {
444
+ margin-bottom: 0;
445
+ }
446
+
447
+ /* Giant download button */
448
+ .download-btn {
449
+ margin: 36px 0 108px;
450
+ }
451
+ #download p,
452
+ #download h4 {
453
+ max-width: 50%;
454
+ margin: 0 auto;
455
+ color: #999;
456
+ text-align: center;
457
+ }
458
+ #download h4 {
459
+ margin-bottom: 0;
460
+ }
461
+ #download p {
462
+ margin-bottom: 18px;
463
+ }
464
+ .download-btn .btn {
465
+ display: block;
466
+ width: auto;
467
+ padding: 19px 24px;
468
+ margin-bottom: 27px;
469
+ font-size: 30px;
470
+ line-height: 1;
471
+ text-align: center;
472
+ -webkit-border-radius: 6px;
473
+ -moz-border-radius: 6px;
474
+ border-radius: 6px;
475
+ }
476
+
477
+
478
+
479
+ /* Misc
480
+ -------------------------------------------------- */
481
+
482
+ /* Make tables spaced out a bit more */
483
+ h2 + table,
484
+ h3 + table,
485
+ h4 + table,
486
+ h2 + .row {
487
+ margin-top: 5px;
488
+ }
489
+
490
+ /* Example sites showcase */
491
+ .example-sites {
492
+ xmargin-left: 20px;
493
+ }
494
+ .example-sites img {
495
+ max-width: 100%;
496
+ margin: 0 auto;
497
+ }
498
+
499
+ .scrollspy-example {
500
+ height: 200px;
501
+ overflow: auto;
502
+ position: relative;
503
+ }
504
+
505
+
506
+ /* Fake the :focus state to demo it */
507
+ .focused {
508
+ border-color: rgba(82,168,236,.8);
509
+ -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
510
+ -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
511
+ box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
512
+ outline: 0;
513
+ }
514
+
515
+ /* For input sizes, make them display block */
516
+ .docs-input-sizes select,
517
+ .docs-input-sizes input[type=text] {
518
+ display: block;
519
+ margin-bottom: 9px;
520
+ }
521
+
522
+ /* Icons
523
+ ------------------------- */
524
+ .the-icons {
525
+ margin-left: 0;
526
+ list-style: none;
527
+ }
528
+ .the-icons li {
529
+ float: left;
530
+ width: 25%;
531
+ line-height: 25px;
532
+ }
533
+ .the-icons i:hover {
534
+ background-color: rgba(255,0,0,.25);
535
+ }
536
+
537
+ /* Eaxmples page
538
+ ------------------------- */
539
+ .bootstrap-examples p {
540
+ font-size: 13px;
541
+ line-height: 18px;
542
+ }
543
+ .bootstrap-examples .thumbnail {
544
+ margin-bottom: 9px;
545
+ background-color: #fff;
546
+ }
547
+
548
+
549
+
550
+ /* Bootstrap code examples
551
+ -------------------------------------------------- */
552
+
553
+ /* Base class */
554
+ .bs-docs-example {
555
+ position: relative;
556
+ margin: 15px 0;
557
+ padding: 39px 19px 14px;
558
+ *padding-top: 19px;
559
+ background-color: #fff;
560
+ border: 1px solid #ddd;
561
+ -webkit-border-radius: 4px;
562
+ -moz-border-radius: 4px;
563
+ border-radius: 4px;
564
+ }
565
+
566
+ /* Echo out a label for the example */
567
+ .bs-docs-example:after {
568
+ content: "Example";
569
+ position: absolute;
570
+ top: -1px;
571
+ left: -1px;
572
+ padding: 3px 7px;
573
+ font-size: 12px;
574
+ font-weight: bold;
575
+ background-color: #f5f5f5;
576
+ border: 1px solid #ddd;
577
+ color: #9da0a4;
578
+ -webkit-border-radius: 4px 0 4px 0;
579
+ -moz-border-radius: 4px 0 4px 0;
580
+ border-radius: 4px 0 4px 0;
581
+ }
582
+
583
+ /* Remove spacing between an example and it's code */
584
+ .bs-docs-example + .prettyprint {
585
+ margin-top: -20px;
586
+ padding-top: 15px;
587
+ }
588
+
589
+ /* Tweak examples
590
+ ------------------------- */
591
+ .bs-docs-example > p:last-child {
592
+ margin-bottom: 0;
593
+ }
594
+ .bs-docs-example .table,
595
+ .bs-docs-example .progress,
596
+ .bs-docs-example .well,
597
+ .bs-docs-example .alert,
598
+ .bs-docs-example .hero-unit,
599
+ .bs-docs-example .pagination,
600
+ .bs-docs-example .navbar,
601
+ .bs-docs-example > .nav,
602
+ .bs-docs-example blockquote {
603
+ margin-bottom: 5px;
604
+ }
605
+ .bs-docs-example .pagination {
606
+ margin-top: 0;
607
+ }
608
+ .bs-navbar-top-example,
609
+ .bs-navbar-bottom-example {
610
+ z-index: 1;
611
+ padding: 0;
612
+ height: 90px;
613
+ overflow: hidden; /* cut the drop shadows off */
614
+ }
615
+ .bs-navbar-top-example .navbar-fixed-top,
616
+ .bs-navbar-bottom-example .navbar-fixed-bottom {
617
+ margin-left: 0;
618
+ margin-right: 0;
619
+ }
620
+ .bs-navbar-top-example {
621
+ -webkit-border-radius: 0 0 4px 4px;
622
+ -moz-border-radius: 0 0 4px 4px;
623
+ border-radius: 0 0 4px 4px;
624
+ }
625
+ .bs-navbar-top-example:after {
626
+ top: auto;
627
+ bottom: -1px;
628
+ -webkit-border-radius: 0 4px 0 4px;
629
+ -moz-border-radius: 0 4px 0 4px;
630
+ border-radius: 0 4px 0 4px;
631
+ }
632
+ .bs-navbar-bottom-example {
633
+ -webkit-border-radius: 4px 4px 0 0;
634
+ -moz-border-radius: 4px 4px 0 0;
635
+ border-radius: 4px 4px 0 0;
636
+ }
637
+ .bs-navbar-bottom-example .navbar {
638
+ margin-bottom: 0;
639
+ }
640
+ form.bs-docs-example {
641
+ padding-bottom: 19px;
642
+ }
643
+ .bs-docs-example .lead {
644
+ font-size: 18px;
645
+ line-height: 24px;
646
+ }
647
+
648
+ /* Images */
649
+ .bs-docs-example-images img {
650
+ margin: 10px;
651
+ display: inline-block;
652
+ }
653
+
654
+ /* Tooltips */
655
+ .bs-docs-tooltip-examples {
656
+ text-align: center;
657
+ margin: 0 0 10px;
658
+ list-style: none;
659
+ }
660
+ .bs-docs-tooltip-examples li {
661
+ display: inline;
662
+ padding: 0 10px;
663
+ }
664
+
665
+ /* Popovers */
666
+ .bs-docs-example-popover {
667
+ padding-bottom: 24px;
668
+ background-color: #f9f9f9;
669
+ }
670
+ .bs-docs-example-popover .popover {
671
+ position: relative;
672
+ display: block;
673
+ float: left;
674
+ width: 260px;
675
+ margin: 20px;
676
+ }
677
+
678
+
679
+
680
+ /* Responsive docs
681
+ -------------------------------------------------- */
682
+
683
+ /* Utility classes table
684
+ ------------------------- */
685
+ .responsive-utilities th small {
686
+ display: block;
687
+ font-weight: normal;
688
+ color: #999;
689
+ }
690
+ .responsive-utilities tbody th {
691
+ font-weight: normal;
692
+ }
693
+ .responsive-utilities td {
694
+ text-align: center;
695
+ }
696
+ .responsive-utilities td.is-visible {
697
+ color: #468847;
698
+ background-color: #dff0d8 !important;
699
+ }
700
+ .responsive-utilities td.is-hidden {
701
+ color: #ccc;
702
+ background-color: #f9f9f9 !important;
703
+ }
704
+
705
+ /* Responsive tests
706
+ ------------------------- */
707
+ .responsive-utilities-test {
708
+ margin-top: 5px;
709
+ margin-left: 0;
710
+ list-style: none;
711
+ overflow: hidden; /* clear floats */
712
+ }
713
+ .responsive-utilities-test li {
714
+ position: relative;
715
+ float: left;
716
+ width: 25%;
717
+ height: 43px;
718
+ font-size: 14px;
719
+ font-weight: bold;
720
+ line-height: 43px;
721
+ color: #999;
722
+ text-align: center;
723
+ border: 1px solid #ddd;
724
+ -webkit-border-radius: 4px;
725
+ -moz-border-radius: 4px;
726
+ border-radius: 4px;
727
+ }
728
+ .responsive-utilities-test li + li {
729
+ margin-left: 10px;
730
+ }
731
+ .responsive-utilities-test span {
732
+ position: absolute;
733
+ top: -1px;
734
+ left: -1px;
735
+ right: -1px;
736
+ bottom: -1px;
737
+ -webkit-border-radius: 4px;
738
+ -moz-border-radius: 4px;
739
+ border-radius: 4px;
740
+ }
741
+ .responsive-utilities-test span {
742
+ color: #468847;
743
+ background-color: #dff0d8;
744
+ border: 1px solid #d6e9c6;
745
+ }
746
+
747
+
748
+
749
+ /* Sidenav for Docs
750
+ -------------------------------------------------- */
751
+
752
+ /* prevent column from collapsing when affixing */
753
+ .span3 {
754
+ min-height: 1px;
755
+ }
756
+
757
+ .bs-docs-sidenav {
758
+ width: 228px;
759
+ margin: 30px 0 0;
760
+ padding: 0;
761
+ background-color: #fff;
762
+ -webkit-border-radius: 6px;
763
+ -moz-border-radius: 6px;
764
+ border-radius: 6px;
765
+ -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
766
+ -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
767
+ box-shadow: 0 1px 4px rgba(0,0,0,.065);
768
+ }
769
+ .bs-docs-sidenav > li > a {
770
+ display: block;
771
+ *width: 190px;
772
+ margin: 0 0 -1px;
773
+ padding: 8px 14px;
774
+ border: 1px solid #e5e5e5;
775
+ }
776
+ .bs-docs-sidenav > li:first-child > a {
777
+ -webkit-border-radius: 6px 6px 0 0;
778
+ -moz-border-radius: 6px 6px 0 0;
779
+ border-radius: 6px 6px 0 0;
780
+ }
781
+ .bs-docs-sidenav > li:last-child > a {
782
+ -webkit-border-radius: 0 0 6px 6px;
783
+ -moz-border-radius: 0 0 6px 6px;
784
+ border-radius: 0 0 6px 6px;
785
+ }
786
+ .bs-docs-sidenav > .active > a {
787
+ position: relative;
788
+ z-index: 2;
789
+ padding: 9px 15px;
790
+ border: 0;
791
+ text-shadow: 0 1px 0 rgba(0,0,0,.15);
792
+ -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
793
+ -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
794
+ box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
795
+ }
796
+ /* Chevrons */
797
+ .bs-docs-sidenav .icon-chevron-right {
798
+ float: right;
799
+ margin-top: 2px;
800
+ margin-right: -6px;
801
+ opacity: .25;
802
+ }
803
+ .bs-docs-sidenav > li > a:hover {
804
+ background-color: #f5f5f5;
805
+ }
806
+ .bs-docs-sidenav a:hover .icon-chevron-right {
807
+ opacity: .5;
808
+ }
809
+ .bs-docs-sidenav .active .icon-chevron-right,
810
+ .bs-docs-sidenav .active a:hover .icon-chevron-right {
811
+ background-image: url(../img/glyphicons-halflings-white.png);
812
+ opacity: 1;
813
+ }
814
+ .bs-docs-sidenav.affix {
815
+ top: 40px;
816
+ }
817
+ .bs-docs-sidenav.affix-bottom {
818
+ position: absolute;
819
+ top: auto;
820
+ bottom: 270px;
821
+ }
822
+
823
+
824
+
825
+
826
+ /* Responsive
827
+ -------------------------------------------------- */
828
+
829
+ /* Desktop large
830
+ ------------------------- */
831
+ @media (min-width: 1200px) {
832
+ .bs-docs-container {
833
+ max-width: 970px;
834
+ }
835
+ .bs-docs-sidenav {
836
+ width: 258px;
837
+ }
838
+ }
839
+
840
+ /* Desktop
841
+ ------------------------- */
842
+ @media (max-width: 980px) {
843
+ /* Unfloat brand */
844
+ body > .navbar-fixed-top .brand {
845
+ float: left;
846
+ margin-left: 0;
847
+ padding-left: 10px;
848
+ padding-right: 10px;
849
+ }
850
+
851
+ /* Inline-block quick links for more spacing */
852
+ .quick-links li {
853
+ display: inline-block;
854
+ margin: 5px;
855
+ }
856
+
857
+ /* When affixed, space properly */
858
+ .bs-docs-sidenav {
859
+ top: 0;
860
+ margin-top: 30px;
861
+ margin-right: 0;
862
+ }
863
+ }
864
+
865
+ /* Tablet to desktop
866
+ ------------------------- */
867
+ @media (min-width: 768px) and (max-width: 980px) {
868
+ /* Remove any padding from the body */
869
+ body {
870
+ padding-top: 0;
871
+ }
872
+ /* Widen masthead and social buttons to fill body padding */
873
+ .jumbotron {
874
+ margin-top: -20px; /* Offset bottom margin on .navbar */
875
+ }
876
+ /* Adjust sidenav width */
877
+ .bs-docs-sidenav {
878
+ width: 166px;
879
+ margin-top: 20px;
880
+ }
881
+ .bs-docs-sidenav.affix {
882
+ top: 0;
883
+ }
884
+ }
885
+
886
+ /* Tablet
887
+ ------------------------- */
888
+ @media (max-width: 768px) {
889
+ /* Remove any padding from the body */
890
+ body {
891
+ padding-top: 0;
892
+ }
893
+
894
+ /* Widen masthead and social buttons to fill body padding */
895
+ .jumbotron {
896
+ padding: 40px 20px;
897
+ margin-top: -20px; /* Offset bottom margin on .navbar */
898
+ margin-right: -20px;
899
+ margin-left: -20px;
900
+ }
901
+ .masthead h1 {
902
+ font-size: 90px;
903
+ }
904
+ .masthead p,
905
+ .masthead .btn {
906
+ font-size: 24px;
907
+ }
908
+ .marketing .span4 {
909
+ margin-bottom: 40px;
910
+ }
911
+ .bs-docs-social {
912
+ margin: 0 -20px;
913
+ }
914
+
915
+ /* Space out the show-grid examples */
916
+ .show-grid [class*="span"] {
917
+ margin-bottom: 5px;
918
+ }
919
+
920
+ /* Sidenav */
921
+ .bs-docs-sidenav {
922
+ width: auto;
923
+ margin-bottom: 20px;
924
+ }
925
+ .bs-docs-sidenav.affix {
926
+ position: static;
927
+ width: auto;
928
+ top: 0;
929
+ }
930
+
931
+ /* Unfloat the back to top link in footer */
932
+ .footer {
933
+ margin-left: -20px;
934
+ margin-right: -20px;
935
+ padding-left: 20px;
936
+ padding-right: 20px;
937
+ }
938
+ .footer p {
939
+ margin-bottom: 9px;
940
+ }
941
+ }
942
+
943
+ /* Landscape phones
944
+ ------------------------- */
945
+ @media (max-width: 480px) {
946
+ /* Remove padding above jumbotron */
947
+ body {
948
+ padding-top: 0;
949
+ }
950
+
951
+ /* Change up some type stuff */
952
+ h2 small {
953
+ display: block;
954
+ }
955
+
956
+ /* Downsize the jumbotrons */
957
+ .jumbotron h1 {
958
+ font-size: 60px;
959
+ }
960
+ .jumbotron p,
961
+ .jumbotron .btn {
962
+ font-size: 20px;
963
+ }
964
+ .jumbotron .btn {
965
+ display: block;
966
+ margin: 0 auto;
967
+ }
968
+
969
+ /* center align subhead text like the masthead */
970
+ .subhead h1,
971
+ .subhead p {
972
+ text-align: center;
973
+ }
974
+
975
+ /* Marketing on home */
976
+ .marketing h1 {
977
+ font-size: 40px;
978
+ }
979
+
980
+ /* center example sites */
981
+ .example-sites {
982
+ margin-left: 0;
983
+ }
984
+ .example-sites > li {
985
+ float: none;
986
+ display: block;
987
+ max-width: 280px;
988
+ margin: 0 auto 18px;
989
+ text-align: center;
990
+ }
991
+ .example-sites .thumbnail > img {
992
+ max-width: 270px;
993
+ }
994
+
995
+ /* Do our best to make tables work in narrow viewports */
996
+ table code {
997
+ white-space: normal;
998
+ word-wrap: break-word;
999
+ word-break: break-all;
1000
+ }
1001
+
1002
+ /* Modal example */
1003
+ .modal-example .modal {
1004
+ position: relative;
1005
+ top: auto;
1006
+ right: auto;
1007
+ bottom: auto;
1008
+ left: auto;
1009
+ }
1010
+
1011
+ /* Unfloat the back to top in footer to prevent odd text wrapping */
1012
+ .footer .pull-right {
1013
+ float: none;
1014
+ }
1015
+ }
1016
+