jekyll-docs 2.5.3 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll-docs.rb +34 -4
  3. data/site/CNAME +1 -0
  4. data/site/README.md +16 -0
  5. data/site/_config.yml +21 -0
  6. data/site/_data/docs.yml +47 -0
  7. data/site/_docs/assets.md +93 -0
  8. data/site/_docs/collections.md +380 -0
  9. data/site/_docs/configuration.md +677 -0
  10. data/site/_docs/continuous-integration.md +221 -0
  11. data/site/_docs/contributing.md +124 -0
  12. data/site/_docs/datafiles.md +151 -0
  13. data/site/_docs/deployment-methods.md +192 -0
  14. data/site/_docs/drafts.md +20 -0
  15. data/site/_docs/extras.md +22 -0
  16. data/site/_docs/frontmatter.md +191 -0
  17. data/site/_docs/github-pages.md +134 -0
  18. data/site/_docs/history.md +2131 -0
  19. data/site/_docs/index.md +56 -0
  20. data/site/_docs/installation.md +106 -0
  21. data/site/_docs/migrations.md +9 -0
  22. data/site/_docs/pages.md +84 -0
  23. data/site/_docs/pagination.md +221 -0
  24. data/site/_docs/permalinks.md +307 -0
  25. data/site/_docs/plugins.md +891 -0
  26. data/site/_docs/posts.md +237 -0
  27. data/site/_docs/quickstart.md +27 -0
  28. data/site/_docs/resources.md +46 -0
  29. data/site/_docs/sites.md +29 -0
  30. data/site/_docs/static_files.md +52 -0
  31. data/site/_docs/structure.md +211 -0
  32. data/site/_docs/templates.md +425 -0
  33. data/site/_docs/troubleshooting.md +207 -0
  34. data/site/_docs/upgrading.md +140 -0
  35. data/site/_docs/usage.md +101 -0
  36. data/site/_docs/variables.md +390 -0
  37. data/site/_docs/windows.md +44 -0
  38. data/site/_includes/analytics.html +30 -0
  39. data/site/_includes/anchor_links.html +33 -0
  40. data/site/_includes/docs_contents.html +8 -0
  41. data/site/_includes/docs_contents_mobile.html +10 -0
  42. data/site/_includes/docs_option.html +11 -0
  43. data/site/_includes/docs_ul.html +21 -0
  44. data/site/_includes/footer.html +15 -0
  45. data/site/_includes/header.html +18 -0
  46. data/site/_includes/news_contents.html +33 -0
  47. data/site/_includes/news_contents_mobile.html +11 -0
  48. data/site/_includes/news_item.html +24 -0
  49. data/site/_includes/primary-nav-items.html +17 -0
  50. data/site/_includes/section_nav.html +39 -0
  51. data/site/_includes/top.html +17 -0
  52. data/site/_layouts/default.html +13 -0
  53. data/site/_layouts/docs.html +26 -0
  54. data/site/_layouts/news.html +19 -0
  55. data/site/_layouts/news_item.html +27 -0
  56. data/site/_layouts/page.html +18 -0
  57. data/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +23 -0
  58. data/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +27 -0
  59. data/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +28 -0
  60. data/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +25 -0
  61. data/site/_posts/2013-07-14-jekyll-1-1-0-released.markdown +27 -0
  62. data/site/_posts/2013-07-24-jekyll-1-1-1-released.markdown +31 -0
  63. data/site/_posts/2013-07-25-jekyll-1-0-4-released.markdown +20 -0
  64. data/site/_posts/2013-07-25-jekyll-1-1-2-released.markdown +20 -0
  65. data/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +23 -0
  66. data/site/_posts/2013-09-14-jekyll-1-2-1-released.markdown +19 -0
  67. data/site/_posts/2013-10-28-jekyll-1-3-0-rc1-released.markdown +17 -0
  68. data/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown +43 -0
  69. data/site/_posts/2013-11-26-jekyll-1-3-1-released.markdown +21 -0
  70. data/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown +30 -0
  71. data/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown +18 -0
  72. data/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown +18 -0
  73. data/site/_posts/2014-01-13-jekyll-1-4-3-released.markdown +26 -0
  74. data/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +19 -0
  75. data/site/_posts/2014-03-27-jekyll-1-5-1-released.markdown +26 -0
  76. data/site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown +31 -0
  77. data/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown +18 -0
  78. data/site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown +19 -0
  79. data/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown +31 -0
  80. data/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown +30 -0
  81. data/site/_posts/2014-07-29-jekyll-2-2-0-released.markdown +19 -0
  82. data/site/_posts/2014-08-10-jekyll-2-3-0-released.markdown +41 -0
  83. data/site/_posts/2014-09-09-jekyll-2-4-0-released.markdown +25 -0
  84. data/site/_posts/2014-11-06-jekylls-midlife-crisis-jekyll-turns-2-5-0.markdown +47 -0
  85. data/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown +29 -0
  86. data/site/_posts/2014-11-12-jekyll-2-5-2-released.markdown +18 -0
  87. data/site/_posts/2014-12-17-alfredxing-welcome-to-jekyll-core.md +27 -0
  88. data/site/_posts/2014-12-22-jekyll-2-5-3-released.markdown +20 -0
  89. data/site/_posts/2015-01-20-jekyll-meet-and-greet.markdown +20 -0
  90. data/site/_posts/2015-01-24-jekyll-3-0-0-beta1-released.markdown +40 -0
  91. data/site/_posts/2015-02-26-introducing-jekyll-talk.markdown +15 -0
  92. data/site/_posts/2015-10-26-jekyll-3-0-released.markdown +35 -0
  93. data/site/_posts/2015-11-17-jekyll-3-0-1-released.markdown +25 -0
  94. data/site/_posts/2016-01-20-jekyll-3-0-2-released.markdown +14 -0
  95. data/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown +31 -0
  96. data/site/_sass/_font-awesome.scss +25 -0
  97. data/site/_sass/_gridism.scss +124 -0
  98. data/site/_sass/_mixins.scss +38 -0
  99. data/site/_sass/_normalize.scss +1 -0
  100. data/site/_sass/_pygments.scss +78 -0
  101. data/site/_sass/_style.scss +998 -0
  102. data/site/css/screen.scss +9 -0
  103. data/site/favicon.ico +0 -0
  104. data/site/fonts/fontawesome-webfont.eot +0 -0
  105. data/site/fonts/fontawesome-webfont.svg +640 -0
  106. data/site/fonts/fontawesome-webfont.ttf +0 -0
  107. data/site/fonts/fontawesome-webfont.woff +0 -0
  108. data/site/fonts/fontawesome-webfont.woff2 +0 -0
  109. data/site/freenode.txt +1 -0
  110. data/site/help/index.md +36 -0
  111. data/site/img/article-footer.png +0 -0
  112. data/site/img/footer-arrow.png +0 -0
  113. data/site/img/footer-logo.png +0 -0
  114. data/site/img/jekyll-sticker.jpg +0 -0
  115. data/site/img/logo-2x.png +0 -0
  116. data/site/img/logo-rss.png +0 -0
  117. data/site/img/octojekyll.png +0 -0
  118. data/site/index.html +90 -0
  119. data/site/js/html5shiv.min.js +4 -0
  120. data/site/js/respond.min.js +5 -0
  121. data/site/latest_version.txt +1 -0
  122. data/site/news/index.html +10 -0
  123. data/site/news/releases/index.html +10 -0
  124. metadata +138 -6
  125. data/lib/jekyll-docs/version.rb +0 -5
  126. data/lib/jekyll/commands/docs.rb +0 -30
  127. data/lib/jekyll/docs.rb +0 -7
