]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
new headers, ad placements, intro paragraphs on several pages, etc
authorMark Otto <markdotto@gmail.com>
Tue, 20 Jan 2015 04:03:08 +0000 (20:03 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 20 Jan 2015 04:03:08 +0000 (20:03 -0800)
16 files changed:
docs/_layouts/default.html
docs/_layouts/page.html
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css.map
docs/assets/scss/docs.scss
docs/components/button-dropdown.md
docs/components/jumbotron.md
docs/components/page-header.md
docs/content/buttons.md
docs/getting-started/contents.md
docs/getting-started/quick-start.md
docs/getting-started/support.md
docs/layout/containers.md
docs/layout/grid.md
docs/layout/media-queries.md
docs/layout/media.md

index ecc5e74771b4c89c43204170efab0fe3a0d5a5b7..fc58f859af0e4ae45c36cb90154a9c7129ebf526 100644 (file)
       </div>
     </a>
 
-    {% include nav-docs.html %}
-
-    <div class="bs-docs-header" id="content">
-      <div class="bs-docs-container">
-        {% if page.url contains "getting-started" %}
-          <h1>Getting started</h1>
-          <p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p>
-        {% elsif page.url contains "layout" %}
-          <h1>Layout</h1>
-          <p class="lead">Grid system, containers, media object, and responsive utilities for organization pages.</p>
-          {% elsif page.url contains "content" %}
-          <h1>Components</h1>
-          <p class="lead">
-            Styles and patterns for common HTML elements like typography, tables, forms, and more.
-          </p>
-          {% elsif page.url contains "components" %}
-          <h1>Components</h1>
-          <p class="lead">
-            Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more.
-          </p>
-          {% elsif page.url contains "javascript" %}
-          <h1>JavaScript</h1>
-          <p class="lead">Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.</p>
-        {% elsif page.url contains "examples" %}
-          <h1>Examples</h1>
-          <p class="lead">Build on the basic template above with Bootstrap's many components. Customize and adapt Bootstrap to suit your individual project's needs.</p>
-        {% elsif page.url contains "about" %}
-          <h1>About</h1>
-          <p class="lead">Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.</p>
-        {% elsif page.url contains "migration" %}
-          <h1>Migration</h1>
-          <p class="lead">Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0.</p>
-        {% endif %}
-
-        {% include ads.html %}
-      </div>
-    </div>
-
-    <div class="bs-docs-container bs-docs-content">
-      {{ content }}
-    </div>
+    {{ content }}
 
     {% include footer.html %}
   </body>
index 80476ae4970cadbe2464d80620e2d40c5833fb08..42ac1aec8a93c9121d72a954b670caf885d8efc9 100644 (file)
@@ -2,6 +2,10 @@
 layout: default
 ---
 
-<h1>{{ page.title }}</h1>
+{% include nav-docs.html %}
 
-{{ content }}
+<div class="bs-docs-container bs-docs-content">
+  {% include ads.html %}
+  <h1 class="bs-docs-title">{{ page.title }}</h1>
+  {{ content }}
+</div>
index 5eb7ad473c49a78d0aa599f8f38fae148fe40055..4d3e9ed43f4de0a2abf3ea8f4a675a4a2e57d203 100644 (file)
@@ -3,4 +3,4 @@
  * Copyright 2011-2014 Twitter, Inc.
  * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  * details, see http://creativecommons.org/licenses/by/3.0/.
- */.hll{background-color:#ffc}.c{color:#999}.err{color:#A00;background-color:#FAA}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1,.cs{color:#999}.gd{background-color:#FCC;border:1px solid #C00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#CFC;border:1px solid #0C0}.go{color:#AAA}.gp{color:#009}.gu{color:#030}.gt{color:#9C6}.kc,.kd,.kn,.kp,.kr{color:#069}.kt{color:#078}.m{color:#F60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0A8}.no{color:#360}.nd{color:#99F}.ni{color:#999}.ne{color:#C00}.nf{color:#C0F}.nl{color:#99F}.nn{color:#0CF}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf,.mh,.mi,.mo{color:#F60}.sb,.sc{color:#C30}.sd{color:#C30;font-style:italic}.s2,.se,.sh{color:#C30}.si{color:#A00}.sx{color:#C30}.sr{color:#3AA}.s1{color:#C30}.ss{color:#FC3}.bp{color:#366}.vc,.vg,.vi{color:#033}.il{color:#F60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}body{position:relative}.btn-outline{color:#563d7c;background-color:transparent;border-color:#563d7c}.btn-outline:active,.btn-outline:focus,.btn-outline:hover{color:#fff;background-color:#563d7c;border-color:#563d7c}.btn-outline-inverse{color:#fff;background-color:transparent;border-color:#cdbfe3}.btn-outline-inverse:active,.btn-outline-inverse:focus,.btn-outline-inverse:hover{color:#563d7c;text-shadow:none;background-color:#fff;border-color:#fff}.bs-docs-booticon{display:block;width:9rem;height:9rem;font-size:6.5rem;font-weight:500;line-height:8.8rem;color:#fff;text-align:center;cursor:default;background-color:#563d7c;border-radius:15%}.bs-docs-booticon.inverse{color:#563d7c;background-color:#fff}.bs-docs-booticon.outline{background-color:transparent;border:1px solid #cdbfe3}.bs-nav-home{margin-bottom:0;background-color:#563d7c;border-bottom:0}.bs-nav-home .navbar-brand>a{font-weight:500;color:#fff}.bs-nav-home .nav-link{font-weight:500;color:#cdbfe3}.bs-nav-home .nav-link:focus,.bs-nav-home .nav-link:hover{color:#fff;background-color:rgba(0,0,0,.5)}.bs-docs-footer{margin-top:6rem;font-size:85%;color:#777;text-align:center;border-top:1px solid #e5e5e5}.bs-docs-footer-links{padding-left:0;margin-top:20px;color:#999}.bs-docs-footer-links li{display:inline;padding:0 2px}.bs-docs-footer-links li:first-child{padding-left:0}@media (min-width:768px){.bs-docs-footer p{margin-bottom:0}.bs-docs .bs-docs-footer{text-align:left}}.bs-docs-social{margin-bottom:1.5rem;text-align:center}.bs-docs-social-buttons{display:inline-block;padding-left:0;margin-bottom:0;list-style:none}.bs-docs-social-buttons li{display:inline-block;padding:.25rem .5rem;line-height:1}.bs-docs-social-buttons .twitter-follow-button{width:225px!important}.bs-docs-social-buttons .twitter-share-button{width:98px!important}.github-btn{overflow:hidden;border:0}@media (min-width:768px){.bs-docs .bs-docs-social{margin-left:-.5rem;text-align:left}}.bs-docs-masthead{position:relative;padding:2rem 1rem;color:#cdbfe3;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.1);background-color:#6f5499;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#563d7c),to(#6f5499));background-image:-webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);background-image:-o-linear-gradient(top,#563d7c 0,#6f5499 100%);background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF563D7C', endColorstr='#FF6F5499', GradientType=0)}.bs-docs-masthead .bs-docs-booticon{margin:0 auto 2rem}.bs-docs-masthead h1{font-weight:300;line-height:1;color:#fff}.bs-docs-masthead .lead{margin:0 auto 2rem;font-size:1.25rem;color:#fff}.bs-docs-masthead .version{margin-top:-1rem;margin-bottom:2rem;color:#9783b9}.bs-docs-masthead .btn{width:100%;padding:1rem 2rem;font-size:1.25rem}@media (min-width:480px){.bs-docs-masthead .btn{width:auto}}@media (min-width:768px){.bs-docs-masthead{padding:5rem 0}.bs-docs-masthead h1{font-size:4rem}.bs-docs-masthead .lead{font-size:1.5rem}}@media (min-width:992px){.bs-docs-masthead .lead{width:80%;font-size:2rem}}.bs-docs-header{padding-top:2rem;padding-bottom:2rem;margin-bottom:2rem;text-align:center;background-color:#563d7c}.bs-docs-header .container{position:relative}.bs-docs-header h1{margin-top:0;color:#fff}.bs-docs-header p{margin-bottom:0;font-weight:300;color:rgba(255,255,255,.65)}@media (min-width:768px){.bs-docs-header{text-align:left}.bs-docs-header h1{font-size:4rem;line-height:1}}@media (min-width:992px){.bs-docs-header{padding-top:4rem;padding-bottom:4rem}.bs-docs-header h1,.bs-docs-header p{margin-right:380px}}.carbonad{width:auto!important;height:auto!important;padding:1.25rem!important;margin:2rem -2rem -2rem!important;overflow:hidden;font-size:.8rem!important;line-height:1rem!important;color:#cdbfe3!important;text-align:left;background:0 0!important;border:solid #866ab3!important;border-width:1px 0!important}.carbonad-img{margin:0!important}.carbonad-tag,.carbonad-text{display:block!important;float:none!important;width:auto!important;height:auto!important;margin-left:145px!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}.carbonad-text{padding-top:0!important}.carbonad-tag{color:inherit!important;text-align:left!important}.carbonad-tag a,.carbonad-text a{color:#fff!important}.carbonad #azcarbon>img{display:none}@media (min-width:480px){.carbonad{width:330px!important;margin:1.5rem auto!important;border-width:1px!important;border-radius:.25rem}.bs-docs-masthead .carbonad{margin:3rem auto 0!important}}@media (min-width:768px){.carbonad{margin-right:0!important;margin-left:0!important}}@media (min-width:992px){.carbonad{position:absolute;top:2rem;right:4rem;width:330px!important;padding:1rem!important;margin:0!important}.bs-docs-masthead .carbonad{position:static}}.bs-docs-featurette{padding-top:3rem;padding-bottom:3rem;font-size:1rem;line-height:1.5;color:#555;text-align:center;background-color:#fff;border-bottom:1px solid #e5e5e5}.bs-docs-featurette+.bs-docs-footer{margin-top:0;border-top:0}.bs-docs-featurette-title{margin-bottom:.5rem;font-size:2rem;font-weight:400;color:#333}.half-rule{width:6rem;margin:2.5rem auto}.bs-docs-featurette h3{margin-bottom:.5rem;font-weight:400;color:#333}.bs-docs-featurette-img{display:block;margin-bottom:1.25rem;color:#333}.bs-docs-featurette-img:hover{color:#0275d8;text-decoration:none}.bs-docs-featurette-img img{display:block;margin-bottom:1rem}@media (min-width:480px){.bs-docs-featurette .img-responsive{margin-top:2rem}}@media (min-width:768px){.bs-docs-featurette{padding-top:6rem;padding-bottom:6rem}.bs-docs-featurette-title{font-size:2.5rem}.bs-docs-featurette .lead{max-width:80%;margin-right:auto;margin-left:auto}.bs-docs-featurette .img-responsive{margin-top:0}}.bs-docs-featured-sites{margin-right:-1px;margin-left:-1px}.bs-docs-featured-sites .col-xs-6{padding:1px}.bs-docs-featured-sites .img-responsive{margin-top:0}@media (min-width:768px){.bs-docs-featured-sites .col-sm-3:first-child img{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bs-docs-featured-sites .col-sm-3:last-child img{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}}.bs-examples .img-thumbnail{margin-bottom:.75rem}.bs-examples h4{margin-bottom:.25rem}.bs-examples p{margin-bottom:1.25rem}@media (max-width:480px){.bs-examples{margin-right:-.75rem;margin-left:-.75rem}.bs-examples>[class^=col-]{padding-right:.75rem;padding-left:.75rem}}.bs-docs-container{position:relative;max-width:62rem;padding:1rem;margin-right:auto;margin-left:auto}@media (min-width:768px){.bs-docs-container{padding:2rem}}@media (min-width:992px){.bs-docs-container{padding:2rem 4rem}}.bs-docs-container>table{display:block;width:100%;max-width:100%;overflow-y:auto;margin-bottom:1rem}.bs-docs-container>table>tbody>tr>td,.bs-docs-container>table>tbody>tr>th,.bs-docs-container>table>tfoot>tr>td,.bs-docs-container>table>tfoot>tr>th,.bs-docs-container>table>thead>tr>td,.bs-docs-container>table>thead>tr>th{padding:.75rem;line-height:1.5;vertical-align:top;border:1px solid #eceeef}.bs-docs-sidebar{padding:0;margin-bottom:0;background-color:#322f38}.bs-docs-sidebar .navbar-toggle{position:absolute;top:5px;right:0;z-index:5}.bs-docs-sidebar .navbar-toggle .icon-bar{background-color:#fff}.bs-docs-sidebar .navbar-header{float:none;margin-right:-15px}.bs-docs-sidebar .navbar-collapse{padding:0;border:0}@media (min-width:992px){.bs-docs{padding-left:240px}.bs-docs-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;width:240px;overflow-x:hidden;overflow-y:auto;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#29262f),to(#322f38));background-image:-webkit-linear-gradient(top,#29262f 0,#322f38 100%);background-image:-o-linear-gradient(top,#29262f 0,#322f38 100%);background-image:linear-gradient(to bottom,#29262f 0,#322f38 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF29262F', endColorstr='#FF322F38', GradientType=0)}}.bs-docs-sidebar .navbar-brand{display:block;float:none;height:auto;padding:1.75rem 1.25rem;font-size:20px;font-weight:500;line-height:1;color:#fff}.bs-docs-sidebar-brand:focus,.bs-docs-sidebar-brand:hover{color:#fff;text-decoration:none}.bs-docs-search{position:relative;margin-right:1.25rem;margin-bottom:1.5rem;margin-left:1.25rem}.bs-docs-search .form-control{height:2.45rem;padding-top:.4rem;padding-bottom:.4rem;color:rgba(255,255,255,.5);background-color:#423d4b;border-color:#4e4859}.bs-docs-search .form-control:focus{border-color:rgba(255,255,255,.25);-webkit-box-shadow:0 0 .5rem rgba(255,255,255,.25);box-shadow:0 0 .5rem rgba(255,255,255,.25)}.bs-docs-search-results{top:108%;right:0;display:block;padding:0;overflow:hidden;font-size:.9rem;border:0}.bs-docs-search-results>li>a{padding-left:.75rem;padding-right:.75rem}.bs-docs-search-results>li:first-child{margin-top:.25rem}.bs-docs-search-results>li:last-child{margin-bottom:.25rem}.bs-docs-search-results>.no-results{padding:.75rem 1rem;color:#7a7a7a;text-align:center}.bs-docs-sidenav{display:none}.bs-docs-toc-link{display:block;padding:4px 20px;font-size:16px;color:#fff}.bs-docs-toc-link:focus,.bs-docs-toc-link:hover{color:#ffe484;text-decoration:none}.active>.bs-docs-toc-link{font-weight:500;color:#ffe484}.active>.bs-docs-sidenav{display:block}.bs-docs-toc-item.active{margin-top:15px;margin-bottom:15px}.bs-docs-toc-item:first-child{margin-top:0}.bs-docs-toc-item:last-child{margin-bottom:30px}.bs-docs-sidebar .nav>li>a{display:block;padding:4px 20px;font-size:14px;color:#99979c}.bs-docs-sidebar .nav>li>a:focus,.bs-docs-sidebar .nav>li>a:hover{color:#ffe484;text-decoration:none;background-color:transparent}.bs-docs-sidebar .nav>.active:focus>a,.bs-docs-sidebar .nav>.active:hover>a,.bs-docs-sidebar .nav>.active>a{font-weight:500;color:#ffe484;background-color:transparent}.bs-docs-sidebar .nav .nav{display:none;padding-bottom:10px}.bs-docs-sidebar .nav .nav>li>a{font-weight:400}.bs-docs-sidebar .nav .nav>.active:focus>a,.bs-docs-sidebar .nav .nav>.active:hover>a,.bs-docs-sidebar .nav .nav>.active>a{font-weight:500}.bs-docs-sidebar .nav>.active>.nav{display:block}.bs-docs-sidebar .nav .nav>li>a{padding-top:2px;padding-bottom:2px;padding-left:30px;font-size:13px}.bs-docs-content>h1{padding-top:2rem;margin-top:3rem}.bs-docs-content>h1:first-child{margin-top:0}.bs-docs-content>h1+p{font-size:1.25rem;font-weight:300}.bs-docs-content>h2{margin-top:3rem;margin-bottom:1.5rem;font-weight:400;padding-bottom:1rem;border-bottom:.065rem solid #eee}.bs-docs-content>h3{margin-top:1.5rem}.bs-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}.bs-callout h4{margin-top:0;margin-bottom:.25rem}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:.25rem}.bs-callout+.bs-callout{margin-top:-.25rem}.bs-callout-danger{border-left-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{border-left-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{border-left-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{float:left;width:4rem;height:4rem;margin-right:.25rem;margin-left:.25rem;border-radius:.25rem}@media (min-width:768px){.color-swatch{width:6rem;height:6rem}}.color-swatches .bs-purple{background-color:#563d7c}.color-swatches .bs-purple-light{background-color:#cdbfe3}.color-swatches .bs-purple-lighter{background-color:#e5e1ea}.color-swatches .bs-gray{background-color:#f9f9f9}.bs-team .team-member{line-height:2rem;color:#555}.bs-team .team-member:hover{color:#333;text-decoration:none}.bs-team .github-btn{float:right;width:180px;height:1.25rem;margin-top:.25rem}.bs-team img{float:left;width:2rem;margin-right:.5rem;border-radius:.25rem}.bs-docs-browser-bugs td p{margin-bottom:0}.bs-docs-browser-bugs th:first-child{width:18%}.bs-example>.row{margin-bottom:1rem}.bs-example>.row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bs-example{position:relative;padding:1.5rem;margin-top:1rem;margin-bottom:-1rem;border:solid #f7f7f9;border-width:.2rem 0 0}.bs-example:after,.bs-example:before{content:" ";display:table}.bs-example:after{clear:both}@media (min-width:480px){.bs-example{border-width:.2rem}}.bs-example+p{margin-top:2rem}.bs-example .container{width:auto}.bs-example>.card{float:left;max-width:15rem;margin:.25rem}.bs-example>.nav+.nav{margin-top:1rem}.bs-example>.table-responsive:last-child>.table,.bs-example>:last-child{margin-bottom:0!important}.bs-example>.close{float:none}.bs-example-type .table .type-info{color:#999;vertical-align:middle}.bs-example-type .table td{padding:1rem 0;border-color:#eee}.bs-example-type .table tr:first-child td{border-top:0}.bs-example-type h1,.bs-example-type h2,.bs-example-type h3,.bs-example-type h4,.bs-example-type h5,.bs-example-type h6{margin:0}.bs-example-bg-classes p{padding:1rem}.bs-example>.img-circle,.bs-example>.img-rounded,.bs-example>.img-thumbnail{margin:.25rem}.bs-example>.btn-group{margin-top:.25rem;margin-bottom:.25rem}.bs-example-control-sizing input[type=text]+input[type=text],.bs-example-control-sizing select,.bs-example>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.bs-example-form .input-group{margin-bottom:.5rem}.bs-example>textarea.form-control{resize:vertical}.bs-example>.list-group{max-width:400px}.bs-example .navbar:last-child{margin-bottom:0}.bs-navbar-bottom-example,.bs-navbar-top-example{z-index:1;padding:0;overflow:hidden}.bs-navbar-bottom-example .navbar-header,.bs-navbar-top-example .navbar-header{margin-left:0}.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{position:relative;margin-right:0;margin-left:0}.bs-navbar-top-example{padding-bottom:45px}.bs-navbar-top-example .navbar-fixed-top{top:-1px}.bs-navbar-bottom-example{padding-top:45px}.bs-navbar-bottom-example .navbar-fixed-bottom{bottom:-1px}.bs-navbar-bottom-example .navbar{margin-bottom:0}@media (min-width:768px){.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{position:absolute}}.bs-example .pagination{margin-top:.5rem;margin-bottom:.5rem}.bs-example>.pager{margin-top:0}.bs-example-modal{background-color:#f5f5f5}.bs-example-modal .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bs-example-modal .modal-dialog{left:auto;margin-right:auto;margin-left:auto}.bs-example>.dropdown>.dropdown-toggle{float:left}.bs-example>.dropdown>.dropdown-menu{position:static;display:block;margin-bottom:.25rem;clear:left}.bs-example-tabs .nav-tabs{margin-bottom:1rem}.bs-example-tooltips{text-align:center}.bs-example-tooltips>.btn{margin-top:.25rem;margin-bottom:.25rem}.bs-example-popover{padding-bottom:1.5rem;background-color:#f9f9f9}.bs-example-popover .popover{position:relative;display:block;float:left;width:260px;margin:1.25rem}.bs-example-tooltip .tooltip{position:relative;display:inline-block;margin:10px 20px;opacity:1}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.bs-example>.center-block{max-width:200px;padding:.5rem;background-color:#eee}.bs-example>.bg-danger,.bs-example>.bg-info,.bs-example>.bg-primary,.bs-example>.bg-success,.bs-example>.bg-warning{padding:.5rem;margin-top:.5rem;margin-bottom:.5rem}.highlight{padding:1.5rem;margin-top:1rem;margin-bottom:1rem;background-color:#f7f7f9}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#373a3c}.table-responsive .highlight pre{white-space:normal}.bs-table th small,.responsive-utilities th small{display:block;font-weight:400;color:#999}.responsive-utilities tbody th{font-weight:400}.responsive-utilities td{text-align:center}.responsive-utilities td.is-visible{color:#468847;background-color:#dff0d8!important}.responsive-utilities td.is-hidden{color:#ccc;background-color:#f9f9f9!important}.responsive-utilities-test{margin-top:.25rem}.responsive-utilities-test .col-xs-6{margin-bottom:.5rem}.responsive-utilities-test span{display:block;padding:1rem .5rem;font-size:1rem;font-weight:700;line-height:1.1;text-align:center;border-radius:.25rem}.hidden-on .col-xs-6>.not-visible,.visible-on .col-xs-6>.not-visible{color:#999;border:1px solid #ddd}.hidden-on .col-xs-6 .visible,.visible-on .col-xs-6 .visible{color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}@media (max-width:33.9em){.hidden-xs-only{display:none!important}}@media (min-width:34em) and (max-width:47.9em){.hidden-sm-only{display:none!important}}@media (min-width:48em) and (max-width:61.9em){.hidden-md-only{display:none!important}}@media (min-width:62em) and (max-width:74.9em){.hidden-lg-only{display:none!important}}@media (min-width:75em){.hidden-xl-only{display:none!important}}.bs-brand-logos{display:table;width:100%;margin-bottom:1rem;overflow:hidden;color:#563d7c;background-color:#f9f9f9;border-radius:.25rem}.bs-brand-item{padding:4rem 0;text-align:center}.bs-brand-item+.bs-brand-item{border-top:1px solid #fff}.bs-brand-logos .inverse{color:#fff;background-color:#563d7c}.bs-brand-item h1,.bs-brand-item h3{margin-top:0;margin-bottom:0}.bs-brand-item .bs-docs-booticon{margin-right:auto;margin-left:auto}@media (min-width:768px){.bs-brand-item{display:table-cell;width:1%}.bs-brand-item+.bs-brand-item{border-top:0;border-left:1px solid #fff}.bs-brand-item h1{font-size:4rem}}.zero-clipboard{position:relative;display:none;float:right}.btn-clipboard{position:absolute;top:0;right:0;z-index:10;display:block;padding:.25rem .5rem;font-size:75%;color:#818a91;cursor:pointer;background-color:#eceeef;border-radius:0 .2rem}.btn-clipboard-hover{color:#fff;background-color:#027de7}@media (min-width:768px){.zero-clipboard{display:block}}#focusedInput{border-color:#66afe9;outline:0;-webkit-box-shadow:0 0 .5rem rgba(102,175,233,.6);box-shadow:0 0 .5rem rgba(102,175,233,.6)}
\ No newline at end of file
+ */.hll{background-color:#ffc}.c{color:#999}.err{color:#A00;background-color:#FAA}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1,.cs{color:#999}.gd{background-color:#FCC;border:1px solid #C00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#CFC;border:1px solid #0C0}.go{color:#AAA}.gp{color:#009}.gu{color:#030}.gt{color:#9C6}.kc,.kd,.kn,.kp,.kr{color:#069}.kt{color:#078}.m{color:#F60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0A8}.no{color:#360}.nd{color:#99F}.ni{color:#999}.ne{color:#C00}.nf{color:#C0F}.nl{color:#99F}.nn{color:#0CF}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf,.mh,.mi,.mo{color:#F60}.sb,.sc{color:#C30}.sd{color:#C30;font-style:italic}.s2,.se,.sh{color:#C30}.si{color:#A00}.sx{color:#C30}.sr{color:#3AA}.s1{color:#C30}.ss{color:#FC3}.bp{color:#366}.vc,.vg,.vi{color:#033}.il{color:#F60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}body{position:relative}.btn-outline{color:#563d7c;background-color:transparent;border-color:#563d7c}.btn-outline:active,.btn-outline:focus,.btn-outline:hover{color:#fff;background-color:#563d7c;border-color:#563d7c}.btn-outline-inverse{color:#fff;background-color:transparent;border-color:#cdbfe3}.btn-outline-inverse:active,.btn-outline-inverse:focus,.btn-outline-inverse:hover{color:#563d7c;text-shadow:none;background-color:#fff;border-color:#fff}.bs-docs-booticon{display:block;width:9rem;height:9rem;font-size:6.5rem;font-weight:500;line-height:8.8rem;color:#fff;text-align:center;cursor:default;background-color:#563d7c;border-radius:15%}.bs-docs-booticon.inverse{color:#563d7c;background-color:#fff}.bs-docs-booticon.outline{background-color:transparent;border:1px solid #cdbfe3}.bs-nav-home{margin-bottom:0;background-color:#563d7c;border-bottom:0}.bs-nav-home .navbar-brand>a{font-weight:500;color:#fff}.bs-nav-home .nav-link{font-weight:500;color:#cdbfe3}.bs-nav-home .nav-link:focus,.bs-nav-home .nav-link:hover{color:#fff;background-color:rgba(0,0,0,.5)}.bs-docs-footer{margin-top:6rem;font-size:85%;color:#777;text-align:center;border-top:1px solid #e5e5e5}.bs-docs-footer-links{padding-left:0;margin-top:20px;color:#999}.bs-docs-footer-links li{display:inline;padding:0 2px}.bs-docs-footer-links li:first-child{padding-left:0}@media (min-width:768px){.bs-docs-footer p{margin-bottom:0}.bs-docs .bs-docs-footer{text-align:left}}.bs-docs-social{margin-bottom:1.5rem;text-align:center}.bs-docs-social-buttons{display:inline-block;padding-left:0;margin-bottom:0;list-style:none}.bs-docs-social-buttons li{display:inline-block;padding:.25rem .5rem;line-height:1}.bs-docs-social-buttons .twitter-follow-button{width:225px!important}.bs-docs-social-buttons .twitter-share-button{width:98px!important}.github-btn{overflow:hidden;border:0}@media (min-width:768px){.bs-docs .bs-docs-social{margin-left:-.5rem;text-align:left}}.bs-docs-masthead{position:relative;padding:2rem 1rem;color:#cdbfe3;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.1);background-color:#6f5499;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#563d7c),to(#6f5499));background-image:-webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);background-image:-o-linear-gradient(top,#563d7c 0,#6f5499 100%);background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF563D7C', endColorstr='#FF6F5499', GradientType=0)}.bs-docs-masthead .bs-docs-booticon{margin:0 auto 2rem}.bs-docs-masthead h1{font-weight:300;line-height:1;color:#fff}.bs-docs-masthead .lead{margin:0 auto 2rem;font-size:1.25rem;color:#fff}.bs-docs-masthead .version{margin-top:-1rem;margin-bottom:2rem;color:#9783b9}.bs-docs-masthead .btn{width:100%;padding:1rem 2rem;font-size:1.25rem}@media (min-width:480px){.bs-docs-masthead .btn{width:auto}}@media (min-width:768px){.bs-docs-masthead{padding:5rem 0}.bs-docs-masthead h1{font-size:4rem}.bs-docs-masthead .lead{font-size:1.5rem}}@media (min-width:992px){.bs-docs-masthead .lead{width:80%;font-size:2rem}}.bs-docs-header{padding-top:2rem;padding-bottom:2rem;margin-bottom:2rem;text-align:center;background-color:#563d7c}.bs-docs-header .container{position:relative}.bs-docs-header h1{margin-top:0;color:#fff}.bs-docs-header p{margin-bottom:0;font-weight:300;color:rgba(255,255,255,.65)}@media (min-width:768px){.bs-docs-header{text-align:left}.bs-docs-header h1{font-size:4rem;line-height:1}}@media (min-width:992px){.bs-docs-header{padding-top:4rem;padding-bottom:4rem}.bs-docs-header h1,.bs-docs-header p{margin-right:380px}}.carbonad{width:auto!important;height:auto!important;padding:1.25rem!important;margin:2rem -2rem -2rem!important;overflow:hidden;font-size:.8rem!important;line-height:1rem!important;color:#55595c!important;text-align:left;background:#f5f5f5!important;border:0!important}.carbonad-img{margin:0!important}.carbonad-tag,.carbonad-text{display:block!important;float:none!important;width:auto!important;height:auto!important;margin-left:145px!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important}.carbonad-text{padding-top:0!important}.carbonad-tag{color:inherit!important;text-align:left!important}.carbonad-tag a,.carbonad-text a{color:#55595c!important}.carbonad-tag a:hover,.carbonad-text a:hover{color:#0275d8!important}.carbonad #azcarbon>img{display:none}@media (min-width:480px){.carbonad{width:330px!important;margin:1.5rem auto!important;border-width:1px!important;border-radius:.25rem}.bs-docs-masthead .carbonad{margin:3rem auto 0!important}}@media (min-width:768px){.carbonad{margin-right:0!important;margin-left:0!important}}@media (min-width:992px){.carbonad{float:right;width:330px!important;padding:1rem!important;margin:.5rem 0 1rem 2rem!important}.bs-docs-masthead .carbonad{float:none;margin:0!important;color:#cdbfe3!important;border-color:#866ab3!important}.bs-docs-masthead .carbonad-tag a,.bs-docs-masthead .carbonad-text a{color:#fff!important}}.bs-docs-featurette{padding-top:3rem;padding-bottom:3rem;font-size:1rem;line-height:1.5;color:#555;text-align:center;background-color:#fff;border-bottom:1px solid #e5e5e5}.bs-docs-featurette+.bs-docs-footer{margin-top:0;border-top:0}.bs-docs-featurette-title{margin-bottom:.5rem;font-size:2rem;font-weight:400;color:#333}.half-rule{width:6rem;margin:2.5rem auto}.bs-docs-featurette h3{margin-bottom:.5rem;font-weight:400;color:#333}.bs-docs-featurette-img{display:block;margin-bottom:1.25rem;color:#333}.bs-docs-featurette-img:hover{color:#0275d8;text-decoration:none}.bs-docs-featurette-img img{display:block;margin-bottom:1rem}@media (min-width:480px){.bs-docs-featurette .img-responsive{margin-top:2rem}}@media (min-width:768px){.bs-docs-featurette{padding-top:6rem;padding-bottom:6rem}.bs-docs-featurette-title{font-size:2.5rem}.bs-docs-featurette .lead{max-width:80%;margin-right:auto;margin-left:auto}.bs-docs-featurette .img-responsive{margin-top:0}}.bs-docs-featured-sites{margin-right:-1px;margin-left:-1px}.bs-docs-featured-sites .col-xs-6{padding:1px}.bs-docs-featured-sites .img-responsive{margin-top:0}@media (min-width:768px){.bs-docs-featured-sites .col-sm-3:first-child img{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bs-docs-featured-sites .col-sm-3:last-child img{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}}.bs-examples .img-thumbnail{margin-bottom:.75rem}.bs-examples h4{margin-bottom:.25rem}.bs-examples p{margin-bottom:1.25rem}@media (max-width:480px){.bs-examples{margin-right:-.75rem;margin-left:-.75rem}.bs-examples>[class^=col-]{padding-right:.75rem;padding-left:.75rem}}.bs-docs-container{position:relative;max-width:62rem;padding:1rem;margin-right:auto;margin-left:auto}@media (min-width:768px){.bs-docs-container{padding:2rem}}@media (min-width:992px){.bs-docs-container{padding:4rem}}.bs-docs-container>table{display:block;width:100%;max-width:100%;overflow-y:auto;margin-bottom:1rem}.bs-docs-container>table>tbody>tr>td,.bs-docs-container>table>tbody>tr>th,.bs-docs-container>table>tfoot>tr>td,.bs-docs-container>table>tfoot>tr>th,.bs-docs-container>table>thead>tr>td,.bs-docs-container>table>thead>tr>th{padding:.75rem;line-height:1.5;vertical-align:top;border:1px solid #eceeef}.bs-docs-sidebar{padding:0;margin-bottom:0;background-color:#322f38}.bs-docs-sidebar .navbar-toggle{position:absolute;top:5px;right:0;z-index:5}.bs-docs-sidebar .navbar-toggle .icon-bar{background-color:#fff}.bs-docs-sidebar .navbar-header{float:none;margin-right:-15px}.bs-docs-sidebar .navbar-collapse{padding:0;border:0}@media (min-width:992px){.bs-docs{padding-left:240px}.bs-docs-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;width:240px;overflow-x:hidden;overflow-y:auto;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#29262f),to(#322f38));background-image:-webkit-linear-gradient(top,#29262f 0,#322f38 100%);background-image:-o-linear-gradient(top,#29262f 0,#322f38 100%);background-image:linear-gradient(to bottom,#29262f 0,#322f38 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF29262F', endColorstr='#FF322F38', GradientType=0)}}.bs-docs-sidebar .navbar-brand{display:block;float:none;height:auto;padding:1.75rem 1.25rem;font-size:20px;font-weight:500;line-height:1;color:#fff}.bs-docs-sidebar-brand:focus,.bs-docs-sidebar-brand:hover{color:#fff;text-decoration:none}.bs-docs-search{position:relative;margin-right:1.25rem;margin-bottom:1.5rem;margin-left:1.25rem}.bs-docs-search .form-control{height:2.45rem;padding-top:.4rem;padding-bottom:.4rem;color:rgba(255,255,255,.5);background-color:#423d4b;border-color:#4e4859}.bs-docs-search .form-control:focus{border-color:rgba(255,255,255,.25);-webkit-box-shadow:0 0 .5rem rgba(255,255,255,.25);box-shadow:0 0 .5rem rgba(255,255,255,.25)}.bs-docs-search-results{top:108%;right:0;display:block;padding:0;overflow:hidden;font-size:.9rem;border:0}.bs-docs-search-results>li>a{padding-left:.75rem;padding-right:.75rem}.bs-docs-search-results>li:first-child{margin-top:.25rem}.bs-docs-search-results>li:last-child{margin-bottom:.25rem}.bs-docs-search-results>.no-results{padding:.75rem 1rem;color:#7a7a7a;text-align:center}.bs-docs-sidenav{display:none}.bs-docs-toc-link{display:block;padding:4px 20px;font-size:16px;color:#fff}.bs-docs-toc-link:focus,.bs-docs-toc-link:hover{color:#ffe484;text-decoration:none}.active>.bs-docs-toc-link{font-weight:500;color:#ffe484}.active>.bs-docs-sidenav{display:block}.bs-docs-toc-item.active{margin-top:15px;margin-bottom:15px}.bs-docs-toc-item:first-child{margin-top:0}.bs-docs-toc-item:last-child{margin-bottom:30px}.bs-docs-sidebar .nav>li>a{display:block;padding:4px 20px;font-size:14px;color:#99979c}.bs-docs-sidebar .nav>li>a:focus,.bs-docs-sidebar .nav>li>a:hover{color:#ffe484;text-decoration:none;background-color:transparent}.bs-docs-sidebar .nav>.active:focus>a,.bs-docs-sidebar .nav>.active:hover>a,.bs-docs-sidebar .nav>.active>a{font-weight:500;color:#ffe484;background-color:transparent}.bs-docs-sidebar .nav .nav{display:none;padding-bottom:10px}.bs-docs-sidebar .nav .nav>li>a{font-weight:400}.bs-docs-sidebar .nav .nav>.active:focus>a,.bs-docs-sidebar .nav .nav>.active:hover>a,.bs-docs-sidebar .nav .nav>.active>a{font-weight:500}.bs-docs-sidebar .nav>.active>.nav{display:block}.bs-docs-sidebar .nav .nav>li>a{padding-top:2px;padding-bottom:2px;padding-left:30px;font-size:13px}.bs-docs-content>h2{margin-top:3rem;font-weight:400}.bs-docs-content>h3{margin-top:1.5rem}.bs-docs-title{margin-right:23rem}.bs-docs-title+p{margin-right:23rem;font-size:1.25rem;font-weight:300}.bs-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}.bs-callout h4{margin-top:0;margin-bottom:.25rem}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:.25rem}.bs-callout+.bs-callout{margin-top:-.25rem}.bs-callout-danger{border-left-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{border-left-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{border-left-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{float:left;width:4rem;height:4rem;margin-right:.25rem;margin-left:.25rem;border-radius:.25rem}@media (min-width:768px){.color-swatch{width:6rem;height:6rem}}.color-swatches .bs-purple{background-color:#563d7c}.color-swatches .bs-purple-light{background-color:#cdbfe3}.color-swatches .bs-purple-lighter{background-color:#e5e1ea}.color-swatches .bs-gray{background-color:#f9f9f9}.bs-team .team-member{line-height:2rem;color:#555}.bs-team .team-member:hover{color:#333;text-decoration:none}.bs-team .github-btn{float:right;width:180px;height:1.25rem;margin-top:.25rem}.bs-team img{float:left;width:2rem;margin-right:.5rem;border-radius:.25rem}.bs-docs-browser-bugs td p{margin-bottom:0}.bs-docs-browser-bugs th:first-child{width:18%}.bs-example>.row{margin-bottom:1rem}.bs-example>.row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bs-example{position:relative;padding:1.5rem;margin-top:1rem;margin-bottom:-1rem;border:solid #f7f7f9;border-width:.2rem 0 0}.bs-example:after,.bs-example:before{content:" ";display:table}.bs-example:after{clear:both}@media (min-width:480px){.bs-example{border-width:.2rem}}.bs-example+p{margin-top:2rem}.bs-example .container{width:auto}.bs-example>.card{float:left;max-width:15rem;margin:.25rem}.bs-example>.nav+.nav{margin-top:1rem}.bs-example>.table-responsive:last-child>.table,.bs-example>:last-child{margin-bottom:0!important}.bs-example>.close{float:none}.bs-example-type .table .type-info{color:#999;vertical-align:middle}.bs-example-type .table td{padding:1rem 0;border-color:#eee}.bs-example-type .table tr:first-child td{border-top:0}.bs-example-type h1,.bs-example-type h2,.bs-example-type h3,.bs-example-type h4,.bs-example-type h5,.bs-example-type h6{margin:0}.bs-example-bg-classes p{padding:1rem}.bs-example>.img-circle,.bs-example>.img-rounded,.bs-example>.img-thumbnail{margin:.25rem}.bs-example>.btn-group{margin-top:.25rem;margin-bottom:.25rem}.bs-example-control-sizing input[type=text]+input[type=text],.bs-example-control-sizing select,.bs-example>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.bs-example-form .input-group{margin-bottom:.5rem}.bs-example>textarea.form-control{resize:vertical}.bs-example>.list-group{max-width:400px}.bs-example .navbar:last-child{margin-bottom:0}.bs-navbar-bottom-example,.bs-navbar-top-example{z-index:1;padding:0;overflow:hidden}.bs-navbar-bottom-example .navbar-header,.bs-navbar-top-example .navbar-header{margin-left:0}.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{position:relative;margin-right:0;margin-left:0}.bs-navbar-top-example{padding-bottom:45px}.bs-navbar-top-example .navbar-fixed-top{top:-1px}.bs-navbar-bottom-example{padding-top:45px}.bs-navbar-bottom-example .navbar-fixed-bottom{bottom:-1px}.bs-navbar-bottom-example .navbar{margin-bottom:0}@media (min-width:768px){.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{position:absolute}}.bs-example .pagination{margin-top:.5rem;margin-bottom:.5rem}.bs-example>.pager{margin-top:0}.bs-example-modal{background-color:#f5f5f5}.bs-example-modal .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bs-example-modal .modal-dialog{left:auto;margin-right:auto;margin-left:auto}.bs-example>.dropdown>.dropdown-toggle{float:left}.bs-example>.dropdown>.dropdown-menu{position:static;display:block;margin-bottom:.25rem;clear:left}.bs-example-tabs .nav-tabs{margin-bottom:1rem}.bs-example-tooltips{text-align:center}.bs-example-tooltips>.btn{margin-top:.25rem;margin-bottom:.25rem}.bs-example-popover{padding-bottom:1.5rem;background-color:#f9f9f9}.bs-example-popover .popover{position:relative;display:block;float:left;width:260px;margin:1.25rem}.bs-example-tooltip .tooltip{position:relative;display:inline-block;margin:10px 20px;opacity:1}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.bs-example>.center-block{max-width:200px;padding:.5rem;background-color:#eee}.bs-example>.bg-danger,.bs-example>.bg-info,.bs-example>.bg-primary,.bs-example>.bg-success,.bs-example>.bg-warning{padding:.5rem;margin-top:.5rem;margin-bottom:.5rem}.highlight{padding:1.5rem;margin-top:1rem;margin-bottom:1rem;background-color:#f7f7f9}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#373a3c}.table-responsive .highlight pre{white-space:normal}.bs-table th small,.responsive-utilities th small{display:block;font-weight:400;color:#999}.responsive-utilities tbody th{font-weight:400}.responsive-utilities td{text-align:center}.responsive-utilities td.is-visible{color:#468847;background-color:#dff0d8!important}.responsive-utilities td.is-hidden{color:#ccc;background-color:#f9f9f9!important}.responsive-utilities-test{margin-top:.25rem}.responsive-utilities-test .col-xs-6{margin-bottom:.5rem}.responsive-utilities-test span{display:block;padding:1rem .5rem;font-size:1rem;font-weight:700;line-height:1.1;text-align:center;border-radius:.25rem}.hidden-on .col-xs-6>.not-visible,.visible-on .col-xs-6>.not-visible{color:#999;border:1px solid #ddd}.hidden-on .col-xs-6 .visible,.visible-on .col-xs-6 .visible{color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}@media (max-width:33.9em){.hidden-xs-only{display:none!important}}@media (min-width:34em) and (max-width:47.9em){.hidden-sm-only{display:none!important}}@media (min-width:48em) and (max-width:61.9em){.hidden-md-only{display:none!important}}@media (min-width:62em) and (max-width:74.9em){.hidden-lg-only{display:none!important}}@media (min-width:75em){.hidden-xl-only{display:none!important}}.bs-brand-logos{display:table;width:100%;margin-bottom:1rem;overflow:hidden;color:#563d7c;background-color:#f9f9f9;border-radius:.25rem}.bs-brand-item{padding:4rem 0;text-align:center}.bs-brand-item+.bs-brand-item{border-top:1px solid #fff}.bs-brand-logos .inverse{color:#fff;background-color:#563d7c}.bs-brand-item h1,.bs-brand-item h3{margin-top:0;margin-bottom:0}.bs-brand-item .bs-docs-booticon{margin-right:auto;margin-left:auto}@media (min-width:768px){.bs-brand-item{display:table-cell;width:1%}.bs-brand-item+.bs-brand-item{border-top:0;border-left:1px solid #fff}.bs-brand-item h1{font-size:4rem}}.zero-clipboard{position:relative;display:none;float:right}.btn-clipboard{position:absolute;top:0;right:0;z-index:10;display:block;padding:.25rem .5rem;font-size:75%;color:#818a91;cursor:pointer;background-color:#eceeef;border-radius:0 .2rem}.btn-clipboard-hover{color:#fff;background-color:#027de7}@media (min-width:768px){.zero-clipboard{display:block}}#focusedInput{border-color:#66afe9;outline:0;-webkit-box-shadow:0 0 .5rem rgba(102,175,233,.6);box-shadow:0 0 .5rem rgba(102,175,233,.6)}
\ No newline at end of file
index 2b07d8d1ec7603e746e2d78da6f2a79ef6c24292..b4ad38eae56f0d503f230e95a629149bc5ebf5f3 100644 (file)
@@ -35,6 +35,6 @@
                "../../../scss/mixins/_pulls.scss"
        ],
        "sourcesContent": [],
-       "mappings": "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",
+       "mappings": ";;;;;;AGAA;EAAO,kBAAkB;;AACzB;EAAK,OAAO;;AACZ;EAAO,OAAO;EAAS,kBAAkB;;AACzC;EAAK,OAAO;;AACZ;EAAK,OAAO;;AACZ;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,kBAAkB;EAAS,QAAQ;;AACzC;EAAM,YAAY;;AAClB;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,kBAAkB;EAAS,QAAQ;;AACzC;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAK,OAAO;;AACZ;EAAK,OAAO;;AACZ;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAK,OAAO;;AACZ;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;EAAS,YAAY;;AAClC;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AACb;EAAM,OAAO;;AAEb,KAAK,IAAI,KAAK,KAAK,KAAK,KAAK,MAAM;EAElB,OAAO;;AHxCxB;EAKE,UAAU;;AAIZ;EAKE,OAtBgB;EAuBhB,kBAAkB;EAClB,cAxBgB;EAwBlB,YAAY,QAAQ,YAAY,QAAQ,YAAY;IAKhD,OAAO;IACP,kBA9Bc;IA+Bd,cA/Bc;;AAmClB;EACE,OAAO;EACP,kBAAkB;EAClB,cArCgB;EAqClB,oBAAoB,QAAQ,oBAAoB,QAAQ,oBAAoB;IAKxE,OA3Cc;IA4Cd,aAAa;IACb,kBAAkB;IAClB,cAAc;;AAKlB;EAKE,SAAS;EACT,OAAO;EACP,QAAQ;EACR,WAAW;EACX,aAAa;EACb,aAAa;EACb,OAAO;EACP,YAAY;EACZ,QAAQ;EACR,kBAjEgB;EAkEhB,eAAe;EAAjB,iBAAiB;IAGb,OArEc;IAsEd,kBAAkB;EACtB,iBAAiB;IAEb,kBAAkB;IAClB,QAAQ;;AAKZ;EAKE,eAAe;EACf,kBAAkB;EAClB,eAAe;EAAjB,aAAa,gBAAgB;IAGzB,aAAa;IACb,OAAO;EACX,aAAa;IAGT,aAAa;IACb,OAAO;IAAX,aAAa,SAAS,QAAQ,aAAa,SAAS;MAI9C,OAAO;MACP,kBAAkB;;AAKxB;EAkBE,YAAY;EACZ,WAAW;EACX,OAAO;EACP,YAAY;EACZ,YAAY;;AAEd;EACE,cAAc;EACd,YAAY;EACZ,OAAO;;AAET,sBAAsB;EACpB,SAAS;EACT,SAAS;;AAEX,sBAAsB,EAAE;EACtB,cAAc;;AAGhB;EAAA,gBAAgB;IAEZ,eAAe;;EACnB,SAAS;IAEL,YAAY;;;AAKhB;EAKE,eAAe;EACf,YAAY;;AAEd;EACE,SAAS;EACT,cAAc;EACd,eAAe;EACf,YAAY;;AAEd,wBAAwB;EACtB,SAAS;EACT,SAAS;EACT,aAAa;;AAEf,wBAAwB;EACtB,OAAO;;AAET,wBAAwB;EACtB,OAAO;;AAGT;EAEE,UAAU;EACV,QAAQ;;AAGV;EAAA,SAAS;IAEL,aAAa;IACb,YAAY;;;AAKhB;EAME,UAAU;EACV,SAAS;EACT,OAAO;EACP,YAAY;EACZ,aAAa;EACb,kBAAkB;EyBzMlB,kBAAkB;EAClB,mBAAmB;EACnB,QAAQ;;AzB2MV,kBAAkB;EAChB,QAAQ;;AAEV,kBAAkB;EAChB,aAAa;EACb,aAAa;EACb,OAAO;;AAET,kBAAkB;EAChB,QAAQ;EACR,WAAW;EACX,OAAO;;AAET,kBAAkB;EAChB,YAAY;EACZ,eAAe;EACf,OAAO;;AAET,kBAAkB;EAChB,OAAO;EACP,SAAS;EACT,WAAW;;AAGb;EAAA,kBAAkB;IAEd,OAAO;;;AAIX;EAAA;IAEI,SAAS;;EACb,kBAAkB;IAEd,WAAW;;EACf,kBAAkB;IAEd,WAAW;;;AAIf;EAAA,kBAAkB;IAEd,OAAO;IACP,WAAW;;;AAKf;EAKE,aAAa;EACb,gBAAgB;EAChB,eAAe;EACf,YAAY;EACZ,kBA1QgB;EA0QlB,gBAAgB;IAGZ,UAAU;EACd,gBAAgB;IAGZ,YAAY;IACZ,OAAO;EACX,gBAAgB;IAGZ,eAAe;IACf,aAAa;IACb,OAAO;EAGT;IA1BF;MA2BI,YAAY;MAAhB,gBAAgB;QAGV,WAAW;QACX,aAAa;EAIjB;IAnCF;MAoCI,aAAa;MACb,gBAAgB;MAApB,gBAAgB,IAAI,gBAAgB;QAI9B,cAAc;;AAMpB;EAKE,OAAO;EACP,QAAQ;EACR,SAAS;EACT,QAAQ;EACR,UAAU;;EACV,WAAW;EACX,aAAa;EACb,OAAO;EACP,YAAY;EACZ,YAAY;EACZ,QAAQ;;AAIV;EACE,QAAQ;;AAEV,gBAAgB;EAEd,SAAS;EACT,OAAO;EACP,OAAO;EACP,QAAQ;EACR,aAAa;EACb,aAAa;;AAEf;EACE,aAAa;;AAEf;EACE,OAAO;EACP,YAAY;;AAEd,eAAe,GAAG,cAAc;EAE9B,OAAO;EAAT,eAAe,CAAC,QAAQ,cAAc,CAAC;IAGnC,OAAO;;AAGX,UAAU,YAAY;EACpB,SAAS;;AAcX;EAAA;IAEI,OAAO;IACP,QAAQ;IACR,cAAc;IACd,eAAe;;EACnB,kBAAkB;IAEd,QAAQ;;;AAIZ;EAAA;IAEI,cAAc;IACd,aAAa;;;AAIjB;EAAA;IAEI,OAAO;IACP,OAAO;IACP,SAAS;IACT,QAAQ;;EAEZ,kBAAkB;IAEZ,OAAO;IACP,QAAQ;IACR,OAAO;IACP,cAAc;EACpB,kBAAkB,eAAe,GAAG,kBAAkB,cAAc;IAG9D,OAAO;;;AAMb;EAKE,aAAa;EACb,gBAAgB;EAChB,WAAW;EACX,aAAa;EACb,OAAO;EACP,YAAY;EACZ,kBAAkB;EAClB,eAAe;;AAEjB,sBAAsB;EACpB,YAAY;EACZ,YAAY;;AAGd;EACE,eAAe;EACf,WAAW;EACX,aAAa;EACb,OAAO;;AAET;EACE,OAAO;EACP,QAAQ;;AAEV,oBAAoB;EAClB,eAAe;EACf,aAAa;EACb,OAAO;;AAET;EACE,SAAS;EACT,eAAe;EACf,OAAO;;AAET,uBAAuB;EACrB,OC7b2B;ED8b3B,iBAAiB;;AAEnB,wBAAwB;EACtB,SAAS;EACT,eAAe;;AAGjB;EAAA,oBAAoB;IAEhB,YAAY;;;AAGhB;EAAA;IAEI,aAAa;IACb,gBAAgB;;EACpB;IAEI,WAAW;;EACf,oBAAoB;IAEhB,WAAW;IACX,cAAc;IACd,aAAa;;EACjB,oBAAoB;IAEhB,YAAY;;;AAKhB;EAKE,cAAc;EACd,aAAa;;AAEf,wBAAwB;EACtB,SAAS;;AAEX,wBAAwB;EACtB,YAAY;;AAGd;EAAA,wBAAwB,SAAS,aAAa;IAE1C,wBAAwB;IACxB,2BAA2B;;EAC/B,wBAAwB,SAAS,YAAY;IAEzC,yBAAyB;IACzB,4BAA4B;;;AAKhC,aAAa;EAKX,eAAe;;AAEjB,aAAa;EACX,eAAe;;AAEjB,aAAa;EACX,eAAe;;AAGjB;EAAA;IAEI,cAAc;IACd,aAAa;;EACjB,eAAe;IAEX,eAAe;IACf,cAAc;;;AAKlB;EAKE,UAAU;EACV,WAAW;EACX,SAAS;EACT,cAAc;EACd,aAAa;EAEb;IAXF;MAYI,SAAS;EAGX;IAfF;MAgBI,SAAS;EACb,qBAAqB;IAGjB,SAAS;IACT,OAAO;IACP,WAAW;IACX,YAAY;IACZ,eCzgByB;IDghB7B,qBAAqB,QAAQ,QAAQ,KAAK,IAAI,qBAAqB,QAAQ,QAAQ,KAAK,IAAI,qBAAqB,QAAQ,QAAQ,KAAK,IAAI,qBAAqB,QAAQ,QAAQ,KAAK,IAAI,qBAAqB,QAAQ,QAAQ,KAAK,IAAI,qBAAqB,QAAQ,QAAQ,KAAK;MAGtQ,SCpcsB;MDqctB,aCvfmB;MDwfnB,gBAAgB;MAEhB,QAAQ;;AAQlB;EAKE,SAAS;EACT,eAAe;EACf,kBAAkB;;AAGpB,iBAAiB;EACf,UAAU;EACV,KAAK;EACL,OAAO;EACP,SAAS;;AAEX,iBAAiB,eAAe;EAC9B,kBAAkB;;AAGpB,iBAAiB;EACf,OAAO;EACP,cAAc;;AAGhB,iBAAiB;EACf,SAAS;EACT,QAAQ;;AAGV;EAAA;IAEI,cAAc;;EAClB;IAEI,UAAU;IACV,KAAK;IACL,QAAQ;IACR,MAAM;IACN,SAAS;IACT,OAAO;IACP,YAAY;IACZ,YAAY;IyBzmBd,kBAAkB;IAClB,mBAAmB;IACnB,QAAQ;;;AzB4mBV,iBAAiB;EACf,SAAS;EACT,OAAO;EACP,QAAQ;EACR,SAAS;EACT,WAAW;EACX,aAAa;EACb,aAAa;EACb,OAAO;;AAET,sBAAsB,QAAQ,sBAAsB;EAElD,OAAO;EACP,iBAAiB;;AAGnB;EACE,UAAU;EACV,cAAc;EACd,eAAe;EACf,aAAa;EAAf,gBAAgB;IAGZ,QAAQ;IACR,aAAa;IACb,gBAAgB;IAChB,OAAO;IACP,kBAAkB;IAClB,cAAc;IAAlB,gBAAgB,aAAa;MAGvB,cAAc;MACd,YAAY;;AAKlB;EACE,KAAK;EACL,OAAO;EACP,SAAS;EACT,SAAS;EACT,UAAU;EACV,WAAW;EACX,QAAQ;EAAV,0BAA0B,KAAK;IAG3B,cAAc;IACd,eAAe;EACnB,0BAA0B,EAAE;IAEP,YAAY;EAAjC,0BAA0B,EAAE;IACR,eAAe;EAAnC,0BAA0B;IAGtB,SAAS;IACT,OAAO;IACP,YAAY;;AAKhB;EACE,SAAS;;AAGX;EACE,SAAS;EACT,SAAS;EACT,WAAW;EACX,OAAO;;AAET,iBAAiB,QAAQ,iBAAiB;EAExC,OAxrBgB;EAyrBhB,iBAAiB;;AAEnB,UAAU;EACR,aAAa;EACb,OA7rBgB;;AA+rBlB,UAAU;EACR,SAAS;;AAGX,iBAAiB;EACf,YAAY;EACZ,eAAe;;AAEjB,iBAAiB;EACf,YAAY;;AAEd,iBAAiB;EACf,eAAe;;AAGjB,iBAAiB,OAAO,KAAK;EAE3B,SAAS;EACT,SAAS;EACT,WAAW;EACX,OAAO;;AAET,iBAAiB,OAAO,KAAK,CAAC,QAAQ,iBAAiB,OAAO,KAAK,CAAC;EAElE,OAvtBgB;EAwtBhB,iBAAiB;EACjB,kBAAkB;;AAEpB,iBAAiB,OAAO,UAAU,GAAG,iBAAiB,OAAO,OAAO,SAAS,GAAG,iBAAiB,OAAO,OAAO,SAAS;EAGtH,aAAa;EACb,OA/tBgB;EAguBhB,kBAAkB;;AAGpB,iBAAiB,KAAK;EAEpB,SAAS;EACT,gBAAgB;;AAElB,iBAAiB,KAAK,OAAO,KAAK;EAChC,aAAa;EACb,gBAAgB;EAChB,cAAc;EACd,WAAW;EACX,aAAa;;AAEf,iBAAiB,KAAK,OAAO,UAAU,GAAG,iBAAiB,KAAK,OAAO,OAAO,SAAS,GAAG,iBAAiB,KAAK,OAAO,OAAO,SAAS;EAGrI,aAAa;;AAGf,iBAAiB,OAAO,UAAU;EAChC,SAAS;;AAEX,iBAAiB,KAAK,OAAO,KAAK;EAChC,aAAa;EACb,gBAAgB;EAChB,cAAc;EACd,WAAW;;AAQb,mBAAmB;EAEf,YAAY;EACZ,aAAa;AACjB,mBAAmB;EAGf,YAAY;;AAIhB;EACE,cAAc;EAAhB,iBAAiB;IAGb,cAAc;IACd,WAAW;IACX,aAAa;;AAKjB;EAKE,SAAS;EACT,YAAY;EACZ,eAAe;EACf,QAAQ;EACR,mBAAmB;EACnB,eAAe;;AAEjB,YAAY;EACV,YAAY;EACZ,eAAe;;AAEjB,YAAY,CAAC;EACX,eAAe;;AAEjB,YAAY;EACV,eAAe;;AAGjB,cAAc;EACZ,YAAY;;AASd;EAJE,mBAtzBgB;EAszBlB,mBAAmB;IAEZ,OAxzBW;;AA2zBlB;EALE,mBArzBgB;EAqzBlB,oBAAoB;IAEb,OAvzBW;;AA2zBlB;EANE,mBApzBgB;EAozBlB,iBAAiB;IAEV,OAtzBW;;AA6zBlB;EAKE,QAAQ;EACR,UAAU;;AAGZ;EACE,OAAO;EACP,OAAO;EACP,QAAQ;EACR,cAAc;EACd,aAAa;EACb,eAAe;EAEf;IARF;MASI,OAAO;MACP,QAAQ;;AAKZ,gBAAgB;EAEZ,kBA51Bc;AA61BlB,gBAAgB;EAEZ,kBA91Bc;AA+1BlB,gBAAgB;EAEZ,kBAAkB;AACtB,gBAAgB;EAEZ,kBAAkB;;AAStB,SAAS;EAEL,aAAa;EACb,OAAO;AACX,SAAS,YAAY;EAEjB,OAAO;EACP,iBAAiB;AACrB,SAAS;EAEL,OAAO;EACP,OAAO;EACP,QAAQ;EACR,YAAY;AAChB,SAAS;EAEL,OAAO;EACP,OAAO;EACP,cAAc;EACd,eAAe;;AASnB,sBAAsB,GAAG;EAErB,eAAe;AACnB,sBAAsB,EAAE;EAEpB,OAAO;;AAIX,cAAc;EAKZ,eAAe;;AAEjB,cAAc,OAAO;EACnB,aAAa;EACb,gBAAgB;EAChB,kBAAkB;EAClB,QAAQ;;AAIV;EAKE,UAAU;EACV,SAAS;EACT,YAAY;EACZ,eAAe;EACf,QAAQ;EACR,cAAc;E0B/6BhB,WAAW,SAAS,WAAW;IAG3B,SAAS;IACT,SAAS;EACb,WAAW;IAEP,OAAO;E1B26BT;IAbF;MAcI,cAAc;EAClB,cAAc;IAGV,YAAY;EAChB,YAAY;IAIR,OAAO;EACX,cAAc;IAIV,OAAO;IACP,WAAW;IACX,QAAQ;EACZ,cAAc,OAAO;IAGjB,YAAY;;AAKhB,cAAc,CAAC,aAAa,cAAc,iBAAiB,cAAc;EAGvE,eAAe;;AAEjB,cAAc;EACZ,OAAO;;AAGT,iBAAiB,OAAO;EAEtB,OAAO;EACP,gBAAgB;;AAElB,iBAAiB,OAAO;EACtB,SAAS;EACT,cAAc;;AAEhB,iBAAiB,OAAO,EAAE,aAAa;EACrC,YAAY;;AAEd,iBAAiB,IAAI,iBAAiB,IAAI,iBAAiB,IAAI,iBAAiB,IAAI,iBAAiB,IAAI,iBAAiB;EAMxH,QAAQ;;AAGV,uBAAuB;EAErB,SAAS;;AAGX,cAAc,aAAa,cAAc,cAAc,cAAc;EAInE,QAAQ;;AAGV,cAAc;EAOZ,YAAY;EACZ,eAAe;;AAEjB,cAAc,eAAe;EAC3B,YAAY;;AAGd,2BAA2B,QAAQ,2BAA2B,KAAK,gBAAgB,KAAK;EAGtF,YAAY;;AAEd,iBAAiB;EACf,eAAe;;AAEjB,cAAc,QAAQ;EACpB,QAAQ;;AAGV,cAAc;EAEZ,WAAW;;AAGb,YAAY,OAAO;EAEjB,eAAe;;AAEjB,wBAAwB;EAEtB,SAAS;EACT,SAAS;EACT,UAAU;;AAEZ,uBAAuB,gBAAgB,0BAA0B;EAE/D,aAAa;;AAEf,uBAAuB,mBAAmB,0BAA0B;EAElE,UAAU;EACV,cAAc;EACd,aAAa;;AAEf;EACE,gBAAgB;;AAElB,uBAAuB;EACrB,KAAK;;AAEP;EACE,aAAa;;AAEf,0BAA0B;EACxB,QAAQ;;AAEV,0BAA0B;EACxB,eAAe;;AAEjB;EAAA,uBAAuB,mBAAmB,0BAA0B;IAGhE,UAAU;;;AAId,YAAY;EAEV,YAAY;EACZ,eAAe;;AAGjB,cAAc;EAEZ,YAAY;;AAGd;EAEE,kBAAkB;;AAEpB,kBAAkB;EAChB,UAAU;EACV,KAAK;EACL,OAAO;EACP,QAAQ;EACR,MAAM;EACN,SAAS;EACT,SAAS;;AAEX,kBAAkB;EAChB,MAAM;EACN,cAAc;EACd,aAAa;;AAGf,cAAc,YAAY;EAExB,OAAO;;AAET,cAAc,YAAY;EACxB,UAAU;EACV,SAAS;EACT,eAAe;EACf,OAAO;;AAGT,iBAAiB;EAEf,eAAe;;AAGjB;EAEE,YAAY;;AAEd,uBAAuB;EACrB,YAAY;EACZ,eAAe;;AAGjB;EAEE,gBAAgB;EAChB,kBAAkB;;AAEpB,oBAAoB;EAClB,UAAU;EACV,SAAS;EACT,OAAO;EACP,OAAO;EACP,QAAQ;;AAGV,oBAAoB;EAElB,UAAU;EACV,SAAS;EACT,QAAQ;EACR,SAAS;;AAGX;EAEE,UAAU;EACV,QAAQ;EACR,YAAY;EACZ,UAAU;;AAIZ,cAAa;EAET,WAAW;EACX,SAAS;EACT,kBAAkB;AACtB,cAAa,aAAa,cAAa,aAAa,cAAa,UAAU,cAAa,aAAa,cAAa;EAO9G,SAAS;EACT,YAAY;EACZ,eAAe;;AAKnB;EAKE,SAAS;EACT,YAAY;EACZ,eAAe;EACf,kBAAkB;;AAEpB,WAAW;EACT,SAAS;EACT,YAAY;EACZ,eAAe;EACf,kBAAkB;EAClB,QAAQ;;AAEV,WAAW,IAAI;EACb,WAAW;EACX,OC7rC2B;;ADisC7B,kBAAkB,WAAW;EAM3B,aAAa;;AAGf,UAAU,GAAG,OAAO,sBAAsB,GAAG;EAG3C,SAAS;EACT,aAAa;EACb,OAAO;;AAET,sBAAsB,MAAM;EAC1B,aAAa;;AAEf,sBAAsB;EACpB,YAAY;;AAEd,sBAAsB,EAAE;EACtB,OAAO;EACP,kBAAkB;;AAEpB,sBAAsB,EAAE;EACtB,OAAO;EACP,kBAAkB;;AAGpB;EAEE,YAAY;;AAEd,2BAA2B;EACzB,eAAe;;AAEjB,2BAA2B;EACzB,SAAS;EACT,SAAS;EACT,WAAW;EACX,aAAa;EACb,aAAa;EACb,YAAY;EACZ,eAAe;;AAIjB,YAAY,YAAY,cAAc,WAAW,YAAY;EAEvD,OAAO;EACP,QAAQ;;AAMd,YAAY,UAAU,UAAU,WAAW,UAAU;EAE/C,OAAO;EACP,kBAAkB;EAClB,QAAQ;;AI9sCV;EJmtCJ;IAEI,SAAS;;;AInsCT;EJssCJ;IAEI,SAAS;;;AIxsCT;EJ2sCJ;IAEI,SAAS;;;AI7sCT;EJgtCJ;IAEI,SAAS;;;AIjvCT;EJovCJ;IAEI,SAAS;;;AAIb;EAME,SAAS;EACT,OAAO;EACP,eAAe;EACf,UAAU;EACV,OAAO;EACP,kBAAkB;EAClB,eAAe;;AAGjB;EAEE,SAAS;EACT,YAAY;;AAEd,iBAAiB;EACf,YAAY;;AAEd,gBAAgB;EACd,OAAO;EACP,kBAAkB;;AAGpB,eAAe,IAAI,eAAe;EAGhC,YAAY;EACZ,eAAe;;AAEjB,eAAe;EACb,cAAc;EACd,aAAa;;AAmBf;EAAA;IAEI,SAAS;IACT,OAAO;;EACX,iBAAiB;IAEb,YAAY;IACZ,aAAa;;EACjB,eAAe;IAEX,WAAW;;;AAKf;EAKE,UAAU;EACV,SAAS;EACT,OAAO;;AAET;EACE,UAAU;EACV,KAAK;EACL,OAAO;EACP,SAAS;EACT,SAAS;EACT,SAAS;EACT,WAAW;EACX,OAAO;EACP,QAAQ;EACR,kBAAkB;EAClB,eAAe;;AAEjB;EACE,OAAO;EACP,kBAAkB;;AAGpB;EAAA;IAEI,SAAS;;;AAKb;EAME,cC7sC+B;ED8sC/B,SAAS;EACT,SAAS;EACT,YAAY",
        "names": []
 }
\ No newline at end of file
index 18b5fa252c28c658a6276ee9737d2704cf7d7831..5b8082df0c3965c66ec4f32f6f6f801c357224d5 100644 (file)
@@ -329,11 +329,12 @@ body {
   overflow: hidden; /* clearfix */
   font-size: .8rem !important;
   line-height: 1rem !important;
-  color: $bs-purple-light !important;
+  color: $gray !important;
   text-align: left;
-  background: transparent !important;
-  border: solid #866ab3 !important;
-  border-width: 1px 0 !important;
+  background: #f5f5f5 !important;
+  border: 0 !important;
+  // border: solid #e5e5e5 !important;
+  // border-width: 1px 0 !important;
 }
 .carbonad-img {
   margin: 0 !important;
@@ -356,7 +357,11 @@ body {
 }
 .carbonad-text a,
 .carbonad-tag a {
-  color: #fff !important;
+  color: $gray !important;
+
+  &:hover {
+    color: $brand-primary !important;
+  }
 }
 .carbonad #azcarbon > img {
   display: none; // hide what I assume are tracking images
@@ -394,15 +399,22 @@ body {
 
 @media (min-width: 992px) {
   .carbonad {
-    position: absolute;
-    top: 2rem;
-    right: 4rem;
+    float: right;
     width: 330px !important;
     padding: 1rem !important;
-    margin: 0 !important;
+    margin: .5rem 0 1rem 2rem !important;
   }
-  .bs-docs-masthead .carbonad {
-    position: static;
+  .bs-docs-masthead {
+    .carbonad {
+      float: none;
+      margin: 0 !important;
+      color: $bs-purple-light !important;
+      border-color: #866ab3 !important;
+    }
+    .carbonad-text a,
+    .carbonad-tag a {
+      color: #fff !important;
+    }
   }
 }
 
@@ -548,7 +560,7 @@ body {
   }
 
   @media (min-width: 992px) {
-    padding: 2rem 4rem;
+    padding: 4rem;
   }
 
   > table {
@@ -776,26 +788,9 @@ body {
 //
 
 .bs-docs-content {
-  > h1 {
-    padding-top: 2rem;
-    margin-top: 3rem;
-
-    &:first-child {
-      margin-top: 0;
-    }
-
-     + p {
-      font-size: 1.25rem;
-      font-weight: 300;
-    }
-  }
-
   > h2 {
     margin-top: 3rem;
-    margin-bottom: 1.5rem;
     font-weight: normal;
-    padding-bottom: 1rem;
-    border-bottom: .065rem solid #eee;
   }
 
   > h3 {
@@ -803,6 +798,16 @@ body {
   }
 }
 
+.bs-docs-title {
+  margin-right: 23rem;
+
+  + p {
+    margin-right: 23rem;
+    font-size: 1.25rem;
+    font-weight: 300;
+  }
+}
+
 
 //
 // Callouts
index 1a6c0961fd4dfa5bc9518c27d92a40463d739442..c1c6afb0d480f4eaf84db0eacbde277fc602856c 100644 (file)
@@ -3,7 +3,7 @@ layout: page
 title: Button dropdown
 ---
 
-Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper menu markup.
+Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper dropdown menu markup.
 
 <div class="bs-callout bs-callout-danger">
   <h4>Plugin dependency</h4>
index db7df7465a4ef577d8f96839ac1ad67572575a7f..2fb83f71f9738ad8883b0e72cd6102ae988e3810 100644 (file)
@@ -5,6 +5,8 @@ title: Jumbotron
 
 A lightweight, flexible component that can optionally extend the entire viewport to showcase key marketing messages on your site.
 
+## Example
+
 {% example html %}
 <div class="jumbotron">
   <h1 class="jumbotron-heading">Hello, world!</h1>
index e322379c5414212de146bc04e07d29b74525ac74..a93a7b5d061b6988b010db9c4cf0ced2f9e971e8 100644 (file)
@@ -5,6 +5,8 @@ title: Page header
 
 A simple shell for an `h1` to appropriately space out and segment sections of content on a page. It can utilize the `h1`'s default `small` element, as well as most other components (with additional styles).
 
+## Example
+
 {% example html %}
 <div class="page-header">
   <h1>Example page header <small>Subtext for header</small></h1>
index ac2ccc6cf3ad2b3c4fc6c39c89214d5a726c48c6..e559c4635a423d08e12cb135bca771076bb1fff9 100644 (file)
@@ -3,7 +3,11 @@ layout: page
 title: Buttons
 ---
 
-Use any of the available button classes to quickly create a styled button.
+Buttons are used to execute actions in forms, dialogs, and more. Use any of the available button classes to quickly create a styled button.
+
+## Examples
+
+Bootstrap includes six predefined button styles, each serving its own semantic purpose.
 
 {% example html %}
 <!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
index 8966a71db0281910480f005ef86c27ae4925d9ed..15de2861891db20caaffc1f75f570fbddec0b296 100644 (file)
@@ -3,7 +3,7 @@ layout: page
 title: Contents
 ---
 
-Bootstrap is downloadable in two forms, within which you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.
+Bootstrap can come in one of two forms, as precompiled or source code. Learn more about each form's contents and structure below.
 
 <div class="bs-callout bs-callout-warning" id="jquery-required">
   <h4>jQuery required</h4>
index 8e2f6814d8790cde3ac1d1fbf03372e3247d4ce5..b4476eb10c5ef9b117f624217e3821e09f019a40 100644 (file)
@@ -3,7 +3,9 @@ layout: page
 title: Quick start
 ---
 
-Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets.
+Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks.
+
+Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets.
 
 **Disabled for v4 during alpha releases.**
 
index 989e94442038086fa457f28209f1bd789c2efd69..92112abd3b29966959262ae15e6f2332aa541716 100644 (file)
@@ -1,9 +1,9 @@
 ---
 layout: page
-title: Browser and device support
+title: Supported platforms
 ---
 
-Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older browsers might display differently styled, though fully functional, renderings of certain components.
+Bootstrap is built to work best with the latest techniques. As such, older desktop and mobile browsers may display differently, but should remain fully functional.
 
 ### Supported browsers
 
index 029cc18868023a86083281e9105638d3c8ad8ec6..328ee57375a3110e1c90a1c1855be2dba243a2e5 100644 (file)
@@ -3,11 +3,9 @@ layout: page
 title: Containers
 ---
 
-Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose from one of two containers—fixed width or fluid width—to use in your projects.
+Bootstrap requires a containing element to wrap site contents and house our grid system. Choose from the fixed or fluid width variation.
 
-Containers *can* be nested, but be aware that most layouts don't require it.
-
-Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size.
+Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size. **Containers *can* be nested, but be aware that most layouts don't require it.**
 
 {% highlight html %}
 <div class="container">
index 0a5abce9dde3d0fdcaa1cea71bfda8eb5d392b44..bed04585b86c5476ace695a1cab03e557e9cfca9 100644 (file)
@@ -3,7 +3,9 @@ layout: page
 title: Grid system
 ---
 
-Bootstrap includes a powerful grid system for building layouts of all shapes and sizes. It's based on a 12 column layout and features multiple tiers for different device sizes. Put it to work with our predefined classes or semantic mixins. Plus, it's mobile-first!
+Bootstrap includes a powerful mobile-first grid system for building layouts of all shapes and sizes based on a 12 column layout.
+
+There are multiple tiers for different device sizes, available via our predefined classes or semantic mixins.
 
 ### Quick start
 
index d70e8130aa1ab52e94952a5c78bd932546357a83..fd2c2ea53ea55f15e1264ea328a458bc1936167a 100644 (file)
@@ -3,9 +3,9 @@ layout: page
 title: Media queries
 ---
 
-Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices.
+Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components.
 
-Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components.
+Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices. Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components.
 
 {% highlight scss %}
 /* Extra small devices (portrait phones, less than ???px) */
index 4fc78088423946043d316091a5dbec0fcc0abe84..5104895ecf5f08d62e9ba4c1601a6da937f3dcf3 100644 (file)
@@ -3,7 +3,7 @@ layout: page
 title: Media
 ---
 
-Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.
+Abstract object styles for building custom components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.
 
 ### Default media