Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 18:18:22 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 18:18:22 +0300
commita1900826b93847ce2d88ce9f99666e5ef4808741 (patch)
treee567840e067bce976958e8a04bcca100a8cab531 /docs/static/css
parentd384c661fef16fcfb5551db4cc1a2e60fb7cbed2 (diff)
parentec4e6f9df2ab9ffdc62a3f59675369096e0d3f77 (diff)
Merge commit 'ec4e6f9df2ab9ffdc62a3f59675369096e0d3f77' as 'docs'
Diffstat (limited to 'docs/static/css')
-rw-r--r--docs/static/css/bootstrap-additions-gohugo.css65
-rw-r--r--docs/static/css/bootstrap-changes-gohugo.css136
-rw-r--r--docs/static/css/bootstrap-stripped-gohugo.css1380
-rw-r--r--docs/static/css/content-style.css84
-rw-r--r--docs/static/css/home-page-style-responsive.css44
-rw-r--r--docs/static/css/home-page-style.css194
-rw-r--r--docs/static/css/hugofont.css184
-rw-r--r--docs/static/css/style-responsive.css72
-rw-r--r--docs/static/css/style.css684
9 files changed, 2843 insertions, 0 deletions
diff --git a/docs/static/css/bootstrap-additions-gohugo.css b/docs/static/css/bootstrap-additions-gohugo.css
new file mode 100644
index 000000000..4128f3b8c
--- /dev/null
+++ b/docs/static/css/bootstrap-additions-gohugo.css
@@ -0,0 +1,65 @@
+/*!
+ * Bootstrap for http://gohugo.io/
+ * additional property-value pairs, for selectors already in Bootstrap;
+ * also, additional Bootstrap-like selectors
+ *
+ * Keep all such property additions to Bootstrap v3.3.6 here.
+ *
+ * Here, maintain the same order as the original Bootstrap file.
+ *
+ * Keep any additional Bootstrap-like selectors at the bottom.
+ *
+ * Copyright 2013-2016 Steve Francia and the Hugo Authors
+ *
+ * Based on 'dist/css/bootstrap.css' from:
+ *
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+.btn {
+ -webkit-transition: all 0.15s;
+ -moz-transition: all 0.15s;
+ transition: all 0.15s;
+}
+.btn-primary:focus,
+.btn-primary:active,
+.btn-success:focus,
+.btn-success:active,
+.btn-info:focus,
+.btn-info:active {
+ background-color: transparent;
+}
+.btn-default:hover,
+.btn-default:active,
+.btn-primary:hover,
+.btn-primary:active,
+.btn-success:hover,
+.btn-success:active,
+.btn-info:hover,
+.btn-info:active {
+ outline: none;
+}
+
+/* additional Bootstrap-like selectors */
+
+.btn-repo {
+ border-color: black;
+ background-color: rgba(30, 30, 30, 0.8);
+ color: white;
+}
+.btn-repo:focus,
+.btn-repo:active {
+ color: black;
+}
+.btn-repo:hover {
+ background-color: aliceblue;
+}
+.btn-repo:focus,
+.btn-repo:active {
+ background-color: transparent;
+}
+.btn-repo:hover,
+.btn-repo:active {
+ outline: none;
+}
diff --git a/docs/static/css/bootstrap-changes-gohugo.css b/docs/static/css/bootstrap-changes-gohugo.css
new file mode 100644
index 000000000..d4ef99bcc
--- /dev/null
+++ b/docs/static/css/bootstrap-changes-gohugo.css
@@ -0,0 +1,136 @@
+/*!
+ * Bootstrap for http://gohugo.io/
+ * value changes to properties in Bootstrap selectors;
+ * Bootstrap must already have the same properties in the same selectors.
+ *
+ * Keep all such value changes to Bootstrap v3.3.6 here.
+ *
+ * Here, maintain the same order as the original Bootstrap file.
+ *
+ * Keep all new properties, for new or existing selectors,
+ * in other stylesheets.
+ *
+ * Copyright 2013-2016 Steve Francia and the Hugo Authors
+ *
+ * Based on 'dist/css/bootstrap.css' from:
+ *
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+body {
+ font-family: Lato;
+ color: #2b2b2b;
+}
+a {
+ color: #ff4088;
+}
+a:hover,
+a:focus {
+ color: #ff4088;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: Lato;
+ font-weight: 400;
+}
+code,
+kbd,
+pre,
+samp {
+ font-family: Menlo, Consolas, 'DejaVu Sans Mono',
+ 'Bitstream Vera Sans Mono', 'Lucida Console', Monaco,
+ 'Droid Sans Mono', monospace;
+}
+legend {
+ color: #2b2b2b;
+ border-bottom: 1px solid #c7c7cc;
+}
+.btn:focus {
+ /*outline: thin dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;*/
+ outline: none;
+}
+.btn:hover,
+.btn:focus {
+ color: #2b2b2b;
+}
+.btn-default:focus {
+ color: #fff;
+ background-color: #9e9e9e;
+ border-color: #9e9e9e;
+}
+.btn-default:hover {
+ color: #fff;
+ background-color: #9e9e9e;
+ border-color: #9e9e9e;
+}
+.btn-default:active {
+ color: #fff;
+ background-color: #9e9e9e;
+ border-color: #9e9e9e;
+}
+.btn-primary {
+ background-color: #007aff;
+ border-color: #007aff;
+}
+.btn-primary:focus {
+ color: #007aff;
+ border-color: #007aff;
+}
+.btn-primary:hover {
+ color: #007aff;
+ background-color: aliceblue;
+ border-color: #007aff;
+}
+.btn-primary:active {
+ color: #007aff;
+ border-color: #007aff;
+}
+.btn-success {
+ background-color: #4cd964;
+ border-color: #4cd964;
+}
+.btn-success:focus {
+ color: #4cd964;
+ border-color: #4cd964;
+}
+.btn-success:hover {
+ color: #4cd964;
+ background-color: aliceblue;
+ border-color: #4cd964;
+}
+.btn-success:active {
+ color: #4cd964;
+ border-color: #4cd964;
+}
+.btn-info {
+ background-color: #34aadc;
+ border-color: #34aadc;
+}
+.btn-info:focus {
+ color: #34aadc;
+ border-color: #34aadc;
+}
+.btn-info:hover {
+ color: #34aadc;
+ background-color: aliceblue;
+ border-color: #34aadc;
+}
+.btn-info:active {
+ color: #34aadc;
+ border-color: #34aadc;
+}
+.panel {
+ border: 0px solid transparent;
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+}
+.panel-body {
+ padding: 15px 15px 0px 15px;
+}
diff --git a/docs/static/css/bootstrap-stripped-gohugo.css b/docs/static/css/bootstrap-stripped-gohugo.css
new file mode 100644
index 000000000..aafb0df53
--- /dev/null
+++ b/docs/static/css/bootstrap-stripped-gohugo.css
@@ -0,0 +1,1380 @@
+/*!
+ * Bootstrap for http://gohugo.io/
+ * with many unused property-value pairs, as well as selectors, removed
+ *
+ * Copyright 2013-2016 Steve Francia and the Hugo Authors
+ *
+ * Based on 'dist/css/bootstrap.css' from:
+ *
+ * Bootstrap v3.3.6 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+html {
+ font-family: sans-serif;
+ -webkit-text-size-adjust: 100%;
+ -ms-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;
+}
+a:active,
+a:hover {
+ outline: 0;
+}
+b,
+strong {
+ font-weight: bold;
+}
+dfn {
+ font-style: italic;
+}
+h1 {
+ margin: .67em 0;
+ font-size: 2em;
+}
+mark {
+ color: #000;
+ background: #ff0;
+}
+small {
+ font-size: 80%;
+}
+sub,
+sup {
+ position: relative;
+ font-size: 75%;
+ line-height: 0;
+ vertical-align: baseline;
+}
+sup {
+ top: -.5em;
+}
+sub {
+ bottom: -.25em;
+}
+img {
+ border: 0;
+}
+figure {
+ margin: 1em 40px;
+}
+hr {
+ height: 0;
+ -webkit-box-sizing: content-box;
+ -moz-box-sizing: content-box;
+ box-sizing: content-box;
+}
+pre {
+ overflow: auto;
+}
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+button,
+input,
+optgroup,
+select,
+textarea {
+ margin: 0;
+ font: inherit;
+ color: inherit;
+}
+button {
+ overflow: visible;
+}
+button,
+select {
+ text-transform: none;
+}
+button {
+ -webkit-appearance: button;
+ cursor: pointer;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+ padding: 0;
+ border: 0;
+}
+input {
+ line-height: normal;
+}
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+fieldset {
+ padding: .35em .625em .75em;
+ margin: 0 2px;
+ border: 1px solid #c0c0c0;
+}
+legend {
+ padding: 0;
+ border: 0;
+}
+textarea {
+ overflow: auto;
+}
+optgroup {
+ font-weight: bold;
+}
+table {
+ border-spacing: 0;
+ border-collapse: collapse;
+}
+td,
+th {
+ padding: 0;
+}
+/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
+@media print {
+ *,
+ *:before,
+ *:after {
+ color: #000 !important;
+ text-shadow: none !important;
+ background: transparent !important;
+ -webkit-box-shadow: none !important;
+ box-shadow: none !important;
+ }
+ a,
+ a:visited {
+ text-decoration: underline;
+ }
+ a[href]:after {
+ content: " (" attr(href) ")";
+ }
+ a[href^="#"]:after,
+ a[href^="javascript:"]:after {
+ content: "";
+ }
+ pre,
+ blockquote {
+ border: 1px solid #999;
+ page-break-inside: avoid;
+ }
+ thead {
+ display: table-header-group;
+ }
+ tr,
+ img {
+ page-break-inside: avoid;
+ }
+ img {
+ max-width: 100% !important;
+ }
+ p,
+ h2,
+ h3 {
+ orphans: 3;
+ widows: 3;
+ }
+ h2,
+ h3 {
+ page-break-after: avoid;
+ }
+}
+@font-face {
+ font-family: 'Glyphicons Halflings';
+
+ src: url('../fonts/glyphicons-halflings-regular.eot');
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
+}
+* {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+*:before,
+*:after {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+html {
+ font-size: 10px;
+
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+body {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ line-height: 1.42857143;
+ color: #333;
+ background-color: #fff;
+}
+input,
+button,
+select,
+textarea {
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+}
+a {
+ color: #337ab7;
+ text-decoration: none;
+}
+a:hover,
+a:focus {
+ color: #23527c;
+ text-decoration: underline;
+}
+a:focus {
+ outline: thin dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+figure {
+ margin: 0;
+}
+img {
+ vertical-align: middle;
+}
+hr {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ border: 0;
+ border-top: 1px solid #eee;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-family: inherit;
+ font-weight: 500;
+ line-height: 1.1;
+ color: inherit;
+}
+h1,
+h2,
+h3 {
+ margin-top: 20px;
+ margin-bottom: 10px;
+}
+h4,
+h5,
+h6 {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+h1 {
+ font-size: 36px;
+}
+h2 {
+ font-size: 30px;
+}
+h3 {
+ font-size: 24px;
+}
+h4 {
+ font-size: 18px;
+}
+h5 {
+ font-size: 14px;
+}
+h6 {
+ font-size: 12px;
+}
+p {
+ margin: 0 0 10px;
+}
+.lead {
+ margin-bottom: 20px;
+ font-size: 16px;
+ font-weight: 300;
+ line-height: 1.4;
+}
+@media (min-width: 768px) {
+ .lead {
+ font-size: 21px;
+ }
+}
+small,
+.small {
+ font-size: 85%;
+}
+.text-center {
+ text-align: center;
+}
+ul,
+ol {
+ margin-top: 0;
+ margin-bottom: 10px;
+}
+ul ul {
+ margin-bottom: 0;
+}
+.list-inline {
+ padding-left: 0;
+ margin-left: -5px;
+ list-style: none;
+}
+.list-inline > li {
+ display: inline-block;
+ padding-right: 5px;
+ padding-left: 5px;
+}
+dl {
+ margin-top: 0;
+ margin-bottom: 20px;
+}
+dt,
+dd {
+ line-height: 1.42857143;
+}
+dt {
+ font-weight: bold;
+}
+dd {
+ margin-left: 0;
+}
+blockquote {
+ padding: 10px 20px;
+ margin: 0 0 20px;
+ font-size: 17.5px;
+ border-left: 5px solid #eee;
+}
+blockquote p:last-child,
+blockquote ul:last-child,
+blockquote ol:last-child {
+ margin-bottom: 0;
+}
+address {
+ margin-bottom: 20px;
+ font-style: normal;
+ line-height: 1.42857143;
+}
+code,
+kbd,
+pre,
+samp {
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+}
+code {
+ padding: 2px 4px;
+ font-size: 90%;
+ color: #c7254e;
+ background-color: #f9f2f4;
+ border-radius: 4px;
+}
+pre {
+ display: block;
+ padding: 9.5px;
+ margin: 0 0 10px;
+ font-size: 13px;
+ line-height: 1.42857143;
+ color: #333;
+ word-break: break-all;
+ word-wrap: break-word;
+ background-color: #f5f5f5;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+}
+pre code {
+ padding: 0;
+ font-size: inherit;
+ color: inherit;
+ white-space: pre-wrap;
+ background-color: transparent;
+ border-radius: 0;
+}
+.container {
+ padding-right: 15px;
+ padding-left: 15px;
+ margin-right: auto;
+ margin-left: auto;
+}
+@media (min-width: 768px) {
+ .container {
+ width: 750px;
+ }
+}
+@media (min-width: 992px) {
+ .container {
+ width: 970px;
+ }
+}
+@media (min-width: 1200px) {
+ .container {
+ width: 1170px;
+ }
+}
+.row {
+ margin-right: -15px;
+ margin-left: -15px;
+}
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
+ position: relative;
+ min-height: 1px;
+ padding-right: 15px;
+ padding-left: 15px;
+}
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
+ float: left;
+}
+.col-xs-12 {
+ width: 100%;
+}
+.col-xs-11 {
+ width: 91.66666667%;
+}
+.col-xs-10 {
+ width: 83.33333333%;
+}
+.col-xs-9 {
+ width: 75%;
+}
+.col-xs-8 {
+ width: 66.66666667%;
+}
+.col-xs-7 {
+ width: 58.33333333%;
+}
+.col-xs-6 {
+ width: 50%;
+}
+.col-xs-5 {
+ width: 41.66666667%;
+}
+.col-xs-4 {
+ width: 33.33333333%;
+}
+.col-xs-3 {
+ width: 25%;
+}
+.col-xs-2 {
+ width: 16.66666667%;
+}
+.col-xs-1 {
+ width: 8.33333333%;
+}
+.col-xs-pull-12 {
+ right: 100%;
+}
+.col-xs-pull-11 {
+ right: 91.66666667%;
+}
+.col-xs-pull-10 {
+ right: 83.33333333%;
+}
+.col-xs-pull-9 {
+ right: 75%;
+}
+.col-xs-pull-8 {
+ right: 66.66666667%;
+}
+.col-xs-pull-7 {
+ right: 58.33333333%;
+}
+.col-xs-pull-6 {
+ right: 50%;
+}
+.col-xs-pull-5 {
+ right: 41.66666667%;
+}
+.col-xs-pull-4 {
+ right: 33.33333333%;
+}
+.col-xs-pull-3 {
+ right: 25%;
+}
+.col-xs-pull-2 {
+ right: 16.66666667%;
+}
+.col-xs-pull-1 {
+ right: 8.33333333%;
+}
+.col-xs-pull-0 {
+ right: auto;
+}
+.col-xs-push-12 {
+ left: 100%;
+}
+.col-xs-push-11 {
+ left: 91.66666667%;
+}
+.col-xs-push-10 {
+ left: 83.33333333%;
+}
+.col-xs-push-9 {
+ left: 75%;
+}
+.col-xs-push-8 {
+ left: 66.66666667%;
+}
+.col-xs-push-7 {
+ left: 58.33333333%;
+}
+.col-xs-push-6 {
+ left: 50%;
+}
+.col-xs-push-5 {
+ left: 41.66666667%;
+}
+.col-xs-push-4 {
+ left: 33.33333333%;
+}
+.col-xs-push-3 {
+ left: 25%;
+}
+.col-xs-push-2 {
+ left: 16.66666667%;
+}
+.col-xs-push-1 {
+ left: 8.33333333%;
+}
+.col-xs-push-0 {
+ left: auto;
+}
+.col-xs-offset-12 {
+ margin-left: 100%;
+}
+.col-xs-offset-11 {
+ margin-left: 91.66666667%;
+}
+.col-xs-offset-10 {
+ margin-left: 83.33333333%;
+}
+.col-xs-offset-9 {
+ margin-left: 75%;
+}
+.col-xs-offset-8 {
+ margin-left: 66.66666667%;
+}
+.col-xs-offset-7 {
+ margin-left: 58.33333333%;
+}
+.col-xs-offset-6 {
+ margin-left: 50%;
+}
+.col-xs-offset-5 {
+ margin-left: 41.66666667%;
+}
+.col-xs-offset-4 {
+ margin-left: 33.33333333%;
+}
+.col-xs-offset-3 {
+ margin-left: 25%;
+}
+.col-xs-offset-2 {
+ margin-left: 16.66666667%;
+}
+.col-xs-offset-1 {
+ margin-left: 8.33333333%;
+}
+.col-xs-offset-0 {
+ margin-left: 0;
+}
+@media (min-width: 768px) {
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
+ float: left;
+ }
+ .col-sm-12 {
+ width: 100%;
+ }
+ .col-sm-11 {
+ width: 91.66666667%;
+ }
+ .col-sm-10 {
+ width: 83.33333333%;
+ }
+ .col-sm-9 {
+ width: 75%;
+ }
+ .col-sm-8 {
+ width: 66.66666667%;
+ }
+ .col-sm-7 {
+ width: 58.33333333%;
+ }
+ .col-sm-6 {
+ width: 50%;
+ }
+ .col-sm-5 {
+ width: 41.66666667%;
+ }
+ .col-sm-4 {
+ width: 33.33333333%;
+ }
+ .col-sm-3 {
+ width: 25%;
+ }
+ .col-sm-2 {
+ width: 16.66666667%;
+ }
+ .col-sm-1 {
+ width: 8.33333333%;
+ }
+ .col-sm-pull-12 {
+ right: 100%;
+ }
+ .col-sm-pull-11 {
+ right: 91.66666667%;
+ }
+ .col-sm-pull-10 {
+ right: 83.33333333%;
+ }
+ .col-sm-pull-9 {
+ right: 75%;
+ }
+ .col-sm-pull-8 {
+ right: 66.66666667%;
+ }
+ .col-sm-pull-7 {
+ right: 58.33333333%;
+ }
+ .col-sm-pull-6 {
+ right: 50%;
+ }
+ .col-sm-pull-5 {
+ right: 41.66666667%;
+ }
+ .col-sm-pull-4 {
+ right: 33.33333333%;
+ }
+ .col-sm-pull-3 {
+ right: 25%;
+ }
+ .col-sm-pull-2 {
+ right: 16.66666667%;
+ }
+ .col-sm-pull-1 {
+ right: 8.33333333%;
+ }
+ .col-sm-pull-0 {
+ right: auto;
+ }
+ .col-sm-push-12 {
+ left: 100%;
+ }
+ .col-sm-push-11 {
+ left: 91.66666667%;
+ }
+ .col-sm-push-10 {
+ left: 83.33333333%;
+ }
+ .col-sm-push-9 {
+ left: 75%;
+ }
+ .col-sm-push-8 {
+ left: 66.66666667%;
+ }
+ .col-sm-push-7 {
+ left: 58.33333333%;
+ }
+ .col-sm-push-6 {
+ left: 50%;
+ }
+ .col-sm-push-5 {
+ left: 41.66666667%;
+ }
+ .col-sm-push-4 {
+ left: 33.33333333%;
+ }
+ .col-sm-push-3 {
+ left: 25%;
+ }
+ .col-sm-push-2 {
+ left: 16.66666667%;
+ }
+ .col-sm-push-1 {
+ left: 8.33333333%;
+ }
+ .col-sm-push-0 {
+ left: auto;
+ }
+ .col-sm-offset-12 {
+ margin-left: 100%;
+ }
+ .col-sm-offset-11 {
+ margin-left: 91.66666667%;
+ }
+ .col-sm-offset-10 {
+ margin-left: 83.33333333%;
+ }
+ .col-sm-offset-9 {
+ margin-left: 75%;
+ }
+ .col-sm-offset-8 {
+ margin-left: 66.66666667%;
+ }
+ .col-sm-offset-7 {
+ margin-left: 58.33333333%;
+ }
+ .col-sm-offset-6 {
+ margin-left: 50%;
+ }
+ .col-sm-offset-5 {
+ margin-left: 41.66666667%;
+ }
+ .col-sm-offset-4 {
+ margin-left: 33.33333333%;
+ }
+ .col-sm-offset-3 {
+ margin-left: 25%;
+ }
+ .col-sm-offset-2 {
+ margin-left: 16.66666667%;
+ }
+ .col-sm-offset-1 {
+ margin-left: 8.33333333%;
+ }
+ .col-sm-offset-0 {
+ margin-left: 0;
+ }
+}
+@media (min-width: 992px) {
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
+ float: left;
+ }
+ .col-md-12 {
+ width: 100%;
+ }
+ .col-md-11 {
+ width: 91.66666667%;
+ }
+ .col-md-10 {
+ width: 83.33333333%;
+ }
+ .col-md-9 {
+ width: 75%;
+ }
+ .col-md-8 {
+ width: 66.66666667%;
+ }
+ .col-md-7 {
+ width: 58.33333333%;
+ }
+ .col-md-6 {
+ width: 50%;
+ }
+ .col-md-5 {
+ width: 41.66666667%;
+ }
+ .col-md-4 {
+ width: 33.33333333%;
+ }
+ .col-md-3 {
+ width: 25%;
+ }
+ .col-md-2 {
+ width: 16.66666667%;
+ }
+ .col-md-1 {
+ width: 8.33333333%;
+ }
+ .col-md-pull-12 {
+ right: 100%;
+ }
+ .col-md-pull-11 {
+ right: 91.66666667%;
+ }
+ .col-md-pull-10 {
+ right: 83.33333333%;
+ }
+ .col-md-pull-9 {
+ right: 75%;
+ }
+ .col-md-pull-8 {
+ right: 66.66666667%;
+ }
+ .col-md-pull-7 {
+ right: 58.33333333%;
+ }
+ .col-md-pull-6 {
+ right: 50%;
+ }
+ .col-md-pull-5 {
+ right: 41.66666667%;
+ }
+ .col-md-pull-4 {
+ right: 33.33333333%;
+ }
+ .col-md-pull-3 {
+ right: 25%;
+ }
+ .col-md-pull-2 {
+ right: 16.66666667%;
+ }
+ .col-md-pull-1 {
+ right: 8.33333333%;
+ }
+ .col-md-pull-0 {
+ right: auto;
+ }
+ .col-md-push-12 {
+ left: 100%;
+ }
+ .col-md-push-11 {
+ left: 91.66666667%;
+ }
+ .col-md-push-10 {
+ left: 83.33333333%;
+ }
+ .col-md-push-9 {
+ left: 75%;
+ }
+ .col-md-push-8 {
+ left: 66.66666667%;
+ }
+ .col-md-push-7 {
+ left: 58.33333333%;
+ }
+ .col-md-push-6 {
+ left: 50%;
+ }
+ .col-md-push-5 {
+ left: 41.66666667%;
+ }
+ .col-md-push-4 {
+ left: 33.33333333%;
+ }
+ .col-md-push-3 {
+ left: 25%;
+ }
+ .col-md-push-2 {
+ left: 16.66666667%;
+ }
+ .col-md-push-1 {
+ left: 8.33333333%;
+ }
+ .col-md-push-0 {
+ left: auto;
+ }
+ .col-md-offset-12 {
+ margin-left: 100%;
+ }
+ .col-md-offset-11 {
+ margin-left: 91.66666667%;
+ }
+ .col-md-offset-10 {
+ margin-left: 83.33333333%;
+ }
+ .col-md-offset-9 {
+ margin-left: 75%;
+ }
+ .col-md-offset-8 {
+ margin-left: 66.66666667%;
+ }
+ .col-md-offset-7 {
+ margin-left: 58.33333333%;
+ }
+ .col-md-offset-6 {
+ margin-left: 50%;
+ }
+ .col-md-offset-5 {
+ margin-left: 41.66666667%;
+ }
+ .col-md-offset-4 {
+ margin-left: 33.33333333%;
+ }
+ .col-md-offset-3 {
+ margin-left: 25%;
+ }
+ .col-md-offset-2 {
+ margin-left: 16.66666667%;
+ }
+ .col-md-offset-1 {
+ margin-left: 8.33333333%;
+ }
+ .col-md-offset-0 {
+ margin-left: 0;
+ }
+}
+@media (min-width: 1200px) {
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
+ float: left;
+ }
+ .col-lg-12 {
+ width: 100%;
+ }
+ .col-lg-11 {
+ width: 91.66666667%;
+ }
+ .col-lg-10 {
+ width: 83.33333333%;
+ }
+ .col-lg-9 {
+ width: 75%;
+ }
+ .col-lg-8 {
+ width: 66.66666667%;
+ }
+ .col-lg-7 {
+ width: 58.33333333%;
+ }
+ .col-lg-6 {
+ width: 50%;
+ }
+ .col-lg-5 {
+ width: 41.66666667%;
+ }
+ .col-lg-4 {
+ width: 33.33333333%;
+ }
+ .col-lg-3 {
+ width: 25%;
+ }
+ .col-lg-2 {
+ width: 16.66666667%;
+ }
+ .col-lg-1 {
+ width: 8.33333333%;
+ }
+ .col-lg-pull-12 {
+ right: 100%;
+ }
+ .col-lg-pull-11 {
+ right: 91.66666667%;
+ }
+ .col-lg-pull-10 {
+ right: 83.33333333%;
+ }
+ .col-lg-pull-9 {
+ right: 75%;
+ }
+ .col-lg-pull-8 {
+ right: 66.66666667%;
+ }
+ .col-lg-pull-7 {
+ right: 58.33333333%;
+ }
+ .col-lg-pull-6 {
+ right: 50%;
+ }
+ .col-lg-pull-5 {
+ right: 41.66666667%;
+ }
+ .col-lg-pull-4 {
+ right: 33.33333333%;
+ }
+ .col-lg-pull-3 {
+ right: 25%;
+ }
+ .col-lg-pull-2 {
+ right: 16.66666667%;
+ }
+ .col-lg-pull-1 {
+ right: 8.33333333%;
+ }
+ .col-lg-pull-0 {
+ right: auto;
+ }
+ .col-lg-push-12 {
+ left: 100%;
+ }
+ .col-lg-push-11 {
+ left: 91.66666667%;
+ }
+ .col-lg-push-10 {
+ left: 83.33333333%;
+ }
+ .col-lg-push-9 {
+ left: 75%;
+ }
+ .col-lg-push-8 {
+ left: 66.66666667%;
+ }
+ .col-lg-push-7 {
+ left: 58.33333333%;
+ }
+ .col-lg-push-6 {
+ left: 50%;
+ }
+ .col-lg-push-5 {
+ left: 41.66666667%;
+ }
+ .col-lg-push-4 {
+ left: 33.33333333%;
+ }
+ .col-lg-push-3 {
+ left: 25%;
+ }
+ .col-lg-push-2 {
+ left: 16.66666667%;
+ }
+ .col-lg-push-1 {
+ left: 8.33333333%;
+ }
+ .col-lg-push-0 {
+ left: auto;
+ }
+ .col-lg-offset-12 {
+ margin-left: 100%;
+ }
+ .col-lg-offset-11 {
+ margin-left: 91.66666667%;
+ }
+ .col-lg-offset-10 {
+ margin-left: 83.33333333%;
+ }
+ .col-lg-offset-9 {
+ margin-left: 75%;
+ }
+ .col-lg-offset-8 {
+ margin-left: 66.66666667%;
+ }
+ .col-lg-offset-7 {
+ margin-left: 58.33333333%;
+ }
+ .col-lg-offset-6 {
+ margin-left: 50%;
+ }
+ .col-lg-offset-5 {
+ margin-left: 41.66666667%;
+ }
+ .col-lg-offset-4 {
+ margin-left: 33.33333333%;
+ }
+ .col-lg-offset-3 {
+ margin-left: 25%;
+ }
+ .col-lg-offset-2 {
+ margin-left: 16.66666667%;
+ }
+ .col-lg-offset-1 {
+ margin-left: 8.33333333%;
+ }
+ .col-lg-offset-0 {
+ margin-left: 0;
+ }
+}
+table {
+ background-color: transparent;
+}
+caption {
+ padding-top: 8px;
+ padding-bottom: 8px;
+ color: #777;
+ text-align: left;
+}
+th {
+ text-align: left;
+}
+fieldset {
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+}
+legend {
+ display: block;
+ width: 100%;
+ padding: 0;
+ margin-bottom: 20px;
+ font-size: 21px;
+ line-height: inherit;
+ color: #333;
+ border: 0;
+ border-bottom: 1px solid #e5e5e5;
+}
+label {
+ display: inline-block;
+ max-width: 100%;
+ margin-bottom: 5px;
+ font-weight: bold;
+}
+.form-control::-moz-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control:-ms-input-placeholder {
+ color: #999;
+}
+.form-control::-webkit-input-placeholder {
+ color: #999;
+}
+.btn {
+ display: inline-block;
+ padding: 6px 12px;
+ margin-bottom: 0;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 1.42857143;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ -ms-touch-action: manipulation;
+ touch-action: manipulation;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-image: none;
+ border: 1px solid transparent;
+ border-radius: 4px;
+}
+.btn:focus {
+ outline: thin dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+.btn:hover,
+.btn:focus {
+ color: #333;
+ text-decoration: none;
+}
+.btn:active {
+ outline: 0;
+}
+.btn-default {
+ color: #333;
+ background-color: #fff;
+ border-color: #ccc;
+}
+.btn-default:focus {
+ color: #333;
+ background-color: #e6e6e6;
+ border-color: #8c8c8c;
+}
+.btn-default:hover {
+ color: #333;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+.btn-default:active {
+ color: #333;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+.btn-default:active {
+ background-image: none;
+}
+.btn-primary {
+ color: #fff;
+ background-color: #337ab7;
+ border-color: #2e6da4;
+}
+.btn-primary:focus {
+ color: #fff;
+ border-color: #122b40;
+}
+.btn-primary:hover {
+ color: #fff;
+ background-color: #286090;
+ border-color: #204d74;
+}
+.btn-primary:active {
+ color: #fff;
+ border-color: #204d74;
+}
+.btn-primary:active {
+ background-image: none;
+}
+.btn-success {
+ color: #fff;
+ background-color: #5cb85c;
+ border-color: #4cae4c;
+}
+.btn-success:focus {
+ color: #fff;
+ border-color: #255625;
+}
+.btn-success:hover {
+ color: #fff;
+ background-color: #449d44;
+ border-color: #398439;
+}
+.btn-success:active {
+ color: #fff;
+ border-color: #398439;
+}
+.btn-success:active {
+ background-image: none;
+}
+.btn-info {
+ color: #fff;
+ background-color: #5bc0de;
+ border-color: #46b8da;
+}
+.btn-info:focus {
+ color: #fff;
+ border-color: #1b6d85;
+}
+.btn-info:hover {
+ color: #fff;
+ background-color: #31b0d5;
+ border-color: #269abc;
+}
+.btn-info:active {
+ color: #fff;
+ border-color: #269abc;
+}
+.btn-lg,
+.btn-group-lg > .btn {
+ padding: 10px 16px;
+ font-size: 18px;
+ line-height: 1.3333333;
+ border-radius: 6px;
+}
+.btn-sm,
+.btn-group-sm > .btn {
+ padding: 5px 10px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+.btn-xs,
+.btn-group-xs > .btn {
+ padding: 1px 5px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
+}
+.nav {
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+}
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+@-o-keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+@keyframes progress-bar-stripes {
+ from {
+ background-position: 40px 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+.panel {
+ margin-bottom: 20px;
+ background-color: #fff;
+ border: 1px solid transparent;
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
+}
+.panel-body {
+ padding: 15px;
+}
+.carousel {
+ position: relative;
+}
+.carousel-inner {
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+}
+.carousel-inner > .item {
+ position: relative;
+ display: none;
+ -webkit-transition: .6s ease-in-out left;
+ -o-transition: .6s ease-in-out left;
+ transition: .6s ease-in-out left;
+}
+.carousel-inner > .active {
+ display: block;
+}
+.carousel-inner > .active {
+ left: 0;
+}
+.carousel-indicators {
+ position: absolute;
+ bottom: 10px;
+ left: 50%;
+ z-index: 15;
+ width: 60%;
+ padding-left: 0;
+ margin-left: -30%;
+ text-align: center;
+ list-style: none;
+}
+.carousel-indicators li {
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ margin: 1px;
+ text-indent: -999px;
+ cursor: pointer;
+ background-color: #000 \9;
+ background-color: rgba(0, 0, 0, 0);
+ border: 1px solid #fff;
+ border-radius: 10px;
+}
+.carousel-indicators .active {
+ width: 12px;
+ height: 12px;
+ margin: 0;
+ background-color: #fff;
+}
+@media screen and (min-width: 768px) {
+ .carousel-indicators {
+ bottom: 20px;
+ }
+}
+.container:before,
+.container:after,
+.row:before,
+.row:after,
+.nav:before,
+.nav:after,
+.panel-body:before,
+.panel-body:after {
+ display: table;
+ content: " ";
+}
+.container:after,
+.row:after,
+.nav:after,
+.panel-body:after {
+ clear: both;
+}
+.pull-right {
+ float: right !important;
+}
+@-ms-viewport {
+ width: device-width;
+}
+@media (max-width: 767px) {
+ .hidden-xs {
+ display: none !important;
+ }
+}
diff --git a/docs/static/css/content-style.css b/docs/static/css/content-style.css
new file mode 100644
index 000000000..1356b0495
--- /dev/null
+++ b/docs/static/css/content-style.css
@@ -0,0 +1,84 @@
+/* Styles used by tables at the URLs:
+
+ 1. /overview/configuration/#configure-blackfriday-rendering
+ 2. /templates/functions/#math
+
+Their HTML is in the files:
+
+ 1. ./docs/content/overview/configuration.md
+ 2. ./docs/content/templates/functions.md
+*/
+
+table.table {
+ margin: 1em 0;
+}
+table.table-bordered tr th,
+table.table-bordered tr td {
+ border-width: 2px;
+ border-color: #dddddd;
+ border-style: solid;
+ padding: 0 0.5em;
+}
+table.table-bordered-configuration {
+ max-width: 100%;
+}
+table.table-bordered-configuration,
+table.table-bordered-configuration tr,
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td:not(.purpose-description) {
+ border-width: 2px;
+}
+table.table-bordered-configuration tr td.purpose-description {
+ border-width: 1px;
+}
+table.table-bordered-configuration,
+table.table-bordered-configuration tr,
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td {
+ border-color: #dddddd;
+}
+table.table-bordered-configuration {
+ border-right-style: solid;
+ border-bottom-style: solid;
+}
+table.table-bordered-configuration tr,
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td:not(.purpose-description) {
+ border-left-style: solid;
+}
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td:not(.purpose-description) {
+ border-top-style: solid;
+}
+table.table-bordered-configuration tr td.purpose-description {
+ border-top-style: dotted;
+}
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td {
+ padding-top: 0;
+ padding-right: 0.5em;
+ padding-left: 0.5em;
+}
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td:not(.purpose-description) {
+ padding-bottom: 0;
+}
+table.table-bordered-configuration tr td.purpose-description {
+ padding-bottom: 0.5em;
+}
+table.table-bordered-configuration tr th,
+table.table-bordered-configuration tr td:not(.purpose-description) {
+ text-align: center;
+}
+table.table-bordered-configuration tr td:not(.purpose-description) code {
+ padding: 0;
+ border-radius: 0;
+ font-size: 14px;
+ background-color: inherit;
+ color: darkgreen;
+}
+table.table-bordered-configuration tr td span.purpose-title {
+ padding-right: 0.15em;
+ font-style: italic;
+ color: chocolate;
+}
diff --git a/docs/static/css/home-page-style-responsive.css b/docs/static/css/home-page-style-responsive.css
new file mode 100644
index 000000000..46ce3eb43
--- /dev/null
+++ b/docs/static/css/home-page-style-responsive.css
@@ -0,0 +1,44 @@
+/* full page image header area */
+
+@media (min-width: 1024.1px) {
+ .header {
+ background-image: url('../img/desk.jpg');
+ }
+}
+@media (max-width: 319.9px) {
+ .header {
+ background-image: url('../img/desk-sm.jpg');
+ }
+}
+@media (max-width: 319.9px), (min-width: 1024.1px) {
+ .header {
+ background-position: center center;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
+ background-attachment: fixed;
+ }
+}
+@media (min-width: 320px) and (max-width: 1024px) {
+ .header {
+ background-position: 0% 0%;
+ -webkit-background-size: 100% 100%;
+ -moz-background-size: 100% 100%;
+ -o-background-size: 100% 100%;
+ background-size: 100% 100%;
+ background-attachment: scroll;
+ background-clip: border-box;
+ background-origin: padding-box;
+ }
+}
+@media (min-width: 320px) and (max-width: 1024px) and (orientation: portrait) {
+ .header {
+ background-image: url('../img/desk-mini.jpg');
+ }
+}
+@media (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
+ .header {
+ background-image: url('../img/desk-wide.jpg');
+ }
+}
diff --git a/docs/static/css/home-page-style.css b/docs/static/css/home-page-style.css
new file mode 100644
index 000000000..4ff3bc815
--- /dev/null
+++ b/docs/static/css/home-page-style.css
@@ -0,0 +1,194 @@
+/* global styles */
+
+html {
+ width: 100%;
+ height: 100%;
+ letter-spacing: 0.5px;
+}
+body {
+ width: 100%;
+ height: 100%;
+ letter-spacing: 0.5px;
+ line-height: 1.6;
+ font-family: 'Arbutus Slab', "Helvetica Neue", "Helvetica", sans-serif !important;
+}
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Cabin', "Helvetica Neue", "Helvetica", sans-serif;
+}
+div.vert-text {
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center;
+}
+
+/* full page image header area */
+
+div.buttonbox {
+ margin: 2em 0 4em;
+}
+img.logo {
+ padding: 2em;
+ width: 100%;
+ max-width: 35em;
+}
+div#main {
+ position: relative;
+ z-index: 99999;
+ background: rgb(255, 255, 255);
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
+}
+.header {
+ display: table;
+ position: relative;
+ width: 100%;
+ height: 70%;
+ min-height: 70%;
+ z-index: 99999;
+ background-color: black;
+ background-repeat: no-repeat;
+}
+.header a.btn {
+ margin: 10px;
+ font-weight: 100;
+}
+
+/* intro */
+
+a:hover {
+ color: rgb(52, 73, 94);
+}
+i.callout-icon, i.lead-icon, i.point-icon {
+ display: inline-block;
+ vertical-align: middle;
+ text-align: center;
+ width: 140px;
+ height: 140px;
+ font-size: 56px;
+ line-height: 136px;
+ border-radius: 50%;
+ -webkit-transition: box-shadow 0.2s;
+ -moz-transition: box-shadow 0.2s;
+ transition: box-shadow 0.2s;
+}
+div.counterpoint {
+ background-color: rgb(255, 252, 244);
+}
+div.counterpoint, div.point {
+ padding: 50px 0;
+}
+div.counterpoint a, div.point a {
+ color: rgb(7,162,166);
+}
+div.counterpoint h2, div.point h2 {
+ line-height: 1.7;
+ font-size: 32pt;
+}
+a.icon-2x {
+ font-size: 200%;
+}
+i.lead-icon {
+ border: 3px solid #222222;
+}
+i.lead-icon:hover {
+ border: 3px solid black;
+ background: black;
+ color: #ffffff;
+}
+div.point {
+ background: rgb(96,210,211);
+ color: #ffffff;
+}
+div.point h2 > i {
+ color:#FF4088;
+}
+i.point-icon {
+ border: 3px solid #ffffff;
+}
+i.point-icon:hover {
+ background: #ffffff;
+ color: rgb(22, 203, 230);
+}
+
+/* callout */
+
+div.callout {
+ display: table;
+ table-layout: fixed;
+ width: 100%;
+ height: 420px;
+ padding: 50px 0;
+ background-color: rgb(118,156,172);
+ color: #ffffff;
+}
+i.callout-icon {
+ border: 3px solid #ffffff;
+}
+i.callout-icon:hover {
+ background: #ffffff;
+ color: rgb(249, 176, 190);
+}
+
+/* call to action */
+
+div#action.call-to-action {
+ padding: 30px 0px 40px;
+ padding: 30px 0px 50px;
+ width: 100%;
+ background-color: rgba(255, 255, 255, 0.19);
+ background: url('../img/gray.png');
+ color: #ffffff;
+}
+div#action.call-to-action code {
+ font-size: 14pt;
+}
+div#action.call-to-action h1 {
+ padding-bottom: .5em;
+}
+div#action.call-to-action pre {
+ background-color: #545454;
+ color: #f9f2f4;
+ margin-bottom: 0;
+}
+div#action.call-to-action pre:hover {
+ background-color: #f9f2f4;
+ color: #545454;
+}
+div#action.call-to-action a.btn {
+ margin: 10px;
+}
+div#action.call-to-action a.quickstart {
+ font-weight: 300;
+ color: white;
+}
+
+/* footer */
+
+footer {
+ padding: 50px 0px 25px 0px;
+ font-size: 14px;
+ background: rgb(255, 255, 255);
+}
+footer a {
+ color: black;
+}
+footer a:focus,
+footer a:hover {
+ text-decoration: none;
+ outline: none;
+}
+footer a:active {
+ color: green;
+}
+
+/* Bootstrap addons */
+
+div.owl-carousel a {
+ white-space: nowrap;
+ color: #243382;
+}
+div.owl-carousel blockquote {
+ border-left: 0px;
+}
+div.owl-carousel blockquote p {
+ font-size: 20pt;
+}
diff --git a/docs/static/css/hugofont.css b/docs/static/css/hugofont.css
new file mode 100644
index 000000000..09d6ce070
--- /dev/null
+++ b/docs/static/css/hugofont.css
@@ -0,0 +1,184 @@
+@font-face {
+ font-family: 'hugo';
+ src:url('../fonts/hugo.eot');
+ src:url('../fonts/hugo.eot?#iefix') format('embedded-opentype'),
+ url('../fonts/hugo.woff') format('woff'),
+ url('../fonts/hugo.ttf') format('truetype'),
+ url('../fonts/hugo.svg#hugo') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+ font-family: 'hugo';
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-home:before {
+ content: "\21";
+}
+.icon-html5:before {
+ content: "\23";
+}
+.icon-css3:before {
+ content: "\24";
+}
+.icon-console:before {
+ content: "\25";
+}
+.icon-link:before {
+ content: "\26";
+}
+.icon-fire:before {
+ content: "\28";
+}
+.icon-check-alt:before {
+ content: "\29";
+}
+.icon-hugo_serif:before {
+ content: "\e600";
+}
+.icon-x-altx-alt:before {
+ content: "\2a";
+}
+.icon-circlestar:before {
+ content: "\2b";
+}
+.icon-file-css:before {
+ content: "\2c";
+}
+.icon-radio-checked:before {
+ content: "\2e";
+}
+.icon-quote:before {
+ content: "\44";
+}
+.icon-airplane2:before {
+ content: "\45";
+}
+.icon-heart:before {
+ content: "\46";
+}
+.icon-rocket:before {
+ content: "\47";
+}
+.icon-house:before {
+ content: "\48";
+}
+.icon-arrow-right:before {
+ content: "\e001";
+}
+.icon-arrow-left:before {
+ content: "\e002";
+}
+.icon-flow-branch:before {
+ content: "\e004";
+}
+.icon-pen:before {
+ content: "\e005";
+}
+.icon-idea:before {
+ content: "\3b";
+}
+.icon-gears:before {
+ content: "\3c";
+}
+.icon-talking:before {
+ content: "\3d";
+}
+.icon-tag:before {
+ content: "\3e";
+}
+.icon-rocket2:before {
+ content: "\3f";
+}
+.icon-octocat:before {
+ content: "\41";
+}
+.icon-announce:before {
+ content: "\42";
+}
+.icon-edit:before {
+ content: "\43";
+}
+.icon-power-cord:before {
+ content: "\50";
+}
+.icon-apple:before {
+ content: "\51";
+}
+.icon-windows8:before {
+ content: "\52";
+}
+.icon-tux:before {
+ content: "\53";
+}
+.icon-file-xml:before {
+ content: "\54";
+}
+.icon-fork:before {
+ content: "\55";
+}
+.icon-arrow-down:before {
+ content: "\56";
+}
+.icon-pacman:before {
+ content: "\e000";
+}
+.icon-embed:before {
+ content: "\2f";
+}
+.icon-code:before {
+ content: "\30";
+}
+.icon-cc:before {
+ content: "\31";
+}
+.icon-cc-by:before {
+ content: "\32";
+}
+.icon-cc-nc:before {
+ content: "\33";
+}
+.icon-beaker-alt:before {
+ content: "\39";
+}
+.icon-w3c:before {
+ content: "\3a";
+}
+.icon-bolt:before {
+ content: "\49";
+}
+.icon-flow-tree:before {
+ content: "\4a";
+}
+.icon-twitter:before {
+ content: "\4b";
+}
+.icon-beaker:before {
+ content: "\4c";
+}
+.icon-images:before {
+ content: "\4d";
+}
+.icon-bubbles:before {
+ content: "\4e";
+}
+.icon-meter2:before {
+ content: "\4f";
+}
+.icon-hugo_sans:before {
+ content: "\68";
+}
+.icon-spf13:before {
+ content: "\27";
+}
diff --git a/docs/static/css/style-responsive.css b/docs/static/css/style-responsive.css
new file mode 100644
index 000000000..58f614bb4
--- /dev/null
+++ b/docs/static/css/style-responsive.css
@@ -0,0 +1,72 @@
+@media (max-width: 768px) {
+
+ .header {
+ position: absolute;
+ }
+
+ /*sidebar*/
+
+ #sidebar {
+ height: auto;
+ overflow: hidden;
+ position: absolute;
+ width: 100%;
+ z-index: 1001;
+ }
+
+
+ /* body container */
+ #main-content {
+ margin: 0px!important;
+ position: none !important;
+ }
+
+ .wrapper {
+ padding: inherit;
+ }
+
+ #sidebar > ul > li {
+ margin: 0 10px 5px 10px;
+ }
+ #sidebar > ul > li > a {
+ height:35px;
+ line-height:35px;
+ padding: 0 10px;
+ text-align: left;
+ }
+
+ #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
+ width: 100%;
+ }
+ #sidebar > ul > li > ul.sub > li > a {
+ background: transparent !important ;
+ }
+
+ /* sidebar */
+ #sidebar {
+ margin: 0px !important;
+ }
+
+ .btn {
+ margin-bottom: 5px;
+ }
+
+ .navigation.next {
+ display: none;
+ }
+
+}
+
+@media (max-width: 480px) {
+
+ .notification-row {
+ display: none;
+ }
+}
+
+@media (max-width:360px) {
+
+ h1 {
+ font-size: 1.9em;
+ }
+}
diff --git a/docs/static/css/style.css b/docs/static/css/style.css
new file mode 100644
index 000000000..312c247c9
--- /dev/null
+++ b/docs/static/css/style.css
@@ -0,0 +1,684 @@
+/* Import fonts */
+@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
+
+/* ******************************
+ For the github btn
+****************************** */
+
+.github-btn {
+ font-size: 11px;
+}
+.github-btn,
+.github-btn .btn {
+ font-weight: bold;
+}
+.github-btn .btn-default {
+ text-shadow: 0 1px 0 #fff;
+ background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
+ background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e0e0e0, 100%);
+ background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
+ background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
+ background-repeat: repeat-x;
+ border-color: #dbdbdb;
+ border-color: #ccc;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
+}
+
+.github-btn .btn-default:hover, .github-btn .btn-default:focus {
+ background-color: #e0e0e0;
+ background-position: 0 -15px;
+ color: #333;
+ border-color: #adadad;
+}
+
+.nav-github {
+ width: 325px;
+}
+ .nav-github > span {
+ padding-right: 0.5em;
+ }
+
+ .icon-github {
+ display: inline-block;
+ font-family: FontAwesome;
+ font-style: normal;
+ font-weight: normal;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+
+ .github-watchers .icon-github:before{
+ content: "\f005";
+ }
+
+ .github-forks .icon-github:before{
+ content: "\f126";
+ }
+
+.gh-count{
+ padding: 2px 5px 3px 4px;
+ color: #555;
+ text-decoration: none;
+ text-shadow:0 1px 0 #fff;
+ white-space:nowrap;
+ cursor:pointer;
+ border-radius:3px;
+ position:relative;
+ display:none;
+ margin-left:4px;
+ background-color:#fafafa;
+ border:1px solid #d4d4d4;
+}
+
+.gh-count:hover,.gh-count:focus{color:#4183c4;text-decoration: none;}
+.gh-count:before,.gh-count:after{content:' ';position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid}
+.gh-count:before{top:50%;left:-3px;margin-top:-4px;border-width:4px 4px 4px 0;border-right-color:#fafafa}
+.gh-count:after{top:50%;left:-4px;z-index:-1;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#d4d4d4}
+
+thead {
+ font-weight: bold;
+}
+
+table {
+ width: 100%;
+}
+
+
+h1, h2, h3 {
+ margin-top: .8em;
+ margin-bottom: .7em;
+}
+
+pre code {
+ font-size: 15px !important;
+ font-family: Menlo, Consolas, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', Monaco, 'Droid Sans Mono', monospace;
+}
+
+body {
+ color: #353b44;
+ background: #edece4;
+ font-family: 'Lato', sans-serif;
+ padding: 0px !important;
+ margin: 0px !important;
+ font-size: 16px !important;
+ font-weight: 400;
+}
+
+h2,h3,h4,h5{
+ font-weight: 700;
+}
+
+
+h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before {
+ display: block;
+ content: " ";
+ margin-top: -75px;
+ height: 75px;
+ visibility: hidden;
+}
+
+label{
+ font-weight: 400;
+}
+
+.sidebar-menu .fa {
+ width: 30px;
+ text-align: center;
+}
+
+a, a:hover, a:focus {
+ text-decoration: none;
+ outline: none;
+ outline: 0;
+}
+
+img {
+ max-width: 100%;
+ height: auto;
+}
+
+.panel-body a {
+ line-height: 1.1;
+ display: inline-block;
+}
+.panel-body a:after {
+ display: block;
+ content: "";
+ height: 1px;
+ width: 0%;
+ background-color: #ff4088;
+ -webkit-transition: width 0.5s ease;
+ -moz-transition: width 0.5s ease;
+ -ms-transition: width 0.5s ease;
+ transition: width 0.5s ease;
+}
+
+.panel-body a:hover:after, .panel-body a:focus:after {
+ width: 100%;
+}
+
+input:focus, textarea:focus { outline: none; }
+*:focus {outline: none;}
+::selection {
+ background: #ff4088;
+ color: #fff;
+}
+::-moz-selection {
+ background: #ff4088;
+ color: #fff;
+}
+
+#container {
+ width: 100%;
+ height: 100%;
+}
+
+/*sidebar navigation*/
+
+#sidebar {
+ width: 214px;
+ height: 100%;
+ position: fixed;
+ background: #ffffff;
+ overflow-y: auto;
+}
+
+
+ul.sidebar-menu , ul.sidebar-menu li ul.sub{
+ margin: -2px 0 0;
+ padding: 0;
+}
+
+ul.sidebar-menu {
+ margin-top: 60px;
+}
+
+#sidebar > ul > li > ul.sub {
+ display: none;
+}
+
+#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
+ display: block;
+}
+
+ul.sidebar-menu li ul.sub li{
+ background: #eeeeee;
+ margin-bottom: 0;
+ margin-left: 0;
+ margin-right: 0;
+}
+
+ul.sidebar-menu li ul.sub li:last-child{
+ border-radius: 0 0 4px 4px;
+ -webkit-border-radius: 0 0 4px 4px;
+}
+
+ul.sidebar-menu li ul.sub li a {
+ font-size: 12px;
+ padding: 0 0 0 32px;
+ line-height: 35px;
+ height: 35px;
+ -webkit-transition: all 0.3s ease;
+ -moz-transition: all 0.3s ease;
+ -o-transition: all 0.3s ease;
+ -ms-transition: all 0.3s ease;
+ transition: all 0.3s ease;
+ color: #656C73;
+ font-size: 14px;
+}
+
+ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
+ color: #ff4088;
+ -webkit-transition: all 0.3s ease;
+ -moz-transition: all 0.3s ease;
+ -o-transition: all 0.3s ease;
+ -ms-transition: all 0.3s ease;
+ transition: all 0.3s ease;
+ display: block;
+}
+
+ul.sidebar-menu li{
+ line-height: 20px !important;
+}
+
+ul.sidebar-menu li.sub-menu{
+ line-height: 15px;
+ font-size: 16px;
+}
+
+ul.sidebar-menu li a span{
+ display: inline-block;
+}
+
+ul.sidebar-menu li a{
+ color: #72767D;
+ text-decoration: none;
+ display: block;
+ padding: 10px 0 10px 10px;
+ font-size: 16px;
+ font-weight: 400;
+ outline: none;
+ -webkit-transition: all 0.3s ease;
+ -moz-transition: all 0.3s ease;
+ -o-transition: all 0.3s ease;
+ -ms-transition: all 0.3s ease;
+ transition: all 0.3s ease;
+ border-right: 1px solid #D7D7D7;
+ border-bottom: 1px solid #D7D7D7;
+ white-space: nowrap;
+}
+
+ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
+ background: #eeeeee;
+ color: #ff4088;
+ display: block;
+ /*border-radius: 4px;
+ -webkit-border-radius: 4px;*/
+ -webkit-transition: all 0.3s ease;
+ -moz-transition: all 0.3s ease;
+ -o-transition: all 0.3s ease;
+ -ms-transition: all 0.3s ease;
+ transition: all 0.3s ease;
+}
+ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
+ border-bottom: 1px solid #ff4088;
+}
+/*ul.sidebar-menu li.active a,*/ ul.sidebar-menu .sub-menu li.active a{
+ border-bottom: 1px solid #ff4088;
+}
+
+ul.sidebar-menu li a i {
+ font-size: 18px;
+ padding-right: 6px;
+ /*color: #ff4088;*/
+}
+
+ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
+ color: #ff4088;
+}
+
+ul.sidebar-menu li.active a i {
+ color: #ff4088;
+}
+
+
+#sidebar ul > li > a .menu-arrow {
+ float: right;
+ margin-right: 8px;
+ margin-top: 6px;
+}
+
+@-moz-document url-prefix() {
+ #sidebar ul > li > a .menu-arrow {
+ float: right;
+ margin-right: 8px;
+ margin-top: -16px;
+ }
+}
+
+#main-content {
+ margin-left: 200px;
+ line-height: 1.8;
+ font-size: 18px;
+}
+
+.header {
+ min-height: 60px;
+ padding: 0 10px;
+}
+.header {
+ position: fixed;
+ left: 0;
+ right: 0;
+ z-index: 1002;
+ text-align:center;
+}
+
+
+.black-bg {
+ background: rgba(20,20,20,0.9);
+ border-bottom: 1px solid #f1f2f7;
+}
+
+.wrapper {
+ display: inline-block;
+ margin-top: 60px;
+ padding: 0px 15px 15px 0px;
+ width: 100%;
+}
+
+a.logo {
+ font-size: 22px;
+ font-weight: 400;
+ color: #8E8E93;
+ float: left;
+ margin-top: 10px;
+ text-transform: uppercase;
+}
+
+a.logo:hover, a.logo:focus {
+ text-decoration: none;
+ outline: none;
+}
+
+h1.top-menu {
+ margin-top: -5px;
+}
+.title-row {
+ margin-top: 15px;
+ margin-left: 16px;
+ color: #EEE;
+}
+.notification-row {
+ float: right;
+ margin-top: 15px;
+ margin-left: 65px;
+}
+
+
+.top-nav {
+ margin-top: 15px;
+}
+
+/*--sidebar toggle---*/
+
+.toggle-nav {
+ float: left;
+ padding-right: 5px;
+ margin-top: 20px;
+ cursor: pointer;
+ color: gray;
+}
+
+.toggle-nav .icon-reorder {
+ cursor: pointer;
+ display: inline-block;
+ font-size: 20px;
+}
+
+
+@-webkit-keyframes square {
+ 0% { background-position: 0 0; }
+ 25% { background-position: 100% 0; }
+ 50% { background-position: 100% 100%; }
+ 75% { background-position: 0 100%; }
+ 100% { background-position: 0 0; }
+}
+
+@-ms-keyframes square {
+ 0% { background-position: 0 0; }
+ 25% { background-position: 100% 0; }
+ 50% { background-position: 100% 100%; }
+ 75% { background-position: 0 100%; }
+ 100% { background-position: 0 0; }
+}
+
+@keyframes square {
+ 0% { background-position: 0 0; }
+ 25% { background-position: 100% 0; }
+ 50% { background-position: 100% 100%; }
+ 75% { background-position: 0 100%; }
+ 100% { background-position: 0 0; }
+}
+
+.navigation {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ margin: 0;
+ max-width: 150px;
+ min-width: 90px;
+ width:100%;
+ min-height:1200px;
+ cursor:pointer;
+ display: flex;
+ justify-content: center;
+ align-content: center;
+ flex-direction: column;
+ font-size: 6em;
+ color: rgba(0,0,0,0.5);
+ text-align: center;
+ -webkit-transition: all 350ms ease;
+ transition: all 350ms ease;
+}
+
+.navigation.next {
+ right:0;
+}
+
+
+.navigation:hover {
+ background-color: rgba(0,0,0,0.1);
+}
+
+/* Google Custom Search box */
+
+input.gsc-input,
+.gsc-input-box,
+.gsc-input-box-hover,
+.gsc-input-box-focus,
+.gsc-search-button,
+.gsc-inline-block {
+ box-sizing: content-box;
+ line-height: normal;
+}
+
+.gsc-control-cse {
+ padding: 0.1em 0 0.5em 1em !important;
+ width: 16em !important;
+ float: right;
+}
+
+input.gsc-search-button-v2 {
+ padding: 6px 12px !important;
+}
+
+.gsc-search-box-tools .gsc-search-box .gsc-input {
+ padding-right: 1px !important;
+}
+
+/* Styled keypress from Wikipedia */
+
+kbd {
+ border: 1px solid #aaa;
+ -moz-border-radius: 0.2em;
+ -webkit-border-radius: 0.2em;
+ border-radius: 0.2em;
+ -moz-box-shadow: 0.1em 0.2em 0.2em #ddd;
+ -webkit-box-shadow: 0.1em 0.2em 0.2em #ddd;
+ box-shadow: 0.1em 0.2em 0.2em #ddd;
+ background-color: #f9f9f9;
+ background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee);
+ background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee);
+ background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee);
+ background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
+ padding: 0.1em 0.3em;
+ font-family: inherit;
+ font-size: 0.85em;
+}
+
+/* For definitions of variables */
+
+dl {
+ margin: 1em;
+ border-bottom: 1px solid #ccc;
+}
+
+dt {
+ float: left;
+ clear: left;
+ width: 9.5em;
+ margin: 0.125em;
+ padding: 2px 4px;
+}
+
+dd {
+ padding: 0.2em 0 0.2em 10em;
+ border-top: 1px solid #ccc;
+}
+
+/* Prevent linebreak right after an icon */
+#main-content .fa {
+ display: inline;
+}
+
+/* Logo for FreeBSD until Font Awesome adds it, see https://github.com/FortAwesome/Font-Awesome/issues/1116 */
+i.freebsd-19px:before {
+ content: url(/img/freebsd-19px.svg);
+ vertical-align: -7%;
+}
+
+/* Responsive videos */
+.video-container {
+ position: relative;
+ padding-bottom: 56.25%; /* 16:9 */
+ padding-top: 30px;
+ height: 0;
+ overflow: hidden;
+ margin: 20px 0;
+}
+
+.video-container iframe,
+.video-container object,
+.video-container embed {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
+
+/* Google custom search */
+.cse {
+ margin-top: 20px;
+ padding-right: 20px;
+}
+
+
+/* Table of contents */
+
+.toc ul { list-style: none; margin: 0; padding: 0 5px; }
+.toc ul li { display: inline; }
+#TableOfContents > ul > li > ul > li > ul li { margin-right: 8px; }
+#TableOfContents > ul > li > ul > li > a, #TableOfContents > ul > li > a { font-weight: bold; background-color: #eeeeee; padding: 0 10px; margin: 0 2px; }
+#TableOfContents > ul > li > ul > li > a { font-style: italic; }
+.toc.compact ul > li > ul > li > ul { display: none; }
+
+#toc {
+ position:fixed;
+ background-color: rgba(0, 0, 0, 0.1);
+ padding: 10px 50px 10px 20px;
+}
+
+.showcase-container {
+ display: inline-block;
+ position: relative;
+ width: 100%;
+}
+
+.showcase-container img {
+ border: 1px solid #555;
+}
+
+.showcase-container h4 {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.dummy {
+ padding-top: 90%; /* Making rows line up even if img proportions off */
+}
+
+.thumbnail {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+}
+
+@media(max-width:1200px) {
+ .toc {
+ display: none;
+ }
+}
+
+
+/* Footer panel */
+.footer-panel {
+ width: 100%;
+ border-top:1px #efefef solid;
+ line-height: 30px;
+ padding: 25px 0px 15px;
+ margin-top: 15px;
+ background: #f9f9f9;
+ display: inline-block;
+ float: left;
+}
+
+.footer-panel p {
+ padding-left: 20px;
+ padding-right: 20px;
+ font-size: medium;
+ font-style: italic;
+}
+
+
+/* Search form */
+#search-input {
+ width: 100%;
+ border: 1px solid #B3B3B3;
+ border-radius: 3px;
+ padding: 5px;
+}
+
+#search-input:focus {
+ border-color: #F04A9C;
+}
+
+/* Search result wrapper */
+.algolia-autocomplete {
+ width: 100%;
+}
+
+/* List of search results */
+.aa-dropdown-menu {
+ box-sizing: border-box;
+ width: 100%;
+ background-color: #FFFFFF;
+ border: 1px solid #B3B3B3;
+ padding: 0;
+ font-size: 16px;
+ margin: 4 0 4 0;
+}
+
+/* Highlight terms in search result headers */
+.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
+ background-color: #F04A9C;
+}
+
+/* Highlight terms in search result body */
+.algolia-docsearch-suggestion--highlight {
+ color: #F04A9C;
+ font-weight: 900;
+}
+
+/* Currently selected search result */
+.aa-cursor .algolia-docsearch-suggestion--content {
+ color: inherit;
+}
+
+.aa-cursor .algolia-docsearch-suggestion {
+ background: #EFEFEF;
+ color: #353B44;
+}
+
+.algolia-docsearch-suggestion {
+ font-size: 16px;
+ color: #9AA2AB;
+}
+
+.algolia-docsearch-suggestion--category-header,
+.algolia-docsearch-suggestion--subcategory-column {
+ display: none !important;
+}