@@ -0,0 +1,40 @@
1
+ ---
2
+ layout: news_item
3
+ title: 'Jekyll 3.0.0.beta1 Released'
4
+ date: 2015-01-24 00:42:31 -0800
5
+ author: parkr
6
+ version: 3.0.0.beta1
7
+ categories: [release]
8
+ ---
9
+
10
+ Hey!
11
+
12
+ Exciting news! First beta for Jekyll 3 is out. Check out the [sizable
13
+ changelog](https://github.com/jekyll/jekyll/blob/v3.0.0.beta1/History.markdown#head)
14
+ to get a feel for what changes are afoot. Key features:
15
+
16
+ 1. **Speed.** Jekyll now features incremental regeneration and greatly
17
+ improved problematic code that caused slow-downs.
18
+ 2. Gobs of bugfixes and customization.
19
+ 3. Uniformity and sanity to Jekyll extensions of Liquid.
20
+
21
+ To install just run:
22
+
23
+ {% highlight bash %}
24
+ $ gem install jekyll --pre
25
+ {% endhighlight %}
26
+
27
+ Future versions will include [some awesome new
28
+ features](https://github.com/jekyll/jekyll/issues/3324) that we haven't
29
+ built yet. If you see one you want to tackle, submit a PR & you'll be
30
+ featured in the Jekyll 3.0 release post as a contributor to that epic
31
+ release.
32
+
33
+ Please file bugs as you encounter them, being sure to include your version
34
+ of Ruby, the Jekyll version, and (if possible) a link to your site so we
35
+ can reproduce.
36
+
37
+ If you think there's room for improvement in the UX, also do let us know.
38
+ We're always looking to make Jekyll easier to use!
39
+
40
+ Happy Jekylling!
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: news_item
3
+ title: 'Join the Discussion at Jekyll Talk'
4
+ date: 2015-02-26 21:06:51 -0800
5
+ author: alfredxing
6
+ categories: [community]
7
+ ---
8
+
9
+ We're super excited to announce the launch of [Jekyll Talk](https://talk.jekyllrb.com), a Discourse forum for anything related to Jekyll!
10
+
11
+ The forum was set up by [@envygeeks](https://github.com/envygeeks) to build a community more accessible to Jekyll users and more suitable for general discussion.
12
+
13
+ There's already been a lot of interesting topics, including a [site showcase](https://talk.jekyllrb.com/t/showcase-sites-made-using-jekyll/18) and [a poll for Jekyll 3.0 priorities](https://talk.jekyllrb.com/t/poll-installation-priorities-for-3-0/106/9).
14
+
15
+ Come join the fun!
@@ -0,0 +1,35 @@
1
+ ---
2
+ layout: news_item
3
+ title: 'Jekyll 3.0 Released'
4
+ date: 2015-10-26 15:37:30 -0700
5
+ author: parkr
6
+ version: 3.0
7
+ categories: [release]
8
+ ---
9
+
10
+ The much-anticipated Jekyll 3.0 has been released! Key changes:
11
+
12
+ - Incremental regeneration (experimental, enable with `--incremental`)
13
+ - Liquid profiler (add `--profile` to a build or serve)
14
+ - Hook plugin API (no more monkey-patching!)
15
+ - Dependencies reduced from 14 to 8, none contain C extensions. We're hoping to reduce this even more in the future.
16
+ - Changed version support: no support for Ruby 1.9.3, added basic JRuby support. Better Windows support.
17
+ - Extension-less URLs
18
+ - `site.collections` is an array of collections, thus:
19
+ - `collection[0]` becomes `collection.label`
20
+ - `collection[1]` becomes `collection`
21
+ - Default highlighter is now Rouge instead of Pygments
22
+ - Lots of performance improvements
23
+ - ... and lots more!
24
+
25
+ We also added a [Code of Conduct]({{ site.repository }}/blob/master/CONDUCT.md) to encourage a happier, nicer community where contributions and discussion is protected from negative behaviour.
26
+
27
+ A huge shout-out to the amazing Jekyll Core Team members Jordon Bedwell, Alfred Xing, and Matt Rogers for all their hard work in making Jekyll 3 the best release yet.
28
+
29
+ We also added [Jekyll Talk](https://talk.jekyllrb.com), managed solely by Jordon, which offers a modern forum experience for Jekyllers across the globe to talk and learn about Jekyll!
30
+
31
+ As always, check out the [full history](/docs/history/#v3-0-0) for more details.
32
+
33
+ Our contributors are the core of what makes Jekyll great! Many thanks to the 132 contributors who made this release possible (in alphabetical order): AJ Acevedo, Adam Richeimer, Alan Scherger, Alfred Xing, Anatol Broder, Andrew Dunning, Anna Debenham, Anton, Arne Gockeln, Arthur Hammer, Arthur Neves, BRAVO, Ben Balter, Bernardo Dias, BigBlueHat, Brandon Mathis, Bruce Smith, Cai⚡️, Carlos Matallín, ChaYoung You, Christian Vuerings, Cory Simmons, David Herman, David Silva Smith, David Smith, David Wales, David Williamson, DigitalSparky, Dimitri König, Dominik, Eduardo Boucas, Eduardo Bouças, Eduardo Bouças, Erlend Sogge Heggen, Eugene Pirogov, Ezmyrelda Andrade, Fabian Rodriguez, Fabian Tamp, Fabio Niephaus, Falko Richter, Florian Weingarten, Fonso, Garen Torikian, Guillaume LARIVIERE, Günter Kits, I´m a robot, Jason Ly, Jedd Ahyoung, Jensen Kuras, Jesse Pinho, Jesse W, Jim Meyer, Joel Glovier, Johan Bové, Joop Aué, Jordan Thornquest, Jordon Bedwell, Joseph Anderson, Julien Bourdeau, Justin Weiss, Kamil Dziemianowicz, Kevin Locke, Kevin Ushey, Leonard, Lukas, Mads Ohm Larsen, Malo Skrylevo, Marcus Stollsteimer, Mark Phelps, Mark Tareshawty, Martijn den Hoedt, Martin Jorn Rogalla, Martin Rogalla, Matt Rogers, Matt Sheehan, Matthias Nuessler, Max, Max Beizer, Max White, Merlos, Michael Giuffrida, Michael Tu, Mike Bland, Mike Callan, MonsieurV, Nate Berkopec, Neil Faccly, Nic West, Nicholas Burlett, Nicolas Hoizey, Parker Moore, Pascal Borreli, Pat Hawks, Paul Rayner, Pedro Euko, Peter Robins, Philipp Rudloff, Philippe Loctaux, Rafael Picanço, Renaud Martinet, Robert Papp, Ryan Burnette, Ryan Tomayko, Seb, Seth Warburton, Shannon, Stephen Crosby, Stuart Kent, Suriyaa Kudo, Sylvester Keil, Tanguy Krotoff, Toddy69, Tom Johnson, Tony Eichelberger, Tunghsiao Liu, Veres Lajos, Vitaly Repin, Will Norris, William Entriken, XhmikosR, chrisfinazzo, eksperimental, hartmel, jaybe@jekyll, kaatt, nightsense, nitoyon, robschia, schneems, sonnym, takuti, and tasken.
34
+
35
+ Happy Jekylling!
@@ -0,0 +1,25 @@
1
+ ---
2
+ layout: news_item
3
+ title: 'Jekyll 3.0.1 Released'
4
+ date: 2015-11-17 22:04:39 -0800
5
+ author: parkr
6
+ version: 3.0.1
7
+ categories: [release]
8
+ ---
9
+
10
+ Hey, folks! Bunch of bug fixes here. Notables:
11
+
12
+ * Only superdirectories of `_posts` will be categories.
13
+ * `:title` in permalink templates are now properly cased as before
14
+ * `.jekyll-metadata` being erroneously written when not using incremental build.
15
+ * Failure in liquid will now always fail the `jekyll` process.
16
+ * All hooks should now be properly registered & documented
17
+
18
+ And a bunch more changes which you can see over in the
19
+ [changelog](/docs/history).
20
+
21
+ Thanks to the 17 developers who contributed code and documentation to this
22
+ patch release: Alfred Xing, Christian Trosell, Jordan Thornquest, Jordon
23
+ Bedwell, Larry Fox, Lawrence Murray, Lewis Cowles, Matt Rogers, Nicole
24
+ White, Parker Moore, Paul Robert Lloyd, Sarah Kuehnle, Vincent Wochnik,
25
+ Will Norris, XhmikosR, chrisfinazzo, and rebornix.
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: news_item
3
+ title: 'Jekyll 3.0.2 Released'
4
+ date: 2016-01-20 14:08:18 -0800
5
+ author: parkr
6
+ version: 3.0.2
7
+ categories: [release]
8
+ ---
9
+
10
+ A crucial bug was found in v3.0.1 which caused invalid post dates to go
11
+ unnoticed in the build chain until the error that popped up was unhelpful.
12
+ v3.0.2 [throws errors as you'd expect](https://github.com/jekyll/jekyll/issues/4375)
13
+ when there is a post like `_posts/2016-22-01-future.md` or a post has an
14
+ invalid date like `date: "tuesday"` in their front matter.
@@ -0,0 +1,31 @@
1
+ ---
2
+ layout: news_item
3
+ title: 'Jekyll 3.0.3 Released'
4
+ date: 2016-02-08 10:39:08 -0800
5
+ author: parkr
6
+ version: 3.0.3
7
+ categories: [release]
8
+ ---
9
+
10
+ [GitHub Pages upgraded to Jekyll 3.0.2][1] last week and there has been a
11
+ joyous reception so far! This release is to address some bugs that affected
12
+ some users during the cut-over. The fixes include:
13
+
14
+ * Fix problem where outputting to a folder would have two extensions
15
+ * Handle tildes (`~`) in filenames properly
16
+ * Fix issue when comparing documents without dates
17
+ * Include line numbers in liquid error output
18
+
19
+ Read more on the [changelog](/docs/history/#v3-0-3) with links to the
20
+ related patches.
21
+
22
+ Please keep [submitting bugs][2] as you find them! Please do take a look
23
+ [in our various help resources](/help/) before filing a bug and use [our
24
+ forum][3] for asking questions and getting help on a specific problem
25
+ you're having.
26
+
27
+ Happy Jekylling!
28
+
29
+ [1]: https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
30
+ [2]: {{ site.repository }}/issues
31
+ [3]: https://talk.jekyllrb.com/
@@ -0,0 +1,25 @@
1
+ /*!
2
+ * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ @font-face {
6
+ font-family: 'FontAwesome';
7
+ src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
8
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+ .fa {
13
+ display: inline-block;
14
+ font: normal normal normal 14px/1 FontAwesome;
15
+ font-size: inherit;
16
+ text-rendering: auto;
17
+ -webkit-font-smoothing: antialiased;
18
+ -moz-osx-font-smoothing: grayscale;
19
+ }
20
+ .fa-link:before {
21
+ content: "\f0c1";
22
+ }
23
+ .fa-pencil:before {
24
+ content: "\f040";
25
+ }
@@ -0,0 +1,124 @@
1
+ /*
2
+ * Gridism
3
+ * A simple, responsive, and handy CSS grid by @cobyism
4
+ * https://github.com/cobyism/gridism
5
+ */
6
+
7
+ /* Preserve some sanity */
8
+ .grid,
9
+ .unit {
10
+ -webkit-box-sizing: border-box;
11
+ -moz-box-sizing: border-box;
12
+ box-sizing: border-box;
13
+ }
14
+
15
+ /* Set up some rules to govern the grid */
16
+ .grid {
17
+ display: block;
18
+ clear: both;
19
+ }
20
+ .grid .unit {
21
+ float: left;
22
+ width: 100%;
23
+ padding: 10px;
24
+ }
25
+
26
+ /* This ensures the outer gutters are equal to the (doubled) inner gutters. */
27
+ .grid .unit:first-child { padding-left: 20px; }
28
+ .grid .unit:last-child { padding-right: 20px; }
29
+
30
+ /* Nested grids already have padding though, so let’s nuke it */
31
+ .unit .unit:first-child { padding-left: 0; }
32
+ .unit .unit:last-child { padding-right: 0; }
33
+ .unit .grid:first-child > .unit { padding-top: 0; }
34
+ .unit .grid:last-child > .unit { padding-bottom: 0; }
35
+
36
+ /* Let people nuke the gutters/padding completely in a couple of ways */
37
+ .no-gutters .unit,
38
+ .unit.no-gutters {
39
+ padding: 0 !important;
40
+ }
41
+
42
+ /* Wrapping at a maximum width is optional */
43
+ .wrap .grid,
44
+ .grid.wrap {
45
+ max-width: 978px;
46
+ margin: 0 auto;
47
+ }
48
+
49
+ /* Width classes also have shorthand versions numbered as fractions
50
+ * For example: for a grid unit 1/3 (one third) of the parent width,
51
+ * simply apply class="w-1-3" to the element. */
52
+ .grid .whole, .grid .w-1-1 { width: 100%; }
53
+ .grid .half, .grid .w-1-2 { width: 50%; }
54
+ .grid .one-third, .grid .w-1-3 { width: 33.3332%; }
55
+ .grid .two-thirds, .grid .w-2-3 { width: 66.6665%; }
56
+ .grid .one-quarter,
57
+ .grid .one-fourth, .grid .w-1-4 { width: 25%; }
58
+ .grid .three-quarters,
59
+ .grid .three-fourths, .grid .w-3-4 { width: 75%; }
60
+ .grid .one-fifth, .grid .w-1-5 { width: 20%; }
61
+ .grid .two-fifths, .grid .w-2-5 { width: 40%; }
62
+ .grid .three-fifths, .grid .w-3-5 { width: 60%; }
63
+ .grid .four-fifths, .grid .w-4-5 { width: 80%; }
64
+ .grid .golden-small, .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
65
+ .grid .golden-large, .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */
66
+
67
+ /* Clearfix after every .grid */
68
+ .grid {
69
+ *zoom: 1;
70
+ }
71
+ .grid:before, .grid:after {
72
+ display: table;
73
+ content: "";
74
+ line-height: 0;
75
+ }
76
+ .grid:after {
77
+ clear: both;
78
+ }
79
+
80
+ /* Utility classes */
81
+ .align-center { text-align: center; }
82
+ .align-left { text-align: left; }
83
+ .align-right { text-align: right; }
84
+ .pull-left { float: left; }
85
+ .pull-right { float: right; }
86
+
87
+ /* A property for a better rendering of images in units: in
88
+ this way bigger pictures are just resized if the unit
89
+ becomes smaller */
90
+ .unit img {
91
+ max-width: 100%;
92
+ }
93
+
94
+ /* Responsive Stuff */
95
+ @media screen and (max-width: 568px) {
96
+ /* Stack anything that isn’t full-width on smaller screens
97
+ and doesn't provide the no-stacking-on-mobiles class */
98
+ .grid:not(.no-stacking-on-mobiles) > .unit {
99
+ width: 100% !important;
100
+ padding-left: 20px;
101
+ padding-right: 20px;
102
+ }
103
+ .unit .grid .unit {
104
+ padding-left: 0px;
105
+ padding-right: 0px;
106
+ }
107
+
108
+ /* Sometimes, you just want to be different on small screens */
109
+ .center-on-mobiles {
110
+ text-align: center !important;
111
+ }
112
+ .hide-on-mobiles {
113
+ display: none !important;
114
+ }
115
+ }
116
+
117
+ /* Expand the wrap a bit further on larger screens */
118
+ @media screen and (min-width: 1180px) {
119
+ .wider .grid,
120
+ .grid.wider {
121
+ max-width: 1180px;
122
+ margin: 0 auto;
123
+ }
124
+ }
@@ -0,0 +1,38 @@
1
+ @mixin box-shadow($shadow...) {
2
+ -webkit-box-shadow: $shadow;
3
+ -moz-box-shadow: $shadow;
4
+ box-shadow: $shadow;
5
+ }
6
+
7
+ @mixin border-radius($radius...) {
8
+ -webkit-border-radius: $radius;
9
+ -moz-border-radius: $radius;
10
+ border-radius: $radius;
11
+ }
12
+
13
+ @mixin border-top-left-radius($radius...) {
14
+ -webkit-border-top-left-radius: $radius;
15
+ -moz-border-radius-topleft: $radius;
16
+ border-top-left-radius: $radius;
17
+ }
18
+
19
+ @mixin border-top-right-radius($radius...) {
20
+ -webkit-border-top-right-radius: $radius;
21
+ -moz-border-radius-topright: $radius;
22
+ border-top-right-radius: $radius;
23
+ }
24
+
25
+ @mixin transition($transition...) {
26
+ -webkit-transition: $transition;
27
+ -moz-transition: $transition;
28
+ -o-transition: $transition;
29
+ transition: $transition;
30
+ }
31
+
32
+ @mixin user-select($select...) {
33
+ -webkit-user-select: $select; /* Chrome all / Safari all */
34
+ -moz-user-select: $select; /* Firefox all */
35
+ -ms-user-select: $select; /* IE 10+ */
36
+ -o-user-select: $select;
37
+ user-select: $select;
38
+ }
@@ -0,0 +1 @@
1
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@@ -0,0 +1,78 @@
1
+ .highlight {
2
+ .hll { background-color: #ffffcc }
3
+ .c { color: #87ceeb} /* Comment */
4
+ .err { color: #ffffff} /* Error */
5
+ .g { color: #ffffff} /* Generic */
6
+ .k { color: #f0e68c} /* Keyword */
7
+ .l { color: #ffffff} /* Literal */
8
+ .n { color: #ffffff} /* Name */
9
+ .o { color: #ffffff} /* Operator */
10
+ .x { color: #ffffff} /* Other */
11
+ .p { color: #ffffff} /* Punctuation */
12
+ .cm { color: #87ceeb} /* Comment.Multiline */
13
+ .cp { color: #cd5c5c} /* Comment.Preproc */
14
+ .c1 { color: #87ceeb} /* Comment.Single */
15
+ .cs { color: #87ceeb} /* Comment.Special */
16
+ .gd { color: #0000c0; font-weight: bold; background-color: #008080 } /* Generic.Deleted */
17
+ .ge { color: #c000c0; text-decoration: underline} /* Generic.Emph */
18
+ .gr { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Error */
19
+ .gh { color: #cd5c5c} /* Generic.Heading */
20
+ .gi { color: #ffffff; background-color: #0000c0 } /* Generic.Inserted */
21
+ span.go { color: #add8e6; font-weight: bold; background-color: #4d4d4d } /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */
22
+ .gp { color: #ffffff} /* Generic.Prompt */
23
+ .gs { color: #ffffff} /* Generic.Strong */
24
+ .gu { color: #cd5c5c} /* Generic.Subheading */
25
+ .gt { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Traceback */
26
+ .kc { color: #f0e68c} /* Keyword.Constant */
27
+ .kd { color: #f0e68c} /* Keyword.Declaration */
28
+ .kn { color: #f0e68c} /* Keyword.Namespace */
29
+ .kp { color: #f0e68c} /* Keyword.Pseudo */
30
+ .kr { color: #f0e68c} /* Keyword.Reserved */
31
+ .kt { color: #bdb76b} /* Keyword.Type */
32
+ .ld { color: #ffffff} /* Literal.Date */
33
+ .m { color: #ffffff} /* Literal.Number */
34
+ .s { color: #ffffff} /* Literal.String */
35
+ .na { color: #ffffff} /* Name.Attribute */
36
+ .nb { color: #ffffff} /* Name.Builtin */
37
+ .nc { color: #ffffff} /* Name.Class */
38
+ .no { color: #ffa0a0} /* Name.Constant */
39
+ .nd { color: #ffffff} /* Name.Decorator */
40
+ .ni { color: #ffdead} /* Name.Entity */
41
+ .ne { color: #ffffff} /* Name.Exception */
42
+ .nf { color: #ffffff} /* Name.Function */
43
+ .nl { color: #ffffff} /* Name.Label */
44
+ .nn { color: #ffffff} /* Name.Namespace */
45
+ .nx { color: #ffffff} /* Name.Other */
46
+ .py { color: #ffffff} /* Name.Property */
47
+ .nt { color: #f0e68c} /* Name.Tag */
48
+ .nv { color: #98fb98} /* Name.Variable */
49
+ .ow { color: #ffffff} /* Operator.Word */
50
+ .w { color: #ffffff} /* Text.Whitespace */
51
+ .mf { color: #ffffff} /* Literal.Number.Float */
52
+ .mh { color: #ffffff} /* Literal.Number.Hex */
53
+ .mi { color: #ffffff} /* Literal.Number.Integer */
54
+ .mo { color: #ffffff} /* Literal.Number.Oct */
55
+ .sb { color: #ffffff} /* Literal.String.Backtick */
56
+ .sc { color: #ffffff} /* Literal.String.Char */
57
+ .sd { color: #ffffff} /* Literal.String.Doc */
58
+ .s2 { color: #ffffff} /* Literal.String.Double */
59
+ .se { color: #ffffff} /* Literal.String.Escape */
60
+ .sh { color: #ffffff} /* Literal.String.Heredoc */
61
+ .si { color: #ffffff} /* Literal.String.Interpol */
62
+ .sx { color: #ffffff} /* Literal.String.Other */
63
+ .sr { color: #ffffff} /* Literal.String.Regex */
64
+ .s1 { color: #ffffff} /* Literal.String.Single */
65
+ .ss { color: #ffffff} /* Literal.String.Symbol */
66
+ .bp { color: #ffffff} /* Name.Builtin.Pseudo */
67
+ .vc { color: #98fb98} /* Name.Variable.Class */
68
+ .vg { color: #98fb98} /* Name.Variable.Global */
69
+ .vi { color: #98fb98} /* Name.Variable.Instance */
70
+ .il { color: #ffffff} /* Literal.Number.Integer.Long */
71
+ .bash .nv {
72
+ -webkit-user-select: none;
73
+ -moz-user-select: none;
74
+ -ms-user-select: none;
75
+ -o-user-select: none;
76
+ user-select: none;
77
+ }
78
+ }
@@ -0,0 +1,998 @@
1
+ /* Base */
2
+
3
+ * {
4
+ -webkit-box-sizing: border-box;
5
+ -moz-box-sizing: border-box;
6
+ box-sizing: border-box;
7
+ }
8
+
9
+ body {
10
+ font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
11
+ color: #ddd;
12
+ background-color: #333;
13
+ border-top: 5px solid #fc0;
14
+ @include box-shadow(inset 0 3px 30px rgba(0,0,0,.3));
15
+ text-shadow: 0 1px 3px rgba(0,0,0,.5);
16
+ -webkit-font-feature-settings: "kern" 1;
17
+ -moz-font-feature-settings: "kern" 1;
18
+ -o-font-feature-settings: "kern" 1;
19
+ font-feature-settings: "kern" 1;
20
+ font-kerning: normal;
21
+ }
22
+
23
+ .clear {
24
+ display: block;
25
+ }
26
+
27
+ .clear:after {
28
+ content: " ";
29
+ display: block;
30
+ height: 0;
31
+ clear: both;
32
+ visibility: hidden;
33
+ }
34
+
35
+ /* Sections */
36
+
37
+ header,
38
+ section,
39
+ footer {
40
+ float: left;
41
+ width: 100%;
42
+ clear: both;
43
+ }
44
+
45
+ /* Header */
46
+
47
+ header {
48
+
49
+ h1,
50
+ nav { display: inline-block; }
51
+
52
+ }
53
+
54
+ nav {
55
+
56
+ ul {
57
+ padding: 0;
58
+ margin: 0;
59
+ }
60
+
61
+ li { display: inline-block; }
62
+ }
63
+
64
+ .main-nav {
65
+ margin-top: 52px;
66
+
67
+ li {
68
+ margin-right: 10px;
69
+
70
+ a {
71
+ @include border-radius(5px);
72
+ font-weight: 900;
73
+ font-size: 14px;
74
+ padding: 0.5em 1em;
75
+ text-shadow: none;
76
+ text-transform: uppercase;
77
+ @include transition(all .25s);
78
+
79
+ &:hover {
80
+ background-color: #252525;
81
+ @include box-shadow(inset 0 1px 3px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1));
82
+ text-shadow: 0 1px 3px rgba(0,0,0,.5);
83
+ }
84
+ }
85
+
86
+ &.current {
87
+
88
+ a {
89
+ background-color: #fc0;
90
+ color: #222;
91
+ @include box-shadow(inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5));
92
+ text-shadow: 0 1px 0 rgba(255,255,255,.3);
93
+ }
94
+ }
95
+ }
96
+ }
97
+
98
+ .mobile-nav {
99
+
100
+ ul {
101
+ overflow: hidden;
102
+ width: 100%;
103
+ display: table;
104
+ }
105
+
106
+ a {
107
+ float: left;
108
+ width: 100%;
109
+ background-color: #333;
110
+ color: #fc0;
111
+ text-align: center;
112
+ text-transform: uppercase;
113
+ font-size: 14px;
114
+ font-weight: 900;
115
+ padding: 5px;
116
+ @include border-radius(5px);
117
+ }
118
+
119
+ li {
120
+ display: table-cell;
121
+ width: 20%;
122
+ padding: 8px 2px;
123
+ }
124
+
125
+ .current {
126
+
127
+ a {
128
+ background-color: #fc0;
129
+ color: #222;
130
+ @include box-shadow(inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5));
131
+ text-shadow: 0 1px 0 rgba(255,255,255,.3);
132
+ }
133
+ }
134
+ }
135
+
136
+ /*
137
+ * This code is courtesy Ben Balter, modified by Parker Moore for jekyllrb.com
138
+ * http://ben.balter.com/2014/03/13/pages-anchor-links/
139
+ */
140
+ .header-link {
141
+ position: relative;
142
+ left: 0.5em;
143
+ opacity: 0;
144
+ font-size: 0.8em;
145
+ @include transition(opacity 0.2s ease-in-out 0.1s);
146
+ }
147
+ h2:hover .header-link,
148
+ h3:hover .header-link,
149
+ h4:hover .header-link,
150
+ h5:hover .header-link,
151
+ h6:hover .header-link {
152
+ opacity: 1;
153
+ }
154
+
155
+ @media (max-width: 768px) {
156
+ .main-nav ul {
157
+ text-align: right;
158
+ }
159
+ }
160
+ @media (max-width: 830px) {
161
+ .main-nav {
162
+ .show-on-mobiles { display: inline; }
163
+ .hide-on-mobiles { display: none; }
164
+ }
165
+ }
166
+
167
+ /* Footer */
168
+
169
+ footer {
170
+ background-color: #212121;
171
+ font-size: 16px;
172
+ padding-bottom: 5px;
173
+ color: #c0c0c0;
174
+ margin-top: 40px;
175
+
176
+ a {
177
+ color: #fff;
178
+
179
+ &:hover {
180
+
181
+ img { opacity: 1; }
182
+ }
183
+ }
184
+
185
+ .align-right {
186
+
187
+ p { display: inline-block; }
188
+ }
189
+
190
+ img {
191
+ display: inline-block;
192
+ position: relative;
193
+ top: 8px;
194
+ margin-left: 5px;
195
+ opacity: .8;
196
+ padding: 1px;
197
+ @include transition(opacity .2s);
198
+ }
199
+ }
200
+
201
+ @media (max-width: 568px) {
202
+ footer {
203
+ .one-third p { margin-bottom: 0; }
204
+ .two-thirds p { margin-top: -20px; }
205
+ }
206
+ }
207
+
208
+ /* Intro */
209
+
210
+ .intro {
211
+
212
+ .unit { padding: 10px 0 40px; }
213
+
214
+ p {
215
+ font-size: 1.75em;
216
+ line-height: 1em;
217
+ margin: 0;
218
+ }
219
+ }
220
+
221
+ @media (min-width: 569px) {
222
+ .intro p { font-size: 3.2em; }
223
+ }
224
+
225
+ /* Quickstart */
226
+
227
+ .quickstart {
228
+ background-color: #3F1F1F;
229
+ color: #fff;
230
+ margin: 60px 0;
231
+ @include box-shadow(inset 0 3px 10px rgba(0,0,0,.4));
232
+
233
+ .content { padding: 0; }
234
+
235
+ h3 {
236
+ font-size: 24px;
237
+ line-height: 24px;
238
+ margin-top: 20px;
239
+ text-shadow: 0 1px 3px rgba(0,0,0,.8);
240
+ }
241
+
242
+ .code {
243
+ font-size: 12px;
244
+ display: block;
245
+ margin: 0 0 -30px;
246
+ }
247
+ }
248
+
249
+ @media (min-width: 768px) {
250
+ .quickstart {
251
+
252
+ .code {
253
+ font-size: 18px;
254
+ margin: -30px 0;
255
+ float: right;
256
+ }
257
+
258
+ h3 {
259
+ margin: 50px 0 0;
260
+ text-align: center;
261
+ }
262
+ }
263
+ }
264
+
265
+ /* Code */
266
+
267
+ .quickstart {
268
+
269
+ .code {
270
+ display: block;
271
+ padding: 0;
272
+ font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
273
+ line-height: 1.3em;
274
+
275
+ .title {
276
+ display: block;
277
+ text-align: center;
278
+ margin: 0 20px;
279
+ padding: 5px 0;
280
+ @include border-radius(5px 5px 0 0);
281
+ @include box-shadow(0 3px 10px rgba(0,0,0,.5));
282
+ font: 400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
283
+ color: #444;
284
+ text-shadow: 0 1px 0 rgba(255,255,255,.5);
285
+ background-color: #f7f7f7;
286
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2ZjZmNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
287
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(7%, #cfcfcf), to(#aaaaaa));
288
+ background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);
289
+ background-image: -moz-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);
290
+ background-image: -o-linear-gradient(top, #f7f7f7 0%, #cfcfcf 7%, #aaaaaa 100%);
291
+ background-image: linear-gradient(top, #f7f7f7 0%,#cfcfcf 7%,#aaaaaa 100%);
292
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=0 );
293
+ border-bottom: 1px solid #111;
294
+ }
295
+
296
+ .shell {
297
+ padding: 20px;
298
+ text-shadow: none;
299
+ margin: 0 20px;
300
+ background-color: #171717;
301
+ @include border-radius(0 0 5px 5px);
302
+ @include box-shadow(0 5px 30px rgba(0,0,0,.3));
303
+ }
304
+
305
+ .line {
306
+ display: block;
307
+ margin: 0;
308
+ padding: 0;
309
+
310
+ span { display: inline-block; }
311
+ }
312
+
313
+ .path {
314
+ color: #87ceeb;
315
+ @include user-select(none);
316
+ }
317
+
318
+ .prompt {
319
+ color: #cd5c5c;
320
+ -webkit-user-select: none; /* Chrome all / Safari all */
321
+ -moz-user-select: none; /* Firefox all */
322
+ -ms-user-select: none; /* IE 10+ */
323
+ -o-user-select: none;
324
+ user-select: none;
325
+ }
326
+
327
+ .command { color: #f0e68c; }
328
+
329
+ .output { color: #888; }
330
+ }
331
+ }
332
+
333
+ /* Free Hosting */
334
+
335
+ .free-hosting {
336
+
337
+ .pane {
338
+ background-color: #3e3e3e;
339
+ @include border-radius(10px);
340
+ text-shadow: none;
341
+ position: relative;
342
+ padding: 0 20px 30px;
343
+ }
344
+
345
+ img {
346
+ margin: -30px 0 0;
347
+ width: 180px;
348
+ height: 150px;
349
+ }
350
+
351
+ h2 { font-size: 28px; }
352
+
353
+ p,
354
+ a { font-size: 16px; }
355
+
356
+ p { margin: .75em 0; }
357
+ }
358
+
359
+ @media (min-width: 768px) {
360
+ .free-hosting {
361
+
362
+ img {
363
+ float: left;
364
+ margin: -20px -30px -30px -50px;
365
+ width: 300px;
366
+ height: 251px;
367
+ }
368
+
369
+ .pane-content {
370
+ margin-top: 35px;
371
+ padding-right: 30px;
372
+ }
373
+
374
+ p,
375
+ a { font-size: 18px; }
376
+
377
+ .pane:after {
378
+ content: " ";
379
+ float: right;
380
+ background: url(../img/footer-arrow.png) top left no-repeat;
381
+ width: 73px;
382
+ height: 186px;
383
+ position: absolute;
384
+ right: 0;
385
+ bottom: -30px;
386
+ }
387
+ }
388
+ }
389
+
390
+ /* Article - Used for both docs and news */
391
+
392
+
393
+ article {
394
+ background-color: #444;
395
+ @include border-radius(10px);
396
+ padding: 20px;
397
+ margin: 0 10px;
398
+ @include box-shadow(0 3px 10px rgba(0,0,0,.1));
399
+ font-size: 16px;
400
+ }
401
+
402
+ @media (max-width: 480px) {
403
+ article ul { padding-left: 20px; }
404
+ }
405
+
406
+ @media (max-width: 568px) {
407
+ article { margin: 0; }
408
+ }
409
+
410
+ @media (min-width: 768px) {
411
+ article {
412
+ padding: 40px 40px 30px;
413
+ font-size: 21px;
414
+ }
415
+ }
416
+
417
+ /* Right-side nav - used by both docs and news */
418
+
419
+ aside {
420
+ padding-top: 30px;
421
+
422
+ h4 {
423
+ text-transform: uppercase;
424
+ font-size: 14px;
425
+ font-weight: 700;
426
+ padding: 0 0 10px 30px;
427
+ margin-left: -30px;
428
+ display: inline-block;
429
+ border-bottom: 1px solid #c00;
430
+ }
431
+
432
+ ul {
433
+ padding-left: 0;
434
+
435
+ &:first-child { margin-top: 0; }
436
+ }
437
+
438
+ li {
439
+ list-style-type: none;
440
+
441
+ a {
442
+ font-size: 16px;
443
+ position: relative
444
+ }
445
+
446
+ &.current a:before {
447
+ content: "";
448
+ border-color: transparent transparent transparent #444;
449
+ border-style: solid;
450
+ border-width: 10px;
451
+ width: 0;
452
+ height: 0;
453
+ position: absolute;
454
+ top: 0;
455
+ left: -30px;
456
+ }
457
+ }
458
+ }
459
+
460
+ /* Documentation */
461
+
462
+ .docs {
463
+
464
+ article { min-height: 800px; }
465
+
466
+ .content { padding: 0; }
467
+ }
468
+
469
+ .section-nav {
470
+ text-align: center;
471
+ padding-top: 40px;
472
+ position: relative;
473
+ background: url(../img/article-footer.png) top center no-repeat;
474
+ margin: 40px -20px 10px;
475
+
476
+ > div { width: 49.5%; }
477
+
478
+ a,
479
+ span {
480
+ color: #fff;
481
+ font-size: 16px;
482
+ text-transform: uppercase;
483
+ font-weight: 700;
484
+ padding: 8px 12px 10px;
485
+ @include border-radius(5px);
486
+ /*border: 1px solid #333;*/
487
+ @include box-shadow(0 1px 3px rgba(0,0,0,.3), inset 0 1px 1px rgba(255,255,255,.5));
488
+ background-color: #767676;
489
+ }
490
+
491
+ a:hover {
492
+ color: #fff;
493
+ background-color: #888;
494
+ }
495
+
496
+ .next,
497
+ .prev { position: relative; }
498
+
499
+ .next:after,
500
+ .prev:before {
501
+ font-size: 36px;
502
+ color: #222;
503
+ font-weight: 900;
504
+ text-shadow: 0 1px 0 rgba(255,255,255,.4);
505
+ position: absolute;
506
+ top: -7px;
507
+ }
508
+
509
+ .next:after {
510
+ content: '\203A';
511
+ right: 10px;
512
+ }
513
+
514
+ .prev:before {
515
+ content: '\2039';
516
+ left: 10px;
517
+ }
518
+
519
+ .prev,
520
+ .prev:hover { padding-left: 30px; }
521
+
522
+ .next,
523
+ .next:hover { padding-right: 30px; }
524
+
525
+ .disabled {
526
+ opacity: .5;
527
+ cursor: default;
528
+ }
529
+ }
530
+
531
+ .improve {
532
+ padding-top: 25px;
533
+ font-size: 16px;
534
+ a {
535
+ color: #999;
536
+ }
537
+ }
538
+
539
+ .docs-nav-mobile select {
540
+ color: #000;
541
+ width: 100%;
542
+ }
543
+
544
+ /* News */
545
+
546
+ article h2:first-child { margin-top: 0; }
547
+
548
+ .post-category,
549
+ .post-meta {
550
+ display: inline-block;
551
+ vertical-align: middle;
552
+ font-size: .8em;
553
+ }
554
+
555
+ .post-category {
556
+ display: inline-block;
557
+ margin-left: -30px;
558
+ padding: 6px 10px 8px;
559
+ padding-left: 50px;
560
+ @include border-radius(0 5px 5px 0);
561
+ position: relative;
562
+ @include box-shadow(0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3));
563
+ background-color: #9e2812;
564
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
565
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));
566
+ background-image: -webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
567
+ background-image: -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
568
+ background-image: -o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
569
+ background-image: linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%);
570
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
571
+
572
+ &:before {
573
+ content: "";
574
+ position: absolute;
575
+ top: -10px;
576
+ left: 0;
577
+ border-color: transparent #6f0d0d #6f0d0d transparent;
578
+ border-style: solid;
579
+ border-width: 5px;
580
+ width: 0;
581
+ height: 0;
582
+ }
583
+ }
584
+
585
+ .post-content img { max-width: 100% }
586
+
587
+ .label {
588
+ float: left;
589
+ text-transform: uppercase;
590
+ font-weight: 700;
591
+ text-shadow: 0 -1px 0 rgba(0,0,0,.5);
592
+ }
593
+
594
+ @media (max-width: 568px) {
595
+ .post-category { padding-left: 30px; }
596
+ }
597
+
598
+ @media (min-width: 768px) {
599
+ .post-category { margin-left: -50px; }
600
+ }
601
+
602
+ .avatar {
603
+ @include border-radius(3px);
604
+ display: inline-block;
605
+ vertical-align: middle;
606
+ }
607
+
608
+ .post-meta {
609
+ padding: 5px 0;
610
+ color: #c0c0c0;
611
+ font-weight: 600;
612
+ text-shadow: 0 -1px 0 #000;
613
+ }
614
+
615
+ .post-date,
616
+ .post-author { margin-left: 10px; }
617
+
618
+ .news article + article {
619
+ margin-top: -10px;
620
+ @include border-radius(0 0 10px 10px);
621
+ border-top: 1px solid #555;
622
+ @include box-shadow(0 -1px 0 #2f2f2f);
623
+ }
624
+
625
+ /* Code Highlighting */
626
+
627
+
628
+ pre,
629
+ code {
630
+ white-space: pre;
631
+ display: inline-block;
632
+ margin: 0;
633
+ font: 14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
634
+ padding: 0 0.5em;
635
+ }
636
+
637
+ @media (min-width: 768px) {
638
+ pre, code { font-size: 16px; }
639
+ }
640
+
641
+ .highlight,
642
+ p > pre,
643
+ p > code,
644
+ p > nobr > code,
645
+ li > code,
646
+ h5 > code,
647
+ .note > code {
648
+ background-color: #2b2b2b;
649
+ color: #fff;
650
+ @include border-radius(5px);
651
+ @include box-shadow(inset 0 1px 10px rgba(0,0,0,.3),
652
+ 0 1px 0 rgba(255,255,255,.1),
653
+ 0 -1px 0 rgba(0,0,0,.5));
654
+ }
655
+
656
+ .note code {
657
+ background-color: #333;
658
+ background-color: rgba(0,0,0,0.2);
659
+ margin-left: 2.5px;
660
+ margin-right: 2.5px;
661
+ font-size: 0.8em;
662
+ }
663
+
664
+ .highlight {
665
+ margin: 1em 0;
666
+ padding: 10px 0;
667
+ width: 100%;
668
+ overflow: auto;
669
+ }
670
+
671
+ /* HTML Elements */
672
+
673
+ h1, h2, h3, h4, h5, h6 { margin: 0; }
674
+
675
+ a {
676
+ color: #fc0;
677
+ text-decoration: none;
678
+ @include transition(all .25s);
679
+
680
+ &:hover { color: #f90; }
681
+ }
682
+
683
+ strong { font-weight: 700; }
684
+
685
+ p { line-height: 1.5em; }
686
+
687
+ .left { float: left; }
688
+ .right { float: right; }
689
+ .align-right { text-align: right; }
690
+ .align-left { text-align: left; }
691
+ .align-center { text-align: center; }
692
+
693
+ /* Article HTML */
694
+
695
+ article {
696
+
697
+ h2, h3, h4, h5, h6 { margin: 1em 0; }
698
+
699
+ h4 { color: #fff; }
700
+
701
+ ul li {
702
+
703
+ p { margin: 0; }
704
+
705
+ blockquote { margin: 10px 0; }
706
+ }
707
+
708
+ ul li,
709
+ ol li {
710
+ line-height: 1.5em;
711
+ margin-bottom: 0.5em;
712
+ }
713
+
714
+ }
715
+
716
+ h5, h6 {
717
+ font-size: 1em;
718
+ font-style: italic;
719
+ }
720
+
721
+ blockquote {
722
+ border-left: 2px solid #777;
723
+ padding-left: 20px;
724
+ font-style: italic;
725
+ font-size: 18px;
726
+ font-weight: 500;
727
+ }
728
+
729
+
730
+ /* Tables */
731
+
732
+ table {
733
+ width: 100%;
734
+ background-color: #555;
735
+ margin: .5em 0;
736
+ @include border-radius(5px);
737
+ @include box-shadow(0 1px 3px rgba(0,0,0,.3));
738
+ }
739
+
740
+ thead {
741
+ @include border-top-left-radius(5px);
742
+ @include border-top-right-radius(5px);
743
+ color: #fff;
744
+ background-color: #3a3a3a;
745
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
746
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#1e1e1e));
747
+ background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
748
+ background-image: -moz-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
749
+ background-image: -o-linear-gradient(top, #3a3a3a 0%, #1e1e1e 100%);
750
+ background-image: linear-gradient(to bottom, #3a3a3a 0%,#1e1e1e 100%);
751
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1e1e1e',GradientType=0 );
752
+
753
+ th {
754
+ position: relative;
755
+ @include box-shadow(inset 0 1px 0 rgba(255,255,255,.1));
756
+
757
+ &:first-child {
758
+ @include border-top-left-radius(5px);
759
+ }
760
+
761
+ &:last-child {
762
+ @include border-top-right-radius(5px);
763
+ }
764
+ }
765
+ }
766
+
767
+ td { padding: .5em .75em; }
768
+
769
+ td p { margin: 0; }
770
+
771
+ th {
772
+ text-transform: uppercase;
773
+ font-size: 16px;
774
+ padding: .5em .75em;
775
+ text-shadow: 0 -1px 0 rgba(0,0,0,.9);
776
+ color: #888;
777
+ }
778
+
779
+ tbody td {
780
+ border-top: 1px solid #747474;
781
+ border-top: 1px solid rgba(0,0,0,.1);
782
+ @include box-shadow(inset 0 1px 0 rgba(255,255,255,.1));
783
+ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
784
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0)));
785
+ background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
786
+ background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
787
+ background-image: -o-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
788
+ background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
789
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
790
+
791
+ p {
792
+ font-size: 16px;
793
+
794
+ code { font-size: 14px; }
795
+ }
796
+ }
797
+
798
+ code.option,
799
+ th .option,
800
+ code.filter,
801
+ th .filter {
802
+ color: #50B600;
803
+ }
804
+
805
+ code.flag,
806
+ th .flag,
807
+ code.output,
808
+ th .output {
809
+ color: #049DCE;
810
+ }
811
+
812
+ code.option,
813
+ code.flag,
814
+ code.filter,
815
+ code.output {
816
+ margin-bottom: 2px;
817
+ }
818
+
819
+ /* Note types */
820
+
821
+ .note {
822
+ margin: 30px 0;
823
+ margin-left: -30px;
824
+ padding: 20px 20px 24px;
825
+ padding-left: 50px;
826
+ @include border-radius(0 5px 5px 0);
827
+ position: relative;
828
+ @include box-shadow(0 1px 5px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.3));
829
+ background-color: #7e6d42;
830
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlNmQ0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzRlMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
831
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#7e6d42), to(#5c4e35));
832
+ background-image: -webkit-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);
833
+ background-image: -moz-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);
834
+ background-image: -o-linear-gradient(top, #7e6d42 0%, #5c4e35 100%);
835
+ background-image: linear-gradient(to bottom, #7e6d42 0%,#5c4e35 100%);
836
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6d42', endColorstr='#5c4e35',GradientType=0 );
837
+ }
838
+
839
+ @media (max-width: 568px) {
840
+ .note { margin-right: -30px; }
841
+ }
842
+
843
+ @media (min-width: 768px) {
844
+ .note { margin-left: -50px; }
845
+ }
846
+
847
+ .note {
848
+ &:before {
849
+ content: "";
850
+ position: absolute;
851
+ top: -10px;
852
+ left: 0;
853
+ border-color: transparent #222 #222 transparent;
854
+ border-style: solid;
855
+ border-width: 5px;
856
+ width: 0;
857
+ height: 0;
858
+ }
859
+
860
+ h5,
861
+ p {
862
+ margin: 0;
863
+ color: #fff;
864
+ }
865
+
866
+ h5 {
867
+ line-height: 1.5em;
868
+ font-weight: 900;
869
+ font-style: normal;
870
+ }
871
+
872
+ p {
873
+ font-weight: 400;
874
+ font-size: .75em;
875
+ }
876
+
877
+ &:after {
878
+ content: '\2605';
879
+ color: #fc0;
880
+ position: absolute;
881
+ top: 14px;
882
+ left: 14px;
883
+ font-size: 28px;
884
+ font-weight: 700;
885
+ text-shadow: 0 -1px 0 rgba(0,0,0,.5);
886
+ }
887
+ }
888
+
889
+ .info {
890
+ background-color: #0389aa;
891
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzODlhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYxN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
892
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#0389aa), to(#00617f));
893
+ background-image: -webkit-linear-gradient(top, #0389aa 0%, #00617f 100%);
894
+ background-image: -moz-linear-gradient(top, #0389aa 0%, #00617f 100%);
895
+ background-image: -o-linear-gradient(top, #0389aa 0%, #00617f 100%);
896
+ background-image: linear-gradient(to bottom, #0389aa 0%,#00617f 100%);
897
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389aa', endColorstr='#00617f',GradientType=0 );
898
+ }
899
+
900
+ .warning {
901
+ background-color: #9e2812;
902
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
903
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#9e2812), to(#6f0d0d));
904
+ background-image: -webkit-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
905
+ background-image: -moz-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
906
+ background-image: -o-linear-gradient(top, #9e2812 0%, #6f0d0d 100%);
907
+ background-image: linear-gradient(to bottom, #9e2812 0%,#6f0d0d 100%);
908
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
909
+ }
910
+
911
+ .unreleased {
912
+ background-color: #cd9239;
913
+ background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkOTIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMjc1MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
914
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(205,146,57,1)), to(rgba(162,117,40,1)));
915
+ background-image: -webkit-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%);
916
+ background-image: -moz-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%);
917
+ background-image: -o-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%);
918
+ background-image: linear-gradient(to bottom, rgba(205,146,57,1) 0%,rgba(162,117,40,1) 100%);
919
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9239', endColorstr='#a27528',GradientType=0 );
920
+ }
921
+
922
+ .info:before { border-color: transparent #00617f #00617f transparent; }
923
+
924
+ .warning:before { border-color: transparent #6f0d0d #6f0d0d transparent; }
925
+
926
+ .unreleased:before { border-color: transparent #664719 #664719 transparent; }
927
+
928
+ .info:after {
929
+ content: '\24D8';
930
+ color: #fff;
931
+ position: absolute;
932
+ top: 15px;
933
+ left: 15px;
934
+ font-size: 28px;
935
+ font-weight: 700;
936
+ text-shadow: 0 -1px 0 rgba(0,0,0,.5);
937
+ }
938
+
939
+ .warning:after {
940
+ content: '\203C';
941
+ color: #fc0;
942
+ position: absolute;
943
+ top: 15px;
944
+ left: 15px;
945
+ font-size: 32px;
946
+ font-weight: 700;
947
+ text-shadow: 0 -1px 0 rgba(0,0,0,.5);
948
+ }
949
+
950
+ .unreleased:after {
951
+ content: '\2692';
952
+ color: #2b2a12;
953
+ position: absolute;
954
+ top: 8px;
955
+ left: 15px;
956
+ font-size: 38px;
957
+ font-weight: 700;
958
+ text-shadow: 0 1px 0 rgba(255,255,255,.25);
959
+ }
960
+
961
+ /* Responsive tables */
962
+
963
+ @media (max-width: 768px) {
964
+ .mobile-side-scroller {
965
+ overflow-x: scroll;
966
+ margin: 0 -40px;
967
+ padding: 0 10px;
968
+ }
969
+ }
970
+
971
+
972
+ .show-on-mobiles {
973
+ display: none;
974
+ }
975
+
976
+ @media screen and (max-width: 568px) {
977
+ .show-on-mobiles {
978
+ display: block !important;
979
+ }
980
+ a .show-on-mobiles {
981
+ display: inline !important;
982
+ }
983
+ }
984
+
985
+
986
+ /* Helper class taken from Bootstrap.
987
+ Hides an element to all devices except screen readers.
988
+ */
989
+ .sr-only {
990
+ position: absolute;
991
+ width: 1px;
992
+ height: 1px;
993
+ padding: 0;
994
+ margin: -1px;
995
+ overflow: hidden;
996
+ clip: rect(0, 0, 0, 0);
997
+ border: 0;
998
+ }