diff --git a/bower.json b/bower.json index d09b8a5..7f325b8 100644 --- a/bower.json +++ b/bower.json @@ -19,10 +19,10 @@ "dependencies": { "bootstrap": "^3.3.4", "Bootflat": "^2.0.4", - "Colors": "^2.2.0", + "colors": "^0.2.0", "jquery": "^2.1.3", "sweetalert": "0.5.0", - "Yamm3": "1.0.0" + "yamm3": "1.0.0" } } diff --git a/static/bower_components/Bootflat/bootflat/css/bootflat.css b/static/bower_components/Bootflat/bootflat/css/bootflat.css new file mode 100644 index 0000000..e5160a9 --- /dev/null +++ b/static/bower_components/Bootflat/bootflat/css/bootflat.css @@ -0,0 +1,2620 @@ +/* + * bootflat 2.0.4 + * + * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.2.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. + * + * Homepage: http://bootflat.github.com/ + * + * By @Flathemes + * + * Last modify time: 2014-09-03 + * + * Licensed under the MIT license. Please see LICENSE for more information. + * + * Copyright 2013 FLATHEMES. + * + */ + +/** + * typography + * -------------------------------------------------- + */ +body { + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; + color: #434a54; + background-color: white; +} + +a { + color: #3bafda; + text-decoration: none; +} +a:hover, a:focus { + color: #4fc1e9; + text-decoration: none; +} +a:focus { + outline: none; +} + +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: inherit; + font-weight: 700; + line-height: 1.1; + color: inherit; +} + +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small { + color: #e7e9ec; +} + +h1, +h2, +h3 { + margin-top: 30px; + margin-bottom: 15px; +} + +h4, +h5, +h6 { + margin-top: 15px; + margin-bottom: 15px; +} + +h6 { + font-weight: normal; +} + +h1, +.h1 { + font-size: 51px; +} + +h2, +.h2 { + font-size: 43px; +} + +h3, +.h3 { + font-size: 30px; +} + +h4, +.h4 { + font-size: 19px; +} + +h5, +.h5 { + font-size: 18px; +} + +h6, +.h6 { + font-size: 14px; +} + +blockquote { + border-left: 3px solid #ccd1d9; +} + +.img-rounded { + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} + +.img-comment { + margin: 24px 0; + font-size: 15px; + font-style: italic; + line-height: 1.2; +} + +/** + * button + * -------------------------------------------------- + */ +.btn { + color: white; +} +.btn, .btn.disabled, .btn[disabled] { + background-color: #aab2bd; + border-color: #aab2bd; +} +.btn:hover, .btn:focus, .btn:active, .btn.active { + color: white; + background-color: #ccd1d9; + border-color: #ccd1d9; + outline: none !important; +} +.btn:active, .btn.active { + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125); +} +.btn.disabled, .btn[disabled] { + filter: alpha(opacity=45); + opacity: .45; +} +.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] { + color: #3bafda; + background-color: transparent; + border-color: transparent; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.btn-link:hover, .btn-link:focus { + text-decoration: underline; +} +.btn-default { + color: #434a54; + border-color: #aab2bd !important; +} +.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { + background-color: #ccd1d9; + border-color: #ccd1d9; +} +.btn-default, .btn-default.disabled, .btn-default[disabled] { + background-color: white; +} +.open .dropdown-toggle.btn-default { + background-color: #ccd1d9; + border-color: #ccd1d9; +} +.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { + background-color: #3bafda; + border-color: #3bafda; +} +.btn-primary:hover, .btn-primary:focus { + background-color: #4fc1e9; + border-color: #4fc1e9; +} +.open .dropdown-toggle.btn-primary { + background-color: #4fc1e9; + border-color: #4fc1e9; +} +.btn-info, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { + background-color: #37bc9b; + border-color: #37bc9b; +} +.btn-info:hover, .btn-info:focus { + background-color: #48cfad; + border-color: #48cfad; +} +.open .dropdown-toggle.btn-info { + background-color: #48cfad; + border-color: #48cfad; +} +.btn-success, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { + background-color: #8cc152; + border-color: #8cc152; +} +.btn-success:hover, .btn-success:focus { + background-color: #a0d468; + border-color: #a0d468; +} +.open .dropdown-toggle.btn-success { + background-color: #a0d468; + border-color: #a0d468; +} +.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { + background-color: #f6bb42; + border-color: #f6bb42; +} +.btn-warning:hover, .btn-warning:focus { + background-color: #ffce54; + border-color: #ffce54; +} +.open .dropdown-toggle.btn-warning { + background-color: #ffce54; + border-color: #ffce54; +} +.btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled], +.btn-danger .open .dropdown-toggle.btn { + background-color: #da4453; + border-color: #da4453; +} +.btn-danger:hover, .btn-danger:focus { + background-color: #ed5565; + border-color: #ed5565; +} +.open .dropdown-toggle.btn-danger { + background-color: #ed5565; + border-color: #ed5565; +} + +/** + * button-group + * -------------------------------------------------- + */ +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125); +} +.btn-group .btn { + border-left-color: #96a0ad; +} +.btn-group.open .btn-default.dropdown-toggle, .btn-group .btn-default:focus, .btn-group .btn-default:active, .btn-group .btn-default.active { + color: white; +} +.btn-group .btn-primary, .btn-group .btn-primary:focus, .btn-group .btn-primary:active, .btn-group .btn-primary.active { + border-left-color: #269ecb; +} +.btn-group .btn-success, .btn-group .btn-success:focus, .btn-group .btn-success:active, .btn-group .btn-success.active { + border-left-color: #7ab03f; +} +.btn-group .btn-warning, .btn-group .btn-warning:focus, .btn-group .btn-warning:active, .btn-group .btn-warning.active { + border-left-color: #efa50b; +} +.btn-group .btn-danger, .btn-group .btn-danger:focus, .btn-group .btn-danger:active, .btn-group .btn-danger.active { + border-left-color: #d1293a; +} +.btn-group .btn-info, .btn-group .btn-info:focus, .btn-group .btn-info:active, .btn-group .btn-info.active { + border-left-color: #2fa084; +} +.btn-group .btn:first-child, .btn-group .btn-primary:first-child, .btn-group .btn-success:first-child, .btn-group .btn-warning:first-child, .btn-group .btn-danger:first-child, .btn-group .btn-info:first-child { + border-left-color: transparent; +} + +.btn-group-vertical .btn, .btn-group-vertical .btn-group .btn-primary { + border-top-color: #96a0ad !important; +} +.btn-group-vertical .btn-primary, .btn-group-vertical .btn-primary:focus, .btn-group-vertical .btn-primary:active, .btn-group-vertical .btn-primary.active, .btn-group-vertical .btn-group .btn-primary { + border-top-color: #269ecb !important; +} +.btn-group-vertical .btn-success, .btn-group-vertical .btn-success:focus, .btn-group-vertical .btn-success:active, .btn-group-vertical .btn-success.active, .btn-group-vertical .btn-group .btn-success { + border-top-color: #7ab03f !important; +} +.btn-group-vertical .btn-warning, .btn-group-vertical .btn-warning:focus, .btn-group-vertical .btn-warning:active, .btn-group-vertical .btn-warning.active, .btn-group-vertical .btn-group .btn-warning { + border-top-color: #efa50b !important; +} +.btn-group-vertical .btn-danger, .btn-group-vertical .btn-danger:focus, .btn-group-vertical .btn-danger:active, .btn-group-vertical .btn-danger.active, .btn-group-vertical .btn-group .btn-danger { + border-top-color: #d1293a !important; +} +.btn-group-vertical .btn-info, .btn-group-vertical .btn-info:focus, .btn-group-vertical .btn-info:active, .btn-group-vertical .btn-info.active, .btn-group-vertical .btn-group .btn-info { + border-top-color: #2fa084 !important; +} +.btn-group-vertical .btn:not(.btn-default):first-child, .btn-group-vertical .btn-primary:first-child, .btn-group-vertical .btn-success:first-child, .btn-group-vertical .btn-warning:first-child, .btn-group-vertical .btn-danger:first-child, .btn-group-vertical .btn-info:first-child { + border-top: none; +} + +/** + * labels and badges + * -------------------------------------------------- + */ +.label, +.badge { + background-color: #aab2bd; +} + +.label-default, +.badge-default { + color: #434a54; + background-color: white; + border: 1px solid #aab2bd; +} + +.label-primary, +.badge-primary { + background-color: #3bafda; + border-color: #3bafda; +} + +.label-success, +.badge-success { + background-color: #8cc152; + border-color: #8cc152; +} + +.label-danger, +.badge-danger { + background-color: #da4453; + border-color: #da4453; +} + +.label-warning, +.badge-warning { + background-color: #f6bb42; + border-color: #f6bb42; +} + +.label-info, +.badge-info { + background-color: #37bc9b; + border-color: #37bc9b; +} + +/** + * tooltip + * -------------------------------------------------- + */ +.tooltip-inner { + color: white; + background-color: #434a54; +} +.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow { + border-top-color: #434a54; +} +.tooltip.right .tooltip-arrow { + border-right-color: #434a54; +} +.tooltip.left .tooltip-arrow { + border-left-color: #434a54; +} +.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow { + border-bottom-color: #434a54; +} + +/** + * popover + * -------------------------------------------------- + */ +.popover { + color: white; + background-color: #434a54; + border-color: #434a54; +} +.popover-title { + padding-bottom: 0; + font-weight: bold; + color: #aab2bd; + background-color: transparent; + border-bottom: none; +} +.popover.top .arrow, .popover.top .arrow:after { + border-top-color: #434a54; +} +.popover.right .arrow, .popover.right .arrow:after { + border-right-color: #434a54; +} +.popover.bottom .arrow, .popover.bottom .arrow:after { + border-bottom-color: #434a54; +} +.popover.left .arrow, .popover.left .arrow:after { + border-left-color: #434a54; +} + +/** + * progress + * -------------------------------------------------- + */ +.progress { + background-color: #e6e9ed; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.progress-bar { + background-color: #3bafda; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.progress-bar-success { + background-color: #8cc152; +} +.progress-bar-info { + background-color: #37bc9b; +} +.progress-bar-warning { + background-color: #f6bb42; +} +.progress-bar-danger { + background-color: #da4453; +} + +/** + * breadcrumb + * -------------------------------------------------- + */ +.breadcrumb { + color: #434a54; + background-color: #e6e9ed; +} +.breadcrumb > .active { + color: #434a54; +} +.breadcrumb a { + color: #3bafda; +} + +.breadcrumb-arrow { + height: 36px; + padding: 0; + line-height: 36px; + list-style: none; + background-color: #e6e9ed; +} +.breadcrumb-arrow li:first-child a { + border-radius: 4px 0 0 4px; + + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; +} +.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span { + display: inline-block; + vertical-align: top; +} +.breadcrumb-arrow li:not(:first-child) { + margin-left: -5px; +} +.breadcrumb-arrow li + li:before { + padding: 0; + content: ""; +} +.breadcrumb-arrow li span { + padding: 0 10px; +} +.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span { + height: 36px; + padding: 0 10px 0 25px; + line-height: 36px; +} +.breadcrumb-arrow li:first-child a { + padding: 0 10px; +} +.breadcrumb-arrow li a { + position: relative; + color: white; + text-decoration: none; + background-color: #3bafda; + border: 1px solid #3bafda; +} +.breadcrumb-arrow li:first-child a { + padding-left: 10px; +} +.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after { + position: absolute; + top: -1px; + width: 0; + height: 0; + content: ''; + border-top: 18px solid transparent; + border-bottom: 18px solid transparent; +} +.breadcrumb-arrow li a:before { + right: -10px; + z-index: 3; + border-left-color: #3bafda; + border-left-style: solid; + border-left-width: 11px; +} +.breadcrumb-arrow li a:after { + right: -11px; + z-index: 2; + border-left: 11px solid #2494be; +} +.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus { + background-color: #4fc1e9; + border: 1px solid #4fc1e9; +} +.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before { + border-left-color: #4fc1e9; +} +.breadcrumb-arrow li a:active { + background-color: #2494be; + border: 1px solid #2494be; +} +.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after { + border-left-color: #2494be; +} +.breadcrumb-arrow li span { + color: #434a54; +} + +/** + * pagination + * -------------------------------------------------- + */ +.pagination > li > a, .pagination > li > span { + color: #434a54; + background-color: white; + border-color: #ccd1d9; +} +.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { + color: white; + background-color: #ccd1d9; + border-color: #ccd1d9; +} +.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { + color: white; + background-color: #8cc152; + border-color: #8cc152; +} +.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { + color: #e6e9ed; + background-color: white; + border-color: #ccd1d9; +} + +/** + * pager + * -------------------------------------------------- + */ +.pager li > a, .pager li > span { + color: white; + background-color: #8cc152; + border-color: #8cc152; +} +.pager li > a:hover, .pager li > a:focus { + background-color: #a0d468; + border-color: #a0d468; +} +.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { + color: #e6e9ed; + background-color: white; + border-color: #e6e9ed; +} + +/** + * form + * -------------------------------------------------- + */ +.form-control { + color: #434a54; + border-color: #aab2bd; +} +.form-control, .form-control:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.form-control:focus { + border-color: #3bafda; +} +.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder { + color: #e6e9ed; +} +.form-control.disabled, .form-control[disabled] { + background-color: #e6e9ed; + border-color: #e6e9ed; +} + +.input-group-btn .btn + .btn { + border-color: #96a0ad; + border-style: solid; + border-width: 1px; +} +.input-group-btn .btn + .btn.btn-default { + border-color: #ededed; +} +.input-group-btn .btn + .btn.btn-primary { + border-color: #269ecb; +} +.input-group-btn .btn + .btn.btn-info { + border-color: #2fa084; +} +.input-group-btn .btn + .btn.btn-success { + border-color: #7ab03f; +} +.input-group-btn .btn + .btn.btn-warning { + border-color: #f4af20; +} +.input-group-btn .btn + .btn.btn-danger { + border-color: #d1293a; +} + +.input-group-addon { + color: white; + background-color: #aab2bd; + border-color: #96a0ad; +} +.input-group-addon .radio, .input-group-addon .checkbox { + margin: -3px 0 -4px !important; +} + +.form-search .search-query, .form-search .search-query:first-child, .form-search .search-query:last-child { + padding: 0 17px; + border-radius: 17px; + + -webkit-border-radius: 17px; + -moz-border-radius: 17px; +} +.input-group .form-control:last-child { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + + -webkit-border-top-left-radius: 0; + -moz-border-radius-topleft: 0; + -webkit-border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; +} +.input-group .form-control:first-child { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + + -webkit-border-top-right-radius: 0; + -moz-border-radius-topright: 0; + -webkit-border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; +} +.form-search .btn { + border-radius: 17px; + + -webkit-border-radius: 17px; + -moz-border-radius: 17px; +} + +.search-only { + position: relative; +} +.search-only .search-icon { + position: absolute; + top: 2px; + left: 8.5px; + z-index: 20; + width: 30px; + font-size: 17px; + line-height: 30px; + color: #e6e9ed; + text-align: center; +} +.search-only .form-control:last-child { + padding-left: 40px; +} + +.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { + color: #8cc152; +} +.has-success .form-control { + border-color: #8cc152; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.has-success .form-control:focus { + border-color: #8cc152; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.has-success .input-group-addon { + background-color: #8cc152; + border-color: #8cc152; +} +.has-success .form-control-feedback { + color: #8cc152; +} + +.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { + color: #f6bb42; +} +.has-warning .form-control { + border-color: #f6bb42; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.has-warning .form-control:focus { + border-color: #f6bb42; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.has-warning .input-group-addon { + background-color: #f6bb42; + border-color: #f6bb42; +} +.has-warning .form-control-feedback { + color: #f6bb42; +} + +.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { + color: #da4453; +} +.has-error .form-control { + border-color: #da4453; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.has-error .form-control:focus { + border-color: #da4453; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.has-error .input-group-addon { + background-color: #da4453; + border-color: #da4453; +} +.has-error .form-control-feedback { + color: #da4453; +} + +/** + * stepper + * -------------------------------------------------- + */ +.stepper .stepper-input { + overflow: hidden; + + -moz-appearance: textfield; +} +.stepper .stepper-input::-webkit-inner-spin-button, .stepper .stepper-input::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} +.stepper .stepper-arrow { + position: absolute; + right: 15px; + display: block; + width: 20px; + height: 50%; + text-indent: -99999px; + cursor: pointer; + background-color: #3bafda; +} +.stepper .stepper-arrow:hover, .stepper .stepper-arrow:active { + background-color: #4fc1e9; +} +.stepper .up { + top: 0; + border: 1px solid #269ecb; + border-top-right-radius: 3px; + + -webkit-border-top-right-radius: 3px; + -moz-border-radius-topright: 3px; +} +.stepper .down { + bottom: 0; + border-bottom-right-radius: 3px; + + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-bottomright: 3px; +} +.stepper .up::before, .stepper .down::before { + position: absolute; + width: 0; + height: 0; + content: ""; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.stepper .up::before { + top: 5px; + left: 5px; + border-bottom: 4px solid white; +} +.stepper .down:before { + bottom: 5px; + left: 6px; + border-top: 4px solid white; +} +.stepper.disabled .stepper-arrow { + background-color: #3bafda; + filter: alpha(opacity=45); + opacity: .45; +} + +.selecter { + position: relative; + z-index: 1; + display: block; + max-width: 100%; + outline: none; + /* Open */ + /* 'Cover' Positioning */ + /* 'Bottom' Positioning */ + /* 'Bottom' + 'Cover' Positioning */ + /* Multiple Select */ + /* 'Disabled' State */ + /* Scroller Support */ +} +.selecter .selecter-element { + position: absolute; + left: 0; + z-index: 0; + display: none; + width: 100%; + height: 100%; + filter: alpha(opacity=0); + opacity: 0; + + *left: -999999px; +} +.selecter .selecter-element, .selecter .selecter-element:focus { + outline: none; + + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + -webkit-tap-highlight-color: transparent; +} +.selecter .selecter-selected { + position: relative; + z-index: 2; + display: block; + padding: 6px 10px; + overflow: hidden; + text-overflow: clip; + cursor: pointer; + background-color: white; + border: 1px solid #aab2bd; + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.selecter .selecter-selected:after { + position: absolute; + top: 14px; + right: 10px; + width: 0; + height: 0; + content: ""; + border-top: 4px solid black; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.selecter .selecter-options { + position: absolute; + top: 100%; + left: 0; + z-index: 50; + display: none; + width: 100%; + max-height: 260px; + overflow: auto; + overflow-x: hidden; + background-color: white; + border: 1px solid #aab2bd; + border-width: 0 1px 1px; + border-radius: 0 0 4px 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + *width: auto; +} +.selecter .selecter-group { + display: block; + padding: 5px 10px 4px; + font-size: 11px; + color: #aab2bd; + text-transform: uppercase; + background-color: #f5f7fa; + border-bottom: 1px solid #e6e9ed; +} +.selecter .selecter-item { + display: block; + width: 100%; + padding: 6px 10px; + margin: 0; + overflow: hidden; + text-overflow: ellipsis; + cursor: pointer; + background-color: white; + border-bottom: 1px solid #e6e9ed; +} +.selecter .selecter-item.selected { + color: white; + background-color: #3bafda; + border-bottom-color: #4fc1e9; +} +.selecter .selecter-item.disabled { + color: #aab2bd; + cursor: default; +} +.selecter .selecter-item:first-child { + border-radius: 0; + + -webkit-border-radius: 0; + -moz-border-radius: 0; +} +.selecter .selecter-item:last-child { + border-bottom: 0; + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.selecter .selecter-item:hover { + background-color: #e6e9ed; +} +.selecter .selecter-item.selected:hover { + background-color: #3bafda; +} +.selecter .selecter-item.disabled:hover, .selecter:hover .selecter-selected, .selecter.disabled .selecter-item:hover { + background-color: white; +} +.selecter.open { + z-index: 3; + outline: 0; +} +.selecter.open .selecter-selected { + z-index: 51; + border: 1px solid #3bafda; + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.selecter.open .selecter-selected, .selecter.focus .selecter-selected { + background-color: white; +} +.selecter.cover .selecter-options { + top: 0; + border-width: 1px; + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.selecter.cover .selecter-options .selecter-item.first { + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.selecter.cover.open .selecter-selected { + z-index: 49; + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.selecter.bottom .selecter-options { + top: auto; + bottom: 100%; + border-width: 1px 1px 0; +} +.selecter.bottom .selecter-item:last-child { + border: none; + border-radius: 0; + + -webkit-border-radius: 0; + -moz-border-radius: 0; +} +.selecter.bottom.open .selecter-selected { + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.selecter.bottom.open .selecter-options { + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.selecter.bottom.cover .selecter-options { + top: auto; + bottom: 0; +} +.selecter.bottom.cover.open .selecter-selected, .selecter.bottom.cover.open .selecter-options { + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.selecter.multiple .selecter-options { + position: static; + display: block; + width: 100%; + border-width: 1px; + border-radius: 4px; + box-shadow: none; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.selecter.disabled .selecter-selected { + color: #aab2bd; + cursor: default; + background-color: #e6e9ed; + border-color: #e6e9ed; +} +.selecter.disabled .selecter-options { + background-color: #e6e9ed; + border-color: #e6e9ed; +} +.selecter.disabled .selecter-group, .selecter.disabled .selecter-item { + color: #aab2bd; + cursor: default; + background-color: #e6e9ed; + border-color: #e6e9ed; +} +.selecter.disabled .selecter-item.selected { + color: white; + background-color: #3bafda; + filter: alpha(opacity=45); + opacity: .45; +} +.selecter .selecter-options.scroller { + overflow: hidden; +} +.selecter .selecter-options.scroller .scroller-content { + max-height: 260px; + padding: 0; +} + +/** + * checkbox and radio + * -------------------------------------------------- + */ +.checkbox, .radio { + padding-left: 0; + margin-top: 0; +} + +.checkbox label, .radio label { + position: relative; + top: 2px; + padding-left: 5px; +} + +.icheckbox_flat, +.iradio_flat { + display: inline-block; + width: 20px; + height: 20px; + padding: 0 !important; + margin: 0; + vertical-align: middle; + cursor: pointer; + background: url("../bootflat/img/check_flat/default.png") no-repeat; + border: none; + + *display: inline; +} + +.icheckbox_flat { + background-position: 0 0; +} +.icheckbox_flat.checked { + background-position: -22px 0; +} +.icheckbox_flat.disabled { + cursor: default; + background-position: -44px 0; +} +.icheckbox_flat.checked.disabled { + background-position: -66px 0; +} + +.iradio_flat { + background-position: -88px 0; +} +.iradio_flat.checked { + background-position: -110px 0; +} +.iradio_flat.disabled { + cursor: default; + background-position: -132px 0; +} +.iradio_flat.checked.disabled { + background-position: -154px 0; +} + +/** + * toggle + * -------------------------------------------------- + */ +.toggle { + height: 32px; +} +.toggle input[type="checkbox"], .toggle input[type="radio"] { + width: 0; + height: 0; + padding: 0; + margin: 0; + text-indent: -100000px; + filter: alpha(opacity=0); + opacity: 0; +} +.toggle .handle { + position: relative; + top: -20px; + left: 0; + display: block; + width: 50px; + height: 32px; + background-color: white; + border-radius: 19px; + -webkit-box-shadow: inset 0 0 0 1px #b8bfc8; + -moz-box-shadow: inset 0 0 0 1px #b8bfc8; + box-shadow: inset 0 0 0 1px #b8bfc8; + + -webkit-border-radius: 19px; + -moz-border-radius: 19px; +} +.toggle .handle:before, .toggle .handle:after { + position: absolute; + top: 1px; + left: 1px; + display: block; + width: 30px; + height: 30px; + content: ""; + background-color: white; + border-radius: 30px; + -webkit-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3; + -moz-box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3; + box-shadow: inset 0 0 0 1px #b8bfc8, 1px 1px 1px #c7ccd3; + -webkit-transition: all .25s ease-in-out; + -moz-transition: all .25s ease-in-out; + transition: all .25s ease-in-out; + + -webkit-border-radius: 30px; + -moz-border-radius: 30px; +} +.toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after { + background-color: #e6e9ed; + filter: alpha(opacity=60); + opacity: .6; +} +.toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before { + width: 50px; + background-color: #a0d468; +} +.toggle input[type="checkbox"]:checked + .handle:after, .toggle input[type="radio"]:checked + .handle:after { + left: 20px; + -webkit-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3; + -moz-box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3; + box-shadow: inset 0 0 0 1px #f5f7fa, 1px 1px 1px #c7ccd3; +} + +/** + * calendar + * -------------------------------------------------- + */ +.calendar { + padding: 20px; + color: white; + background-color: #fd9883; + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.calendar .unit { + float: left; + width: 14.28%; + text-align: center; +} +.calendar .years .prev { + text-align: left; +} +.calendar .years .next { + text-align: right; +} +.calendar .years .prev em, .calendar .years .next em { + position: relative; + display: inline-block; + width: 34px; + height: 34px; + cursor: pointer; + border: 1px solid white; + border-radius: 50%; + + -webkit-border-radius: 50%; + -moz-border-radius: 50%; +} +.calendar .years .prev em:before, .calendar .years .next em:before { + position: absolute; + display: block; + width: 0; + height: 0; + margin-top: 6px; + font-size: 0; + content: ""; + border-style: solid; + border-width: 7px; +} +.calendar .years .prev em:before { + top: 3px; + left: 4px; + border-color: transparent white transparent transparent; +} +.calendar .years .next em:before { + top: 3px; + left: 13px; + border-color: transparent transparent transparent white; +} +.calendar .years .prev em:hover, .calendar .years .next em:hover, .calendar .years .prev em:active, .calendar .years .next em:active { + border-color: #e9573f; +} +.calendar .years .prev em:hover:before, .calendar .years .prev em:active:before { + border-color: transparent #e9573f transparent transparent; +} +.calendar .years .next em:hover:before, .calendar .years .next em:active:before { + border-color: transparent transparent transparent #e9573f; +} +.calendar .years .monyear { + float: left; + width: 71.42%; + height: 34px; + line-height: 34px; + text-align: center; +} +.calendar .days { + padding-top: 15px; + margin-top: 15px; + border-top: 1px solid #ee7f6d; +} +.calendar .days .unit { + height: 34px; + margin-bottom: 3px; + line-height: 34px; + text-align: center; +} +.calendar .days .unit b { + width: 34px; + height: 34px; + font-weight: normal; + border-radius: 50%; + + -webkit-border-radius: 50%; + -moz-border-radius: 50%; +} +.calendar .days .unit:hover b, .calendar .days .unit:active b, .calendar .days .unit.active b { + display: inline-block; + color: #e9573f; + cursor: pointer; + background-color: white; + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.calendar .days .unit.older b { + width: auto; + height: auto; + color: #e9573f; + cursor: default; + background-color: transparent; +} + +/** + * pricing + * -------------------------------------------------- + */ +.pricing ul { + padding: 0; + list-style: none; +} +.pricing .unit { + position: relative; + display: inline-block; + min-width: 250px; + text-align: center; + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.pricing .unit.active { + top: 5px; + z-index: 1; + margin-right: -36px; + margin-left: -36px; + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6); + -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6); + box-shadow: 0 0 8px rgba(0, 0, 0, .6); +} +.pricing .unit.active .price-title h3 { + font-size: 40px; +} +@media screen and (max-width: 767px) { + .pricing .unit { + display: block; + margin-bottom: 20px; + } + .pricing .unit.active { + top: 0; + margin-right: 0; + margin-left: 0; + } + .pricing .unit.active .price-title h3 { + font-size: 30px; + } +} +.pricing .price-title { + padding: 20px 20px 10px; + color: #fff; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + + -webkit-border-top-left-radius: 4px; + -moz-border-radius-topleft: 4px; + -webkit-border-top-right-radius: 4px; + -moz-border-radius-topright: 4px; +} +.pricing .price-title h3, .pricing .price-title h3 > p { + margin: 0; +} +.pricing .price-body { + padding: 20px 20px 10px; +} +.pricing .price-body ul { + padding-top: 10px; +} +.pricing .price-body li { + margin-bottom: 10px; +} +.pricing .price-body h4 { + margin: 0; +} +.pricing .price-foot { + padding: 20px; + background-color: #e6e9ed; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + + -webkit-border-bottom-left-radius: 4px; + -moz-border-radius-bottomleft: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-bottomright: 4px; +} +.pricing .price-primary .price-title { + background-color: #4fc1e9; +} +.pricing .price-primary .price-body { + background-color: #d7f1fa; +} +.pricing .price-primary .price-body ul { + border-top: 1px solid #aae1f4; +} +.pricing .price-success .price-title { + background-color: #a0d468; +} +.pricing .price-success .price-body { + background-color: #ebf6df; +} +.pricing .price-success .price-body ul { + border-top: 1px solid #d2ebb7; +} +.pricing .price-warning .price-title { + background-color: #ffce54; +} +.pricing .price-warning .price-body { + background-color: #fffaed; +} +.pricing .price-warning .price-body ul { + border-top: 1px solid #ffebba; +} + +/** + * alert + * -------------------------------------------------- + */ +.alert h4 { + margin-bottom: 10px; + font-weight: bold; +} +.alert-dismissable .close { + color: black; +} +.alert-info { + background-color: #7cd1ef; + border: #4fc1e9; +} +.alert-warning { + background-color: #ffdd87; + border: #ffce54; +} +.alert-danger { + background-color: #f2838f; + border: #ed5565; +} +.alert-success { + background-color: #b9df90; + border: #a0d468; +} +.alert .alert-link { + text-decoration: underline; + cursor: pointer; + filter: alpha(opacity=65); + opacity: .65; +} +.alert .alert-link:hover, .alert .alert-link:focus { + filter: alpha(opacity=45); + opacity: .45; +} +.alert .btn-link, .alert .btn-link:hover, .alert .btn-link:focus { + color: black; + filter: alpha(opacity=65); + opacity: .65; +} +.alert .btn-link:focus, .alert .btn-link:hover { + text-decoration: none; + filter: alpha(opacity=40); + opacity: .4; +} + +/** + * tab + * -------------------------------------------------- + */ +.nav-tabs { + background-color: #e6e9ed; + border-bottom: none; + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.nav-tabs > li { + margin-bottom: 0; + border-left: 1px solid #ccd1d9; +} +.nav-tabs > li:first-child { + border-left: none; +} +.nav-tabs > li > a { + margin-right: 0; + color: #434a54; + border: none; + border-radius: 0; + + -webkit-border-radius: 0; + -moz-border-radius: 0; +} +.nav-tabs > li:first-child > a { + border-radius: 4px 0 0 0; + + -webkit-border-radius: 4px 0 0 0; + -moz-border-radius: 4px 0 0 0; +} +.nav-tabs > li > a:focus, .nav-tabs > li > a:hover { + background-color: #f5f7fa; + border: none; +} +.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { + background-color: white !important; + border: none; +} +.nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus { + color: #434a54; +} +.nav-tabs li.dropdown.open .dropdown-toggle { + color: #434a54; + background-color: #f5f7fa; +} +.nav-tabs li.dropdown.active.open .dropdown-toggle { + color: #434a54; +} +.nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret { + border-top-color: #434a54; + border-bottom-color: #434a54; +} +.nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret { + border-top-color: #434a54; + border-bottom-color: #434a54; +} +.nav-tabs.nav-justified > li > a { + margin-bottom: 0; + text-align: center; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +.nav-tabs.nav-justified > li > a { + border-radius: 0; + + -webkit-border-radius: 0; + -moz-border-radius: 0; +} +.nav-tabs.nav-justified > li:first-child > a { + border-radius: 4px 0 0 0; + + -webkit-border-radius: 4px 0 0 0; + -moz-border-radius: 4px 0 0 0; +} +.nav-tabs.nav-justified > li:last-child > a { + border-radius: 0 4px 0 0; + + -webkit-border-radius: 0 4px 0 0; + -moz-border-radius: 0 4px 0 0; +} +.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { + border: none; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: none; + border-radius: 0; + + -webkit-border-radius: 0; + -moz-border-radius: 0; + } + .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { + border-bottom: none; + } +} +.tab-content { + padding: 10px; +} + +.tabs-below .nav-tabs { + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.tabs-below .nav-tabs > li:first-child > a { + border-radius: 0 0 0 4px; + + -webkit-border-radius: 0 0 0 4px; + -moz-border-radius: 0 0 0 4px; +} +.tabs-below .nav-tabs.nav-justified > li:last-child > a { + border-radius: 0 0 4px 0; + + -webkit-border-radius: 0 0 4px 0; + -moz-border-radius: 0 0 4px 0; +} + +.tabs-left .nav-tabs > li, +.tabs-right .nav-tabs > li { + float: none; + border-top: 1px solid #ccd1d9; + border-left: none; +} + +.tabs-left .nav-tabs > li:first-child, +.tabs-right .nav-tabs > li:first-child { + border-top: none; +} + +.tabs-left .nav-tabs > li > a, +.tabs-right .nav-tabs > li > a { + min-width: 74px; + margin-right: 0; +} + +.tabs-left .nav-tabs { + float: left; + margin-right: 19px; + border-radius: 4px 0 0 4px; + + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; +} +.tabs-left .nav-tabs > li:first-child > a { + border-radius: 4px 0 0 0; + + -webkit-border-radius: 4px 0 0 0; + -moz-border-radius: 4px 0 0 0; +} +.tabs-left .nav-tabs > li:last-child > a { + border-radius: 0 0 0 4px; + + -webkit-border-radius: 0 0 0 4px; + -moz-border-radius: 0 0 0 4px; +} + +.tabs-right .nav-tabs { + float: right; + margin-left: 19px; + border-radius: 0 4px 4px 0; + + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; +} +.tabs-right .nav-tabs > li:first-child > a { + border-radius: 0 4px 0 0; + + -webkit-border-radius: 0 4px 0 0; + -moz-border-radius: 0 4px 0 0; +} +.tabs-right .nav-tabs > li:last-child > a { + border-radius: 0 0 4px 0; + + -webkit-border-radius: 0 0 4px 0; + -moz-border-radius: 0 0 4px 0; +} + +/** + * pill + * -------------------------------------------------- + */ +.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { + color: white; + background-color: #3bafda; +} +.nav-pills > li > a { + color: #3bafda; +} +.nav-pills > li > a:hover { + color: #434a54; + background-color: #e6e9ed; +} +.nav-pills > .active > a > .badge { + color: #3bafda; +} +.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover { + color: #434a54; + background-color: #e6e9ed; +} + +/** + * navbar + * -------------------------------------------------- + */ +.navbar-form { + padding: 0 !important; +} + +.navbar-default { + background-color: #37bc9b; + border-color: #37bc9b; +} +.navbar-default .navbar-brand, .navbar-default .navbar-link, .navbar-default .btn-link { + color: #26816a; +} +.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-link:hover, .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { + color: white; + background-color: transparent; +} +.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a { + color: #26816a; +} +.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { + color: white; +} +.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { + color: white; + background-color: #48cfad; +} +.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus, .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { + color: #2e9c81; + background-color: transparent; +} +.navbar-default .navbar-toggle { + background-color: #26816a; + border-color: #26816a; +} +.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { + background-color: #2b957a; + border-color: #2b957a; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #37bc9b; +} +.navbar-default .navbar-collapse, .navbar-default .navbar-form { + border-color: #48cfad; +} +.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { + color: white; + background-color: #37bc9b; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { + background-color: #48cfad; + } + .navbar-default .navbar-nav .open .dropdown-menu > .divider { + background-color: #48cfad; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #26816a; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: white; + background-color: #48cfad; + } + .navbar-default .navbar-nav .open .dropdown-menu > .dropdown-header { + color: #26816a; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #2b957a; + } +} + +.navbar-inverse { + background-color: #333; + border-color: #333; +} +.navbar-inverse .navbar-brand, .navbar-inverse .navbar-link, .navbar-inverse .btn-link { + color: #8c8c8c; +} +.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-link:hover, .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { + color: white; + background-color: transparent; +} +.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a { + color: #8c8c8c; +} +.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { + color: white; +} +.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { + color: white; + background-color: black; +} +.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus, .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { + color: #666; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + background-color: black; + border-color: black; +} +.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { + background-color: #1a1a1a; + border-color: #1a1a1a; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #8c8c8c; +} +.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { + border-color: black; +} +.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { + color: white; + background-color: black; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { + background-color: black; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .divider { + background-color: black; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #8c8c8c; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: white; + background-color: black; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + color: #bfbfbf; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #666; + } +} + +/** + * list + * -------------------------------------------------- + */ +.list-group { + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.list-group-item { + border-color: transparent; + border-top-color: #e6e9ed; +} +.list-group-item:first-child { + border-top: none; +} +.list-group-item-heading { + color: #434a54; +} + +a.list-group-item { + color: #434a54; +} +a.list-group-item .list-group-item-heading { + font-size: 16px; + color: #434a54; +} +a.list-group-item:hover, a.list-group-item:focus { + background-color: #e6e9ed; +} +a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { + background-color: #4fc1e9; + border-color: #4fc1e9; +} +a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { + color: white; +} + +.list-group-item-primary { + color: #22b1e3; + background-color: #4fc1e9; + border-color: #3bafda transparent transparent transparent; +} +.list-group-item-primary:first-child { + border-color: transparent; +} +a.list-group-item-primary { + color: #126d8d; +} +a.list-group-item-primary:hover, a.list-group-item-primary:focus { + color: white; + background-color: #3bafda; +} +a.list-group-item-primary.active, a.list-group-item-primary:hover, a.list-group-item-primary:focus { + background-color: #3bafda; + border-color: #4fc1e9 transparent transparent transparent; +} + +.list-group-item-success { + color: #87c940; + background-color: #a0d468; + border-color: #8cc152 transparent transparent transparent; +} +.list-group-item-success:first-child { + border-color: transparent; +} +a.list-group-item-success { + color: #537f24; +} +a.list-group-item-success:hover, a.list-group-item-success:focus { + color: white; + background-color: #8cc152; +} +a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-item-success:focus { + background-color: #8cc152; + border-color: #a0d468 transparent transparent transparent; +} + +.list-group-item-warning { + color: #ffbf21; + background-color: #ffce54; + border-color: #f6bb42 transparent transparent transparent; +} +.list-group-item-warning:first-child { + border-color: transparent; +} +a.list-group-item-warning { + color: #876000; +} +a.list-group-item-warning:hover, a.list-group-item-warning:focus { + color: white; + background-color: #f6bb42; +} +a.list-group-item-warning.active, a.list-group-item-warning:hover, a.list-group-item-warning:focus { + background-color: #f6bb42; + border-color: #ffce54 transparent transparent transparent; +} + +.list-group-item-info { + color: #2fb593; + background-color: #48cfad; + border-color: #37bc9b transparent transparent transparent; +} +.list-group-item-info:first-child { + border-color: transparent; +} +a.list-group-item-info { + color: #1a6451; +} +a.list-group-item-info:hover, a.list-group-item-info:focus { + color: white; + background-color: #37bc9b; +} +a.list-group-item-info.active, a.list-group-item-info:hover, a.list-group-item-info:focus { + background-color: #37bc9b; + border-color: #48cfad transparent transparent transparent; +} + +.list-group-item-danger { + color: #e8273b; + background-color: #ed5565; + border-color: #da4453 transparent transparent transparent; +} +.list-group-item-danger:first-child { + border-color: transparent; +} +a.list-group-item-danger { + color: #99101f; +} +a.list-group-item-danger:hover, a.list-group-item-danger:focus { + color: white; + background-color: #da4453; +} +a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-item-danger:focus { + background-color: #da4453; + border-color: #ed5565 transparent transparent transparent; +} + +/** + * media list + * -------------------------------------------------- + */ +.media-list { + color: #aab2bd; +} +.media-heading { + font-size: 14px; + color: #434a54; +} + +/** + * modal + * -------------------------------------------------- + */ +.modal-content { + color: #434a54; + border: none; + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.modal-header { + border-bottom: none; +} +.modal-body { + padding: 0 15px; +} +.modal-footer { + border-top: none; +} + +/** + * well + * -------------------------------------------------- + */ +.well { + padding: 10px; + color: #434a54; + background-color: white; + border: none; + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.well blockquote { + border-color: #ccd1d9; +} +.well-lg { + padding: 20px; +} +.well-sm { + padding: 5px; +} + +/** + * thumbnail + * -------------------------------------------------- + */ +.thumbnail { + border: none; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); +} +.thumbnail a > img, .thumbnail > img { + width: 100%; +} +.thumbnail .caption { + font-size: 14px; +} +.thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3, .thumbnail .caption h4, .thumbnail .caption h5, .thumbnail .caption h6 { + margin: 5px 0 10px; + font-size: 16px; +} + +/** + * jumbotron + * -------------------------------------------------- + */ +.jumbotron { + padding: 0; + margin-bottom: 20px; + background-color: white; + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.container .jumbotron { + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.jumbotron > .jumbotron-photo img { + width: 100%; + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.jumbotron .jumbotron-contents { + padding: 20px; + color: #434a54; +} +.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img { + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.jumbotron .carousel-inner > .item > a > img, +.jumbotron .carousel-inner > .item > img { + width: 100%; +} +.jumbotron .carousel-control.left { + border-radius: 4px 0 0 0; + + -webkit-border-radius: 4px 0 0 0; + -moz-border-radius: 4px 0 0 0; +} +.jumbotron .carousel-control.right { + border-radius: 0 4px 0 0; + + -webkit-border-radius: 0 4px 0 0; + -moz-border-radius: 0 4px 0 0; +} +.jumbotron h1, .jumbotron .h1, .jumbotron h2, .jumbotron .h2 { + font-weight: 400; +} +.jumbotron h1, .jumbotron .h1 { + font-size: 28px; +} +.jumbotron h2, .jumbotron .h2 { + font-size: 24px; +} +.jumbotron p { + font-size: 14px; +} +@media screen and (min-width: 768px) { + .jumbotron, .container .jumbotron { + padding: 0; + } + .jumbotron h1, .jumbotron .h1 { + font-size: 28px; + } +} + +/** + * panel + * -------------------------------------------------- + */ +.panel { + background-color: white; + border: none; + border-radius: 4px; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.panel .list-group { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +.panel .list-group-item:first-child { + border-top: 1px solid #e6e9ed; +} +.panel-heading { + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.panel-title { + font-size: 14px; + font-weight: normal; + color: #434a54; +} +.panel-footer { + background-color: #e6e9ed; + border-top-color: #e6e9ed; + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.panel-default { + border-color: #e6e9ed; +} +.panel-default > .panel-heading { + color: #434a54; + background-color: #e6e9ed; + border-color: #e6e9ed; +} +.panel-primary { + border-color: #3bafda; +} +.panel-primary > .panel-heading { + color: white; + background-color: #3bafda; + border-color: #3bafda; +} +.panel-success { + border-color: #8cc152; +} +.panel-success > .panel-heading { + color: white; + background-color: #8cc152; + border-color: #8cc152; +} +.panel-info { + border-color: #37bc9b; +} +.panel-info > .panel-heading { + color: white; + background-color: #37bc9b; + border-color: #37bc9b; +} +.panel-warning { + border-color: #f6bb42; +} +.panel-warning > .panel-heading { + color: white; + background-color: #f6bb42; + border-color: #f6bb42; +} +.panel-danger { + border-color: #da4453; +} +.panel-danger > .panel-heading { + color: white; + background-color: #da4453; + border-color: #da4453; +} +.panel-primary > .panel-heading > .panel-title, .panel-success > .panel-heading > .panel-title, .panel-info > .panel-heading > .panel-title, .panel-warning > .panel-heading > .panel-title, .panel-danger > .panel-heading > .panel-title { + color: white; +} +.panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.panel > .list-group:last-child .list-group-item:last-child { + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-radius: 4px 0 0 0; + + -webkit-border-radius: 4px 0 0 0; + -moz-border-radius: 4px 0 0 0; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-radius: 0 4px 0 0; + + -webkit-border-radius: 0 4px 0 0; + -moz-border-radius: 0 4px 0 0; +} +.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-radius: 0 0 0 4px; + + -webkit-border-radius: 0 0 0 4px; + -moz-border-radius: 0 0 0 4px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-radius: 0 0 4px 0; + + -webkit-border-radius: 0 0 4px 0; + -moz-border-radius: 0 0 4px 0; +} +.panel > .panel-body + .table, .panel > .panel-body + .table-responsive { + border-top-color: #e6e9ed; +} + +/** + * accordion + * -------------------------------------------------- + */ +.panel-group .panel { + background-color: transparent; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + + -webkit-border-radius: 0; + -moz-border-radius: 0; +} +.panel-group .panel + .panel { + margin-top: 0; +} +.panel-group .panel-heading { + padding: 0; + border-bottom-color: transparent; +} +.panel-group .panel-heading + .panel-collapse .panel-body { + padding: 15px 0; + border-top-color: transparent; +} +.panel-group .panel-title a { + display: block; + padding: 10px 0; +} + +.panel-group-lists .panel { + background-color: white; + border-bottom: 1px solid #e6e9ed; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); + box-shadow: 0 1px 2px rgba(0, 0, 0, .2); +} +.panel-group-lists .panel:first-child { + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} +.panel-group-lists .panel:last-child { + border-bottom: none; + border-radius: 0 0 4px 4px; + + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; +} +.panel-group-lists .panel-heading + .panel-collapse .panel-body { + padding: 15px; + border-top-color: #e6e9ed; +} +.panel-group-lists .panel-title a { + padding: 10px 15px; + color: #434a54; +} +.panel-group-lists .panel-title a:hover, .panel-group-lists .panel-title a:focus, .panel-group-lists .panel-title a:active { + color: #aab2bd; +} + +/** + * footer + * -------------------------------------------------- + */ +.footer { + padding: 40px 0; + background-color: #434a54; +} +.footer-logo, .footer-nav { + float: left; + width: 20%; + padding: 0 20px; +} +@media (max-width: 768px) { + .footer-logo { + margin-bottom: 20px; + } + .footer-logo, .footer-nav { + display: block; + float: none; + width: 100%; + } +} +.footer-logo { + height: 32px; + margin-top: -5px; + line-height: 32px; +} +.footer-logo img { + margin-right: 10px; +} +.footer-logo a { + font-size: 20px; + font-weight: bold; + color: white; +} +.footer-logo a:hover, .footer-logo a:active { + text-decoration: none; +} +.footer-nav .nav-title { + margin-bottom: 15px; + color: #e6e9ed; +} +.footer-nav .nav-item { + line-height: 28px; +} +.footer-nav .nav-item > a { + color: #aab2bd; +} +.footer-nav .nav-item > a:hover, .footer-nav .nav-item > a:active { + color: #ccd1d9; + text-decoration: none; +} +.footer-copyright { + color: #aab2bd; +} + +/** + * timeline + * -------------------------------------------------- + */ +.timeline dl { + position: relative; + top: 0; + padding: 20px 0; + margin: 0; +} +.timeline dl:before { + position: absolute; + top: 0; + bottom: 0; + left: 50%; + z-index: 100; + width: 2px; + margin-left: -1px; + content: ''; + background-color: #ccd1d9; +} +.timeline dl dt { + position: relative; + top: 30px; + z-index: 200; + width: 120px; + padding: 3px 5px; + margin: 0 auto 30px; + font-weight: normal; + color: white; + text-align: center; + background-color: #aab2bd; + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.timeline dl dd { + position: relative; + z-index: 200; +} +.timeline dl dd .circ { + position: absolute; + top: 40px; + left: 50%; + z-index: 200; + width: 22px; + height: 22px; + margin-left: -11px; + background-color: #4fc1e9; + border: 4px solid #f5f7fa; + border-radius: 50%; + + -webkit-border-radius: 50%; + -moz-border-radius: 50%; +} +.timeline dl dd .time { + position: absolute; + top: 31px; + left: 50%; + display: inline-block; + width: 100px; + padding: 10px 20px; + color: #4fc1e9; +} +.timeline dl dd .events { + position: relative; + width: 47%; + padding: 10px 10px 0; + margin-top: 31px; + background-color: white; + border-radius: 4px; + + -webkit-border-radius: 4px; + -moz-border-radius: 4px; +} +.timeline dl dd .events:before { + position: absolute; + top: 12px; + width: 0; + height: 0; + content: ''; + border-style: solid; + border-width: 6px; +} +.timeline dl dd .events .events-object { + margin-right: 10px; +} +.timeline dl dd .events .events-body { + overflow: hidden; + zoom: 1; +} +.timeline dl dd .events .events-body .events-heading { + margin: 0 0 10px; + font-size: 14px; +} +.timeline dl dd.pos-right .time { + margin-left: -100px; + text-align: right; +} +.timeline dl dd.pos-right .events { + float: right; +} +.timeline dl dd.pos-right .events:before { + left: -12px; + border-color: transparent white transparent transparent; +} +.timeline dl dd.pos-left .time { + margin-left: 0; + text-align: left; +} +.timeline dl dd.pos-left .events { + float: left; +} +.timeline dl dd.pos-left .events:before { + right: -12px; + border-color: transparent transparent transparent white; +} + +@media screen and (max-width: 767px) { + .timeline dl:before { + left: 60px; + } + .timeline dl dt { + margin: 0 0 30px; + } + .timeline dl dd .circ { + left: 60px; + } + .timeline dl dd .time { + left: 0; + } + .timeline dl dd.pos-left .time { + padding: 10px 0; + margin-left: 0; + text-align: left; + } + .timeline dl dd.pos-left .events { + float: right; + width: 84%; + } + .timeline dl dd.pos-left .events:before { + left: -12px; + border-color: transparent white transparent transparent; + } + .timeline dl dd.pos-right .time { + padding: 10px 0; + margin-left: 0; + text-align: left; + } + .timeline dl dd.pos-right .events { + float: right; + width: 84%; + } +} +/** + * dropdown-menu + * -------------------------------------------------- + */ +.dropdown-menu { + background-color: #434a54; + border: none; +} +.dropdown-menu .dropdown-header { + padding: 5px 20px; + font-size: 14px; + font-weight: 700; + color: #aab2bd; +} +.dropdown-menu li a { + padding: 5px 20px; + color: white; +} +.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus { + color: white; + background-color: #656d78; + outline: none; +} +.dropdown-menu .disabled a, .dropdown-menu .disabled a:hover, .dropdown-menu .disabled a:focus { + color: #656d78; + cursor: default; +} +.dropdown-menu .divider { + background-color: #656d78; + border-bottom: none; +} +.dropup .dropdown-menu { + margin-bottom: 0; + border-radius: 4px 4px 0 0; + + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; +} + +/** + * dropdown-submenu + * -------------------------------------------------- + */ +.dropdown-submenu { + position: relative; +} +.dropdown-submenu .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + border-radius: 0 4px 4px 4px; + + -webkit-border-radius: 0 4px 4px 4px; + -moz-border-radius: 0 4px 4px 4px; +} +.dropdown-submenu:hover .dropdown-menu { + display: block; +} +.dropup .dropdown-submenu .dropdown-menu { + top: auto; + bottom: 0; + margin-top: 0; + margin-bottom: -2px; + border-radius: 4px 4px 4px 0; + + -webkit-border-radius: 4px 4px 4px 0; + -moz-border-radius: 4px 4px 4px 0; +} +.dropdown-submenu > a:after { + display: block; + float: right; + width: 0; + height: 0; + margin-top: 5px; + margin-right: -10px; + content: " "; + border-color: transparent; + border-style: solid; + border-width: 5px 0 5px 5px; + border-left-color: white; +} +.dropdown-default .dropdown-submenu > a:after { + border-left-color: #434a54; +} +.dropdown-submenu:hover a:after { + border-left-color: white; +} +.dropdown-submenu.pull-left { + float: none; +} +.dropdown-submenu.pull-left .dropdown-menu { + left: -100%; + margin-left: 10px; + border-radius: 4px 0 4px 4px; + + -webkit-border-radius: 4px 0 4px 4px; + -moz-border-radius: 4px 0 4px 4px; +} + +/*# sourceMappingURL=bootflat.css.map */ diff --git a/static/bower_components/bootstrap/CHANGELOG.md b/static/bower_components/bootstrap/CHANGELOG.md new file mode 100644 index 0000000..b25f838 --- /dev/null +++ b/static/bower_components/bootstrap/CHANGELOG.md @@ -0,0 +1,5 @@ +Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs. + +See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. + +Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. diff --git a/static/bower_components/bootstrap/Gemfile b/static/bower_components/bootstrap/Gemfile new file mode 100644 index 0000000..feb1622 --- /dev/null +++ b/static/bower_components/bootstrap/Gemfile @@ -0,0 +1,6 @@ +source 'https://rubygems.org' + +group :development, :test do + gem 'jekyll', '~> 3.1.2' + gem 'jekyll-sitemap', '~> 0.11.0' +end diff --git a/static/bower_components/bootstrap/Gemfile.lock b/static/bower_components/bootstrap/Gemfile.lock new file mode 100644 index 0000000..1b5dc3e --- /dev/null +++ b/static/bower_components/bootstrap/Gemfile.lock @@ -0,0 +1,43 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.4.0) + colorator (0.1) + ffi (1.9.14-x64-mingw32) + jekyll (3.1.6) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-sass-converter (1.4.0) + sass (~> 3.4) + jekyll-sitemap (0.11.0) + addressable (~> 2.4.0) + jekyll-watch (1.4.0) + listen (~> 3.0, < 3.1) + kramdown (1.11.1) + liquid (3.0.6) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + mercenary (0.3.6) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.4.22) + +PLATFORMS + x64-mingw32 + +DEPENDENCIES + jekyll (~> 3.1.2) + jekyll-sitemap (~> 0.11.0) + +BUNDLED WITH + 1.12.5 diff --git a/static/bower_components/bootstrap/ISSUE_TEMPLATE.md b/static/bower_components/bootstrap/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..66c3a2b --- /dev/null +++ b/static/bower_components/bootstrap/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +Before opening an issue: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Validate](http://validator.w3.org/nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems +- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +When asking general "how to" questions: + +- Please do not open an issue here +- Instead, ask for help on [StackOverflow, IRC, or Slack](https://github.com/twbs/bootstrap/blob/master/README.md#community) + +When reporting a bug, include: + +- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile) +- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) +- Reduced test cases and potential fixes using [JS Bin](https://jsbin.com) + +When suggesting a feature, include: + +- As much detail as possible for what we should add and why it's important to Bootstrap +- Relevant links to prior art, screenshots, or live demos whenever possible diff --git a/static/bower_components/bootstrap/grunt/change-version.js b/static/bower_components/bootstrap/grunt/change-version.js new file mode 100755 index 0000000..aa155fc --- /dev/null +++ b/static/bower_components/bootstrap/grunt/change-version.js @@ -0,0 +1,109 @@ +#!/usr/bin/env node +'use strict'; + +/* globals Set */ +/*! + * Script to update version number references in the project. + * Copyright 2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +var fs = require('fs'); +var path = require('path'); +var sh = require('shelljs'); +sh.config.fatal = true; +var sed = sh.sed; + +// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37 +RegExp.quote = function (string) { + return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&'); +}; +RegExp.quoteReplacement = function (string) { + return string.replace(/[$]/g, '$$'); +}; + +var DRY_RUN = false; + +function walkAsync(directory, excludedDirectories, fileCallback, errback) { + if (excludedDirectories.has(path.parse(directory).base)) { + return; + } + fs.readdir(directory, function (err, names) { + if (err) { + errback(err); + return; + } + names.forEach(function (name) { + var filepath = path.join(directory, name); + fs.lstat(filepath, function (err, stats) { + if (err) { + process.nextTick(errback, err); + return; + } + if (stats.isSymbolicLink()) { + return; + } + else if (stats.isDirectory()) { + process.nextTick(walkAsync, filepath, excludedDirectories, fileCallback, errback); + } + else if (stats.isFile()) { + process.nextTick(fileCallback, filepath); + } + }); + }); + }); +} + +function replaceRecursively(directory, excludedDirectories, allowedExtensions, original, replacement) { + original = new RegExp(RegExp.quote(original), 'g'); + replacement = RegExp.quoteReplacement(replacement); + var updateFile = !DRY_RUN ? function (filepath) { + if (allowedExtensions.has(path.parse(filepath).ext)) { + sed('-i', original, replacement, filepath); + } + } : function (filepath) { + if (allowedExtensions.has(path.parse(filepath).ext)) { + console.log('FILE: ' + filepath); + } + else { + console.log('EXCLUDED:' + filepath); + } + }; + walkAsync(directory, excludedDirectories, updateFile, function (err) { + console.error('ERROR while traversing directory!:'); + console.error(err); + process.exit(1); + }); +} + +function main(args) { + if (args.length !== 2) { + console.error('USAGE: change-version old_version new_version'); + console.error('Got arguments:', args); + process.exit(1); + } + var oldVersion = args[0]; + var newVersion = args[1]; + var EXCLUDED_DIRS = new Set([ + '.git', + 'node_modules', + 'vendor' + ]); + var INCLUDED_EXTENSIONS = new Set([ + // This extension whitelist is how we avoid modifying binary files + '', + '.css', + '.html', + '.js', + '.json', + '.less', + '.md', + '.nuspec', + '.ps1', + '.scss', + '.txt', + '.yml' + ]); + replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion); +} + +main(process.argv.slice(2)); diff --git a/static/bower_components/bootstrap/grunt/npm-shrinkwrap.json b/static/bower_components/bootstrap/grunt/npm-shrinkwrap.json new file mode 100644 index 0000000..cc57def --- /dev/null +++ b/static/bower_components/bootstrap/grunt/npm-shrinkwrap.json @@ -0,0 +1,2679 @@ +{ + "name": "bootstrap", + "version": "3.3.7", + "dependencies": { + "abbrev": { + "version": "1.0.9", + "from": "abbrev@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz" + }, + "accepts": { + "version": "1.3.3", + "from": "accepts@>=1.3.3 <1.4.0", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz" + }, + "acorn": { + "version": "3.2.0", + "from": "acorn@>=3.1.0 <4.0.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.2.0.tgz" + }, + "acorn-globals": { + "version": "3.0.0", + "from": "acorn-globals@>=3.0.0 <4.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.0.0.tgz" + }, + "agent-base": { + "version": "2.0.1", + "from": "agent-base@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.0.1.tgz", + "dependencies": { + "semver": { + "version": "5.0.3", + "from": "semver@>=5.0.1 <5.1.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.0.3.tgz" + } + } + }, + "align-text": { + "version": "0.1.4", + "from": "align-text@>=0.1.3 <0.2.0", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz" + }, + "amdefine": { + "version": "1.0.0", + "from": "amdefine@>=0.0.4", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz" + }, + "ansi-regex": { + "version": "2.0.0", + "from": "ansi-regex@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz" + }, + "ansi-styles": { + "version": "2.2.1", + "from": "ansi-styles@>=2.2.1 <3.0.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz" + }, + "archiver": { + "version": "1.0.0", + "from": "archiver@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-1.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + }, + "archiver-utils": { + "version": "1.2.0", + "from": "archiver-utils@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.2.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + }, + "argparse": { + "version": "1.0.7", + "from": "argparse@>=1.0.2 <2.0.0", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz" + }, + "array-differ": { + "version": "1.0.0", + "from": "array-differ@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz" + }, + "array-find-index": { + "version": "1.0.1", + "from": "array-find-index@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.1.tgz" + }, + "array-union": { + "version": "1.0.2", + "from": "array-union@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz" + }, + "array-uniq": { + "version": "1.0.3", + "from": "array-uniq@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz" + }, + "arrify": { + "version": "1.0.1", + "from": "arrify@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" + }, + "asap": { + "version": "2.0.4", + "from": "asap@>=2.0.3 <2.1.0", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.4.tgz" + }, + "asn1": { + "version": "0.2.3", + "from": "asn1@>=0.2.3 <0.3.0", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz" + }, + "assert-plus": { + "version": "0.2.0", + "from": "assert-plus@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz" + }, + "async": { + "version": "1.5.2", + "from": "async@>=1.5.2 <1.6.0", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz" + }, + "autoprefixer-core": { + "version": "5.2.1", + "from": "autoprefixer-core@>=5.1.7 <6.0.0", + "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz" + }, + "aws-sign2": { + "version": "0.6.0", + "from": "aws-sign2@>=0.6.0 <0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz" + }, + "aws4": { + "version": "1.4.1", + "from": "aws4@>=1.2.1 <2.0.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz" + }, + "babel-runtime": { + "version": "6.9.2", + "from": "babel-runtime@>=6.9.2 <7.0.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.9.2.tgz" + }, + "babylon": { + "version": "6.8.4", + "from": "babylon@>=6.8.1 <7.0.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.8.4.tgz" + }, + "balanced-match": { + "version": "0.4.1", + "from": "balanced-match@>=0.4.1 <0.5.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.1.tgz" + }, + "basic-auth": { + "version": "1.0.4", + "from": "basic-auth@>=1.0.3 <1.1.0", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz" + }, + "batch": { + "version": "0.5.3", + "from": "batch@0.5.3", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.5.3.tgz" + }, + "bl": { + "version": "1.1.2", + "from": "bl@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz", + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.5 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" + } + } + }, + "body-parser": { + "version": "1.14.2", + "from": "body-parser@>=1.14.0 <1.15.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz", + "dependencies": { + "http-errors": { + "version": "1.3.1", + "from": "http-errors@>=1.3.1 <1.4.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz" + }, + "qs": { + "version": "5.2.0", + "from": "qs@5.2.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz" + } + } + }, + "boom": { + "version": "2.10.1", + "from": "boom@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz" + }, + "brace-expansion": { + "version": "1.1.5", + "from": "brace-expansion@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.5.tgz" + }, + "browserify-zlib": { + "version": "0.1.4", + "from": "browserify-zlib@>=0.1.4 <0.2.0", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz" + }, + "browserslist": { + "version": "0.4.0", + "from": "browserslist@>=0.4.0 <0.5.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.4.0.tgz" + }, + "btoa": { + "version": "1.1.2", + "from": "btoa@>=1.1.2 <1.2.0", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz" + }, + "buffer-crc32": { + "version": "0.2.5", + "from": "buffer-crc32@>=0.2.1 <0.3.0", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz" + }, + "buffer-shims": { + "version": "1.0.0", + "from": "buffer-shims@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz" + }, + "builtin-modules": { + "version": "1.1.1", + "from": "builtin-modules@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz" + }, + "bytes": { + "version": "2.2.0", + "from": "bytes@2.2.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz" + }, + "camel-case": { + "version": "3.0.0", + "from": "camel-case@>=3.0.0 <4.0.0", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz" + }, + "camelcase": { + "version": "2.1.1", + "from": "camelcase@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz" + }, + "camelcase-keys": { + "version": "2.1.0", + "from": "camelcase-keys@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz" + }, + "caniuse-db": { + "version": "1.0.30000506", + "from": "caniuse-db@>=1.0.30000214 <2.0.0", + "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000506.tgz" + }, + "caseless": { + "version": "0.11.0", + "from": "caseless@>=0.11.0 <0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz" + }, + "center-align": { + "version": "0.1.3", + "from": "center-align@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz" + }, + "chalk": { + "version": "1.1.3", + "from": "chalk@>=1.1.1 <1.2.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz" + }, + "change-case": { + "version": "3.0.0", + "from": "change-case@>=3.0.0 <3.1.0", + "resolved": "https://registry.npmjs.org/change-case/-/change-case-3.0.0.tgz" + }, + "character-parser": { + "version": "2.2.0", + "from": "character-parser@>=2.1.1 <3.0.0", + "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz" + }, + "clean-css": { + "version": "3.4.18", + "from": "clean-css@>=3.4.2 <3.5.0", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.18.tgz" + }, + "cli": { + "version": "0.6.6", + "from": "cli@>=0.6.0 <0.7.0", + "resolved": "https://registry.npmjs.org/cli/-/cli-0.6.6.tgz", + "dependencies": { + "glob": { + "version": "3.2.11", + "from": "glob@>=3.2.1 <3.3.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz" + }, + "minimatch": { + "version": "0.3.0", + "from": "minimatch@>=0.3.0 <0.4.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz" + } + } + }, + "cli-table": { + "version": "0.3.1", + "from": "cli-table@>=0.3.1 <0.4.0", + "resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz", + "dependencies": { + "colors": { + "version": "1.0.3", + "from": "colors@1.0.3", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz" + } + } + }, + "cliui": { + "version": "2.1.0", + "from": "cliui@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz" + }, + "coffee-script": { + "version": "1.10.0", + "from": "coffee-script@>=1.10.0 <1.11.0", + "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz" + }, + "colors": { + "version": "1.1.2", + "from": "colors@>=1.1.2 <1.2.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz" + }, + "combined-stream": { + "version": "1.0.5", + "from": "combined-stream@>=1.0.5 <1.1.0", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz" + }, + "commander": { + "version": "2.8.1", + "from": "commander@>=2.8.0 <2.9.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz" + }, + "comment-parser": { + "version": "0.3.1", + "from": "comment-parser@>=0.3.1 <0.4.0", + "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.1.tgz" + }, + "compress-commons": { + "version": "1.0.0", + "from": "compress-commons@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.0.0.tgz" + }, + "concat-map": { + "version": "0.0.1", + "from": "concat-map@0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" + }, + "concat-stream": { + "version": "1.5.1", + "from": "concat-stream@>=1.4.1 <2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz", + "dependencies": { + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.0 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" + } + } + }, + "connect": { + "version": "3.4.1", + "from": "connect@>=3.4.0 <4.0.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.4.1.tgz" + }, + "connect-livereload": { + "version": "0.5.4", + "from": "connect-livereload@>=0.5.0 <0.6.0", + "resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz" + }, + "console-browserify": { + "version": "1.1.0", + "from": "console-browserify@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz" + }, + "constant-case": { + "version": "2.0.0", + "from": "constant-case@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz" + }, + "constantinople": { + "version": "3.1.0", + "from": "constantinople@>=3.0.1 <4.0.0", + "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.0.tgz" + }, + "content-type": { + "version": "1.0.2", + "from": "content-type@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz" + }, + "core-js": { + "version": "2.4.0", + "from": "core-js@>=2.4.0 <3.0.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.0.tgz" + }, + "core-util-is": { + "version": "1.0.2", + "from": "core-util-is@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" + }, + "crc32-stream": { + "version": "1.0.0", + "from": "crc32-stream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-1.0.0.tgz" + }, + "cryptiles": { + "version": "2.0.5", + "from": "cryptiles@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz" + }, + "csscomb": { + "version": "3.1.8", + "from": "csscomb@>=3.1.0 <3.2.0", + "resolved": "https://registry.npmjs.org/csscomb/-/csscomb-3.1.8.tgz", + "dependencies": { + "commander": { + "version": "2.0.0", + "from": "commander@2.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz" + } + } + }, + "csscomb-core": { + "version": "3.0.0-3.1", + "from": "csscomb-core@3.0.0-3.1", + "resolved": "https://registry.npmjs.org/csscomb-core/-/csscomb-core-3.0.0-3.1.tgz", + "dependencies": { + "minimatch": { + "version": "0.2.12", + "from": "minimatch@0.2.12", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.12.tgz" + } + } + }, + "csslint": { + "version": "0.10.0", + "from": "csslint@>=0.10.0 <0.11.0", + "resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz" + }, + "cst": { + "version": "0.4.4", + "from": "cst@>=0.4.3 <0.5.0", + "resolved": "https://registry.npmjs.org/cst/-/cst-0.4.4.tgz" + }, + "currently-unhandled": { + "version": "0.4.1", + "from": "currently-unhandled@>=0.4.1 <0.5.0", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz" + }, + "cycle": { + "version": "1.0.3", + "from": "cycle@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz" + }, + "dashdash": { + "version": "1.14.0", + "from": "dashdash@>=1.12.0 <2.0.0", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.0.tgz", + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "from": "assert-plus@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" + } + } + }, + "date-now": { + "version": "0.1.4", + "from": "date-now@>=0.1.4 <0.2.0", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz" + }, + "date-time": { + "version": "1.0.0", + "from": "date-time@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/date-time/-/date-time-1.0.0.tgz" + }, + "dateformat": { + "version": "1.0.12", + "from": "dateformat@>=1.0.12 <1.1.0", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz" + }, + "debug": { + "version": "2.2.0", + "from": "debug@>=2.2.0 <2.3.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz" + }, + "decamelize": { + "version": "1.2.0", + "from": "decamelize@>=1.1.2 <2.0.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" + }, + "deep-equal": { + "version": "1.0.1", + "from": "deep-equal@*", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz" + }, + "delayed-stream": { + "version": "1.0.0", + "from": "delayed-stream@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" + }, + "depd": { + "version": "1.1.0", + "from": "depd@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz" + }, + "destroy": { + "version": "1.0.4", + "from": "destroy@>=1.0.4 <1.1.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz" + }, + "diff": { + "version": "1.3.2", + "from": "diff@>=1.3.0 <1.4.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-1.3.2.tgz" + }, + "doctypes": { + "version": "1.0.0", + "from": "doctypes@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/doctypes/-/doctypes-1.0.0.tgz" + }, + "dom-serializer": { + "version": "0.1.0", + "from": "dom-serializer@>=0.0.0 <1.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "dependencies": { + "domelementtype": { + "version": "1.1.3", + "from": "domelementtype@>=1.1.1 <1.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz" + }, + "entities": { + "version": "1.1.1", + "from": "entities@>=1.1.1 <1.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" + } + } + }, + "domelementtype": { + "version": "1.3.0", + "from": "domelementtype@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz" + }, + "domhandler": { + "version": "2.3.0", + "from": "domhandler@>=2.3.0 <2.4.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz" + }, + "domutils": { + "version": "1.5.1", + "from": "domutils@>=1.5.0 <1.6.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz" + }, + "dot-case": { + "version": "2.1.0", + "from": "dot-case@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.0.tgz" + }, + "ecc-jsbn": { + "version": "0.1.1", + "from": "ecc-jsbn@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz" + }, + "ee-first": { + "version": "1.1.1", + "from": "ee-first@1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" + }, + "encodeurl": { + "version": "1.0.1", + "from": "encodeurl@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz" + }, + "end-of-stream": { + "version": "1.1.0", + "from": "end-of-stream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz" + }, + "entities": { + "version": "1.0.0", + "from": "entities@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz" + }, + "errno": { + "version": "0.1.4", + "from": "errno@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.4.tgz" + }, + "error-ex": { + "version": "1.3.0", + "from": "error-ex@>=1.2.0 <2.0.0", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz" + }, + "es6-promise": { + "version": "2.3.0", + "from": "es6-promise@>=2.3.0 <2.4.0", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz" + }, + "escape-html": { + "version": "1.0.3", + "from": "escape-html@>=1.0.3 <1.1.0", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" + }, + "escape-string-regexp": { + "version": "1.0.5", + "from": "escape-string-regexp@>=1.0.2 <2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" + }, + "esprima": { + "version": "2.7.2", + "from": "esprima@>=2.6.0 <3.0.0", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz" + }, + "estraverse": { + "version": "4.2.0", + "from": "estraverse@>=4.1.0 <5.0.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz" + }, + "etag": { + "version": "1.7.0", + "from": "etag@>=1.7.0 <1.8.0", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz" + }, + "eventemitter2": { + "version": "0.4.14", + "from": "eventemitter2@>=0.4.13 <0.5.0", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz" + }, + "exit": { + "version": "0.1.2", + "from": "exit@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" + }, + "extend": { + "version": "3.0.0", + "from": "extend@>=3.0.0 <3.1.0", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz" + }, + "extract-zip": { + "version": "1.5.0", + "from": "extract-zip@>=1.5.0 <1.6.0", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz", + "dependencies": { + "concat-stream": { + "version": "1.5.0", + "from": "concat-stream@1.5.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz" + }, + "debug": { + "version": "0.7.4", + "from": "debug@0.7.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz" + }, + "minimist": { + "version": "0.0.8", + "from": "minimist@0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" + }, + "mkdirp": { + "version": "0.5.0", + "from": "mkdirp@0.5.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz" + }, + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.0 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" + } + } + }, + "extsprintf": { + "version": "1.0.2", + "from": "extsprintf@1.0.2", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz" + }, + "eyes": { + "version": "0.1.8", + "from": "eyes@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz" + }, + "faye-websocket": { + "version": "0.10.0", + "from": "faye-websocket@>=0.10.0 <0.11.0", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz" + }, + "fd-slicer": { + "version": "1.0.1", + "from": "fd-slicer@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz" + }, + "fg-lodash": { + "version": "0.0.2", + "from": "fg-lodash@0.0.2", + "resolved": "https://registry.npmjs.org/fg-lodash/-/fg-lodash-0.0.2.tgz", + "dependencies": { + "lodash": { + "version": "2.4.2", + "from": "lodash@>=2.4.1 <3.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz" + }, + "underscore.string": { + "version": "2.3.3", + "from": "underscore.string@>=2.3.3 <2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz" + } + } + }, + "figures": { + "version": "1.7.0", + "from": "figures@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz" + }, + "file-sync-cmp": { + "version": "0.1.1", + "from": "file-sync-cmp@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz" + }, + "finalhandler": { + "version": "0.4.1", + "from": "finalhandler@0.4.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz" + }, + "find-up": { + "version": "1.1.2", + "from": "find-up@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz" + }, + "findup-sync": { + "version": "0.3.0", + "from": "findup-sync@>=0.3.0 <0.4.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", + "dependencies": { + "glob": { + "version": "5.0.15", + "from": "glob@>=5.0.0 <5.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz" + } + } + }, + "forever-agent": { + "version": "0.6.1", + "from": "forever-agent@>=0.6.1 <0.7.0", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz" + }, + "form-data": { + "version": "1.0.0-rc4", + "from": "form-data@>=1.0.0-rc4 <1.1.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz" + }, + "fresh": { + "version": "0.3.0", + "from": "fresh@0.3.0", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz" + }, + "fs-extra": { + "version": "0.26.7", + "from": "fs-extra@>=0.26.4 <0.27.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz" + }, + "fs.realpath": { + "version": "1.0.0", + "from": "fs.realpath@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" + }, + "gaze": { + "version": "1.1.0", + "from": "gaze@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.0.tgz" + }, + "generate-function": { + "version": "2.0.0", + "from": "generate-function@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz" + }, + "generate-object-property": { + "version": "1.2.0", + "from": "generate-object-property@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz" + }, + "get-stdin": { + "version": "4.0.1", + "from": "get-stdin@>=4.0.1 <5.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" + }, + "getobject": { + "version": "0.1.0", + "from": "getobject@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz" + }, + "getpass": { + "version": "0.1.6", + "from": "getpass@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz", + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "from": "assert-plus@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" + } + } + }, + "glob": { + "version": "7.0.5", + "from": "glob@>=7.0.3 <7.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.5.tgz" + }, + "globule": { + "version": "1.0.0", + "from": "globule@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.9.0", + "from": "lodash@>=4.9.0 <4.10.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.9.0.tgz" + } + } + }, + "gonzales-pe": { + "version": "3.0.0-28", + "from": "gonzales-pe@3.0.0-28", + "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.0.0-28.tgz" + }, + "graceful-fs": { + "version": "4.1.4", + "from": "graceful-fs@>=4.1.2 <5.0.0", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.4.tgz" + }, + "graceful-readlink": { + "version": "1.0.1", + "from": "graceful-readlink@>=1.0.0", + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz" + }, + "grunt": { + "version": "1.0.1", + "from": "grunt@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz", + "dependencies": { + "grunt-cli": { + "version": "1.2.0", + "from": "grunt-cli@>=1.2.0 <1.3.0", + "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz" + } + } + }, + "grunt-autoprefixer": { + "version": "3.0.4", + "from": "grunt-autoprefixer@>=3.0.4 <3.1.0", + "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-3.0.4.tgz", + "dependencies": { + "ansi-regex": { + "version": "1.1.1", + "from": "ansi-regex@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz" + }, + "chalk": { + "version": "1.0.0", + "from": "chalk@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz" + }, + "has-ansi": { + "version": "1.0.3", + "from": "has-ansi@>=1.0.3 <2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz" + }, + "strip-ansi": { + "version": "2.0.1", + "from": "strip-ansi@>=2.0.1 <3.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz" + }, + "supports-color": { + "version": "1.3.1", + "from": "supports-color@>=1.3.0 <2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz" + } + } + }, + "grunt-contrib-clean": { + "version": "1.0.0", + "from": "grunt-contrib-clean@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-1.0.0.tgz", + "dependencies": { + "rimraf": { + "version": "2.5.3", + "from": "rimraf@>=2.5.1 <3.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.3.tgz" + } + } + }, + "grunt-contrib-compress": { + "version": "1.3.0", + "from": "grunt-contrib-compress@>=1.3.0 <1.4.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.3.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.7.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + }, + "grunt-contrib-concat": { + "version": "1.0.1", + "from": "grunt-contrib-concat@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz", + "dependencies": { + "source-map": { + "version": "0.5.6", + "from": "source-map@>=0.5.3 <0.6.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz" + } + } + }, + "grunt-contrib-connect": { + "version": "1.0.2", + "from": "grunt-contrib-connect@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-1.0.2.tgz" + }, + "grunt-contrib-copy": { + "version": "1.0.0", + "from": "grunt-contrib-copy@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz" + }, + "grunt-contrib-csslint": { + "version": "1.0.0", + "from": "grunt-contrib-csslint@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-1.0.0.tgz" + }, + "grunt-contrib-cssmin": { + "version": "1.0.1", + "from": "grunt-contrib-cssmin@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-1.0.1.tgz" + }, + "grunt-contrib-htmlmin": { + "version": "1.5.0", + "from": "grunt-contrib-htmlmin@>=1.5.0 <1.6.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-htmlmin/-/grunt-contrib-htmlmin-1.5.0.tgz" + }, + "grunt-contrib-jshint": { + "version": "1.0.0", + "from": "grunt-contrib-jshint@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.0.0.tgz" + }, + "grunt-contrib-less": { + "version": "1.3.0", + "from": "grunt-contrib-less@>=1.3.0 <1.4.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-1.3.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.2 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + }, + "grunt-contrib-pug": { + "version": "1.0.0", + "from": "grunt-contrib-pug@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-pug/-/grunt-contrib-pug-1.0.0.tgz" + }, + "grunt-contrib-qunit": { + "version": "0.7.0", + "from": "grunt-contrib-qunit@>=0.7.0 <0.8.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-0.7.0.tgz" + }, + "grunt-contrib-uglify": { + "version": "1.0.1", + "from": "grunt-contrib-uglify@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-1.0.1.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.0.1 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + }, + "grunt-contrib-watch": { + "version": "1.0.0", + "from": "grunt-contrib-watch@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz" + }, + "grunt-csscomb": { + "version": "3.1.1", + "from": "grunt-csscomb@>=3.1.0 <3.2.0", + "resolved": "https://registry.npmjs.org/grunt-csscomb/-/grunt-csscomb-3.1.1.tgz" + }, + "grunt-exec": { + "version": "1.0.0", + "from": "grunt-exec@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-1.0.0.tgz" + }, + "grunt-html": { + "version": "8.0.2", + "from": "grunt-html@>=8.0.1 <8.1.0", + "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-8.0.2.tgz" + }, + "grunt-jekyll": { + "version": "0.4.4", + "from": "grunt-jekyll@>=0.4.4 <0.5.0", + "resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.4.tgz" + }, + "grunt-jscs": { + "version": "3.0.1", + "from": "grunt-jscs@>=3.0.1 <3.1.0", + "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-3.0.1.tgz", + "dependencies": { + "lodash": { + "version": "4.6.1", + "from": "lodash@>=4.6.1 <4.7.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.6.1.tgz" + } + } + }, + "grunt-known-options": { + "version": "1.1.0", + "from": "grunt-known-options@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz" + }, + "grunt-legacy-log": { + "version": "1.0.0", + "from": "grunt-legacy-log@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz" + }, + "grunt-legacy-log-utils": { + "version": "1.0.0", + "from": "grunt-legacy-log-utils@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.3.0", + "from": "lodash@>=4.3.0 <4.4.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz" + } + } + }, + "grunt-legacy-util": { + "version": "1.0.0", + "from": "grunt-legacy-util@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.3.0", + "from": "lodash@>=4.3.0 <4.4.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz" + } + } + }, + "grunt-lib-phantomjs": { + "version": "0.6.0", + "from": "grunt-lib-phantomjs@>=0.6.0 <0.7.0", + "resolved": "https://registry.npmjs.org/grunt-lib-phantomjs/-/grunt-lib-phantomjs-0.6.0.tgz", + "dependencies": { + "semver": { + "version": "1.0.14", + "from": "semver@>=1.0.14 <1.1.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-1.0.14.tgz" + } + } + }, + "grunt-saucelabs": { + "version": "9.0.0", + "from": "grunt-saucelabs@>=9.0.0 <9.1.0", + "resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-9.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.13.1 <4.14.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + }, + "gzip-size": { + "version": "1.0.0", + "from": "gzip-size@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz" + }, + "har-validator": { + "version": "2.0.6", + "from": "har-validator@>=2.0.6 <2.1.0", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", + "dependencies": { + "commander": { + "version": "2.9.0", + "from": "commander@>=2.9.0 <3.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz" + } + } + }, + "has-ansi": { + "version": "2.0.0", + "from": "has-ansi@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz" + }, + "has-color": { + "version": "0.1.7", + "from": "has-color@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz" + }, + "hasha": { + "version": "2.2.0", + "from": "hasha@>=2.2.0 <3.0.0", + "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz" + }, + "hawk": { + "version": "3.1.3", + "from": "hawk@>=3.1.3 <3.2.0", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz" + }, + "he": { + "version": "1.1.0", + "from": "he@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.1.0.tgz" + }, + "header-case": { + "version": "1.0.0", + "from": "header-case@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/header-case/-/header-case-1.0.0.tgz" + }, + "hoek": { + "version": "2.16.3", + "from": "hoek@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz" + }, + "hooker": { + "version": "0.2.3", + "from": "hooker@>=0.2.3 <0.3.0", + "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" + }, + "hosted-git-info": { + "version": "2.1.5", + "from": "hosted-git-info@>=2.1.4 <3.0.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz" + }, + "html-minifier": { + "version": "2.1.7", + "from": "html-minifier@>=2.1.7 <2.2.0", + "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-2.1.7.tgz", + "dependencies": { + "commander": { + "version": "2.9.0", + "from": "commander@>=2.9.0 <2.10.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz" + } + } + }, + "htmlparser2": { + "version": "3.8.3", + "from": "htmlparser2@>=3.8.0 <3.9.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", + "dependencies": { + "isarray": { + "version": "0.0.1", + "from": "isarray@0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" + }, + "readable-stream": { + "version": "1.1.14", + "from": "readable-stream@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz" + } + } + }, + "http-errors": { + "version": "1.5.0", + "from": "http-errors@>=1.5.0 <1.6.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.0.tgz" + }, + "http-signature": { + "version": "1.1.1", + "from": "http-signature@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz" + }, + "http2": { + "version": "3.3.4", + "from": "http2@>=3.3.4 <4.0.0", + "resolved": "https://registry.npmjs.org/http2/-/http2-3.3.4.tgz" + }, + "https-proxy-agent": { + "version": "1.0.0", + "from": "https-proxy-agent@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz" + }, + "i": { + "version": "0.3.5", + "from": "i@>=0.3.0 <0.4.0", + "resolved": "https://registry.npmjs.org/i/-/i-0.3.5.tgz" + }, + "iconv-lite": { + "version": "0.4.13", + "from": "iconv-lite@>=0.4.13 <0.5.0", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz" + }, + "image-size": { + "version": "0.4.0", + "from": "image-size@>=0.4.0 <0.5.0", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.4.0.tgz" + }, + "indent-string": { + "version": "2.1.0", + "from": "indent-string@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz" + }, + "inflight": { + "version": "1.0.5", + "from": "inflight@>=1.0.4 <2.0.0", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz" + }, + "inherit": { + "version": "2.2.4", + "from": "inherit@>=2.2.2 <3.0.0", + "resolved": "https://registry.npmjs.org/inherit/-/inherit-2.2.4.tgz" + }, + "inherits": { + "version": "2.0.1", + "from": "inherits@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" + }, + "interpret": { + "version": "1.0.1", + "from": "interpret@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz" + }, + "is-arrayish": { + "version": "0.2.1", + "from": "is-arrayish@>=0.2.1 <0.3.0", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" + }, + "is-buffer": { + "version": "1.1.3", + "from": "is-buffer@>=1.0.2 <2.0.0", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.3.tgz" + }, + "is-builtin-module": { + "version": "1.0.0", + "from": "is-builtin-module@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz" + }, + "is-expression": { + "version": "2.0.1", + "from": "is-expression@>=2.0.1 <3.0.0", + "resolved": "https://registry.npmjs.org/is-expression/-/is-expression-2.0.1.tgz", + "dependencies": { + "acorn": { + "version": "3.1.0", + "from": "acorn@>=3.1.0 <3.2.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.1.0.tgz" + } + } + }, + "is-finite": { + "version": "1.0.1", + "from": "is-finite@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.1.tgz" + }, + "is-lower-case": { + "version": "1.1.3", + "from": "is-lower-case@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz" + }, + "is-my-json-valid": { + "version": "2.13.1", + "from": "is-my-json-valid@>=2.12.4 <3.0.0", + "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.13.1.tgz" + }, + "is-promise": { + "version": "2.1.0", + "from": "is-promise@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz" + }, + "is-property": { + "version": "1.0.2", + "from": "is-property@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz" + }, + "is-regex": { + "version": "1.0.3", + "from": "is-regex@>=1.0.3 <2.0.0", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.3.tgz" + }, + "is-stream": { + "version": "1.1.0", + "from": "is-stream@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz" + }, + "is-typedarray": { + "version": "1.0.0", + "from": "is-typedarray@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" + }, + "is-upper-case": { + "version": "1.1.2", + "from": "is-upper-case@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz" + }, + "is-utf8": { + "version": "0.2.1", + "from": "is-utf8@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz" + }, + "isarray": { + "version": "1.0.0", + "from": "isarray@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" + }, + "isexe": { + "version": "1.1.2", + "from": "isexe@>=1.1.1 <2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz" + }, + "isstream": { + "version": "0.1.2", + "from": "isstream@>=0.1.2 <0.2.0", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" + }, + "jodid25519": { + "version": "1.0.2", + "from": "jodid25519@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz" + }, + "js-base64": { + "version": "2.1.9", + "from": "js-base64@>=2.1.8 <2.2.0", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz" + }, + "js-stringify": { + "version": "1.0.2", + "from": "js-stringify@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/js-stringify/-/js-stringify-1.0.2.tgz" + }, + "js-yaml": { + "version": "3.5.5", + "from": "js-yaml@>=3.5.2 <3.6.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz" + }, + "jsbn": { + "version": "0.1.0", + "from": "jsbn@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz" + }, + "jscs": { + "version": "3.0.7", + "from": "jscs@>=3.0.5 <3.1.0", + "resolved": "https://registry.npmjs.org/jscs/-/jscs-3.0.7.tgz", + "dependencies": { + "commander": { + "version": "2.9.0", + "from": "commander@>=2.9.0 <2.10.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz" + }, + "glob": { + "version": "5.0.15", + "from": "glob@>=5.0.1 <6.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz" + }, + "js-yaml": { + "version": "3.4.6", + "from": "js-yaml@>=3.4.0 <3.5.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz" + }, + "vow": { + "version": "0.4.12", + "from": "vow@>=0.4.8 <0.5.0", + "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.12.tgz" + }, + "vow-fs": { + "version": "0.3.5", + "from": "vow-fs@>=0.3.4 <0.4.0", + "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.5.tgz", + "dependencies": { + "glob": { + "version": "4.5.3", + "from": "glob@>=4.3.1 <5.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz" + }, + "minimatch": { + "version": "2.0.10", + "from": "minimatch@>=2.0.1 <3.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz" + } + } + }, + "vow-queue": { + "version": "0.4.2", + "from": "vow-queue@>=0.4.1 <0.5.0", + "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.2.tgz" + } + } + }, + "jscs-jsdoc": { + "version": "2.0.0", + "from": "jscs-jsdoc@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-2.0.0.tgz" + }, + "jscs-preset-wikimedia": { + "version": "1.0.0", + "from": "jscs-preset-wikimedia@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz" + }, + "jsdoctypeparser": { + "version": "1.2.0", + "from": "jsdoctypeparser@>=1.2.0 <1.3.0", + "resolved": "https://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz" + }, + "jshint": { + "version": "2.9.2", + "from": "jshint@>=2.9.1 <2.10.0", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.2.tgz", + "dependencies": { + "lodash": { + "version": "3.7.0", + "from": "lodash@>=3.7.0 <3.8.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz" + }, + "minimatch": { + "version": "2.0.10", + "from": "minimatch@>=2.0.0 <2.1.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz" + }, + "shelljs": { + "version": "0.3.0", + "from": "shelljs@>=0.3.0 <0.4.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz" + } + } + }, + "json-schema": { + "version": "0.2.2", + "from": "json-schema@0.2.2", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz" + }, + "json-stringify-safe": { + "version": "5.0.1", + "from": "json-stringify-safe@>=5.0.1 <5.1.0", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz" + }, + "jsonfile": { + "version": "2.3.1", + "from": "jsonfile@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.3.1.tgz" + }, + "jsonlint": { + "version": "1.6.2", + "from": "jsonlint@>=1.6.2 <1.7.0", + "resolved": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.2.tgz" + }, + "jsonpointer": { + "version": "2.0.0", + "from": "jsonpointer@2.0.0", + "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz" + }, + "jsprim": { + "version": "1.3.0", + "from": "jsprim@>=1.2.2 <2.0.0", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.3.0.tgz" + }, + "jstransformer": { + "version": "1.0.0", + "from": "jstransformer@1.0.0", + "resolved": "https://registry.npmjs.org/jstransformer/-/jstransformer-1.0.0.tgz" + }, + "JSV": { + "version": "4.0.2", + "from": "JSV@>=4.0.0", + "resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz" + }, + "kew": { + "version": "0.7.0", + "from": "kew@>=0.7.0 <0.8.0", + "resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz" + }, + "kind-of": { + "version": "3.0.3", + "from": "kind-of@>=3.0.2 <4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.3.tgz" + }, + "klaw": { + "version": "1.3.0", + "from": "klaw@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.0.tgz" + }, + "lazy-cache": { + "version": "1.0.4", + "from": "lazy-cache@>=1.0.3 <2.0.0", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz" + }, + "lazystream": { + "version": "1.0.0", + "from": "lazystream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz" + }, + "less": { + "version": "2.6.1", + "from": "less@>=2.6.0 <2.7.0", + "resolved": "https://registry.npmjs.org/less/-/less-2.6.1.tgz", + "dependencies": { + "source-map": { + "version": "0.5.6", + "from": "source-map@>=0.5.3 <0.6.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz" + } + } + }, + "linkify-it": { + "version": "2.0.0", + "from": "linkify-it@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.0.tgz" + }, + "livereload-js": { + "version": "2.2.2", + "from": "livereload-js@>=2.2.0 <3.0.0", + "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz" + }, + "load-grunt-tasks": { + "version": "3.5.0", + "from": "load-grunt-tasks@>=3.5.0 <3.6.0", + "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.5.0.tgz" + }, + "load-json-file": { + "version": "1.1.0", + "from": "load-json-file@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz" + }, + "lodash": { + "version": "3.10.1", + "from": "lodash@>=3.10.1 <3.11.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz" + }, + "longest": { + "version": "1.0.1", + "from": "longest@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz" + }, + "loud-rejection": { + "version": "1.6.0", + "from": "loud-rejection@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz" + }, + "lower-case": { + "version": "1.1.3", + "from": "lower-case@>=1.1.1 <2.0.0", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.3.tgz" + }, + "lower-case-first": { + "version": "1.0.2", + "from": "lower-case-first@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/lower-case-first/-/lower-case-first-1.0.2.tgz" + }, + "lru-cache": { + "version": "2.7.3", + "from": "lru-cache@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz" + }, + "map-obj": { + "version": "1.0.1", + "from": "map-obj@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" + }, + "markdown-it": { + "version": "7.0.0", + "from": "markdown-it@>=7.0.0 <8.0.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-7.0.0.tgz", + "dependencies": { + "entities": { + "version": "1.1.1", + "from": "entities@>=1.1.1 <1.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" + } + } + }, + "maxmin": { + "version": "1.1.0", + "from": "maxmin@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz", + "dependencies": { + "pretty-bytes": { + "version": "1.0.4", + "from": "pretty-bytes@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz" + } + } + }, + "mdurl": { + "version": "1.0.1", + "from": "mdurl@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz" + }, + "media-typer": { + "version": "0.3.0", + "from": "media-typer@0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" + }, + "meow": { + "version": "3.7.0", + "from": "meow@>=3.3.0 <4.0.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz" + }, + "mime": { + "version": "1.3.4", + "from": "mime@1.3.4", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz" + }, + "mime-db": { + "version": "1.23.0", + "from": "mime-db@>=1.23.0 <1.24.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz" + }, + "mime-types": { + "version": "2.1.11", + "from": "mime-types@>=2.1.11 <2.2.0", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz" + }, + "minimatch": { + "version": "3.0.2", + "from": "minimatch@>=3.0.2 <4.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.2.tgz" + }, + "minimist": { + "version": "1.2.0", + "from": "minimist@>=1.1.3 <2.0.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz" + }, + "mkdirp": { + "version": "0.5.1", + "from": "mkdirp@>=0.5.0 <0.6.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "dependencies": { + "minimist": { + "version": "0.0.8", + "from": "minimist@0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" + } + } + }, + "morgan": { + "version": "1.7.0", + "from": "morgan@>=1.6.1 <2.0.0", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.7.0.tgz" + }, + "ms": { + "version": "0.7.1", + "from": "ms@0.7.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz" + }, + "multimatch": { + "version": "2.1.0", + "from": "multimatch@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz" + }, + "mute-stream": { + "version": "0.0.6", + "from": "mute-stream@>=0.0.4 <0.1.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.6.tgz" + }, + "natural-compare": { + "version": "1.2.2", + "from": "natural-compare@>=1.2.2 <1.3.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz" + }, + "ncname": { + "version": "1.0.0", + "from": "ncname@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/ncname/-/ncname-1.0.0.tgz" + }, + "ncp": { + "version": "0.4.2", + "from": "ncp@>=0.4.0 <0.5.0", + "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz" + }, + "negotiator": { + "version": "0.6.1", + "from": "negotiator@0.6.1", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz" + }, + "no-case": { + "version": "2.3.0", + "from": "no-case@>=2.2.0 <3.0.0", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.0.tgz" + }, + "node-int64": { + "version": "0.4.0", + "from": "node-int64@>=0.4.0 <0.5.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz" + }, + "node-uuid": { + "version": "1.4.7", + "from": "node-uuid@>=1.4.7 <1.5.0", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz" + }, + "nomnom": { + "version": "1.8.1", + "from": "nomnom@>=1.5.0", + "resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz", + "dependencies": { + "ansi-styles": { + "version": "1.0.0", + "from": "ansi-styles@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz" + }, + "chalk": { + "version": "0.4.0", + "from": "chalk@>=0.4.0 <0.5.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz" + }, + "strip-ansi": { + "version": "0.1.1", + "from": "strip-ansi@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz" + } + } + }, + "nopt": { + "version": "3.0.6", + "from": "nopt@>=3.0.6 <3.1.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz" + }, + "normalize-package-data": { + "version": "2.3.5", + "from": "normalize-package-data@>=2.3.4 <3.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz" + }, + "normalize-path": { + "version": "2.0.1", + "from": "normalize-path@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz" + }, + "num2fraction": { + "version": "1.2.2", + "from": "num2fraction@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz" + }, + "number-is-nan": { + "version": "1.0.0", + "from": "number-is-nan@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.0.tgz" + }, + "oauth-sign": { + "version": "0.8.2", + "from": "oauth-sign@>=0.8.1 <0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz" + }, + "object-assign": { + "version": "4.1.0", + "from": "object-assign@>=4.0.1 <5.0.0", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz" + }, + "on-finished": { + "version": "2.3.0", + "from": "on-finished@>=2.3.0 <2.4.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz" + }, + "on-headers": { + "version": "1.0.1", + "from": "on-headers@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz" + }, + "once": { + "version": "1.3.3", + "from": "once@>=1.3.0 <2.0.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz" + }, + "opn": { + "version": "4.0.2", + "from": "opn@>=4.0.0 <5.0.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz" + }, + "os-tmpdir": { + "version": "1.0.1", + "from": "os-tmpdir@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz" + }, + "package": { + "version": "1.0.1", + "from": "package@>=1.0.0 <1.2.0", + "resolved": "https://registry.npmjs.org/package/-/package-1.0.1.tgz" + }, + "pako": { + "version": "0.2.8", + "from": "pako@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.8.tgz" + }, + "param-case": { + "version": "2.1.0", + "from": "param-case@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.0.tgz" + }, + "parse-json": { + "version": "2.2.0", + "from": "parse-json@>=2.2.0 <3.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz" + }, + "parse-ms": { + "version": "1.0.1", + "from": "parse-ms@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.1.tgz" + }, + "parserlib": { + "version": "0.2.5", + "from": "parserlib@>=0.2.2 <0.3.0", + "resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz" + }, + "parseurl": { + "version": "1.3.1", + "from": "parseurl@>=1.3.1 <1.4.0", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz" + }, + "pascal-case": { + "version": "2.0.0", + "from": "pascal-case@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.0.tgz" + }, + "path-case": { + "version": "2.1.0", + "from": "path-case@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/path-case/-/path-case-2.1.0.tgz" + }, + "path-exists": { + "version": "2.1.0", + "from": "path-exists@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz" + }, + "path-is-absolute": { + "version": "1.0.0", + "from": "path-is-absolute@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.0.tgz" + }, + "path-type": { + "version": "1.1.0", + "from": "path-type@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz" + }, + "pathval": { + "version": "0.1.1", + "from": "pathval@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz" + }, + "pend": { + "version": "1.2.0", + "from": "pend@>=1.2.0 <1.3.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz" + }, + "phantomjs": { + "version": "1.9.20", + "from": "phantomjs@>=1.9.0-1 <1.10.0", + "resolved": "https://registry.npmjs.org/phantomjs/-/phantomjs-1.9.20.tgz", + "dependencies": { + "bl": { + "version": "1.0.3", + "from": "bl@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-1.0.3.tgz" + }, + "qs": { + "version": "5.2.0", + "from": "qs@>=5.2.0 <5.3.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz" + }, + "readable-stream": { + "version": "2.0.6", + "from": "readable-stream@>=2.0.5 <2.1.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz" + }, + "request": { + "version": "2.67.0", + "from": "request@>=2.67.0 <2.68.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.67.0.tgz" + } + } + }, + "pify": { + "version": "2.3.0", + "from": "pify@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" + }, + "pinkie": { + "version": "2.0.4", + "from": "pinkie@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz" + }, + "pinkie-promise": { + "version": "2.0.1", + "from": "pinkie-promise@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz" + }, + "pkg-up": { + "version": "1.0.0", + "from": "pkg-up@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-1.0.0.tgz" + }, + "pkginfo": { + "version": "0.4.0", + "from": "pkginfo@>=0.0.0 <1.0.0", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.0.tgz" + }, + "plur": { + "version": "1.0.0", + "from": "plur@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz" + }, + "portscanner": { + "version": "1.0.0", + "from": "portscanner@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-1.0.0.tgz", + "dependencies": { + "async": { + "version": "0.1.15", + "from": "async@0.1.15", + "resolved": "https://registry.npmjs.org/async/-/async-0.1.15.tgz" + } + } + }, + "postcss": { + "version": "4.1.16", + "from": "postcss@>=4.1.11 <5.0.0", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz" + }, + "pretty-bytes": { + "version": "3.0.1", + "from": "pretty-bytes@>=3.0.1 <4.0.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz" + }, + "pretty-ms": { + "version": "2.1.0", + "from": "pretty-ms@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz" + }, + "process-nextick-args": { + "version": "1.0.7", + "from": "process-nextick-args@>=1.0.6 <1.1.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz" + }, + "progress": { + "version": "1.1.8", + "from": "progress@>=1.1.8 <1.2.0", + "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz" + }, + "promise": { + "version": "7.1.1", + "from": "promise@>=7.1.1 <8.0.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz" + }, + "prompt": { + "version": "0.2.14", + "from": "prompt@>=0.2.14 <0.3.0", + "resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz" + }, + "prr": { + "version": "0.0.0", + "from": "prr@>=0.0.0 <0.1.0", + "resolved": "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz" + }, + "pug": { + "version": "2.0.0-beta3", + "from": "pug@>=2.0.0-alpha3 <3.0.0", + "resolved": "https://registry.npmjs.org/pug/-/pug-2.0.0-beta3.tgz" + }, + "pug-attrs": { + "version": "2.0.1", + "from": "pug-attrs@>=2.0.1 <3.0.0", + "resolved": "https://registry.npmjs.org/pug-attrs/-/pug-attrs-2.0.1.tgz" + }, + "pug-code-gen": { + "version": "0.0.7", + "from": "pug-code-gen@0.0.7", + "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-0.0.7.tgz" + }, + "pug-error": { + "version": "1.3.1", + "from": "pug-error@>=1.3.0 <2.0.0", + "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-1.3.1.tgz" + }, + "pug-filters": { + "version": "1.2.2", + "from": "pug-filters@>=1.2.1 <2.0.0", + "resolved": "https://registry.npmjs.org/pug-filters/-/pug-filters-1.2.2.tgz" + }, + "pug-lexer": { + "version": "2.0.2", + "from": "pug-lexer@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pug-lexer/-/pug-lexer-2.0.2.tgz" + }, + "pug-linker": { + "version": "1.0.0", + "from": "pug-linker@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-1.0.0.tgz" + }, + "pug-load": { + "version": "2.0.0", + "from": "pug-load@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pug-load/-/pug-load-2.0.0.tgz" + }, + "pug-parser": { + "version": "2.0.1", + "from": "pug-parser@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-2.0.1.tgz" + }, + "pug-runtime": { + "version": "2.0.1", + "from": "pug-runtime@>=2.0.1 <3.0.0", + "resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-2.0.1.tgz" + }, + "pug-strip-comments": { + "version": "0.0.1", + "from": "pug-strip-comments@0.0.1", + "resolved": "https://registry.npmjs.org/pug-strip-comments/-/pug-strip-comments-0.0.1.tgz", + "dependencies": { + "pug-error": { + "version": "0.0.0", + "from": "pug-error@>=0.0.0 <0.0.1", + "resolved": "https://registry.npmjs.org/pug-error/-/pug-error-0.0.0.tgz" + } + } + }, + "pug-walk": { + "version": "0.0.3", + "from": "pug-walk@>=0.0.3 <0.0.4", + "resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-0.0.3.tgz" + }, + "q": { + "version": "1.4.1", + "from": "q@>=1.4.1 <1.5.0", + "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz" + }, + "qs": { + "version": "6.2.0", + "from": "qs@>=6.2.0 <6.3.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.2.0.tgz" + }, + "range-parser": { + "version": "1.2.0", + "from": "range-parser@>=1.2.0 <1.3.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz" + }, + "raw-body": { + "version": "2.1.7", + "from": "raw-body@>=2.1.5 <2.2.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz", + "dependencies": { + "bytes": { + "version": "2.4.0", + "from": "bytes@2.4.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz" + } + } + }, + "read": { + "version": "1.0.7", + "from": "read@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz" + }, + "read-pkg": { + "version": "1.1.0", + "from": "read-pkg@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz" + }, + "read-pkg-up": { + "version": "1.0.1", + "from": "read-pkg-up@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz" + }, + "readable-stream": { + "version": "2.1.4", + "from": "readable-stream@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.1.4.tgz" + }, + "rechoir": { + "version": "0.6.2", + "from": "rechoir@>=0.6.2 <0.7.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz" + }, + "redent": { + "version": "1.0.0", + "from": "redent@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz" + }, + "regenerator-runtime": { + "version": "0.9.5", + "from": "regenerator-runtime@>=0.9.5 <0.10.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.5.tgz" + }, + "relateurl": { + "version": "0.2.6", + "from": "relateurl@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.6.tgz" + }, + "repeat-string": { + "version": "1.5.4", + "from": "repeat-string@>=1.5.2 <2.0.0", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz" + }, + "repeating": { + "version": "2.0.1", + "from": "repeating@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz" + }, + "request": { + "version": "2.73.0", + "from": "request@>=2.51.0 <3.0.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.73.0.tgz" + }, + "request-progress": { + "version": "2.0.1", + "from": "request-progress@>=2.0.1 <2.1.0", + "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz" + }, + "requestretry": { + "version": "1.9.0", + "from": "requestretry@>=1.9.0 <1.10.0", + "resolved": "https://registry.npmjs.org/requestretry/-/requestretry-1.9.0.tgz" + }, + "reserved-words": { + "version": "0.1.1", + "from": "reserved-words@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/reserved-words/-/reserved-words-0.1.1.tgz" + }, + "resolve": { + "version": "1.1.7", + "from": "resolve@>=1.1.0 <1.2.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz" + }, + "resolve-from": { + "version": "2.0.0", + "from": "resolve-from@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz" + }, + "resolve-pkg": { + "version": "0.1.0", + "from": "resolve-pkg@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-0.1.0.tgz" + }, + "revalidator": { + "version": "0.1.8", + "from": "revalidator@>=0.1.0 <0.2.0", + "resolved": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz" + }, + "right-align": { + "version": "0.1.3", + "from": "right-align@>=0.1.1 <0.2.0", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz" + }, + "rimraf": { + "version": "2.2.8", + "from": "rimraf@>=2.2.8 <2.3.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz" + }, + "sauce-tunnel": { + "version": "2.5.0", + "from": "sauce-tunnel@>=2.5.0 <2.6.0", + "resolved": "https://registry.npmjs.org/sauce-tunnel/-/sauce-tunnel-2.5.0.tgz" + }, + "saucelabs": { + "version": "1.2.0", + "from": "saucelabs@>=1.2.0 <1.3.0", + "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.2.0.tgz" + }, + "semver": { + "version": "5.2.0", + "from": "semver@>=2.0.0 <3.0.0||>=3.0.0 <4.0.0||>=4.0.0 <5.0.0||>=5.0.0 <6.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.2.0.tgz" + }, + "send": { + "version": "0.14.1", + "from": "send@0.14.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.14.1.tgz" + }, + "sentence-case": { + "version": "2.1.0", + "from": "sentence-case@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.0.tgz" + }, + "serve-index": { + "version": "1.8.0", + "from": "serve-index@>=1.7.1 <2.0.0", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.8.0.tgz" + }, + "serve-static": { + "version": "1.11.1", + "from": "serve-static@>=1.10.0 <2.0.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz" + }, + "setprototypeof": { + "version": "1.0.1", + "from": "setprototypeof@1.0.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.1.tgz" + }, + "shelljs": { + "version": "0.7.0", + "from": "shelljs@>=0.7.0 <0.8.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.0.tgz" + }, + "shx": { + "version": "0.1.2", + "from": "shx@>=0.1.2 <0.2.0", + "resolved": "https://registry.npmjs.org/shx/-/shx-0.1.2.tgz" + }, + "sigmund": { + "version": "1.0.1", + "from": "sigmund@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz" + }, + "signal-exit": { + "version": "3.0.0", + "from": "signal-exit@>=3.0.0 <4.0.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.0.tgz" + }, + "snake-case": { + "version": "2.1.0", + "from": "snake-case@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-2.1.0.tgz" + }, + "sntp": { + "version": "1.0.9", + "from": "sntp@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz" + }, + "source-map": { + "version": "0.4.4", + "from": "source-map@>=0.4.2 <0.5.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz" + }, + "source-map-support": { + "version": "0.4.1", + "from": "source-map-support@>=0.4.0 <0.5.0", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.1.tgz", + "dependencies": { + "source-map": { + "version": "0.1.32", + "from": "source-map@0.1.32", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz" + } + } + }, + "spdx-correct": { + "version": "1.0.2", + "from": "spdx-correct@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz" + }, + "spdx-exceptions": { + "version": "1.0.5", + "from": "spdx-exceptions@>=1.0.4 <2.0.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.5.tgz" + }, + "spdx-expression-parse": { + "version": "1.0.2", + "from": "spdx-expression-parse@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.2.tgz" + }, + "spdx-license-ids": { + "version": "1.2.1", + "from": "spdx-license-ids@>=1.0.2 <2.0.0", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.1.tgz" + }, + "split": { + "version": "1.0.0", + "from": "split@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.0.tgz" + }, + "sprintf-js": { + "version": "1.0.3", + "from": "sprintf-js@>=1.0.2 <1.1.0", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" + }, + "sshpk": { + "version": "1.8.3", + "from": "sshpk@>=1.7.0 <2.0.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.8.3.tgz", + "dependencies": { + "assert-plus": { + "version": "1.0.0", + "from": "assert-plus@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz" + } + } + }, + "stack-trace": { + "version": "0.0.9", + "from": "stack-trace@>=0.0.0 <0.1.0", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz" + }, + "statuses": { + "version": "1.3.0", + "from": "statuses@>=1.3.0 <2.0.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz" + }, + "stream-buffers": { + "version": "2.2.0", + "from": "stream-buffers@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz" + }, + "string_decoder": { + "version": "0.10.31", + "from": "string_decoder@>=0.10.0 <0.11.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" + }, + "stringstream": { + "version": "0.0.5", + "from": "stringstream@>=0.0.4 <0.1.0", + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz" + }, + "strip-ansi": { + "version": "3.0.1", + "from": "strip-ansi@>=3.0.0 <4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" + }, + "strip-bom": { + "version": "2.0.0", + "from": "strip-bom@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz" + }, + "strip-indent": { + "version": "1.0.1", + "from": "strip-indent@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz" + }, + "strip-json-comments": { + "version": "1.0.4", + "from": "strip-json-comments@>=1.0.2 <2.0.0", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz" + }, + "supports-color": { + "version": "2.0.0", + "from": "supports-color@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz" + }, + "swap-case": { + "version": "1.1.2", + "from": "swap-case@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz" + }, + "tar-stream": { + "version": "1.5.2", + "from": "tar-stream@>=1.5.0 <2.0.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz" + }, + "temporary": { + "version": "0.0.8", + "from": "temporary@>=0.0.4 <0.1.0", + "resolved": "https://registry.npmjs.org/temporary/-/temporary-0.0.8.tgz" + }, + "text-table": { + "version": "0.2.0", + "from": "text-table@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" + }, + "throttleit": { + "version": "1.0.0", + "from": "throttleit@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz" + }, + "through": { + "version": "2.3.8", + "from": "through@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz" + }, + "time-grunt": { + "version": "1.3.0", + "from": "time-grunt@>=1.3.0 <2.0.0", + "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.3.0.tgz" + }, + "tiny-lr": { + "version": "0.2.1", + "from": "tiny-lr@>=0.2.1 <0.3.0", + "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz", + "dependencies": { + "qs": { + "version": "5.1.0", + "from": "qs@>=5.1.0 <5.2.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz" + } + } + }, + "title-case": { + "version": "2.1.0", + "from": "title-case@>=2.1.0 <3.0.0", + "resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.0.tgz" + }, + "tmp": { + "version": "0.0.28", + "from": "tmp@>=0.0.28 <0.0.29", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz" + }, + "to-double-quotes": { + "version": "2.0.0", + "from": "to-double-quotes@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/to-double-quotes/-/to-double-quotes-2.0.0.tgz" + }, + "to-single-quotes": { + "version": "2.0.1", + "from": "to-single-quotes@>=2.0.0 <3.0.0", + "resolved": "https://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.1.tgz" + }, + "token-stream": { + "version": "0.0.1", + "from": "token-stream@0.0.1", + "resolved": "https://registry.npmjs.org/token-stream/-/token-stream-0.0.1.tgz" + }, + "tough-cookie": { + "version": "2.2.2", + "from": "tough-cookie@>=2.2.0 <2.3.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz" + }, + "trim-newlines": { + "version": "1.0.0", + "from": "trim-newlines@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz" + }, + "tunnel-agent": { + "version": "0.4.3", + "from": "tunnel-agent@>=0.4.1 <0.5.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz" + }, + "tweetnacl": { + "version": "0.13.3", + "from": "tweetnacl@>=0.13.0 <0.14.0", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz" + }, + "type-is": { + "version": "1.6.13", + "from": "type-is@>=1.6.10 <1.7.0", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz" + }, + "typedarray": { + "version": "0.0.6", + "from": "typedarray@>=0.0.5 <0.1.0", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" + }, + "uc.micro": { + "version": "1.0.2", + "from": "uc.micro@>=1.0.1 <2.0.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.2.tgz" + }, + "uglify-js": { + "version": "2.6.4", + "from": "uglify-js@>=2.6.0 <2.7.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.4.tgz", + "dependencies": { + "async": { + "version": "0.2.10", + "from": "async@>=0.2.6 <0.3.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" + }, + "source-map": { + "version": "0.5.6", + "from": "source-map@>=0.5.1 <0.6.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz" + } + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "from": "uglify-to-browserify@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz" + }, + "underscore": { + "version": "1.6.0", + "from": "underscore@>=1.6.0 <1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" + }, + "underscore.string": { + "version": "3.2.3", + "from": "underscore.string@>=3.2.3 <3.3.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz" + }, + "unpipe": { + "version": "1.0.0", + "from": "unpipe@>=1.0.0 <1.1.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" + }, + "upper-case": { + "version": "1.1.3", + "from": "upper-case@>=1.1.1 <2.0.0", + "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz" + }, + "upper-case-first": { + "version": "1.1.2", + "from": "upper-case-first@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz" + }, + "uri-path": { + "version": "1.0.0", + "from": "uri-path@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz" + }, + "util-deprecate": { + "version": "1.0.2", + "from": "util-deprecate@>=1.0.1 <1.1.0", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" + }, + "utile": { + "version": "0.2.1", + "from": "utile@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/utile/-/utile-0.2.1.tgz", + "dependencies": { + "async": { + "version": "0.2.10", + "from": "async@>=0.2.9 <0.3.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" + } + } + }, + "utils-merge": { + "version": "1.0.0", + "from": "utils-merge@1.0.0", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz" + }, + "uuid": { + "version": "2.0.2", + "from": "uuid@>=2.0.2 <3.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.2.tgz" + }, + "validate-npm-package-license": { + "version": "3.0.1", + "from": "validate-npm-package-license@>=3.0.1 <4.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz" + }, + "verror": { + "version": "1.3.6", + "from": "verror@1.3.6", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz" + }, + "void-elements": { + "version": "2.0.1", + "from": "void-elements@>=2.0.1 <3.0.0", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz" + }, + "vow": { + "version": "0.4.4", + "from": "vow@0.4.4", + "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.4.tgz" + }, + "vow-fs": { + "version": "0.3.2", + "from": "vow-fs@0.3.2", + "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.2.tgz", + "dependencies": { + "glob": { + "version": "3.2.8", + "from": "glob@3.2.8", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.8.tgz" + }, + "minimatch": { + "version": "0.2.14", + "from": "minimatch@>=0.2.11 <0.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz" + }, + "node-uuid": { + "version": "1.4.0", + "from": "node-uuid@1.4.0", + "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.0.tgz" + } + } + }, + "vow-queue": { + "version": "0.3.1", + "from": "vow-queue@0.3.1", + "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.3.1.tgz" + }, + "websocket-driver": { + "version": "0.6.5", + "from": "websocket-driver@>=0.5.1", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz" + }, + "websocket-extensions": { + "version": "0.1.1", + "from": "websocket-extensions@>=0.1.1", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz" + }, + "when": { + "version": "3.7.7", + "from": "when@>=3.7.5 <3.8.0", + "resolved": "https://registry.npmjs.org/when/-/when-3.7.7.tgz" + }, + "which": { + "version": "1.2.10", + "from": "which@>=1.2.1 <1.3.0", + "resolved": "https://registry.npmjs.org/which/-/which-1.2.10.tgz" + }, + "window-size": { + "version": "0.1.0", + "from": "window-size@0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz" + }, + "winston": { + "version": "0.8.3", + "from": "winston@>=0.8.0 <0.9.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-0.8.3.tgz", + "dependencies": { + "async": { + "version": "0.2.10", + "from": "async@>=0.2.0 <0.3.0", + "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz" + }, + "colors": { + "version": "0.6.2", + "from": "colors@>=0.6.0 <0.7.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz" + }, + "pkginfo": { + "version": "0.3.1", + "from": "pkginfo@>=0.3.0 <0.4.0", + "resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz" + } + } + }, + "with": { + "version": "5.1.1", + "from": "with@>=5.0.0 <6.0.0", + "resolved": "https://registry.npmjs.org/with/-/with-5.1.1.tgz" + }, + "wordwrap": { + "version": "0.0.2", + "from": "wordwrap@0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" + }, + "wrappy": { + "version": "1.0.2", + "from": "wrappy@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" + }, + "xml-char-classes": { + "version": "1.0.0", + "from": "xml-char-classes@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/xml-char-classes/-/xml-char-classes-1.0.0.tgz" + }, + "xmlbuilder": { + "version": "3.1.0", + "from": "xmlbuilder@>=3.1.0 <4.0.0", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz" + }, + "xtend": { + "version": "4.0.1", + "from": "xtend@>=4.0.0 <5.0.0", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz" + }, + "yargs": { + "version": "3.10.0", + "from": "yargs@>=3.10.0 <3.11.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "dependencies": { + "camelcase": { + "version": "1.2.1", + "from": "camelcase@>=1.0.2 <2.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz" + } + } + }, + "yauzl": { + "version": "2.4.1", + "from": "yauzl@2.4.1", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz" + }, + "zip-stream": { + "version": "1.0.0", + "from": "zip-stream@>=1.0.0 <2.0.0", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.0.0.tgz", + "dependencies": { + "lodash": { + "version": "4.13.1", + "from": "lodash@>=4.8.0 <5.0.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz" + } + } + } + } +} diff --git a/static/bower_components/bootstrap/less/mixins/reset-text.less b/static/bower_components/bootstrap/less/mixins/reset-text.less new file mode 100644 index 0000000..58dd4d1 --- /dev/null +++ b/static/bower_components/bootstrap/less/mixins/reset-text.less @@ -0,0 +1,18 @@ +.reset-text() { + font-family: @font-family-base; + // We deliberately do NOT reset font-size. + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: @line-height-base; + text-align: left; // Fallback for where `start` is not supported + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; +} diff --git a/static/bower_components/bootstrap/nuget/MyGet.ps1 b/static/bower_components/bootstrap/nuget/MyGet.ps1 new file mode 100644 index 0000000..417d33d --- /dev/null +++ b/static/bower_components/bootstrap/nuget/MyGet.ps1 @@ -0,0 +1,8 @@ +$nuget = $env:NuGet + +# parse the version number out of package.json +$bsversion = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version + +# create packages +& $nuget pack "nuget\bootstrap.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion +& $nuget pack "nuget\bootstrap.less.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion diff --git a/static/bower_components/bootstrap/nuget/bootstrap.less.nuspec b/static/bower_components/bootstrap/nuget/bootstrap.less.nuspec new file mode 100644 index 0000000..c72d9ee --- /dev/null +++ b/static/bower_components/bootstrap/nuget/bootstrap.less.nuspec @@ -0,0 +1,28 @@ + + + + bootstrap.less + 3.3.7 + Bootstrap Less + Twitter, Inc. + bootstrap + The most popular front-end framework for developing responsive, mobile first projects on the web. + http://blog.getbootstrap.com + Bootstrap framework in Less. Includes fonts and JavaScript + en-us + http://getbootstrap.com + http://getbootstrap.com/apple-touch-icon.png + https://github.com/twbs/bootstrap/blob/master/LICENSE + Copyright 2016 + false + + + + css js less mobile-first responsive front-end framework web + + + + + + + \ No newline at end of file diff --git a/static/bower_components/bootstrap/nuget/bootstrap.nuspec b/static/bower_components/bootstrap/nuget/bootstrap.nuspec new file mode 100644 index 0000000..aa0db01 --- /dev/null +++ b/static/bower_components/bootstrap/nuget/bootstrap.nuspec @@ -0,0 +1,28 @@ + + + + bootstrap + 3.3.7 + Bootstrap CSS + Twitter, Inc. + bootstrap + The most popular front-end framework for developing responsive, mobile first projects on the web. + http://blog.getbootstrap.com + Bootstrap framework in CSS. Includes fonts and JavaScript + en-us + http://getbootstrap.com + http://getbootstrap.com/apple-touch-icon.png + https://github.com/twbs/bootstrap/blob/master/LICENSE + Copyright 2016 + false + + + + css js less mobile-first responsive front-end framework web + + + + + + + \ No newline at end of file diff --git a/static/bower_components/colors/less/_links.less b/static/bower_components/colors/less/_links.less new file mode 100644 index 0000000..1f8d2b3 --- /dev/null +++ b/static/bower_components/colors/less/_links.less @@ -0,0 +1,23 @@ +/* PRETTIER LINKS */ + +a { + transition: color .3s ease-in-out; + } + +a:link { + color: @blue; + transition: color .3s ease-in-out; +} + +a:visited { + color: @purple; +} + +a:hover { + color: @aqua; +} + +a:active { + color: @orange; +} + diff --git a/static/bower_components/colors/sass/_links.scss b/static/bower_components/colors/sass/_links.scss new file mode 100644 index 0000000..992e9e2 --- /dev/null +++ b/static/bower_components/colors/sass/_links.scss @@ -0,0 +1,11 @@ +/* Prettier Links */ + +a { + transition: color .3s ease-in-out; +} + +a:link { color: $blue; } +a:visited { color: $purple; } +a:hover { color: $aqua; } +a:active { color: $orange; } + diff --git a/static/bower_components/colors/stylus/links.styl b/static/bower_components/colors/stylus/links.styl new file mode 100644 index 0000000..f2fb9bd --- /dev/null +++ b/static/bower_components/colors/stylus/links.styl @@ -0,0 +1,13 @@ +/* ========================================================================== + PRETTIER LINKS + ========================================================================== */ + +a { + transition: color .3s ease-in-out; +} + +a:link { color: blue; } +a:visited { color: purple; } +a:hover { color: aqua; } +a:active { color: orange; } +