diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index b6815fcb..4e2559f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Bulma Changelog +## 0.2.0 + +* Added: new branding +* Added: modularity +* Added: grid folder +* Added: .github folder + ## 0.1.1 * Remove `flex: 1` shorthand diff --git a/README.md b/README.md index 7a2dc001..cf3c1867 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Bulma is a modern CSS framework based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes). -[![Bulma: a Flexbox CSS framework](https://raw.githubusercontent.com/jgthms/bulma/master/images/bulma-banner.png)](http://bulma.io) +[![Bulma: a Flexbox CSS framework](https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png)](http://bulma.io) ## Quick install diff --git a/bower.json b/bower.json index 929e4337..6eacfb72 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bulma", - "version": "0.1.2", + "version": "0.2.0", "homepage": "http://bulma.io", "authors": [ "jgthms " diff --git a/bulma.sass b/bulma.sass index 2b185425..bfe4defd 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,7 +1,7 @@ @charset "utf-8" -@import "sass/utilities/utilities" -@import "sass/base/base" -@import "sass/elements/elements" -@import "sass/components/components" -@import "sass/layout/layout" +@import "sass/base/base.sass" +@import "sass/elements/elements.sass" +@import "sass/components/components.sass" +@import "sass/grid/grid.sass" +@import "sass/layout/layout.sass" diff --git a/css/bulma.css b/css/bulma.css index ce3312eb..0ba5208a 100644 --- a/css/bulma.css +++ b/css/bulma.css @@ -1,68 +1,75 @@ -html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { +/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 { margin: 0; padding: 0; - border: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { font-size: 100%; font-weight: normal; - vertical-align: baseline; - background: transparent; -} - -article, aside, figure, footer, header, nav, section, details, summary { - display: block; -} - -html { - box-sizing: border-box; -} - -*, -*:before, -*:after { - box-sizing: inherit; -} - -img, -object, -embed { - max-width: 100%; -} - -html { - overflow-y: scroll; } ul { list-style: none; } -blockquote, q { - quotes: none; -} - -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; -} - -a { +button, +input, +select, +textarea { margin: 0; - padding: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; } -del { - text-decoration: line-through; +html { + box-sizing: border-box; } -abbr[title], dfn[title] { - border-bottom: 1px dotted #000; - cursor: help; +* { + box-sizing: inherit; +} + +*:before, *:after { + box-sizing: inherit; +} + +img, +embed, +object, +audio, +video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; } table { @@ -70,99 +77,10 @@ table { border-spacing: 0; } +td, th { - font-weight: bold; - vertical-align: bottom; -} - -td { - font-weight: normal; - vertical-align: top; -} - -hr { - display: block; - height: 1px; - border: 0; - border-top: 1px solid #ccc; - margin: 1em 0; padding: 0; -} - -input, select { - vertical-align: middle; -} - -pre { - white-space: pre; - white-space: pre-wrap; - white-space: pre-line; - word-wrap: break-word; -} - -input[type="radio"] { - vertical-align: text-bottom; -} - -input[type="checkbox"] { - vertical-align: bottom; -} - -select, input, textarea { - font: 99% sans-serif; -} - -table { - font-size: inherit; - font: 100%; -} - -small { - font-size: 85%; -} - -strong { - font-weight: bold; -} - -td, td img { - vertical-align: top; -} - -sub, sup { - font-size: 75%; - line-height: 0; - position: relative; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -pre, code, kbd, samp { - font-family: monospace, sans-serif; -} - -label, -input[type=button], -input[type=submit], -input[type=file], -button { - cursor: pointer; -} - -button, input, select, textarea { - margin: 0; -} - -button, -input[type=button] { - width: auto; - overflow: visible; + text-align: left; } @-webkit-keyframes spin-around { @@ -188,7 +106,7 @@ input[type=button] { } html { - background-color: #f5f7fa; + background-color: whitesmoke; font-size: 14px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; @@ -213,26 +131,26 @@ button, input, select, textarea { - font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; - font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; line-height: 1.25; } body { - color: #69707a; + color: #4a4a4a; font-size: 1rem; font-weight: 400; line-height: 1.428571428571429; } a { - color: #1fc8db; + color: #11e4c4; cursor: pointer; text-decoration: none; -webkit-transition: none 86ms ease-out; @@ -240,20 +158,23 @@ a { } a:hover { - color: #222324; + color: #363636; } code { - background-color: #f5f7fa; - color: #ed6c63; + background-color: whitesmoke; + color: #ff0f3f; font-size: 12px; font-weight: normal; padding: 1px 2px 2px; } hr { - border-top-color: #d3d6db; - margin: 40px 0; + background-color: #dbdbdb; + border: none; + display: block; + height: 1px; + margin: 20px 0; } img { @@ -275,20 +196,20 @@ span { } strong { - color: #222324; + color: #363636; font-weight: 700; } pre { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #4a4a4a; white-space: pre; word-wrap: normal; } pre code { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #4a4a4a; display: block; overflow-x: auto; padding: 16px 20px; @@ -305,41 +226,20 @@ table th { } table th { - color: #222324; + color: #363636; } -.block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } - .container.is-fluid { - margin: 0 20px; - max-width: none; + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - .is-block { display: block; } @@ -698,20 +598,43 @@ table th { padding: 0 !important; } +.is-unselectable { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .box { - background-color: #fff; + background-color: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); display: block; padding: 20px; } +.box:not(:last-child) { + margin-bottom: 20px; +} + a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db; + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #11e4c4; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } .button { @@ -721,9 +644,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #363636; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -737,6 +660,12 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; @@ -747,35 +676,35 @@ a.box:active { } .button:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .button:active, .button:focus, .button.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } .button[disabled], .button.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button strong { @@ -802,73 +731,66 @@ a.box:active { } .button:hover, .button:focus, .button.is-active { - color: #222324; + color: #363636; } .button:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); } .button.is-white { - background-color: #fff; - border-color: transparent; - color: #111; + background-color: white; + border-width: 0; + color: #0a0a0a; } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { - background-color: #e6e6e6; - border-color: transparent; - color: #111; -} - -.button.is-white:active { + background-color: #f2f2f2; border-color: transparent; + color: #0a0a0a; } .button.is-white.is-inverted { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .button.is-white.is-inverted:hover { - background-color: #040404; + background-color: black; } .button.is-white.is-loading:after { - border-color: transparent transparent #111 #111 !important; + border-color: transparent transparent #0a0a0a #0a0a0a !important; } .button.is-white.is-outlined { background-color: transparent; - border-color: #fff; - color: #fff; + border-color: white; + border-width: 1px; + color: white; } .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #0a0a0a; } .button.is-black { - background-color: #111; - border-color: transparent; - color: #fff; + background-color: #0a0a0a; + border-width: 0; + color: white; } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { background-color: black; border-color: transparent; - color: #fff; -} - -.button.is-black:active { - border-color: transparent; + color: white; } .button.is-black.is-inverted { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .button.is-black.is-inverted:hover { @@ -876,122 +798,113 @@ a.box:active { } .button.is-black.is-loading:after { - border-color: transparent transparent #fff #fff !important; + border-color: transparent transparent white white !important; } .button.is-black.is-outlined { background-color: transparent; - border-color: #111; - color: #111; + border-color: #0a0a0a; + border-width: 1px; + color: #0a0a0a; } .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; } .button.is-light { - background-color: #f5f7fa; - border-color: transparent; - color: #69707a; + background-color: whitesmoke; + border-width: 0; + color: #363636; } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #d3dce9; - border-color: transparent; - color: #69707a; -} - -.button.is-light:active { + background-color: #e8e8e8; border-color: transparent; + color: #363636; } .button.is-light.is-inverted { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .button.is-light.is-inverted:hover { - background-color: #5d636c; + background-color: #292929; } .button.is-light.is-loading:after { - border-color: transparent transparent #69707a #69707a !important; + border-color: transparent transparent #363636 #363636 !important; } .button.is-light.is-outlined { background-color: transparent; - border-color: #f5f7fa; - color: #f5f7fa; + border-color: whitesmoke; + border-width: 1px; + color: whitesmoke; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #363636; } .button.is-dark { - background-color: #69707a; - border-color: transparent; - color: #f5f7fa; + background-color: #363636; + border-width: 0; + color: whitesmoke; } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #51575f; - border-color: transparent; - color: #f5f7fa; -} - -.button.is-dark:active { + background-color: #292929; border-color: transparent; + color: whitesmoke; } .button.is-dark.is-inverted { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .button.is-dark.is-inverted:hover { - background-color: #e4e9f2; + background-color: #e8e8e8; } .button.is-dark.is-loading:after { - border-color: transparent transparent #f5f7fa #f5f7fa !important; + border-color: transparent transparent whitesmoke whitesmoke !important; } .button.is-dark.is-outlined { background-color: transparent; - border-color: #69707a; - color: #69707a; + border-color: #363636; + border-width: 1px; + color: #363636; } .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #363636; + border-color: #363636; + color: whitesmoke; } .button.is-primary { - background-color: #1fc8db; - border-color: transparent; + background-color: #11e4c4; + border-width: 0; color: white; } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #199fae; + background-color: #0fccb0; border-color: transparent; color: white; } -.button.is-primary:active { - border-color: transparent; -} - .button.is-primary.is-inverted { background-color: white; - color: #1fc8db; + color: #11e4c4; } .button.is-primary.is-inverted:hover { @@ -1004,35 +917,32 @@ a.box:active { .button.is-primary.is-outlined { background-color: transparent; - border-color: #1fc8db; - color: #1fc8db; + border-color: #11e4c4; + border-width: 1px; + color: #11e4c4; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; } .button.is-info { - background-color: #42afe3; - border-color: transparent; + background-color: #0f6bff; + border-width: 0; color: white; } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #1f99d3; + background-color: #005ef5; border-color: transparent; color: white; } -.button.is-info:active { - border-color: transparent; -} - .button.is-info.is-inverted { background-color: white; - color: #42afe3; + color: #0f6bff; } .button.is-info.is-inverted:hover { @@ -1045,35 +955,32 @@ a.box:active { .button.is-info.is-outlined { background-color: transparent; - border-color: #42afe3; - color: #42afe3; + border-color: #0f6bff; + border-width: 1px; + color: #0f6bff; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { - background-color: #42afe3; - border-color: #42afe3; + background-color: #0f6bff; + border-color: #0f6bff; color: white; } .button.is-success { - background-color: #97cd76; - border-color: transparent; + background-color: #20ee68; + border-width: 0; color: white; } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #7bbf51; + background-color: #11e45b; border-color: transparent; color: white; } -.button.is-success:active { - border-color: transparent; -} - .button.is-success.is-inverted { background-color: white; - color: #97cd76; + color: #20ee68; } .button.is-success.is-inverted:hover { @@ -1086,76 +993,70 @@ a.box:active { .button.is-success.is-outlined { background-color: transparent; - border-color: #97cd76; - color: #97cd76; + border-color: #20ee68; + border-width: 1px; + color: #20ee68; } .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { - background-color: #97cd76; - border-color: #97cd76; + background-color: #20ee68; + border-color: #20ee68; color: white; } .button.is-warning { - background-color: #fce473; - border-color: transparent; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-width: 0; + color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #fbda41; - border-color: transparent; - color: rgba(17, 17, 17, 0.5); -} - -.button.is-warning:active { + background-color: #f5c400; border-color: transparent; + color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-inverted { - background-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: rgba(0, 0, 0, 0.7); + color: #ffcf0f; } .button.is-warning.is-inverted:hover { - background-color: rgba(4, 4, 4, 0.5); + background-color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-loading:after { - border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important; + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } .button.is-warning.is-outlined { background-color: transparent; - border-color: #fce473; - color: #fce473; + border-color: #ffcf0f; + border-width: 1px; + color: #ffcf0f; } .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { - background-color: #fce473; - border-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .button.is-danger { - background-color: #ed6c63; - border-color: transparent; + background-color: #ff0f3f; + border-width: 0; color: white; } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #e84135; + background-color: #f50031; border-color: transparent; color: white; } -.button.is-danger:active { - border-color: transparent; -} - .button.is-danger.is-inverted { background-color: white; - color: #ed6c63; + color: #ff0f3f; } .button.is-danger.is-inverted:hover { @@ -1168,26 +1069,27 @@ a.box:active { .button.is-danger.is-outlined { background-color: transparent; - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + border-width: 1px; + color: #ff0f3f; } .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { - background-color: #ed6c63; - border-color: #ed6c63; + background-color: #ff0f3f; + border-color: #ff0f3f; color: white; } .button.is-link { background-color: transparent; - border-color: transparent; - color: #69707a; + border-width: 0; + color: #4a4a4a; text-decoration: underline; } .button.is-link:hover, .button.is-link:focus { - background-color: #d3d6db; - color: #222324; + background-color: whitesmoke; + color: #363636; } .button.is-small { @@ -1230,6 +1132,17 @@ a.box:active { } .button.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; left: 50%; margin-left: -8px; margin-top: -8px; @@ -1238,16 +1151,24 @@ a.box:active { position: absolute !important; } +.content { + color: #4a4a4a; +} + +.content:not(:last-child) { + margin-bottom: 20px; +} + .content a:not(.button) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .content a:not(.button):visited { - color: #847bb9; + color: #b86bff; } .content a:not(.button):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } .content li + li { @@ -1267,7 +1188,7 @@ a.box:active { .content h4, .content h5, .content h6 { - color: #222324; + color: #363636; font-weight: 300; line-height: 1.125; margin-bottom: 20px; @@ -1280,8 +1201,8 @@ a.box:active { } .content blockquote { - background-color: #f5f7fa; - border-left: 5px solid #d3d6db; + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; padding: 1.5em; } @@ -1348,16 +1269,39 @@ a.box:active { font-size: 18px; } -.input, .textarea { +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.input, +.textarea { -moz-appearance: none; -webkit-appearance: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #363636; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -1371,84 +1315,109 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); max-width: 100%; width: 100%; } -.input:hover, .textarea:hover { - border-color: #aeb1b5; +.input:hover, +.textarea:hover { + border-color: #b5b5b5; } -.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { - border-color: #1fc8db; +.input:active, .input:focus, .input.is-active, +.textarea:active, +.textarea:focus, +.textarea.is-active { + border-color: #11e4c4; outline: none; } -.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { - background-color: #f5f7fa; - border-color: #d3d6db; +.input[disabled], .input.is-disabled, +.textarea[disabled], +.textarea.is-disabled { + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } -.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder, +.textarea[disabled]::-moz-placeholder, +.textarea.is-disabled::-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, +.textarea[disabled]::-webkit-input-placeholder, +.textarea.is-disabled::-webkit-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder, +.textarea[disabled]:-moz-placeholder, +.textarea.is-disabled:-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, +.textarea[disabled]:-ms-input-placeholder, +.textarea.is-disabled:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input.is-white, .is-white.textarea { - border-color: #fff; +.input.is-white, +.textarea.is-white { + border-color: white; } -.input.is-black, .is-black.textarea { - border-color: #111; +.input.is-black, +.textarea.is-black { + border-color: #0a0a0a; } -.input.is-light, .is-light.textarea { - border-color: #f5f7fa; +.input.is-light, +.textarea.is-light { + border-color: whitesmoke; } -.input.is-dark, .is-dark.textarea { - border-color: #69707a; +.input.is-dark, +.textarea.is-dark { + border-color: #363636; } -.input.is-primary, .is-primary.textarea { - border-color: #1fc8db; +.input.is-primary, +.textarea.is-primary { + border-color: #11e4c4; } -.input.is-info, .is-info.textarea { - border-color: #42afe3; +.input.is-info, +.textarea.is-info { + border-color: #0f6bff; } -.input.is-success, .is-success.textarea { - border-color: #97cd76; +.input.is-success, +.textarea.is-success { + border-color: #20ee68; } -.input.is-warning, .is-warning.textarea { - border-color: #fce473; +.input.is-warning, +.textarea.is-warning { + border-color: #ffcf0f; } -.input.is-danger, .is-danger.textarea { - border-color: #ed6c63; +.input.is-danger, +.textarea.is-danger { + border-color: #ff0f3f; } -.input[type="search"], [type="search"].textarea { +.input[type="search"], +.textarea[type="search"] { border-radius: 290486px; } -.input.is-small, .is-small.textarea { +.input.is-small, +.textarea.is-small { border-radius: 2px; font-size: 11px; height: 24px; @@ -1457,7 +1426,8 @@ a.box:active { padding-right: 6px; } -.input.is-medium, .is-medium.textarea { +.input.is-medium, +.textarea.is-medium { font-size: 18px; height: 40px; line-height: 32px; @@ -1465,7 +1435,8 @@ a.box:active { padding-right: 10px; } -.input.is-large, .is-large.textarea { +.input.is-large, +.textarea.is-large { font-size: 24px; height: 48px; line-height: 40px; @@ -1473,12 +1444,14 @@ a.box:active { padding-right: 12px; } -.input.is-fullwidth, .is-fullwidth.textarea { +.input.is-fullwidth, +.textarea.is-fullwidth { display: block; width: 100%; } -.input.is-inline, .is-inline.textarea { +.input.is-inline, +.textarea.is-inline { display: inline; width: auto; } @@ -1494,7 +1467,8 @@ a.box:active { resize: vertical; } -.checkbox, .radio { +.checkbox, +.radio { cursor: pointer; display: inline-block; line-height: 16px; @@ -1502,20 +1476,24 @@ a.box:active { vertical-align: top; } -.checkbox input, .radio input { +.checkbox input, +.radio input { cursor: pointer; } -.checkbox:hover, .radio:hover { - color: #222324; +.checkbox:hover, +.radio:hover { + color: #363636; } -.is-disabled.checkbox, .is-disabled.radio { - color: #aeb1b5; +.checkbox.is-disabled, +.radio.is-disabled { + color: #dbdbdb; pointer-events: none; } -.is-disabled.checkbox input, .is-disabled.radio input { +.checkbox.is-disabled input, +.radio.is-disabled input { pointer-events: none; } @@ -1537,9 +1515,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #363636; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -1560,75 +1538,75 @@ a.box:active { } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select:active, .select select:focus, .select select.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } .select select[disabled], .select select.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select.is-white { - border-color: #fff; + border-color: white; } .select select.is-black { - border-color: #111; + border-color: #0a0a0a; } .select select.is-light { - border-color: #f5f7fa; + border-color: whitesmoke; } .select select.is-dark { - border-color: #69707a; + border-color: #363636; } .select select.is-primary { - border-color: #1fc8db; + border-color: #11e4c4; } .select select.is-info { - border-color: #42afe3; + border-color: #0f6bff; } .select select.is-success { - border-color: #97cd76; + border-color: #20ee68; } .select select.is-warning { - border-color: #fce473; + border-color: #ffcf0f; } .select select.is-danger { - border-color: #ed6c63; + border-color: #ff0f3f; } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select::ms-expand { @@ -1644,7 +1622,7 @@ a.box:active { } .select:after { - border: 1px solid #1fc8db; + border: 1px solid #11e4c4; border-right: 0; border-top: 0; content: " "; @@ -1661,7 +1639,7 @@ a.box:active { } .select:hover:after { - border-color: #222324; + border-color: #363636; } .select.is-small { @@ -1705,7 +1683,7 @@ a.box:active { } .label { - color: #222324; + color: #363636; display: block; font-weight: bold; } @@ -1721,39 +1699,39 @@ a.box:active { } .help.is-white { - color: #fff; + color: white; } .help.is-black { - color: #111; + color: #0a0a0a; } .help.is-light { - color: #f5f7fa; + color: whitesmoke; } .help.is-dark { - color: #69707a; + color: #363636; } .help.is-primary { - color: #1fc8db; + color: #11e4c4; } .help.is-info { - color: #42afe3; + color: #0f6bff; } .help.is-success { - color: #97cd76; + color: #20ee68; } .help.is-warning { - color: #fce473; + color: #ffcf0f; } .help.is-danger { - color: #ed6c63; + color: #ff0f3f; } @media screen and (max-width: 768px) { @@ -1797,7 +1775,6 @@ a.box:active { .control.has-addons .button, .control.has-addons .input, -.control.has-addons .textarea, .control.has-addons .select { border-radius: 0; margin-right: -1px; @@ -1806,16 +1783,13 @@ a.box:active { .control.has-addons .button:hover, .control.has-addons .input:hover, -.control.has-addons .textarea:hover, .control.has-addons .select:hover { z-index: 2; } .control.has-addons .button:active, .control.has-addons .button:focus, .control.has-addons .input:active, -.control.has-addons .textarea:active, .control.has-addons .input:focus, -.control.has-addons .textarea:focus, .control.has-addons .select:active, .control.has-addons .select:focus { z-index: 3; @@ -1823,35 +1797,30 @@ a.box:active { .control.has-addons .button:first-child, .control.has-addons .input:first-child, -.control.has-addons .textarea:first-child, .control.has-addons .select:first-child { border-radius: 3px 0 0 3px; } .control.has-addons .button:first-child select, .control.has-addons .input:first-child select, -.control.has-addons .textarea:first-child select, .control.has-addons .select:first-child select { border-radius: 3px 0 0 3px; } .control.has-addons .button:last-child, .control.has-addons .input:last-child, -.control.has-addons .textarea:last-child, .control.has-addons .select:last-child { border-radius: 0 3px 3px 0; } .control.has-addons .button:last-child select, .control.has-addons .input:last-child select, -.control.has-addons .textarea:last-child select, .control.has-addons .select:last-child select { border-radius: 0 3px 3px 0; } .control.has-addons .button.is-expanded, .control.has-addons .input.is-expanded, -.control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { -webkit-box-flex: 1; -ms-flex-positive: 1; @@ -1874,7 +1843,6 @@ a.box:active { .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, -.control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { -webkit-box-flex: 1; -ms-flex-positive: 1; @@ -1891,28 +1859,28 @@ a.box:active { text-align: center; vertical-align: top; width: 24px; - color: #aeb1b5; + color: #dbdbdb; pointer-events: none; position: absolute; top: 4px; z-index: 4; } -.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { - color: #222324; +.control.has-icon .input:focus + .fa { + color: #b5b5b5; } -.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { +.control.has-icon .input.is-small + .fa { font-size: 10.5px; top: 0; } -.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { +.control.has-icon .input.is-medium + .fa { font-size: 21px; top: 8px; } -.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { +.control.has-icon .input.is-large + .fa { font-size: 21px; top: 12px; } @@ -1921,31 +1889,31 @@ a.box:active { left: 4px; } -.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { +.control.has-icon:not(.has-icon-right) .input { padding-left: 32px; } -.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { +.control.has-icon:not(.has-icon-right) .input.is-small { padding-left: 24px; } -.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-small + .fa { left: 0; } -.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { +.control.has-icon:not(.has-icon-right) .input.is-medium { padding-left: 40px; } -.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa { left: 8px; } -.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { +.control.has-icon:not(.has-icon-right) .input.is-large { padding-left: 48px; } -.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-large + .fa { left: 12px; } @@ -1953,31 +1921,31 @@ a.box:active { right: 4px; } -.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { +.control.has-icon.has-icon-right .input { padding-right: 32px; } -.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { +.control.has-icon.has-icon-right .input.is-small { padding-right: 24px; } -.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { +.control.has-icon.has-icon-right .input.is-small + .fa { right: 0; } -.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { +.control.has-icon.has-icon-right .input.is-medium { padding-right: 40px; } -.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { +.control.has-icon.has-icon-right .input.is-medium + .fa { right: 8px; } -.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { +.control.has-icon.has-icon-right .input.is-large { padding-right: 48px; } -.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { +.control.has-icon.has-icon-right .input.is-large + .fa { right: 12px; } @@ -2036,11 +2004,33 @@ a.box:active { } .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; position: absolute !important; right: 8px; top: 8px; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .image { display: block; position: relative; @@ -2117,72 +2107,88 @@ a.box:active { width: 128px; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .notification { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 3px; padding: 16px 20px; position: relative; } +.notification:not(:last-child) { + margin-bottom: 20px; +} + .notification:after { clear: both; content: " "; display: table; } -.notification .delete, .notification .modal-close { +.notification .delete { border-radius: 0 3px; float: right; margin: -16px -20px 0 20px; } +.notification .title, .notification .subtitle, -.notification .title { +.notification .content { color: inherit; } .notification.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .notification.is-black { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .notification.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .notification.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .notification.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .notification.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .notification.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .notification.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .notification.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2198,88 +2204,92 @@ a.box:active { width: 100%; } +.progress:not(:last-child) { + margin-bottom: 20px; +} + .progress::-webkit-progress-bar { - background-color: #d3d6db; + background-color: #dbdbdb; } .progress::-webkit-progress-value { - background-color: #69707a; + background-color: #4a4a4a; } .progress::-moz-progress-bar { - background-color: #69707a; + background-color: #4a4a4a; } .progress.is-white::-webkit-progress-value { - background-color: #fff; + background-color: white; } .progress.is-white::-moz-progress-bar { - background-color: #fff; + background-color: white; } .progress.is-black::-webkit-progress-value { - background-color: #111; + background-color: #0a0a0a; } .progress.is-black::-moz-progress-bar { - background-color: #111; + background-color: #0a0a0a; } .progress.is-light::-webkit-progress-value { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-light::-moz-progress-bar { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-dark::-webkit-progress-value { - background-color: #69707a; + background-color: #363636; } .progress.is-dark::-moz-progress-bar { - background-color: #69707a; + background-color: #363636; } .progress.is-primary::-webkit-progress-value { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-primary::-moz-progress-bar { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-info::-webkit-progress-value { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-info::-moz-progress-bar { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-success::-webkit-progress-value { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-success::-moz-progress-bar { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-warning::-webkit-progress-value { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-warning::-moz-progress-bar { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-danger::-webkit-progress-value { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-danger::-moz-progress-bar { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-small { @@ -2294,16 +2304,27 @@ a.box:active { height: 20px; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .table { - background-color: #fff; - color: #222324; + background-color: white; + color: #363636; margin-bottom: 20px; width: 100%; } .table td, .table th { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-width: 0 0 1px; padding: 8px 10px; vertical-align: top; @@ -2351,7 +2372,7 @@ a.box:active { .table td.is-link > a:hover, .table th.is-link > a:hover { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -2362,19 +2383,18 @@ a.box:active { } .table th { - color: #222324; + color: #363636; text-align: left; } .table tr:hover { - background-color: #f5f7fa; - color: #222324; + background-color: whitesmoke; } .table thead td, .table thead th { border-width: 0 0 2px; - color: #aeb1b5; + color: #7a7a7a; } .table tbody tr:last-child td, @@ -2385,7 +2405,7 @@ a.box:active { .table tfoot td, .table tfoot th { border-width: 2px 0 0; - color: #aeb1b5; + color: #7a7a7a; } .table.is-bordered td, @@ -2428,16 +2448,23 @@ a.box:active { padding: 5px 10px; } -.table.is-striped tbody tr:hover { - background-color: #eef2f7; +.table.is-striped tbody tr:nth-child(even) { + background-color: #fafafa; } -.table.is-striped tbody tr:nth-child(2n) { - background-color: #f5f7fa; +.table.is-striped tbody tr:nth-child(even):hover { + background-color: whitesmoke; } -.table.is-striped tbody tr:nth-child(2n):hover { - background-color: #eef2f7; +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } .title, @@ -2446,6 +2473,11 @@ a.box:active { word-break: break-word; } +.title:not(:last-child), +.subtitle:not(:last-child) { + margin-bottom: 20px; +} + .title em, .title span, .subtitle em, @@ -2469,7 +2501,7 @@ a.box:active { } .title { - color: #222324; + color: #363636; font-size: 28px; line-height: 1; } @@ -2554,7 +2586,7 @@ a.box:active { } .subtitle { - color: #69707a; + color: #4a4a4a; font-size: 18px; line-height: 1.125; } @@ -2568,7 +2600,7 @@ a.box:active { } .subtitle strong { - color: #222324; + color: #363636; } .subtitle + .title { @@ -2631,22 +2663,64 @@ a.box:active { font-weight: 700; } -.delete, .modal-close { +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.block:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.delete { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(17, 17, 17, 0.2); + background-color: rgba(10, 10, 10, 0.1); border: none; border-radius: 290486px; cursor: pointer; display: inline-block; height: 24px; + outline: none; position: relative; vertical-align: top; width: 24px; } -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: #fff; +.delete:before, .delete:after { + background-color: white; content: ""; display: block; height: 2px; @@ -2658,35 +2732,41 @@ a.box:active { width: 50%; } -.delete:before, .modal-close:before { +.delete:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); } -.delete:after, .modal-close:after { +.delete:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } -.delete:hover, .modal-close:hover { - background-color: rgba(17, 17, 17, 0.5); +.delete:hover { + background-color: rgba(10, 10, 10, 0.2); } -.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { +.delete.is-small { height: 16px; width: 16px; } -.delete.is-medium, .is-medium.modal-close { +.delete.is-medium { height: 32px; width: 32px; } -.delete.is-large, .is-large.modal-close { +.delete.is-large { height: 40px; width: 40px; } +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .icon { display: inline-block; font-size: 21px; @@ -2732,71 +2812,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #69707a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - -webkit-transition: none 86ms ease-out; - transition: none 86ms ease-out; - -webkit-transition-property: background, left, opacity, -webkit-transform; - transition-property: background, left, opacity, -webkit-transform; - transition-property: background, left, opacity, transform; - transition-property: background, left, opacity, transform, -webkit-transform; - width: 15px; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: #f5f7fa; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #1fc8db; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -2813,15 +2828,19 @@ a.box:active { padding: 0; } +.highlight:not(:last-child) { + margin-bottom: 20px; +} + .highlight pre { overflow: auto; max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { +.loader { -webkit-animation: spin-around 500ms infinite linear; animation: spin-around 500ms infinite linear; - border: 2px solid #d3d6db; + border: 2px solid #dbdbdb; border-radius: 290486px; border-right-color: transparent; border-top-color: transparent; @@ -2833,7 +2852,7 @@ a.box:active { } .number { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; display: inline-block; font-size: 18px; @@ -2844,9 +2863,9 @@ a.box:active { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; - color: #69707a; + color: #4a4a4a; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -2862,53 +2881,53 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } .tag.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .tag.is-black { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .tag.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .tag.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .tag.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .tag.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .tag.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .tag.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .tag.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2934,24 +2953,16 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .is-unselectable, .button, .delete, .modal-close, .tabs { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .card-header { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; @@ -2962,7 +2973,7 @@ a.box:active { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; - color: #222324; + color: #363636; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -3001,7 +3012,7 @@ a.box:active { } .card-footer { - border-top: 1px solid #d3d6db; + border-top: 1px solid #dbdbdb; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; @@ -3027,13 +3038,13 @@ a.box:active { } .card-footer-item:not(:last-child) { - border-right: 1px solid #d3d6db; + border-right: 1px solid #dbdbdb; } .card { - background-color: #fff; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); - color: #69707a; + background-color: white; + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + color: #4a4a4a; max-width: 100%; position: relative; width: 300px; @@ -3051,7 +3062,1577 @@ a.box:active { border-radius: 5px; } +.highlight { + background-color: #fdf6e3; + color: #586e75; +} + +.highlight .c { + color: #93a1a1; +} + +.highlight .err, +.highlight .g { + color: #586e75; +} + +.highlight .k { + color: #859900; +} + +.highlight .l, +.highlight .n { + color: #586e75; +} + +.highlight .o { + color: #859900; +} + +.highlight .x { + color: #cb4b16; +} + +.highlight .p { + color: #586e75; +} + +.highlight .cm { + color: #93a1a1; +} + +.highlight .cp { + color: #859900; +} + +.highlight .c1 { + color: #93a1a1; +} + +.highlight .cs { + color: #859900; +} + +.highlight .gd { + color: #2aa198; +} + +.highlight .ge { + color: #586e75; + font-style: italic; +} + +.highlight .gr { + color: #dc322f; +} + +.highlight .gh { + color: #cb4b16; +} + +.highlight .gi { + color: #859900; +} + +.highlight .go, +.highlight .gp { + color: #586e75; +} + +.highlight .gs { + color: #586e75; + font-weight: bold; +} + +.highlight .gu { + color: #cb4b16; +} + +.highlight .gt { + color: #586e75; +} + +.highlight .kc { + color: #cb4b16; +} + +.highlight .kd { + color: #268bd2; +} + +.highlight .kn, +.highlight .kp { + color: #859900; +} + +.highlight .kr { + color: #268bd2; +} + +.highlight .kt { + color: #dc322f; +} + +.highlight .ld { + color: #586e75; +} + +.highlight .m, +.highlight .s { + color: #2aa198; +} + +.highlight .na { + color: #B58900; +} + +.highlight .nb { + color: #586e75; +} + +.highlight .nc { + color: #268bd2; +} + +.highlight .no { + color: #cb4b16; +} + +.highlight .nd { + color: #268bd2; +} + +.highlight .ni, +.highlight .ne { + color: #cb4b16; +} + +.highlight .nf { + color: #268bd2; +} + +.highlight .nl, +.highlight .nn, +.highlight .nx, +.highlight .py { + color: #586e75; +} + +.highlight .nt, +.highlight .nv { + color: #268bd2; +} + +.highlight .ow { + color: #859900; +} + +.highlight .w { + color: #586e75; +} + +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: #2aa198; +} + +.highlight .sb { + color: #93a1a1; +} + +.highlight .sc { + color: #2aa198; +} + +.highlight .sd { + color: #586e75; +} + +.highlight .s2 { + color: #2aa198; +} + +.highlight .se { + color: #cb4b16; +} + +.highlight .sh { + color: #586e75; +} + +.highlight .si, +.highlight .sx { + color: #2aa198; +} + +.highlight .sr { + color: #dc322f; +} + +.highlight .s1, +.highlight .ss { + color: #2aa198; +} + +.highlight .bp, +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: #268bd2; +} + +.highlight .il { + color: #2aa198; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 10px; + } +} + +.level-left .level-item:not(:last-child), +.level-right .level-item:not(:last-child) { + margin-right: 10px; +} + +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 20px; + } +} + +@media screen and (min-width: 769px) { + .level-left { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +@media screen and (min-width: 769px) { + .level-right { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + } +} + +.level { + -webkit-box-align: center; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.level:not(:last-child) { + margin-bottom: 20px; +} + +.level code { + border-radius: 3px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.level.is-mobile > .level-item:not(:last-child) { + margin-bottom: 0; +} + +.level.is-mobile > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (min-width: 769px) { + .level { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .level > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.media-number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + height: 32px; + line-height: 24px; + min-width: 32px; + padding: 4px 8px; + text-align: center; + vertical-align: top; +} + +@media screen and (max-width: 768px) { + .media-number { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .media-number { + margin-right: 10px; + } +} + +.media-left { + margin-right: 10px; +} + +.media-right { + margin-left: 10px; +} + +.media-content { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + text-align: left; +} + +.media { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + text-align: left; +} + +.media .content:not(:last-child) { + margin-bottom: 10px; +} + +.media .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding-top: 10px; +} + +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 5px; +} + +.media .media .media { + padding-top: 5px; +} + +.media .media .media + .media { + margin-top: 5px; +} + +.media + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + margin-top: 10px; + padding-top: 10px; +} + +.media.is-large + .media { + margin-top: 20px; + padding-top: 20px; +} + +@media screen and (min-width: 769px) { + .media.is-large .media-number { + margin-right: 20px; + } +} + +.menu-nav a { + display: block; + padding: 5px 10px; +} + +.menu-list a { + border-radius: 2px; + color: #4a4a4a; + display: block; + padding: 5px 10px; +} + +.menu-list a:hover { + background-color: whitesmoke; + color: #11e4c4; +} + +.menu-list a.is-active { + background-color: #11e4c4; + color: white; +} + +.menu-list li ul { + border-left: 1px solid #dbdbdb; + margin: 10px; + padding-left: 10px; +} + +.menu-label { + color: #7a7a7a; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + margin-top: 20px; +} + +.message-body { + border: 1px solid #dbdbdb; + border-radius: 3px; + padding: 12px 15px; +} + +.message-body strong { + color: inherit; +} + +.message-header { + background-color: #4a4a4a; + border-radius: 3px 3px 0 0; + color: white; + padding: 7px 10px; +} + +.message-header strong { + color: inherit; +} + +.message-header + .message-body { + border-radius: 0 0 3px 3px; + border-top: none; +} + +.message { + background-color: whitesmoke; + border-radius: 3px; +} + +.message:not(:last-child) { + margin-bottom: 20px; +} + +.message.is-white { + background-color: white; +} + +.message.is-white .message-header { + background-color: white; + color: #0a0a0a; +} + +.message.is-white .message-body { + border-color: white; + color: #666666; +} + +.message.is-black { + background-color: whitesmoke; +} + +.message.is-black .message-header { + background-color: #0a0a0a; + color: white; +} + +.message.is-black .message-body { + border-color: #0a0a0a; + color: gray; +} + +.message.is-light { + background-color: whitesmoke; +} + +.message.is-light .message-header { + background-color: whitesmoke; + color: #363636; +} + +.message.is-light .message-body { + border-color: whitesmoke; + color: #666666; +} + +.message.is-dark { + background-color: whitesmoke; +} + +.message.is-dark .message-header { + background-color: #363636; + color: whitesmoke; +} + +.message.is-dark .message-body { + border-color: #363636; + color: gray; +} + +.message.is-primary { + background-color: #ecfefb; +} + +.message.is-primary .message-header { + background-color: #11e4c4; + color: white; +} + +.message.is-primary .message-body { + border-color: #11e4c4; + color: gray; +} + +.message.is-info { + background-color: #ebf2ff; +} + +.message.is-info .message-header { + background-color: #0f6bff; + color: white; +} + +.message.is-info .message-body { + border-color: #0f6bff; + color: gray; +} + +.message.is-success { + background-color: #ecfef2; +} + +.message.is-success .message-header { + background-color: #20ee68; + color: white; +} + +.message.is-success .message-body { + border-color: #20ee68; + color: gray; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-warning .message-body { + border-color: #ffcf0f; + color: gray; +} + +.message.is-danger { + background-color: #ffebef; +} + +.message.is-danger .message-header { + background-color: #ff0f3f; + color: white; +} + +.message.is-danger .message-body { + border-color: #ff0f3f; + color: gray; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.modal-background { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: rgba(10, 10, 10, 0.86); +} + +.modal-content, +.modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, + .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(10, 10, 10, 0.1); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + outline: none; + position: relative; + vertical-align: top; + width: 24px; + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(10, 10, 10, 0.2); +} + +.modal-close.is-small { + height: 16px; + width: 16px; +} + +.modal-close.is-medium { + height: 32px; + width: 32px; +} + +.modal-close.is-large { + height: 40px; + width: 40px; +} + +.modal-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; +} + +.modal-card-head, +.modal-card-foot { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.modal-card-title { + color: #363636; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + font-size: 24px; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top: 1px solid #dbdbdb; +} + +.modal-card-foot .button:not(:last-child) { + margin-right: 10px; +} + +.modal-card-body { + background-color: white; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.modal { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + -webkit-box-align: center; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + display: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 1986; +} + +.modal.is-active { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #4a4a4a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + -webkit-transition: none 86ms ease-out; + transition: none 86ms ease-out; + -webkit-transition-property: background, left, opacity, -webkit-transform; + transition-property: background, left, opacity, -webkit-transform; + transition-property: background, left, opacity, transform; + transition-property: background, left, opacity, transform, -webkit-transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.nav-toggle.is-active span { + background-color: #11e4c4; +} + +.nav-toggle.is-active span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.nav-toggle.is-active span:nth-child(2) { + opacity: 0; +} + +.nav-toggle.is-active span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +@media screen and (min-width: 769px) { + .nav-toggle { + display: none; + } +} + +.nav-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 10px; +} + +.nav-item a { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.nav-item img { + max-height: 24px; +} + +.nav-item .button + .button { + margin-left: 10px; +} + +.nav-item .tag:first-child { + margin-right: 5px; +} + +.nav-item .tag:last-child { + margin-left: 5px; +} + +@media screen and (max-width: 768px) { + .nav-item { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } +} + +.nav-item a, +a.nav-item { + color: #7a7a7a; +} + +.nav-item a:hover, +a.nav-item:hover { + color: #363636; +} + +.nav-item a.is-active, +a.nav-item.is-active { + color: #363636; +} + +.nav-item a.is-tab, +a.nav-item.is-tab { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + padding-left: 12px; + padding-right: 12px; +} + +.nav-item a.is-tab:hover, +a.nav-item.is-tab:hover { + border-bottom: 1px solid #11e4c4; + border-top: 1px solid transparent; +} + +.nav-item a.is-tab.is-active, +a.nav-item.is-tab.is-active { + border-bottom: 3px solid #11e4c4; + border-top: 3px solid transparent; + color: #11e4c4; +} + +@media screen and (max-width: 768px) { + .nav-menu { + background-color: white; + box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1); + left: 0; + display: none; + right: 0; + top: 100%; + position: absolute; + } + .nav-menu .nav-item { + border-top: 1px solid rgba(219, 219, 219, 0.5); + padding: 10px; + } + .nav-menu.is-active { + display: block; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .nav-menu { + padding-right: 20px; + } +} + +.nav-left { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.nav-center { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + margin-right: auto; +} + +@media screen and (min-width: 769px) { + .nav-right { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + } +} + +.nav { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: white; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 50px; + position: relative; + text-align: center; + z-index: 2; +} + +.nav > .container { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 50px; + width: 100%; +} + +.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.nav.has-shadow { + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); +} + +@media screen and (max-width: 979px) { + .nav > .container > .nav-left > .nav-item.is-brand:first-child, + .container > .nav > .nav-left > .nav-item.is-brand:first-child { + padding-left: 20px; + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.pagination { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; +} + +.pagination a { + display: block; + min-width: 32px; + padding: 3px 8px; +} + +.pagination span { + color: #7a7a7a; + display: block; + margin: 0 4px; +} + +.pagination li { + margin: 0 2px; +} + +.pagination ul { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +@media screen and (max-width: 768px) { + .pagination { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .pagination > a { + width: calc(50% - 5px); + } + .pagination > a:not(:first-child) { + margin-left: 10px; + } + .pagination li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + } + .pagination ul { + margin-top: 10px; + } +} + +@media screen and (min-width: 769px) { + .pagination > a:not(:first-child) { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; + color: #7a7a7a; + float: left; + margin: 0 4px 0 -2px; +} + +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.panel-heading { + background-color: whitesmoke; + border-bottom: 1px solid #dbdbdb; + border-radius: 4px 4px 0 0; + color: #363636; + font-size: 18px; + font-weight: 300; + padding: 10px; +} + +.panel-list a { + color: #4a4a4a; +} + +.panel-list a:hover { + color: #11e4c4; +} + +.panel-tabs { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 11px; + padding: 5px 10px 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.panel-tabs a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 5px; +} + +.panel-tabs a.is-active { + border-bottom-color: #363636; + color: #363636; +} + +.panel-tabs:not(:last-child) { + border-bottom: 1px solid #dbdbdb; +} + +.panel-block { + color: #363636; + display: block; + line-height: 16px; + padding: 10px; +} + +.panel-block:not(:last-child) { + border-bottom: 1px solid #dbdbdb; +} + +a.panel-block:hover { + background-color: whitesmoke; +} + +.panel { + border: 1px solid #dbdbdb; + border-radius: 5px; +} + +.panel:not(:last-child) { + margin-bottom: 20px; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + line-height: 24px; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.tabs:not(:last-child) { + margin-bottom: 20px; +} + +.tabs a { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #dbdbdb; + color: #4a4a4a; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: -1px; + padding: 6px 12px; + vertical-align: top; +} + +.tabs a:hover { + border-bottom-color: #363636; + color: #363636; +} + +.tabs li { + display: block; +} + +.tabs li.is-active a { + border-bottom-color: #11e4c4; + color: #11e4c4; +} + +.tabs ul { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #dbdbdb; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 10px; +} + +.tabs ul.is-center { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-left: 10px; + padding-right: 10px; +} + +.tabs ul.is-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding-left: 10px; +} + +.tabs .icon:first-child { + margin-right: 8px; +} + +.tabs .icon:last-child { + margin-left: 8px; +} + +.tabs.is-centered ul { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.tabs.is-right ul { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 3px 3px 0 0; + padding-bottom: 5px; + padding-top: 5px; +} + +.tabs.is-boxed a:hover { + background-color: whitesmoke; + border-bottom-color: #dbdbdb; +} + +.tabs.is-boxed li.is-active a { + background-color: white; + border-color: #dbdbdb; + border-bottom-color: transparent !important; +} + +.tabs.is-fullwidth li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.tabs.is-toggle a { + border: 1px solid #dbdbdb; + margin-bottom: 0; + padding-bottom: 5px; + padding-top: 5px; + position: relative; +} + +.tabs.is-toggle a:hover { + background-color: whitesmoke; + border-color: #b5b5b5; + z-index: 2; +} + +.tabs.is-toggle li + li { + margin-left: -1px; +} + +.tabs.is-toggle li:first-child a { + border-radius: 3px 0 0 3px; +} + +.tabs.is-toggle li:last-child a { + border-radius: 0 3px 3px 0; +} + +.tabs.is-toggle li.is-active a { + background-color: #11e4c4; + border-color: #11e4c4; + color: white; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-small { + font-size: 11px; +} + +.tabs.is-small a { + padding: 2px 8px; +} + +.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { + padding-bottom: 1px; + padding-top: 1px; +} + +.tabs.is-medium { + font-size: 18px; +} + +.tabs.is-medium a { + padding: 10px 16px; +} + +.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { + padding-bottom: 9px; + padding-top: 9px; +} + +.tabs.is-large { + font-size: 28px; +} + +.tabs.is-large a { + padding: 14px 20px; +} + +.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { + padding-bottom: 13px; + padding-top: 13px; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .column { + display: block; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; @@ -4018,11 +5599,23 @@ a.box:active { } } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .tile { -webkit-box-align: stretch; -ms-flex-align: stretch; -ms-grid-row-align: stretch; align-items: stretch; + display: block; -ms-flex-preferred-size: auto; flex-basis: auto; -webkit-box-flex: 1; @@ -4148,1344 +5741,17 @@ a.box:active { } } -.highlight { - background-color: #fdf6e3; - color: #586e75; -} - -.highlight .c { - color: #93a1a1; -} - -.highlight .err, -.highlight .g { - color: #586e75; -} - -.highlight .k { - color: #859900; -} - -.highlight .l, -.highlight .n { - color: #586e75; -} - -.highlight .o { - color: #859900; -} - -.highlight .x { - color: #cb4b16; -} - -.highlight .p { - color: #586e75; -} - -.highlight .cm { - color: #93a1a1; -} - -.highlight .cp { - color: #859900; -} - -.highlight .c1 { - color: #93a1a1; -} - -.highlight .cs { - color: #859900; -} - -.highlight .gd { - color: #2aa198; -} - -.highlight .ge { - color: #586e75; - font-style: italic; -} - -.highlight .gr { - color: #dc322f; -} - -.highlight .gh { - color: #cb4b16; -} - -.highlight .gi { - color: #859900; -} - -.highlight .go, -.highlight .gp { - color: #586e75; -} - -.highlight .gs { - color: #586e75; - font-weight: bold; -} - -.highlight .gu { - color: #cb4b16; -} - -.highlight .gt { - color: #586e75; -} - -.highlight .kc { - color: #cb4b16; -} - -.highlight .kd { - color: #268bd2; -} - -.highlight .kn, -.highlight .kp { - color: #859900; -} - -.highlight .kr { - color: #268bd2; -} - -.highlight .kt { - color: #dc322f; -} - -.highlight .ld { - color: #586e75; -} - -.highlight .m, -.highlight .s { - color: #2aa198; -} - -.highlight .na { - color: #B58900; -} - -.highlight .nb { - color: #586e75; -} - -.highlight .nc { - color: #268bd2; -} - -.highlight .no { - color: #cb4b16; -} - -.highlight .nd { - color: #268bd2; -} - -.highlight .ni, -.highlight .ne { - color: #cb4b16; -} - -.highlight .nf { - color: #268bd2; -} - -.highlight .nl, -.highlight .nn, -.highlight .nx, -.highlight .py { - color: #586e75; -} - -.highlight .nt, -.highlight .nv { - color: #268bd2; -} - -.highlight .ow { - color: #859900; -} - -.highlight .w { - color: #586e75; -} - -.highlight .mf, -.highlight .mh, -.highlight .mi, -.highlight .mo { - color: #2aa198; -} - -.highlight .sb { - color: #93a1a1; -} - -.highlight .sc { - color: #2aa198; -} - -.highlight .sd { - color: #586e75; -} - -.highlight .s2 { - color: #2aa198; -} - -.highlight .se { - color: #cb4b16; -} - -.highlight .sh { - color: #586e75; -} - -.highlight .si, -.highlight .sx { - color: #2aa198; -} - -.highlight .sr { - color: #dc322f; -} - -.highlight .s1, -.highlight .ss { - color: #2aa198; -} - -.highlight .bp, -.highlight .vc, -.highlight .vg, -.highlight .vi { - color: #268bd2; -} - -.highlight .il { - color: #2aa198; -} - -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; -} - -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 10px; +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } -} - -.level-left .level-item:not(:last-child), -.level-right .level-item:not(:last-child) { - margin-right: 10px; -} - -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} - -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 20px; + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } -@media screen and (min-width: 769px) { - .level-left { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } -} - -@media screen and (min-width: 769px) { - .level-right { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - } -} - -.level { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; -} - -.level code { - border-radius: 3px; -} - -.level img { - display: inline-block; - vertical-align: top; -} - -.level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} - -.level.is-mobile > .level-item:not(:last-child) { - margin-bottom: 0; -} - -.level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} - -@media screen and (min-width: 769px) { - .level { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } - .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } -} - -.media-number { - background-color: #f5f7fa; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - height: 32px; - line-height: 24px; - min-width: 32px; - padding: 4px 8px; - text-align: center; - vertical-align: top; -} - -@media screen and (max-width: 768px) { - .media-number { - margin-bottom: 10px; - } -} - -@media screen and (min-width: 769px) { - .media-number { - margin-right: 10px; - } -} - -.media-left { - margin-right: 10px; -} - -.media-right { - margin-left: 10px; -} - -.media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - text-align: left; -} - -.media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - text-align: left; -} - -.media .content:not(:last-child) { - margin-bottom: 10px; -} - -.media .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding-top: 10px; -} - -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 5px; -} - -.media .media .media { - padding-top: 5px; -} - -.media .media .media + .media { - margin-top: 5px; -} - -.media + .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); - margin-top: 10px; - padding-top: 10px; -} - -.media.is-large + .media { - margin-top: 20px; - padding-top: 20px; -} - -@media screen and (min-width: 769px) { - .media.is-large .media-number { - margin-right: 20px; - } -} - -.menu-nav a { - display: block; - padding: 5px 10px; -} - -.menu-list a { - border-radius: 2px; - color: #69707a; - display: block; - padding: 5px 10px; -} - -.menu-list a:hover { - background-color: #f5f7fa; - color: #1fc8db; -} - -.menu-list a.is-active { - background-color: #1fc8db; - color: white; -} - -.menu-list li ul { - border-left: 1px solid #d3d6db; - margin: 10px; - padding-left: 10px; -} - -.menu-label { - color: #aeb1b5; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.menu-label:not(:first-child) { - margin-top: 20px; -} - -.message-body { - border: 1px solid #d3d6db; - border-radius: 3px; - padding: 12px 15px; -} - -.message-body strong { - color: inherit; -} - -.message-header { - background-color: #69707a; - border-radius: 3px 3px 0 0; - color: white; - padding: 7px 10px; -} - -.message-header strong { - color: inherit; -} - -.message-header + .message-body { - border-radius: 0 0 3px 3px; - border-top: none; -} - -.message { - background-color: #f5f7fa; - border-radius: 3px; -} - -.message.is-white { - background-color: white; -} - -.message.is-white .message-header { - background-color: #fff; - color: #111; -} - -.message.is-white .message-body { - border-color: #fff; - color: #666666; -} - -.message.is-black { - background-color: whitesmoke; -} - -.message.is-black .message-header { - background-color: #111; - color: #fff; -} - -.message.is-black .message-body { - border-color: #111; - color: gray; -} - -.message.is-light { - background-color: #f5f7fa; -} - -.message.is-light .message-header { - background-color: #f5f7fa; - color: #69707a; -} - -.message.is-light .message-body { - border-color: #f5f7fa; - color: #666666; -} - -.message.is-dark { - background-color: #f4f5f6; -} - -.message.is-dark .message-header { - background-color: #69707a; - color: #f5f7fa; -} - -.message.is-dark .message-body { - border-color: #69707a; - color: gray; -} - -.message.is-primary { - background-color: #edfbfc; -} - -.message.is-primary .message-header { - background-color: #1fc8db; - color: white; -} - -.message.is-primary .message-body { - border-color: #1fc8db; - color: gray; -} - -.message.is-info { - background-color: #edf7fc; -} - -.message.is-info .message-header { - background-color: #42afe3; - color: white; -} - -.message.is-info .message-body { - border-color: #42afe3; - color: gray; -} - -.message.is-success { - background-color: #f4faf0; -} - -.message.is-success .message-header { - background-color: #97cd76; - color: white; -} - -.message.is-success .message-body { - border-color: #97cd76; - color: gray; -} - -.message.is-warning { - background-color: #fffbeb; -} - -.message.is-warning .message-header { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); -} - -.message.is-warning .message-body { - border-color: #fce473; - color: #666666; -} - -.message.is-danger { - background-color: #fdeeed; -} - -.message.is-danger .message-header { - background-color: #ed6c63; - color: white; -} - -.message.is-danger .message-body { - border-color: #ed6c63; - color: gray; -} - -.modal-background { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: rgba(17, 17, 17, 0.86); -} - -.modal-content, .modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; -} - -@media screen and (min-width: 769px) { - .modal-content, .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } -} - -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; -} - -.modal-card { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; -} - -.modal-card-head, -.modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #f5f7fa; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - padding: 20px; - position: relative; -} - -.modal-card-head { - border-bottom: 1px solid #d3d6db; - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} - -.modal-card-title { - color: #222324; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - font-size: 24px; - line-height: 1; -} - -.modal-card-foot { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - border-top: 1px solid #d3d6db; -} - -.modal-card-foot .button:not(:last-child) { - margin-right: 10px; -} - -.modal-card-body { - background-color: #fff; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; -} - -.modal { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 1986; -} - -.modal.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} - -@media screen and (min-width: 769px) { - .nav-toggle { - display: none; - } -} - -.nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding: 10px; -} - -.nav-item a { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; -} - -.nav-item img { - max-height: 24px; -} - -.nav-item .button + .button { - margin-left: 10px; -} - -.nav-item .tag:first-child { - margin-right: 5px; -} - -.nav-item .tag:last-child { - margin-left: 5px; -} - -@media screen and (max-width: 768px) { - .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } -} - -.nav-item a, -a.nav-item { - color: #69707a; -} - -.nav-item a:hover, -a.nav-item:hover { - color: #222324; -} - -.nav-item a.is-active, -a.nav-item.is-active { - color: #222324; -} - -.nav-item a.is-tab, -a.nav-item.is-tab { - border-bottom: 1px solid transparent; - border-top: 1px solid transparent; - padding-left: 12px; - padding-right: 12px; -} - -.nav-item a.is-tab:hover, -a.nav-item.is-tab:hover { - border-bottom: 1px solid #1fc8db; - border-top: 1px solid transparent; -} - -.nav-item a.is-tab.is-active, -a.nav-item.is-tab.is-active { - border-bottom: 3px solid #1fc8db; - border-top: 3px solid transparent; - color: #1fc8db; -} - -@media screen and (max-width: 768px) { - .nav-menu { - background-color: #fff; - box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); - left: 0; - display: none; - right: 0; - top: 100%; - position: absolute; - } - .nav-menu .nav-item { - border-top: 1px solid rgba(211, 214, 219, 0.5); - padding: 10px; - } - .nav-menu.is-active { - display: block; - } -} - -@media screen and (min-width: 769px) and (max-width: 979px) { - .nav-menu { - padding-right: 20px; - } -} - -.nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} - -.nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-left: auto; - margin-right: auto; -} - -@media screen and (min-width: 769px) { - .nav-right { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - } -} - -.nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: #fff; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - min-height: 50px; - position: relative; - text-align: center; - z-index: 2; -} - -.nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - min-height: 50px; - width: 100%; -} - -.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { - padding-left: 0; -} - -.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { - padding-right: 0; -} - -.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { - padding-left: 0; -} - -.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { - padding-right: 0; -} - -.nav.has-shadow { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); -} - -@media screen and (max-width: 979px) { - .nav > .container > .nav-left > .nav-item.is-brand:first-child, - .container > .nav > .nav-left > .nav-item.is-brand:first-child { - padding-left: 20px; - } -} - -.pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - text-align: center; -} - -.pagination a { - display: block; - min-width: 32px; - padding: 3px 8px; -} - -.pagination span { - color: #aeb1b5; - display: block; - margin: 0 4px; -} - -.pagination li { - margin: 0 2px; -} - -.pagination ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -@media screen and (max-width: 768px) { - .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - .pagination > a { - width: calc(50% - 5px); - } - .pagination > a:not(:first-child) { - margin-left: 10px; - } - .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - } - .pagination ul { - margin-top: 10px; - } -} - -@media screen and (min-width: 769px) { - .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} - -.panel-icon { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; - color: #aeb1b5; - float: left; - margin: 0 4px 0 -2px; -} - -.panel-icon .fa { - font-size: inherit; - line-height: inherit; -} - -.panel-heading { - background-color: #f5f7fa; - border-bottom: 1px solid #d3d6db; - border-radius: 4px 4px 0 0; - color: #222324; - font-size: 18px; - font-weight: 300; - padding: 10px; -} - -.panel-list a { - color: #69707a; -} - -.panel-list a:hover { - color: #1fc8db; -} - -.panel-tabs { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-size: 11px; - padding: 5px 10px 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -.panel-tabs a { - border-bottom: 1px solid #d3d6db; - margin-bottom: -1px; - padding: 5px; -} - -.panel-tabs a.is-active { - border-bottom-color: #222324; - color: #222324; -} - -.panel-tabs:not(:last-child) { - border-bottom: 1px solid #d3d6db; -} - -.panel-block { - color: #222324; - display: block; - line-height: 16px; - padding: 10px; -} - -.panel-block:not(:last-child) { - border-bottom: 1px solid #d3d6db; -} - -a.panel-block:hover { - background-color: #f5f7fa; -} - -.panel { - border: 1px solid #d3d6db; - border-radius: 5px; -} - -.panel:not(:last-child) { - margin-bottom: 20px; -} - -.tabs { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - line-height: 24px; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} - -.tabs a { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border-bottom: 1px solid #d3d6db; - color: #69707a; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-bottom: -1px; - padding: 6px 12px; - vertical-align: top; -} - -.tabs a:hover { - border-bottom-color: #222324; - color: #222324; -} - -.tabs li { - display: block; -} - -.tabs li.is-active a { - border-bottom-color: #1fc8db; - color: #1fc8db; -} - -.tabs ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border-bottom: 1px solid #d3d6db; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} - -.tabs ul.is-left { - padding-right: 10px; -} - -.tabs ul.is-center { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding-left: 10px; - padding-right: 10px; -} - -.tabs ul.is-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - padding-left: 10px; -} - -.tabs .icon:first-child { - margin-right: 8px; -} - -.tabs .icon:last-child { - margin-left: 8px; -} - -.tabs.is-centered ul { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -.tabs.is-right ul { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} - -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 3px 3px 0 0; - padding-bottom: 5px; - padding-top: 5px; -} - -.tabs.is-boxed a:hover { - background-color: #f5f7fa; - border-bottom-color: #d3d6db; -} - -.tabs.is-boxed li.is-active a { - background-color: #fff; - border-color: #d3d6db; - border-bottom-color: transparent !important; -} - -.tabs.is-fullwidth li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; -} - -.tabs.is-toggle a { - border: 1px solid #d3d6db; - margin-bottom: 0; - padding-bottom: 5px; - padding-top: 5px; - position: relative; -} - -.tabs.is-toggle a:hover { - background-color: #f5f7fa; - border-color: #aeb1b5; - z-index: 2; -} - -.tabs.is-toggle li + li { - margin-left: -1px; -} - -.tabs.is-toggle li:first-child a { - border-radius: 3px 0 0 3px; -} - -.tabs.is-toggle li:last-child a { - border-radius: 0 3px 3px 0; -} - -.tabs.is-toggle li.is-active a { - background-color: #1fc8db; - border-color: #1fc8db; - color: white; - z-index: 1; -} - -.tabs.is-toggle ul { - border-bottom: none; -} - -.tabs.is-small { - font-size: 11px; -} - -.tabs.is-small a { - padding: 2px 8px; -} - -.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { - padding-bottom: 1px; - padding-top: 1px; -} - -.tabs.is-medium { - font-size: 18px; -} - -.tabs.is-medium a { - padding: 10px 16px; -} - -.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { - padding-bottom: 9px; - padding-top: 9px; -} - -.tabs.is-large { - font-size: 28px; -} - -.tabs.is-large a { - padding: 14px 20px; -} - -.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { - padding-bottom: 13px; - padding-top: 13px; -} - .hero-video { bottom: 0; left: 0; @@ -5570,7 +5836,7 @@ a.panel-block:hover { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - background-color: #fff; + background-color: white; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5585,7 +5851,7 @@ a.panel-block:hover { .hero .nav { background: none; - box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); + box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3); } .hero .tabs ul { @@ -5593,12 +5859,12 @@ a.panel-block:hover { } .hero.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .hero.is-white .title { - color: #111; + color: #0a0a0a; } .hero.is-white .title a, @@ -5607,38 +5873,38 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(10, 10, 10, 0.9); } .hero.is-white .subtitle a, .hero.is-white .subtitle strong { - color: #111; + color: #0a0a0a; } .hero.is-white .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2); } @media screen and (max-width: 768px) { .hero.is-white .nav-menu { - background-color: #fff; + background-color: white; } } .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(10, 10, 10, 0.7); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, .hero.is-white .nav-item a:not(.button):hover, .hero.is-white .nav-item a:not(.button).is-active { - color: #111; + color: #0a0a0a; } .hero.is-white .tabs a { - color: #111; - opacity: 0.5; + color: #0a0a0a; + opacity: 0.9; } .hero.is-white .tabs a:hover { @@ -5650,46 +5916,46 @@ a.panel-block:hover { } .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: #111; + color: #0a0a0a; } .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; } .hero.is-white.is-bold { - background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, #fff 71%, white 100%); - background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); + background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%); + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-white .nav-toggle span { - background-color: #111; + background-color: #0a0a0a; } .hero.is-white .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-white .nav-toggle.is-active span { - background-color: #111; + background-color: #0a0a0a; } .hero.is-white .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(10, 10, 10, 0.2); } } .hero.is-black { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .hero.is-black .title { - color: #fff; + color: white; } .hero.is-black .title a, @@ -5698,12 +5964,12 @@ a.panel-block:hover { } .hero.is-black .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-black .subtitle a, .hero.is-black .subtitle strong { - color: #fff; + color: white; } .hero.is-black .nav { @@ -5712,24 +5978,24 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-black .nav-menu { - background-color: #111; + background-color: #0a0a0a; } } .hero.is-black a.nav-item, .hero.is-black .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, .hero.is-black .nav-item a:not(.button):hover, .hero.is-black .nav-item a:not(.button).is-active { - color: #fff; + color: white; } .hero.is-black .tabs a { - color: #fff; - opacity: 0.5; + color: white; + opacity: 0.9; } .hero.is-black .tabs a:hover { @@ -5741,33 +6007,33 @@ a.panel-block:hover { } .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: #fff; + color: white; } .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #0a0a0a; } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #111 71%, #1f1c1c 100%); - background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); + background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%); + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } @media screen and (max-width: 768px) { .hero.is-black .nav-toggle span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-black .nav-toggle.is-active span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-menu .nav-item { border-top-color: rgba(255, 255, 255, 0.2); @@ -5775,12 +6041,12 @@ a.panel-block:hover { } .hero.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .hero.is-light .title { - color: #69707a; + color: #363636; } .hero.is-light .title a, @@ -5789,38 +6055,38 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(105, 112, 122, 0.7); + color: rgba(54, 54, 54, 0.9); } .hero.is-light .subtitle a, .hero.is-light .subtitle strong { - color: #69707a; + color: #363636; } .hero.is-light .nav { - box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); + box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2); } @media screen and (max-width: 768px) { .hero.is-light .nav-menu { - background-color: #f5f7fa; + background-color: whitesmoke; } } .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(105, 112, 122, 0.5); + color: rgba(54, 54, 54, 0.7); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, .hero.is-light .nav-item a:not(.button):hover, .hero.is-light .nav-item a:not(.button).is-active { - color: #69707a; + color: #363636; } .hero.is-light .tabs a { - color: #69707a; - opacity: 0.5; + color: #363636; + opacity: 0.9; } .hero.is-light .tabs a:hover { @@ -5832,46 +6098,46 @@ a.panel-block:hover { } .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: #69707a; + color: #363636; } .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #363636; + border-color: #363636; + color: whitesmoke; } .hero.is-light.is-bold { - background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); - background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); + background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%); + background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-light .nav-toggle span { - background-color: #69707a; + background-color: #363636; } .hero.is-light .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-light .nav-toggle.is-active span { - background-color: #69707a; + background-color: #363636; } .hero.is-light .nav-menu .nav-item { - border-top-color: rgba(105, 112, 122, 0.2); + border-top-color: rgba(54, 54, 54, 0.2); } } .hero.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .hero.is-dark .title { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .title a, @@ -5880,38 +6146,38 @@ a.panel-block:hover { } .hero.is-dark .subtitle { - color: rgba(245, 247, 250, 0.7); + color: rgba(245, 245, 245, 0.9); } .hero.is-dark .subtitle a, .hero.is-dark .subtitle strong { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .nav { - box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); + box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2); } @media screen and (max-width: 768px) { .hero.is-dark .nav-menu { - background-color: #69707a; + background-color: #363636; } } .hero.is-dark a.nav-item, .hero.is-dark .nav-item a:not(.button) { - color: rgba(245, 247, 250, 0.5); + color: rgba(245, 245, 245, 0.7); } .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, .hero.is-dark .nav-item a:not(.button):hover, .hero.is-dark .nav-item a:not(.button).is-active { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs a { - color: #f5f7fa; - opacity: 0.5; + color: whitesmoke; + opacity: 0.9; } .hero.is-dark .tabs a:hover { @@ -5923,41 +6189,41 @@ a.panel-block:hover { } .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #363636; } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #495a67 0%, #69707a 71%, #6e768e 100%); - background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); + background-image: -webkit-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%); + background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%); } @media screen and (max-width: 768px) { .hero.is-dark .nav-toggle span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-dark .nav-toggle.is-active span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-menu .nav-item { - border-top-color: rgba(245, 247, 250, 0.2); + border-top-color: rgba(245, 245, 245, 0.2); } } .hero.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -5971,7 +6237,7 @@ a.panel-block:hover { } .hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-primary .subtitle a, @@ -5985,13 +6251,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-primary .nav-menu { - background-color: #1fc8db; + background-color: #11e4c4; } } .hero.is-primary a.nav-item, .hero.is-primary .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, @@ -6002,7 +6268,7 @@ a.panel-block:hover { .hero.is-primary .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-primary .tabs a:hover { @@ -6018,18 +6284,18 @@ a.panel-block:hover { } .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #1fc8db; + color: #11e4c4; } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); - background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); + background-image: -webkit-linear-gradient(309deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); + background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @media screen and (max-width: 768px) { @@ -6037,7 +6303,7 @@ a.panel-block:hover { background-color: white; } .hero.is-primary .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-primary .nav-toggle.is-active span { background-color: white; @@ -6048,7 +6314,7 @@ a.panel-block:hover { } .hero.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } @@ -6062,7 +6328,7 @@ a.panel-block:hover { } .hero.is-info .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-info .subtitle a, @@ -6076,13 +6342,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-info .nav-menu { - background-color: #42afe3; + background-color: #0f6bff; } } .hero.is-info a.nav-item, .hero.is-info .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, @@ -6093,7 +6359,7 @@ a.panel-block:hover { .hero.is-info .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-info .tabs a:hover { @@ -6109,18 +6375,18 @@ a.panel-block:hover { } .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #42afe3; + color: #0f6bff; } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); - background-image: linear-gradient(141deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); + background-image: -webkit-linear-gradient(309deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); + background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @media screen and (max-width: 768px) { @@ -6128,7 +6394,7 @@ a.panel-block:hover { background-color: white; } .hero.is-info .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-info .nav-toggle.is-active span { background-color: white; @@ -6139,7 +6405,7 @@ a.panel-block:hover { } .hero.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } @@ -6153,7 +6419,7 @@ a.panel-block:hover { } .hero.is-success .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-success .subtitle a, @@ -6167,13 +6433,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-success .nav-menu { - background-color: #97cd76; + background-color: #20ee68; } } .hero.is-success a.nav-item, .hero.is-success .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, @@ -6184,7 +6450,7 @@ a.panel-block:hover { .hero.is-success .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-success .tabs a:hover { @@ -6200,18 +6466,18 @@ a.panel-block:hover { } .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #97cd76; + color: #20ee68; } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); - background-image: linear-gradient(141deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); + background-image: -webkit-linear-gradient(309deg, #04d72b 0%, #20ee68 71%, #32f597 100%); + background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @media screen and (max-width: 768px) { @@ -6219,7 +6485,7 @@ a.panel-block:hover { background-color: white; } .hero.is-success .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-success .nav-toggle.is-active span { background-color: white; @@ -6230,12 +6496,12 @@ a.panel-block:hover { } .hero.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .title { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .title a, @@ -6244,38 +6510,38 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(0, 0, 0, 0.9); } .hero.is-warning .subtitle a, .hero.is-warning .subtitle strong { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } @media screen and (max-width: 768px) { .hero.is-warning .nav-menu { - background-color: #fce473; + background-color: #ffcf0f; } } .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, .hero.is-warning .nav-item a:not(.button):hover, .hero.is-warning .nav-item a:not(.button).is-active { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs a { - color: rgba(17, 17, 17, 0.5); - opacity: 0.5; + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; } .hero.is-warning .tabs a:hover { @@ -6287,41 +6553,41 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(17, 17, 17, 0.5); - border-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffcf0f; } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); - background-image: linear-gradient(141deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); + background-image: -webkit-linear-gradient(309deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); + background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @media screen and (max-width: 768px) { .hero.is-warning .nav-toggle span { - background-color: rgba(17, 17, 17, 0.5); + background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-warning .nav-toggle.is-active span { - background-color: rgba(17, 17, 17, 0.5); + background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(0, 0, 0, 0.2); } } .hero.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -6335,7 +6601,7 @@ a.panel-block:hover { } .hero.is-danger .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-danger .subtitle a, @@ -6349,13 +6615,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-danger .nav-menu { - background-color: #ed6c63; + background-color: #ff0f3f; } } .hero.is-danger a.nav-item, .hero.is-danger .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, @@ -6366,7 +6632,7 @@ a.panel-block:hover { .hero.is-danger .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-danger .tabs a:hover { @@ -6382,18 +6648,18 @@ a.panel-block:hover { } .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #ed6c63; + color: #ff0f3f; } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); - background-image: linear-gradient(141deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); + background-image: -webkit-linear-gradient(309deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); + background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @media screen and (max-width: 768px) { @@ -6401,7 +6667,7 @@ a.panel-block:hover { background-color: white; } .hero.is-danger .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-danger .nav-toggle.is-active span { background-color: white; @@ -6446,8 +6712,19 @@ a.panel-block:hover { flex-shrink: 0; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .section { - background-color: #fff; + background-color: white; padding: 40px 20px; } @@ -6461,23 +6738,23 @@ a.panel-block:hover { } .footer { - background-color: #f5f7fa; + background-color: whitesmoke; padding: 40px 20px 80px; } .footer a, .footer a:visited { - color: #69707a; + color: #4a4a4a; } .footer a:hover, .footer a:visited:hover { - color: #222324; + color: #363636; } .footer a:not(.icon), .footer a:visited:not(.icon) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } /*# sourceMappingURL=bulma.css.map */ \ No newline at end of file diff --git a/css/bulma.css.map b/css/bulma.css.map index 436ae45a..6d105af6 100644 --- a/css/bulma.css.map +++ b/css/bulma.css.map @@ -1 +1 @@ -{"version":3,"sources":["../sass/utilities/reset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/classes.sass","../sass/utilities/mixins.sass","../sass/base/helpers.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/grid.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"AAaA;EACE,UAAU;EACV,WAAW;EACX,UAAU;EACV,gBAAgB;EAChB,oBAAoB;EACpB,yBAAyB;EACzB,wBAAwB;CAAG;;AAE7B;EACE,eAAe;CAAG;;AAIpB;EACE,uBAAuB;CAAG;;AAE5B;;;EAGE,oBAAoB;CAAG;;AAKzB;;;EAGE,gBAAgB;CAAG;;AAYrB;EACE,mBAAmB;CAAG;;AAIxB;EACE,iBAAiB;CAAG;;AAEtB;EACE,aAAa;CAAG;;AAElB;;;;EAIE,YAAY;EACZ,cAAc;CAAG;;AAEnB;EACE,UAAU;EACV,WAAW;EACX,gBAAgB;EAChB,yBAAyB;EACzB,wBAAwB;CAAG;;AAE7B;EACE,8BAA8B;CAAG;;AAEnC;EACE,+BAA+B;EAC/B,aAAa;CAAG;;AAGlB;EACE,0BAA0B;EAC1B,kBAAkB;CAAG;;AAEvB;EACE,kBAAkB;EAClB,uBAAuB;CAAG;;AAE5B;EACE,oBAAoB;EACpB,oBAAoB;CAAG;;AAEzB;EACE,eAAe;EACf,YAAY;EACZ,UAAU;EACV,2BAA2B;EAC3B,cAAc;EACd,WAAW;CAAG;;AAEhB;EACE,uBAAuB;CAAG;;AAE5B;EACE,iBAAiB;EAEjB,sBAAsB;EAEtB,sBAAsB;EAEtB,sBAAsB;CACtB;;AAEF;EACE,4BAA4B;CAAG;;AAEjC;EACE,uBAAuB;CAAG;;AAE5B;EACE,qBAAqB;CAAG;;AAE1B;EACE,mBAAmB;EACnB,WAAW;CAAG;;AAEhB;EACE,eAAe;CAAG;;AAEpB;EACE,kBAAkB;CAAG;;AAEvB;EACE,oBAAoB;CAAG;;AAGzB;EACE,eAAe;EACf,eAAe;EACf,mBAAmB;CAAG;;AAExB;EACE,YAAY;CAAG;;AAEjB;EACE,gBAAgB;CAAG;;AAGrB;EACE,mCAAmC;CAAG;;AAGxC;;;;;EAKE,gBAAgB;CAAG;;AAGrB;EACE,UAAU;CAAG;;AAGf;;EAEE,YAAY;EACZ,kBAAkB;CAAG;;AC7KvB;EACE;IACE,gCAAiB;YAAjB,wBAAiB;GCwKlB;EDvKD;IACE,kCAAiB;YAAjB,0BAAiB;GCyKlB;CACF;;AD9KD;EACE;IACE,gCAAiB;YAAjB,wBAAiB;GCwKlB;EDvKD;IACE,kCAAiB;YAAjB,0BAAiB;GCyKlB;CACF;;AC9KD;EACE,0BCQoB;EDPpB,gBC4BW;ED3BX,mCAAmC;EACnC,oCAAoC;EACpC,iBAAiB;EACjB,mBAAmB;EACnB,mBAAmB;EACnB,mCAAmC;CAAG;;AAExC;;;;;;;EAOE,eAAe;CAAG;;AAEpB;;;;;EAKE,gECFoE;CDErC;;AAEjC;;EAEE,8BAA8B;EAC9B,6BAA6B;EAC7B,mECPsE;EDQtE,kBAAkB;CAAG;;AAEvB;EACE,eC5BiB;ED6BjB,gBAAgB;EAChB,iBCFiB;EDGjB,+BAA+B;CAAG;;AAIpC;EACE,eCzBiB;ED0BjB,gBAAgB;EAChB,sBAAsB;EACtB,uCCQe;EDRf,+BCQe;CDNU;;AAN3B;EAMI,eC1CiB;CD0CI;;AAEzB;EACE,0BCzCoB;ED0CpB,eCnCW;EDoCX,gBAAgB;EAChB,oBAAoB;EACpB,qBAAqB;CAAG;;AAE1B;EACE,0BCjDkB;EDkDlB,eAAe;CAAG;;AAEpB;EACE,gBAAgB;CAAG;;AAErB;;EAEE,yBAAyB;CAAG;;AAE9B;EACE,gBCpCW;CDoCc;;AAE3B;EACE,oBAAoB;EACpB,qBAAqB;CAAG;;AAE1B;EACE,eCtEmB;EDuEnB,iBCzCe;CDyCa;;AAI9B;EACE,0BCxEoB;EDyEpB,eC5EiB;ED6EjB,iBAAiB;EACjB,kBAAkB;CAMQ;;AAV5B;EAMI,0BC7EkB;ED8ElB,eCjFe;EDkFf,eAAe;EACf,iBAAiB;EACjB,mBAAmB;CAAG;;AAE1B;EACE,YAAY;CAMc;;AAP5B;;EAII,iBAAiB;EACjB,oBAAoB;CAAG;;AAL3B;EAOI,eC9FiB;CD8FK;;AEnG1B;;EAEI,oBAAoB;CAAG;;AAE3B;EACE,mBAAmB;CASM;;ACsEzB;EDhFF;IAGI,eAAe;IACf,iBAAiB;GAMM;EAV3B;IAOM,eAAe;IACf,gBAAgB;GAAG;CH8SxB;;AI9NC;EDxFF;IAUI,kBAAkB;GAAK;CHkT1B;;AGhTD;EACE,gBAAgB;EAChB,mBAAmB;EACnB,oBAAoB;CAAG;;AEdvB;EACE,eAAS;CAAc;;AD8DzB;EC7DA;IAEI,0BAA+B;GAAK;CLuUzC;;AIxQC;EC9DA;IAEI,0BAA+B;GAAK;CL0UzC;;AI1QC;EC/DA;IAEI,0BAA+B;GAAK;CL6UzC;;AI5QC;EChEA;IAEI,0BAA+B;GAAK;CLgVzC;;AI9QC;ECjEA;IAEI,0BAA+B;GAAK;CLmVzC;;AIhRC;EClEA;IAEI,0BAA+B;GAAK;CLsVzC;;AIlRC;ECnEA;IAEI,0BAA+B;GAAK;CLyVzC;;AK/WC;EACE,qBAAS;EAAT,qBAAS;EAAT,cAAS;CAAc;;AD8DzB;EC7DA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CLqXzC;;AItTC;EC9DA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CLwXzC;;AIxTC;EC/DA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CL2XzC;;AI1TC;EChEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CL8XzC;;AI5TC;ECjEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CLiYzC;;AI9TC;EClEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CLoYzC;;AIhUC;ECnEA;IAEI,gCAA+B;IAA/B,gCAA+B;IAA/B,yBAA+B;GAAK;CLuYzC;;AK7ZC;EACE,gBAAS;CAAc;;AD8DzB;EC7DA;IAEI,2BAA+B;GAAK;CLmazC;;AIpWC;EC9DA;IAEI,2BAA+B;GAAK;CLsazC;;AItWC;EC/DA;IAEI,2BAA+B;GAAK;CLyazC;;AIxWC;EChEA;IAEI,2BAA+B;GAAK;CL4azC;;AI1WC;ECjEA;IAEI,2BAA+B;GAAK;CL+azC;;AI5WC;EClEA;IAEI,2BAA+B;GAAK;CLkbzC;;AI9WC;ECnEA;IAEI,2BAA+B;GAAK;CLqbzC;;AK3cC;EACE,sBAAS;CAAc;;AD8DzB;EC7DA;IAEI,iCAA+B;GAAK;CLidzC;;AIlZC;EC9DA;IAEI,iCAA+B;GAAK;CLodzC;;AIpZC;EC/DA;IAEI,iCAA+B;GAAK;CLudzC;;AItZC;EChEA;IAEI,iCAA+B;GAAK;CL0dzC;;AIxZC;ECjEA;IAEI,iCAA+B;GAAK;CL6dzC;;AI1ZC;EClEA;IAEI,iCAA+B;GAAK;CLgezC;;AI5ZC;ECnEA;IAEI,iCAA+B;GAAK;CLmezC;;AKzfC;EACE,4BAAS;EAAT,4BAAS;EAAT,qBAAS;CAAc;;AD8DzB;EC7DA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CL+fzC;;AIhcC;EC9DA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CLkgBzC;;AIlcC;EC/DA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CLqgBzC;;AIpcC;EChEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CLwgBzC;;AItcC;ECjEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CL2gBzC;;AIxcC;EClEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CL8gBzC;;AI1cC;ECnEA;IAEI,uCAA+B;IAA/B,uCAA+B;IAA/B,gCAA+B;GAAK;CLihBzC;;AK7gBD;EDjBI,YAAY;EACZ,aAAa;EACb,eAAe;CAAG;;ACkBtB;EACE,YAAY;CAAG;;AAEjB;EACE,aAAa;CAAG;;AAIlB;EACE,4BAA4B;CAAG;;AAIjC;EDZE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;CCcJ;;AAIrB;EACE,mBAAmB;CAAG;;AAExB;EACE,iBAAiB;CAAG;;AAEtB;EACE,kBAAkB;CAAG;;AAIvB;EACE,yBAAyB;CAAG;;ADI5B;ECFF;IAEI,yBAAyB;GAAK;CLwhBjC;;AIphBC;ECFF;IAEI,yBAAyB;GAAK;CL0hBjC;;AIthBC;ECFF;IAEI,yBAAyB;GAAK;CL4hBjC;;AIxhBC;ECFF;IAEI,yBAAyB;GAAK;CL8hBjC;;AI1hBC;ECFF;IAEI,yBAAyB;GAAK;CLgiBjC;;AI5hBC;ECFF;IAEI,yBAAyB;GAAK;CLkiBjC;;AI9hBC;ECFF;IAEI,yBAAyB;GAAK;CLoiBjC;;AKhiBD;EACE,qBAAqB;CAAG;;AAE1B;EACE,qBAAqB;CAAG;;AAE1B;EACE,sBAAsB;CAAG;;ACvG3B;EAEE,uBJQU;EIPV,mBJqDgB;EIpDhB,6EJAU;EICV,eAAe;EACf,cAAc;CAAG;;AAEnB;EAGI,+DJMe;CIN4C;;AAH/D;EAKI,qEJIe;CIJkD;;ACKrE;ECjBE,sBAAsB;EACtB,yBAAyB;EACzB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,wBC6Be;ED5Bf,0BNGkB;EMFlB,mBNiDU;EMhDV,eNFmB;EMGnB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBNqBW;EMpBX,aAAa;EACb,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EDKpB,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,mBAAmB;EACnB,oBAAoB;EACpB,mBAAmB;EACnB,oBAAoB;CAoFqB;;AA3F3C;ECAI,sBNXU;CMW4B;;ADA1C;ECII,sBNLe;EMMf,cAAc;CAAG;;ADLrB;ECQI,0BNjBkB;EMkBlB,sBNnBgB;EMoBhB,oBAAoB;EACpB,qBAAqB;CAEY;;ADbrC;ECaM,6BN1Be;CEwCJ;;AG3BjB;ECaM,6BN1Be;CEwCJ;;AG3BjB;ECaM,6BN1Be;CEwCJ;;AG3BjB;ECaM,6BN1Be;CEwCJ;;AG3BjB;EASI,eAAe;CAAG;;AATtB;EAWI,eAAe;EACf,gBLES;EKDT,eAAe;EACf,gBAAgB;CAAG;;AAdvB;;EAkBM,kBAAkB;EAClB,kBAAkB;CAAG;;AAnB3B;;EAqBM,iBAAiB;EACjB,mBAAmB;CAAG;;AAtB5B;EA0BI,eLvCiB;CKuCO;;AA1B5B;EA4BI,kDL1CQ;CK0CwC;;AA5BpD;EAkCM,uBL1CM;EK2CN,0BAA0B;EAC1B,YLlDM;CK2EyB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,YLxDI;CKwDmB;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,uBL5DI;EK6DJ,YLvDI;CKyD8C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,2DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,mBL/DI;EKgEJ,YLhEI;CKqEuB;;AA7DnC;EA2DU,uBLnEE;EKoEF,mBLpEE;EKqEF,YL3EE;CK2EqB;;AA7DjC;EAkCM,uBLhDM;EKiDN,0BAA0B;EAC1B,YL5CM;CKqEyB;;AA7DrC;EAwCQ,wBAAwB;EACxB,0BAA0B;EAC1B,YLlDI;CKkDmB;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,uBLtDI;EKuDJ,YL7DI;CK+D8C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,2DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,mBLrEI;EKsEJ,YLtEI;CK2EuB;;AA7DnC;EA2DU,uBLzEE;EK0EF,mBL1EE;EK2EF,YLrEE;CKqEqB;;AA7DjC;EAkCM,0BL3CgB;EK4ChB,0BAA0B;EAC1B,eLhDa;CKyEkB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,eLtDW;CKsDY;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,0BL1DW;EK2DX,eLxDc;CK0DoC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,iEAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBLhEc;EKiEd,eLjEc;CKsEa;;AA7DnC;EA2DU,0BLpEY;EKqEZ,sBLrEY;EKsEZ,eLzES;CKyEc;;AA7DjC;EAkCM,0BL9Ca;EK+Cb,0BAA0B;EAC1B,eL7CgB;CKsEe;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,eLnDc;CKmDS;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,0BLvDc;EKwDd,eL3DW;CK6DuC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,iEAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBLnEW;EKoEX,eLpEW;CKyEgB;;AA7DnC;EA2DU,0BLvES;EKwET,sBLxES;EKyET,eLtEY;CKsEW;;AA7DjC;EAkCM,0BLnCa;EKoCb,0BAA0B;EAC1B,aErBW;CF8CoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aE3BS;CF2Bc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBE/BS;EFgCT,eLhDW;CKkDuC;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBLxDW;EKyDX,eLzDW;CK8DgB;;AA7DnC;EA2DU,0BL5DS;EK6DT,sBL7DS;EK8DT,aE9CO;CF8CgB;;AA7DjC;EAkCM,0BLxCQ;EKyCR,0BAA0B;EAC1B,aErBW;CF8CoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aE3BS;CF2Bc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBE/BS;EFgCT,eLrDM;CKuD4C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBL7DM;EK8DN,eL9DM;CKmEqB;;AA7DnC;EA2DU,0BLjEI;EKkEJ,sBLlEI;EKmEJ,aE9CO;CF8CgB;;AA7DjC;EAkCM,0BLvCS;EKwCT,0BAA0B;EAC1B,aErBW;CF8CoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aE3BS;CF2Bc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBE/BS;EFgCT,eLpDO;CKsD2C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBL5DO;EK6DP,eL7DO;CKkEoB;;AA7DnC;EA2DU,0BLhEK;EKiEL,sBLjEK;EKkEL,aE9CO;CF8CgB;;AA7DjC;EAkCM,0BLlCU;EKmCV,0BAA0B;EAC1B,6BLlDM;CK2EyB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,6BLxDI;CKwDmB;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wCL5DI;EK6DJ,eL/CQ;CKiD0C;;AAjD1D;EAiDU,qCAAwB;CAAsB;;AAjDxD;EAoDU,6FAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBLvDQ;EKwDR,eLxDQ;CK6DmB;;AA7DnC;EA2DU,0BL3DM;EK4DN,sBL5DM;EK6DN,6BL3EE;CK2EqB;;AA7DjC;EAkCM,0BLpCO;EKqCP,0BAA0B;EAC1B,aErBW;CF8CoB;;AA7DrC;EAwCQ,0BAAwB;EACxB,0BAA0B;EAC1B,aE3BS;CF2Bc;;AA1C/B;EA4CQ,0BAA0B;CAAG;;AA5CrC;EA8CQ,wBE/BS;EFgCT,eLjDK;CKmD6C;;AAjD1D;EAiDU,0BAAwB;CAAsB;;AAjDxD;EAoDU,6DAA4E;CAAG;;AApDzF;EAsDQ,8BAA8B;EAC9B,sBLzDK;EK0DL,eL1DK;CK+DsB;;AA7DnC;EA2DU,0BL7DG;EK8DH,sBL9DG;EK+DH,aE9CO;CF8CgB;;AA7DjC;EA+DI,8BAA8B;EAC9B,0BAA0B;EAC1B,eL7Ee;EK8Ef,2BAA2B;CAID;;AAtE9B;EAqEM,0BL/Ec;EKgFd,eLnFe;CKmFO;;AAtE5B;EAjBE,mBLqDgB;EKpDhB,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;CAqFO;;AAzE5B;EAVE,gBAAgB;EAChB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAkFO;;AA3E7B;EALE,gBAAgB;EAChB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CA+EM;;AA7E5B;EAiFI,aAAa;CAAG;;AAjFpB;EAmFI,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,YAAY;CAAG;;AApFnB;EAsFI,8BAA8B;EAC9B,qBAAqB;CAIgB;;AA3FzC;EHCE,UAAU;EACV,kBAAoB;EACpB,iBAAmB;EACnB,mBAAmB;EACnB,SAAS;EGsFL,8BAA8B;CAAG;;AG7GvC;EAII,iCRIgB;CQAiB;;AARrC;EAMM,eRSU;CQTa;;AAN7B;EAQM,6BRSa;CQTgB;;AARnC;EAUI,mBAAmB;CAAG;;AAV1B;;;;EAiBM,mBAAmB;CAAG;;AAjB5B;;;;;;EAwBI,eRnBiB;EQoBjB,iBAAiB;EACjB,mBAAmB;EACnB,oBAAoB;CAAG;;AA3B3B;;;EAgCM,iBAAiB;CAAG;;AAhC1B;EAkCI,0BRzBkB;EQ0BlB,+BR3BgB;EQ4BhB,eAAe;CAAG;;AApCtB;EAsCI,eAAe;CAAG;;AAtCtB;EAwCI,kBAAkB;CAAG;;AAxCzB;EA0CI,iBAAiB;CAAG;;AA1CxB;EA4CI,kBAAkB;CAAG;;AA5CzB;EA8CI,mBAAmB;CAAG;;AA9C1B;EAgDI,eAAe;CAAG;;AAhDtB;EAkDI,4BAA4B;EAC5B,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;CAAG;;AArDvB;EAuDI,yBAAyB;EACzB,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;CAKmB;;AA/DvC;EA4DM,wBAAwB;EACxB,kBAAkB;CAEa;;AA/DrC;EA+DQ,wBAAwB;CAAG;;AA/DnC;EAkEI,gBRrCS;CQuCgB;;AApE7B;EAoEM,gBRtCO;CQsCc;;AApE3B;EAsEI,gBR1CS;CQ4CgB;;AAxE7B;EAwEM,gBR3CO;CQ2Cc;;ACjE3B;EHNE,sBAAsB;EACtB,yBAAyB;EACzB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,wBC6Be;ED5Bf,0BNGkB;EMFlB,mBNiDU;EMhDV,eNFmB;EMGnB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBNqBW;EMpBX,aAAa;EACb,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EGPpB,kDTLU;ESMV,gBAAgB;EAChB,YAAY;CAgBO;;AApBrB;EHWI,sBNXU;CMW4B;;AGX1C;EHeI,sBNLe;EMMf,cAAc;CAAG;;AGhBrB;EHmBI,0BNjBkB;EMkBlB,sBNnBgB;EMoBhB,oBAAoB;EACpB,qBAAqB;CAEY;;AGxBrC;EHwBM,6BN1Be;CEwCJ;;AOtCjB;EHwBM,6BN1Be;CEwCJ;;AOtCjB;EHwBM,6BN1Be;CEwCJ;;AOtCjB;EHwBM,6BN1Be;CEwCJ;;AOtCjB;EAFM,mBTKM;CSLiB;;AAE7B;EAFM,mBTDM;CSCiB;;AAE7B;EAFM,sBTIgB;CSJO;;AAE7B;EAFM,sBTCa;CSDU;;AAE7B;EAFM,sBTYa;CSZU;;AAE7B;EAFM,sBTOQ;CSPe;;AAE7B;EAFM,sBTQS;CSRc;;AAE7B;EAFM,sBTaU;CSba;;AAE7B;EAFM,sBTWO;CSXgB;;AAE7B;EAMI,wBAAwB;CAAG;;AAN/B;EH2BE,mBNoBgB;EMnBhB,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;CGvBQ;;AAT7B;EHkCE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CG3BQ;;AAX9B;EHwCE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CG/BO;;AAb7B;EAgBI,eAAe;EACf,YAAY;CAAG;;AAjBnB;EAmBI,gBAAgB;EAChB,YAAY;CAAG;;AAEnB;EAEE,eAAe;EACf,iBAAiB;EACjB,kBAAkB;EAClB,gBAAgB;EAChB,kBAAkB;EAClB,gBAAgB;EAChB,cAAc;EACd,iBAAiB;CAAG;;AAEtB;EACE,gBAAgB;EAChB,sBAAsB;EACtB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CASY;;AARhC;EACE,gBAAgB;CAAG;;AAPvB;EASI,eT5CiB;CS4CO;;AAT5B;EAWI,eT5CU;ES6CV,qBAAqB;CAEO;;AAJ7B;EAIG,qBAAqB;CAAG;;AAK9B;EAGI,kBAAkB;CAAG;;AAEzB;EACE,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAqCW;;AAzCjC;EH/DE,sBAAsB;EACtB,yBAAyB;EACzB,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,wBC6Be;ED5Bf,0BNGkB;EMFlB,mBNiDU;EMhDV,eNFmB;EMGnB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBNqBW;EMpBX,aAAa;EACb,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EGuDlB,gBAAgB;EAChB,eAAe;EACf,cAAc;EACd,oBAAoB;CAIC;;AAdzB;EH9CI,sBNXU;CMW4B;;AG8C1C;EH1CI,sBNLe;EMMf,cAAc;CAAG;;AGyCrB;EHtCI,0BNjBkB;EMkBlB,sBNnBgB;EMoBhB,oBAAoB;EACpB,qBAAqB;CAEY;;AGiCrC;EHjCM,6BN1Be;CEwCJ;;AOmBjB;EHjCM,6BN1Be;CEwCJ;;AOmBjB;EHjCM,6BN1Be;CEwCJ;;AOmBjB;EHjCM,6BN1Be;CEwCJ;;AOmBjB;EA3DM,mBTKM;CSLiB;;AA2D7B;EA3DM,mBTDM;CSCiB;;AA2D7B;EA3DM,sBTIgB;CSJO;;AA2D7B;EA3DM,sBTCa;CSDU;;AA2D7B;EA3DM,sBTYa;CSZU;;AA2D7B;EA3DM,sBTOQ;CSPe;;AA2D7B;EA3DM,sBTQS;CSRc;;AA2D7B;EA3DM,sBTaU;CSba;;AA2D7B;EA3DM,sBTWO;CSXgB;;AA2D7B;EAYM,sBTrEQ;CSqE8B;;AAZ5C;EAcM,cAAc;CAAG;;AAdvB;EAgBI,YAAY;CAEO;;AAlBvB;EAkBM,YAAY;CAAG;;AAlBrB;EP/DE,0BFgBiB;EEfjB,gBAAgB;EAChB,cAAc;EACd,aAAa;EACb,eAAe;EACf,YAAY;EACZ,qBAAqB;EACrB,mBAAmB;EACnB,kCAAiB;UAAjB,0BAAiB;EACjB,WAAW;EO2ET,iBAAiB;EACjB,YAAY;EACZ,SAAS;CAAG;;AAvBhB;EA0BM,sBTrFe;CSqFa;;AA1BlC;EA4BI,aAAa;CAGc;;AA/B/B;EH9BE,mBNoBgB;EMnBhB,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EGwDf,oBAAoB;CAAG;;AA/B7B;EAiCI,aAAa;CAGc;;AApC/B;EHvBE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EGuDhB,oBAAoB;CAAG;;AApC7B;EAsCI,aAAa;CAGc;;AAzC/B;EHjBE,gBAAgB;EAChB,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EGsDhB,oBAAoB;CAAG;;AAE7B;EACE,eTvGmB;ESwGnB,eAAe;EACf,kBAAkB;CAEQ;;AAL5B;EAKI,mBAAmB;CAAG;;AAE1B;EACE,eAAe;EACf,gBTpFW;ESqFX,gBAAgB;CAIQ;;AAP1B;EAOM,YT/GM;CS+GU;;AAPtB;EAOM,YTrHM;CSqHU;;AAPtB;EAOM,eThHgB;CSgHA;;AAPtB;EAOM,eTnHa;CSmHG;;AAPtB;EAOM,eTxGa;CSwGG;;AAPtB;EAOM,eT7GQ;CS6GQ;;AAPtB;EAOM,eT5GS;CS4GO;;AAPtB;EAOM,eTvGU;CSuGM;;AAPtB;EAOM,eTzGO;CSyGS;;APrDpB;EOyDF;IAEI,mBAAmB;GAOI;CXuhD1B;;AIrlDC;EOqDF;IAII,2BAAc;QAAd,cAAc;IACd,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;IACf,mBAAmB;IACnB,iBAAiB;IACjB,kBAAkB;GAAK;CXkiD1B;;AWhiDD;EACE,mBAAmB;EACnB,iBAAiB;CAwHG;;AA1HtB;EAII,oBAAoB;CAAG;;AAJ3B;EAOI,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;CAgCF;;AAxC9B;;;;EAYM,iBAAiB;EACjB,mBAAmB;EACnB,YAAY;CAgBU;;AA9B5B;;;;EAgBQ,WAAW;CAAG;;AAhBtB;;;;;;;EAmBQ,WAAW;CAAG;;AAnBtB;;;;EAqBQ,2BTtGI;CSwGqC;;AAvBjD;;;;EAuBU,2BTxGE;CSwGmC;;AAvB/C;;;;EAyBQ,2BAAkC;CAEO;;AA3BjD;;;;EA2BU,2BAAkC;CAAG;;AA3B/C;;;;EA6BQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AA9B1B;EAgCM,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AAhCjC;EAkCM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;CAAG;;AAlCnC;;;;EAuCQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AAxC1B;EP9GE,sBAAsB;EACtB,gBOwJoB;EPvJpB,aOuJ0B;EPtJ1B,kBOsJ0B;EPrJ1B,mBAAmB;EACnB,oBAAoB;EACpB,YOmJ0B;EACtB,eT7KQ;ES8KR,qBAAqB;EACrB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAhDpB;EAmDQ,eTtLa;CSsLS;;AAnD9B;EAqDQ,kBAAkB;EAClB,OAAO;CAAG;;AAtDlB;EAwDQ,gBAAgB;EAChB,SAAS;CAAG;;AAzDpB;EA2DQ,gBAAgB;EAChB,UAAU;CAAG;;AA5DrB;EA+DQ,UAAU;CAAG;;AA/DrB;EAiEQ,mBAAmB;CAYG;;AA7E9B;EAmEU,mBAAmB;CAEJ;;AArEzB;EAqEY,QAAQ;CAAG;;AArEvB;EAuEU,mBAAmB;CAEF;;AAzE3B;EAyEY,UAAU;CAAG;;AAzEzB;EA2EU,mBAAmB;CAED;;AA7E5B;EA6EY,WAAW;CAAG;;AA7E1B;EAgFQ,WAAW;CAAG;;AAhFtB;EAkFQ,oBAAoB;CAYG;;AA9F/B;EAoFU,oBAAoB;CAEJ;;AAtF1B;EAsFY,SAAS;CAAG;;AAtFxB;EAwFU,oBAAoB;CAEF;;AA1F5B;EA0FY,WAAW;CAAG;;AA1F1B;EA4FU,oBAAoB;CAED;;AA9F7B;EA8FY,YAAY;CAAG;;AA9F3B;EAgGI,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;CAWK;;AA5GrC;EAoGQ,iBAAiB;EACjB,mBAAmB;CAAG;;AArG9B;EAuGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AAxG1B;EA0GM,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AA1GjC;EA4GM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;CAAG;;AP5KjC;EOgEF;IA+GM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAKU;EApH9B;IAiHQ,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,2BAAc;QAAd,cAAc;IACd,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;GAAG;CX6oDzB;;AWjwDD;EAwHM,8BAA8B;EAC9B,WAAW;EACX,SAAS;CAAG;;AChQlB;EACE,eAAe;EACf,mBAAmB;CA+Be;;AAjCpC;EAII,eAAe;EACf,aAAa;EACb,YAAY;CAAG;;AANnB;ERiCE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;EQhBnB,aAAa;EACb,YAAY;CAAG;;AAjBrB;EAoBI,kBAAkB;CAAG;;AApBzB;EAsBI,iBAAiB;CAAG;;AAtBxB;EAwBI,sBAAsB;CAAG;;AAxB7B;EA0BI,oBAAoB;CAAG;;AA1B3B;EA4BI,iBAAiB;CAAG;;AA5BxB;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,aAAkB;EAClB,YAAiB;CAAS;;AAjChC;EAgCM,cAAkB;EAClB,aAAiB;CAAS;;ACnChC;EAGE,0BXMoB;EWLpB,mBXmDU;EWlDV,mBAAmB;EACnB,mBAAmB;CAcY;;AApBjC;ETcI,YAAY;EACZ,aAAa;EACb,eAAe;CAAG;;AShBtB;EAQI,qBX+CQ;EW9CR,aAAa;EACb,2BAA2B;CAAG;;AAVlC;;EAaI,eAAe;CAAG;;AAbtB;EAmBM,uBXTM;EWUN,YXhBM;CWgBiB;;AApB7B;EAmBM,uBXfM;EWgBN,YXVM;CWUiB;;AApB7B;EAmBM,0BXVgB;EWWhB,eXda;CWcU;;AApB7B;EAmBM,0BXba;EWcb,eXXgB;CWWO;;AApB7B;EAmBM,0BXFa;EWGb,aJaW;CIbY;;AApB7B;EAmBM,0BXPQ;EWQR,aJaW;CIbY;;AApB7B;EAmBM,0BXNS;EWOT,aJaW;CIbY;;AApB7B;EAmBM,0BXDU;EWEV,6BXhBM;CWgBiB;;AApB7B;EAmBM,0BXHO;EWIP,aJaW;CIbY;;ACpB7B;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,aAAa;EACb,wBAAwB;EACxB,eAAe;EACf,aAAa;EACb,iBAAiB;EACjB,WAAW;EACX,YAAY;CAqBQ;;AA/BtB;EAYI,0BZJgB;CYIY;;AAZhC;EAcI,0BZRe;CYQW;;AAd9B;EAgBI,0BZVe;CYUW;;AAhB9B;EAsBQ,uBZZI;CYYuB;;AAtBnC;EAwBQ,uBZdI;CYcuB;;AAxBnC;EAsBQ,uBZlBI;CYkBuB;;AAtBnC;EAwBQ,uBZpBI;CYoBuB;;AAxBnC;EAsBQ,0BZbc;CYaa;;AAtBnC;EAwBQ,0BZfc;CYea;;AAxBnC;EAsBQ,0BZhBW;CYgBgB;;AAtBnC;EAwBQ,0BZlBW;CYkBgB;;AAxBnC;EAsBQ,0BZLW;CYKgB;;AAtBnC;EAwBQ,0BZPW;CYOgB;;AAxBnC;EAsBQ,0BZVM;CYUqB;;AAtBnC;EAwBQ,0BZZM;CYYqB;;AAxBnC;EAsBQ,0BZTO;CYSoB;;AAtBnC;EAwBQ,0BZXO;CYWoB;;AAxBnC;EAsBQ,0BZJQ;CYImB;;AAtBnC;EAwBQ,0BZNQ;CYMmB;;AAxBnC;EAsBQ,0BZNK;CYMsB;;AAtBnC;EAwBQ,0BZRK;CYQsB;;AAxBnC;EA2BI,YAAY;CAAG;;AA3BnB;EA6BI,aAAa;CAAG;;AA7BpB;EA+BI,aAAa;CAAG;;AC/BpB;EACE,uBbSU;EaRV,ebGmB;EaFnB,oBAAoB;EACpB,YAAY;CAsFoD;;AA1FlE;;EAOI,0BbCgB;EaAhB,sBAAsB;EACtB,kBAAkB;EAClB,oBAAoB;CAuBH;;AAjCrB;;EAaM,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,UAAU;CAMc;;AAtB9B;;EX0BE,sBAAsB;EACtB,gBWTsB;EXUtB,aWV4B;EXW5B,kBWX4B;EXY5B,mBAAmB;EACnB,oBAAoB;EACpB,YWd4B;CAAI;;AAlBlC;;EAoBQ,WAAW;CAES;;AAtB5B;;EAsBU,aAAa;CAAG;;AAtB1B;;EAwBM,WAAW;CAMmB;;AA9BpC;;EA0BQ,eAAe;EACf,kBAAkB;CAGQ;;AA9BlC;;EA6BU,0BbZS;EaaT,aNGO;CMHe;;AA9BhC;;EAgCM,oBAAoB;EACpB,UAAU;CAAG;;AAjCnB;EAmCI,eb9BiB;Ea+BjB,iBAAiB;CAAG;;AApCxB;EAuCM,0Bb9BgB;Ea+BhB,ebnCe;CamCO;;AAxC5B;;EA4CM,sBAAsB;EACtB,ebtCQ;CasCa;;AA7C3B;;EAmDU,uBAAuB;CAAG;;AAnDpC;;EAuDM,sBAAsB;EACtB,ebjDQ;CaiDa;;AAxD3B;;EA6DM,kBAAkB;CAAG;;AA7D3B;;EAkEU,yBAAyB;CAAG;;AAlEtC;;EAsEM,kBAAkB;CAWW;;AAjFnC;;EAyEQ,aAAa;CAIW;;AA7EhC;;EA2EU,WAAW;CAES;;AA7E9B;;EA6EY,aAAa;CAAG;;AA7E5B;;EA+EQ,WAAW;CAEc;;AAjFjC;;EAiFU,kBAAkB;CAAG;;AAjF/B;EAsFU,0BAAwB;CAAoB;;AAtFtD;EAwFU,0Bb/EY;CaiFoC;;AA1F1D;EA0FY,0BAAwB;CAAoB;;AC1FxD;;EAGE,iBdiCuB;EchCvB,uBAAuB;CAUO;;AAdhC;;;;EAOI,iBd6BqB;Cc7Be;;AAPxC;;EAUM,yBAAyB;CAAG;;AAVlC;;EAYI,iBdyBmB;CczBe;;AAZtC;;EAcI,uBAAuB;CAAG;;AAE9B;EACE,edZmB;EcanB,gBdSW;EcRX,eAAe;CAyBc;;AA5B/B;EAKI,sBAAsB;EACtB,gBdKS;CcLgB;;AAN7B;EAQI,eAAe;CAAG;;AARtB;EAUI,kBAAkB;CAAG;;AAVzB;EAYI,kBAAkB;CAAG;;AAZzB;EAiBM,gBdRO;CcUsC;;AAnBnD;EAmBQ,gBdTK;CcSoC;;AAnBjD;EAiBM,gBdPO;CcSsC;;AAnBnD;EAmBQ,gBdRK;CcQoC;;AAnBjD;EAiBM,gBdNO;CcQsC;;AAnBnD;EAmBQ,gBdPK;CcOoC;;AAnBjD;EAiBM,gBdLO;CcOsC;;AAnBnD;EAmBQ,gBdNK;CcMoC;;AAnBjD;EAiBM,gBdJO;CcMsC;;AAnBnD;EAmBQ,gBdLK;CcKoC;;AAnBjD;EAiBM,gBdHO;CcKsC;;AAnBnD;EAmBQ,gBdLK;CcKoC;;AAnBjD;EAsBI,iBAAiB;CAEO;;AAxB5B;EAwBM,iBAAiB;CAAG;;AZgCxB;EYxDF;IA4BM,kBAAkB;GAAG;ChBm2E1B;;AgBj2ED;EACE,edzCiB;Ec0CjB,gBdnBW;EcoBX,mBAAmB;CAsBS;;AAzB9B;EAKI,mBdIQ;EcHR,sBAAsB;EACtB,gBdvBS;EcwBT,iBAAiB;EACjB,oBAAoB;CAAG;;AAT3B;EAWI,edpDiB;CcoDK;;AAX1B;EAaI,kBAAkB;CAAG;;AAbzB;EAkBM,gBdvCO;CcyCsC;;AApBnD;EAoBQ,gBdxCK;CcwCoC;;AApBjD;EAkBM,gBdtCO;CcwCsC;;AApBnD;EAoBQ,gBdvCK;CcuCoC;;AApBjD;EAkBM,gBdrCO;CcuCsC;;AApBnD;EAoBQ,gBdtCK;CcsCoC;;AApBjD;EAkBM,gBdpCO;CcsCsC;;AApBnD;EAoBQ,gBdrCK;CcqCoC;;AApBjD;EAkBM,gBdnCO;CcqCsC;;AApBnD;EAoBQ,gBdpCK;CcoCoC;;AApBjD;EAkBM,gBdlCO;CcoCsC;;AApBnD;EAoBQ,gBdpCK;CcoCoC;;AApBjD;EAuBI,iBAAiB;CAEO;;AAzB5B;EAyBM,iBAAiB;CAAG;;ACvE1B;EAEE,sBAAsB;EACtB,yBAAyB;EACzB,wCfAU;EeCV,aAAa;EACb,wBAAwB;EACxB,gBAAgB;EAChB,sBAAsB;EACtB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,YAAY;CA4BO;;AAxCrB;EAeI,uBfLQ;EeMR,YAAY;EACZ,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,SAAS;EACT,WAAW;CAAG;;AAxBlB;EA0BI,iCAAiB;UAAjB,yBAAiB;CAAU;;AA1B/B;EA4BI,kCAAiB;UAAjB,0BAAiB;CAAW;;AA5BhC;EA8BI,wCf1BQ;Ce0B8B;;AA9B1C;EAiCI,aAAa;EACb,YAAY;CAAG;;AAlCnB;EAoCI,aAAa;EACb,YAAY;CAAG;;AArCnB;EAuCI,aAAa;EACb,YAAY;CAAG;;AAEnB;EbhBE,sBAAsB;EACtB,gBagBgB;EbfhB,aaesB;EbdtB,kBacsB;EbbtB,mBAAmB;EACnB,oBAAoB;EACpB,YaWsB;CAUQ;;AAXhC;EAGI,mBAAmB;EACnB,qBAAqB;CAAG;;AAJ5B;EbhBE,sBAAsB;EACtB,gBasBkB;EbrBlB,aaqBwB;EbpBxB,kBaoBwB;EbnBxB,mBAAmB;EACnB,oBAAoB;EACpB,YaiBwB;CAAI;;AAP9B;EbhBE,sBAAsB;EACtB,gBawBkB;EbvBlB,aauBwB;EbtBxB,kBasBwB;EbrBxB,mBAAmB;EACnB,oBAAoB;EACpB,YamBwB;CAAI;;AAT9B;EbhBE,sBAAsB;EACtB,gBa0BkB;EbzBlB,aayBwB;EbxBxB,kBawBwB;EbvBxB,mBAAmB;EACnB,oBAAoB;EACpB,YaqBwB;CAAI;;AAE9B;EACE,gBAAgB;EAChB,eAAe;EACf,afTe;EeUf,mBAAmB;EACnB,YfXe;Ce4C8B;;AAtC/C;EAOI,0BfxDe;EeyDf,eAAe;EACf,YAAY;EACZ,UAAU;EACV,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,uCfhBa;EegBb,+BfhBa;EeiBb,0EAA0D;EAA1D,kEAA0D;EAA1D,0DAA0D;EAA1D,6EAA0D;EAC1D,YAAY;CAMW;;AAtB3B;EAkBM,iBAAiB;CAAG;;AAlB1B;EAoBM,iBAAiB;CAAG;;AApB1B;EAsBM,gBAAgB;CAAG;;AAtBzB;EAwBI,0BftEkB;CesEc;;AAxBpC;EA4BM,0BflEa;Ce4EwB;;AAtC3C;EA8BQ,kBAAkB;EAClB,iCAAiB;UAAjB,yBAAiB;EACjB,mCAA2B;UAA3B,2BAA2B;CAAG;;AAhCtC;EAkCQ,WAAW;CAAG;;AAlCtB;EAoCQ,kBAAkB;EAClB,kCAAiB;UAAjB,0BAAiB;EACjB,sCAA8B;UAA9B,8BAA8B;CAAG;;AAEzC;EACE,eAAe;EACf,gBAAgB;EAChB,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAAG;;AAE/B;EAEE,gBAAgB;EAChB,oBAAoB;EACpB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;CAGY;;AATzB;EAQI,eAAe;EACf,gBAAgB;CAAG;;AAEvB;EACE,qDAA6C;UAA7C,6CAA6C;EAC7C,0Bf3GkB;Ee4GlB,wBAAwB;EACxB,gCAAgC;EAChC,8BAA8B;EAC9B,YAAY;EACZ,eAAe;EACf,aAAa;EACb,mBAAmB;EACnB,YAAY;CAAG;;AAEjB;EACE,0BfrHoB;EesHpB,wBAAwB;EACxB,sBAAsB;EACtB,gBfpGW;EeqGX,oBAAoB;CAAG;;AAEzB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,0Bf7HoB;Ee8HpB,wBAAwB;EACxB,eflIiB;EemIjB,4BAAqB;EAArB,4BAAqB;EAArB,qBAAqB;EACrB,gBAAgB;EAChB,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;EACpB,oBAAoB;EACpB,oBAAoB;CAiCU;;AA9ChC;EAeI,iBAAiB;EACjB,mBAAmB;CAAG;;AAhB1B;EAyBM,uBfnJM;EeoJN,Yf1JM;Ce0JiB;;AA1B7B;EAyBM,uBfzJM;Ee0JN,YfpJM;CeoJiB;;AA1B7B;EAyBM,0BfpJgB;EeqJhB,efxJa;CewJU;;AA1B7B;EAyBM,0BfvJa;EewJb,efrJgB;CeqJO;;AA1B7B;EAyBM,0Bf5Ia;Ee6Ib,aR7HW;CQ6HY;;AA1B7B;EAyBM,0BfjJQ;EekJR,aR7HW;CQ6HY;;AA1B7B;EAyBM,0BfhJS;EeiJT,aR7HW;CQ6HY;;AA1B7B;EAyBM,0Bf3IU;Ee4IV,6Bf1JM;Ce0JiB;;AA1B7B;EAyBM,0Bf7IO;Ee8IP,aR7HW;CQ6HY;;AA1B7B;EA6BI,gBfjIS;EekIT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;CAAG;;AAhC1B;EAkCI,gBfxIS;EeyIT,aAAa;EACb,mBAAmB;EACnB,oBAAoB;CAAG;;AArC3B;EAuCI,gBf9IS;Ee+IT,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,oBAAoB;CAGM;;AA9C9B;EA6CM,iBAAiB;EACjB,mBAAmB;CAAG;;AAE5B;EACE,4BAA4B;EAC5B,0BAA0B;EAC1B,uBAAuB;EACvB,sBAAsB;EACtB,kBAAkB;CAAG;;ACzLvB;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,4ChBEU;EgBDV,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBAAiB;CAAG;;AAEtB;EACE,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,ehBHmB;EgBInB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,kBAAkB;EAClB,cAAc;CAAG;;AAEnB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,gBAAgB;EAChB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,YAAY;CAAG;;AAEjB;EACE,eAAe;EACf,mBAAmB;CAAG;;AAExB;EACE,cAAc;CAEW;;AAH3B;EAGI,kBAAkB;CAAG;;AAEzB;EACE,8BhBvBkB;EgBwBlB,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAAG;;AAEnB;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,cAAc;CAEwB;;AAPxC;EAOI,gChBlCgB;CgBkCkB;;AAEtC;EACE,uBhBnCU;EgBoCV,6EhB1CU;EgB2CV,ehBzCiB;EgB0CjB,gBAAgB;EAChB,mBAAmB;EACnB,aAAa;CAOsB;;AAbrC;EAQI,oBAAoB;CAAG;;AAR3B;EAWI,YAAY;CAAG;;AAXnB;EAaI,mBhBDc;CgBCiB;;ACzDnC;EACE,2BAAc;MAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,cAAc;CAoM8B;;AAxM9C;EAMI,oBAAW;MAAX,eAAW;UAAX,WAAW;CAAG;;AANlB;EAQI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,YAAY;CAAG;;AATnB;EAWI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAW;CAAG;;AAZlB;EAcI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,gBAAgB;CAAG;;AAfvB;EAiBI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAW;CAAG;;AAlBlB;EAoBI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,gBAAgB;CAAG;;AArBvB;EAuBI,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAW;CAAG;;AAxBlB;EA0BI,iBAAiB;CAAG;;AA1BxB;EA4BI,sBAAsB;CAAG;;AA5B7B;EA8BI,iBAAiB;CAAG;;AA9BxB;EAgCI,sBAAsB;CAAG;;AAhC7B;EAkCI,iBAAiB;CAAG;;AAlCxB;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,gBAAU;CAAgB;;AAtChC;EAwCM,sBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAU;CAAgB;;AAtChC;EAwCM,iBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAU;CAAgB;;AAtChC;EAwCM,iBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,WAAU;CAAgB;;AAtChC;EAwCM,iBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,iBAAU;CAAgB;;AAtChC;EAwCM,uBAAgB;CAAgB;;AAxCtC;EAqCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,YAAU;CAAgB;;AAtChC;EAwCM,kBAAgB;CAAgB;;Af4BpC;EepEF;IA2CM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EA3CpB;IA6CM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EA9CrB;IAgDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAjDpB;IAmDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EApDzB;IAsDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAvDpB;IAyDM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA1DzB;IA4DM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EA7DpB;IA+DM,iBAAiB;GAAG;EA/D1B;IAiEM,sBAAsB;GAAG;EAjE/B;IAmEM,iBAAiB;GAAG;EAnE1B;IAqEM,sBAAsB;GAAG;EArE/B;IAuEM,iBAAiB;GAAG;EAvE1B;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EA3ElC;IA6EQ,sBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA3ElC;IA6EQ,iBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA3ElC;IA6EQ,iBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA3ElC;IA6EQ,iBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA3ElC;IA6EQ,uBAAgB;GAAgB;EA7ExC;IA0EQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EA3ElC;IA6EQ,kBAAgB;GAAgB;CnBijGvC;;AItjGC;EexEF;IAiFM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EAjFpB;IAoFM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EArFrB;IAwFM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAzFpB;IA4FM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA7FzB;IAgGM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAjGpB;IAoGM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EArGzB;IAwGM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAzGpB;IA4GM,iBAAiB;GAAG;EA5G1B;IA+GM,sBAAsB;GAAG;EA/G/B;IAkHM,iBAAiB;GAAG;EAlH1B;IAqHM,sBAAsB;GAAG;EArH/B;IAwHM,iBAAiB;GAAG;EAxH1B;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EA5HlC;IA8HQ,sBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA5HlC;IA8HQ,iBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA5HlC;IA8HQ,iBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA5HlC;IA8HQ,iBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA5HlC;IA8HQ,uBAAgB;GAAgB;EA9HxC;IA2HQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EA5HlC;IA8HQ,kBAAgB;GAAgB;CnBioGvC;;AI3qGC;EepFF;IAiIM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EAjIpB;IAmIM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EApIrB;IAsIM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAvIpB;IAyIM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA1IzB;IA4IM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EA7IpB;IA+IM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EAhJzB;IAkJM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAnJpB;IAqJM,iBAAiB;GAAG;EArJ1B;IAuJM,sBAAsB;GAAG;EAvJ/B;IAyJM,iBAAiB;GAAG;EAzJ1B;IA2JM,sBAAsB;GAAG;EA3J/B;IA6JM,iBAAiB;GAAG;EA7J1B;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EAjKlC;IAmKQ,sBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAjKlC;IAmKQ,iBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAjKlC;IAmKQ,iBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAjKlC;IAmKQ,iBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAjKlC;IAmKQ,uBAAgB;GAAgB;EAnKxC;IAgKQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EAjKlC;IAmKQ,kBAAgB;GAAgB;CnB6tGvC;;AIpyGC;Ee5FF;IAsKM,oBAAW;QAAX,eAAW;YAAX,WAAW;GAAG;EAtKpB;IAwKM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAY;GAAG;EAzKrB;IA2KM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EA5KpB;IA8KM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EA/KzB;IAiLM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAlLpB;IAoLM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAgB;GAAG;EArLzB;IAuLM,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAW;GAAG;EAxLpB;IA0LM,iBAAiB;GAAG;EA1L1B;IA4LM,sBAAsB;GAAG;EA5L/B;IA8LM,iBAAiB;GAAG;EA9L1B;IAgMM,sBAAsB;GAAG;EAhM/B;IAkMM,iBAAiB;GAAG;EAlM1B;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EAtMlC;IAwMQ,sBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAtMlC;IAwMQ,iBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAtMlC;IAwMQ,iBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EAtMlC;IAwMQ,iBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EAtMlC;IAwMQ,uBAAgB;GAAgB;EAxMxC;IAqMQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;EAtMlC;IAwMQ,kBAAgB;GAAgB;CnByzGvC;;AmBvzGD;EACE,mBAAmB;EACnB,oBAAoB;EACpB,kBAAkB;CA0CO;;AA7C3B;EAKI,qBAAqB;CAAG;;AAL5B;EAOI,oBAAoB;CAAG;;AAP3B;EAUI,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AAV/B;EAYI,eAAe;EACf,gBAAgB;EAChB,cAAc;CAOI;;AArBtB;EAgBM,iBAAiB;CAAG;;AAhB1B;EAkBM,oBAAoB;CAAG;;AAlB7B;EAoBM,UAAU;EACV,WAAW;CAAG;;AfvJlB;EekIF;IAyBM,oBAAgB;QAAhB,gBAAgB;GAMY;EA/BlC;IA2BQ,oBAAoB;IACpB,cAAc;IACd,gBAAgB;GAEM;EA/B9B;IA+BU,eAAe;GAAG;CnB20G3B;;AmB12GD;EAiCI,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAAG;;AAjCrB;EAmCI,oBAAgB;MAAhB,gBAAgB;CAAG;;AAnCvB;EAqCI,0BAAoB;MAApB,uBAAoB;cAApB,2BAAoB;UAApB,oBAAoB;CAAG;;AfvKzB;EekIF;IAyCM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAG;CnBm1GtB;;AIl/GC;EesHF;IA6CM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAG;CnBq1GtB;;AmBn1GD;EACE,2BAAqB;MAArB,wBAAqB;cAArB,4BAAqB;UAArB,qBAAqB;EACrB,8BAAiB;MAAjB,iBAAiB;EACjB,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,gCAAwB;EAAxB,6BAAwB;EAAxB,wBAAwB;CAyBc;;AA9BxC;EAQI,mBAAmB;EACnB,oBAAoB;EACpB,kBAAkB;CAIS;;AAd/B;EAYM,qBAAqB;CAAG;;AAZ9B;EAcM,oBAAoB;CAAG;;AAd7B;EAgBI,qBAAqB;CAAG;;AAhB5B;EAkBI,cAAc;CAAG;;AAlBrB;EAoBI,6BAAuB;EAAvB,8BAAuB;MAAvB,2BAAuB;UAAvB,uBAAuB;CAEe;;AAtB1C;EAsBM,+BAA+B;CAAG;;AfvMtC;EeiLF;IA0BM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAG;EA1BvB;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,gBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,WAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,iBAAU;GAAgB;EA9BlC;IA6BQ,oBAAW;QAAX,eAAW;YAAX,WAAW;IACX,YAAU;GAAgB;CnBi5GjC;;AoBxqHD;EACE,0BAA0B;EAC1B,eAAe;CAwHO;;AA1HxB;EAII,eAAe;CAAG;;AAJtB;;EAOI,eAAe;CAAG;;AAPtB;EASI,eAAe;CAAG;;AATtB;;EAYI,eAAe;CAAG;;AAZtB;EAcI,eAAe;CAAG;;AAdtB;EAgBI,eAAe;CAAG;;AAhBtB;EAkBI,eAAe;CAAG;;AAlBtB;EAoBI,eAAe;CAAG;;AApBtB;EAsBI,eAAe;CAAG;;AAtBtB;EAwBI,eAAe;CAAG;;AAxBtB;EA0BI,eAAe;CAAG;;AA1BtB;EA4BI,eAAe;CAAG;;AA5BtB;EA8BI,eAAe;EACf,mBAAmB;CAAG;;AA/B1B;EAiCI,eAAe;CAAG;;AAjCtB;EAmCI,eAAe;CAAG;;AAnCtB;EAqCI,eAAe;CAAG;;AArCtB;;EAwCI,eAAe;CAAG;;AAxCtB;EA0CI,eAAe;EACf,kBAAkB;CAAG;;AA3CzB;EA6CI,eAAe;CAAG;;AA7CtB;EA+CI,eAAe;CAAG;;AA/CtB;EAiDI,eAAe;CAAG;;AAjDtB;EAmDI,eAAe;CAAG;;AAnDtB;;EAsDI,eAAe;CAAG;;AAtDtB;EAwDI,eAAe;CAAG;;AAxDtB;EA0DI,eAAe;CAAG;;AA1DtB;EA4DI,eAAe;CAAG;;AA5DtB;;EA+DI,eAAe;CAAG;;AA/DtB;EAiEI,eAAe;CAAG;;AAjEtB;EAmEI,eAAe;CAAG;;AAnEtB;EAqEI,eAAe;CAAG;;AArEtB;EAuEI,eAAe;CAAG;;AAvEtB;EAyEI,eAAe;CAAG;;AAzEtB;;EA4EI,eAAe;CAAG;;AA5EtB;EA8EI,eAAe;CAAG;;AA9EtB;;;;EAmFI,eAAe;CAAG;;AAnFtB;;EAsFI,eAAe;CAAG;;AAtFtB;EAwFI,eAAe;CAAG;;AAxFtB;EA0FI,eAAe;CAAG;;AA1FtB;;;;EA+FI,eAAe;CAAG;;AA/FtB;EAiGI,eAAe;CAAG;;AAjGtB;EAmGI,eAAe;CAAG;;AAnGtB;EAqGI,eAAe;CAAG;;AArGtB;EAuGI,eAAe;CAAG;;AAvGtB;EAyGI,eAAe;CAAG;;AAzGtB;EA2GI,eAAe;CAAG;;AA3GtB;;EA8GI,eAAe;CAAG;;AA9GtB;EAgHI,eAAe;CAAG;;AAhHtB;;EAmHI,eAAe;CAAG;;AAnHtB;;;;EAwHI,eAAe;CAAG;;AAxHtB;EA0HI,eAAe;CAAG;;AC1HtB;;EAGI,iBAAiB;CAAG;;AjBiEtB;EiBpEF;IAOM,oBAAoB;GAAG;CrB64H5B;;AqB34HD;;EAIM,mBAAmB;CAAG;;AAJ5B;;EAOM,oBAAa;MAAb,qBAAa;UAAb,aAAa;CAAG;;AjBoDpB;EiBlDF;IAIM,iBAAiB;GAAG;CrB84HzB;;AI51HC;EiBtDF;IAMI,0BAAoB;QAApB,uBAAoB;YAApB,oBAAoB;IACpB,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAAK;CrBk5HtB;;AIn2HC;EiB7CF;IAGI,0BAAoB;QAApB,uBAAoB;YAApB,oBAAoB;IACpB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,sBAA0B;QAA1B,mBAA0B;YAA1B,0BAA0B;GAAK;CrBm5HlC;;AqBj5HD;EAEE,0BAAoB;MAApB,uBAAoB;cAApB,2BAAoB;UAApB,oBAAoB;EACpB,0BAA+B;MAA/B,uBAA+B;UAA/B,+BAA+B;CAmBH;;AAtB9B;EAKI,mBnBgBQ;CmBhBiB;;AAL7B;EAOI,sBAAsB;EACtB,oBAAoB;CAAG;;AAR3B;EAWI,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAKU;;AAhB5B;EAcQ,iBAAiB;CAAG;;AAd5B;EAgBQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;CAAG;;AjBsBtB;EiBtCF;IAmBI,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAGY;EAtB9B;IAsBQ,oBAAa;QAAb,qBAAa;YAAb,aAAa;GAAG;CrB85HvB;;AsBt9HD;EACE,0BpBQoB;EoBPpB,wBAAwB;EACxB,sBAAsB;EACtB,gBpByBW;EoBxBX,aAAa;EACb,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,mBAAmB;EACnB,oBAAoB;CAKM;;AlBqD1B;EkBpEF;IAaI,oBAAoB;GAEI;CtB09H3B;;AIj6HC;EkBxEF;IAeI,mBAAmB;GAAK;CtBg+H3B;;AsB99HD;EACE,mBAAmB;CAAG;;AAExB;EACE,kBAAkB;CAAG;;AAEvB;EACE,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,iBAAiB;CAAG;;AAEtB;EACE,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBAAiB;CA2BiB;;AA9BpC;EAKI,oBAAoB;CAAG;;AAL3B;EAOI,+CpB3BgB;EoB4BhB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,kBAAkB;CAOS;;AAhB/B;;EAYM,mBAAmB;CAAG;;AAZ5B;EAcM,iBAAiB;CAEM;;AAhB7B;EAgBQ,gBAAgB;CAAG;;AAhB3B;EAkBI,+CpBtCgB;EoBuChB,iBAAiB;EACjB,kBAAkB;CAAG;;AApBzB;EAwBM,iBAAiB;EACjB,kBAAkB;CAAG;;AlBmBzB;EkB5CF;IA8BQ,mBAAmB;GAAG;CtBi/H7B;;AuB3iID;EAEI,eAAe;EACf,kBAAkB;CAAG;;AAEzB;EAEI,mBrB+Cc;EqB9Cd,erBFe;EqBGf,eAAe;EACf,kBAAkB;CAOQ;;AAZ9B;EAOM,0BrBHgB;EqBIhB,erBIa;CqBJE;;AARrB;EAWM,0BrBCa;EqBAb,adgBW;CchBW;;AAZ5B;EAeM,+BrBZc;EqBad,aAAa;EACb,mBAAmB;CAAG;;AAE5B;EACE,erBlBY;EqBmBZ,gBrBMW;EqBLX,oBAAoB;EACpB,mBAAmB;EACnB,0BAA0B;CAEF;;AAP1B;EAOI,iBAAiB;CAAG;;AC/BxB;EACE,0BtBOkB;EsBNlB,mBtBqDU;EsBpDV,mBAAmB;CAEG;;AALxB;EAKI,eAAe;CAAG;;AAEtB;EACE,0BtBFiB;EsBGjB,2BAAkC;EAClC,afuBe;EetBf,kBAAkB;CAKM;;AAT1B;EAMI,eAAe;CAAG;;AANtB;EAQI,2BtBwCQ;EsBvCR,iBAAiB;CAAG;;AAExB;EAEE,0BtBXoB;EsBYpB,mBtBkCU;CsBjBmE;;AApB/E;EAWM,wBAAyB;CAS4C;;AApB3E;EAaQ,uBtBrBI;EsBsBJ,YtB5BI;CsB4BmB;;AAd/B;EAgBQ,mBtBxBI;EsB0BF,eAAiB;CAE8C;;AApBzE;EAWM,6BAAyB;CAS4C;;AApB3E;EAaQ,uBtB3BI;EsB4BJ,YtBtBI;CsBsBmB;;AAd/B;EAgBQ,mBtB9BI;EsBkCF,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBtBc;EsBuBd,etB1BW;CsB0BY;;AAd/B;EAgBQ,sBtBzBc;EsB2BZ,eAAiB;CAE8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBzBW;EsB0BX,etBvBc;CsBuBS;;AAd/B;EAgBQ,sBtB5BW;EsBgCT,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBdW;EsBeX,afCS;CeDc;;AAd/B;EAgBQ,sBtBjBW;EsBqBT,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBnBM;EsBoBN,afCS;CeDc;;AAd/B;EAgBQ,sBtBtBM;EsB0BJ,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBlBO;EsBmBP,afCS;CeDc;;AAd/B;EAgBQ,sBtBrBO;EsByBL,YAAiB;CAA8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBbQ;EsBcR,6BtB5BI;CsB4BmB;;AAd/B;EAgBQ,sBtBhBQ;EsBkBN,eAAiB;CAE8C;;AApBzE;EAWM,0BAAyB;CAS4C;;AApB3E;EAaQ,0BtBfK;EsBgBL,afCS;CeDc;;AAd/B;EAgBQ,sBtBlBK;EsBsBH,YAAiB;CAA8C;;ACtCzE;ErBmCE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;EqBhCvB,yCvBEU;CuBF6B;;AAEzC;EACE,eAAe;EACf,gCAAgB;EAChB,eAAe;EACf,mBAAmB;EACnB,YAAY;CAKQ;;ArB0DpB;EqBpEF;IAQI,eAAe;IACf,+BAAgB;IAChB,aAAa;GAAK;CzB2vIrB;;AyBzvID;EAEE,iBAAiB;EACjB,aAAa;EACb,gBAAgB;EAChB,YAAY;EACZ,UAAU;EACV,YAAY;CAAG;;AAEjB;EAEE,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,6BAAuB;EAAvB,8BAAuB;MAAvB,2BAAuB;UAAvB,uBAAuB;EACvB,+BAAgB;EAChB,iBAAiB;CAAG;;AAEtB;;EAEE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,0BvB1BoB;EuB2BpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,qBAAe;MAAf,eAAe;EACf,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,cAAc;EACd,mBAAmB;CAAG;;AAExB;EACE,iCvBnCkB;EuBoClB,4BvBYgB;EuBXhB,6BvBWgB;CuBXyB;;AAE3C;EACE,evB3CmB;EuB4CnB,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,gBvBvBW;EuBwBX,eAAe;CAAG;;AAEpB;EACE,+BvBCgB;EuBAhB,gCvBAgB;EuBChB,8BvBjDkB;CuBoDY;;AANhC;EAMM,mBAAmB;CAAG;;AAE5B;EACE,uBvBrDU;EuBsDV,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,eAAe;EACf,cAAc;CAAG;;AAEnB;ErBlCE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;EqBqCvB,0BAAoB;MAApB,uBAAoB;cAApB,2BAAoB;UAApB,oBAAoB;EACpB,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,iBAAiB;EACjB,gBAAgB;EAChB,cAAc;CAGO;;AAVvB;EAUI,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAAG;;ArBPnB;EsBtEF;IAII,cAAc;GAAK;C1Bs1ItB;;A0Bp1ID;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,cAAc;CAeqB;;AAnBrC;EAMI,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AAPtB;EASI,iBAAiB;CAAG;;AATxB;EAWI,kBAAkB;CAAG;;AAXzB;EAcM,kBAAkB;CAAG;;AAd3B;EAgBM,iBAAiB;CAAG;;AtB4CxB;EsB5DF;IAmBI,wBAA4B;QAA5B,qBAA4B;YAA5B,4BAA4B;GAAK;C1Bm2IpC;;A0Bj2ID;;EAEE,exBzBiB;CwB0CM;;AAnBzB;;EAII,exB5BiB;CwB4BI;;AAJzB;;EAOI,exB/BiB;CwB+BK;;AAP1B;;EASI,qCAAqC;EACrC,kCAAkC;EAClC,mBAAmB;EACnB,oBAAoB;CAOD;;AAnBvB;;EAcM,iCxB1Ba;EwB2Bb,kCAAkC;CAAG;;AAf3C;;EAiBM,iCxB7Ba;EwB8Bb,kCAAkC;EAClC,exB/Ba;CwB+BE;;AtBoBnB;EsBhBF;IAGI,uBxB7CQ;IwB8CR,4CxBpDQ;IwBqDR,QAAQ;IACR,cAAc;IACd,SAAS;IACT,UAAU;IACV,mBAAmB;GAOM;EAhB7B;IAWM,+CxBvDc;IwBwDd,cAAc;GAAG;EAZvB;IAcM,eAAe;GAAG;C1Bm3IvB;;AIz2IC;EsBxBF;IAgBI,oBAAoB;GAAK;C1Bu3I5B;;A0Br3ID;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,2BAAc;MAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;EAC5B,iBAAiB;EACjB,iBAAiB;EACjB,oBAAoB;CAAG;;AAEzB;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,kBAAkB;EAClB,mBAAmB;CAAG;;AtBdtB;EsBgBF;IAGI,2BAAqB;QAArB,wBAAqB;YAArB,qBAAqB;IACrB,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,2BAAc;QAAd,cAAc;IACd,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;IACf,sBAA0B;QAA1B,mBAA0B;YAA1B,0BAA0B;GAAK;C1B03IlC;;A0Bt3ID;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,uBxB5FU;EwB6FV,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBxBvDe;EwBwDf,mBAAmB;EACnB,mBAAmB;EACnB,WAAW;CA4B2B;;AAnCxC;EASI,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,iBxB9Da;EwB+Db,YAAY;CAMgB;;AAlBhC;EAeQ,gBAAgB;CAAG;;AAf3B;EAkBQ,iBAAiB;CAAG;;AAC1B;EAGM,gBAAgB;CAAG;;AAHzB;EAMM,iBAAiB;CAAG;;AAzB5B;EA4BI,4CxB5HQ;CwB4HkC;;AtBhD5C;EsBoBF;;IAmCU,mBAAmB;GAAG;C1B+3I/B;;A2BtgJD;EACE,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,mBAAmB;CAgCK;;AApC1B;EAMI,eAAe;EACf,gBAAgB;EAChB,iBAAiB;CAAG;;AARxB;EAUI,ezBHU;EyBIV,eAAe;EACf,cAAc;CAAG;;AAZrB;EAcI,cAAc;CAAG;;AAdrB;EAgBI,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AvBgD7B;EuBpEF;IAuBI,oBAAgB;QAAhB,gBAAgB;GAaM;EApC1B;IAyBM,uBAAW;GAEc;EA3B/B;IA2BQ,kBAAkB;GAAG;EA3B7B;IA6BM,oBAAa;QAAb,qBAAa;YAAb,aAAa;IACb,qBAAe;QAAf,eAAe;GAAG;EA9BxB;IAgCM,iBAAiB;GAAG;C3BwhJzB;;AIh/IC;EuBxEF;IAoCQ,6BAAS;QAAT,kBAAS;YAAT,SAAS;GAAG;C3B0hJnB;;A4B9jJD;ExB0BE,sBAAsB;EACtB,gBwB1BgB;ExB2BhB,awB3BsB;ExB4BtB,kBwB5BsB;ExB6BtB,mBAAmB;EACnB,oBAAoB;EACpB,YwB/BsB;EACtB,e1BKY;E0BJZ,YAAY;EACZ,qBAAqB;CAGO;;AAP9B;EAMI,mBAAmB;EACnB,qBAAqB;CAAG;;AAE5B;EACE,0B1BDoB;E0BEpB,iC1BHkB;E0BIlB,2BAA2B;EAC3B,e1BRmB;E0BSnB,gB1BeW;E0BdX,iBAAiB;EACjB,cAAc;CAAG;;AAEnB;EAEI,e1Bde;C0BgBI;;AAJvB;EAIM,e1BLa;C0BKE;;AAErB;EACE,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,gB1BMW;E0BLX,oBAAoB;EACpB,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAUe;;AAdzC;EAMI,iC1BtBgB;E0BuBhB,oBAAoB;EACpB,aAAa;CAIa;;AAZ9B;EAWM,6B1B9Be;E0B+Bf,e1B/Be;C0B+BO;;AAZ5B;EAcI,iC1B9BgB;C0B8BmB;;AAEvC;EACE,e1BpCmB;E0BqCnB,eAAe;EACf,kBAAkB;EAClB,cAAc;CAEyB;;AANzC;EAMI,iC1BtCgB;C0BsCmB;;AAEvC;EAEI,0B1BzCkB;C0ByCc;;AAEpC;EACE,0B1B7CkB;E0B8ClB,mB1BEgB;C0BAW;;AAJ7B;EAII,oBAAoB;CAAG;;ACxD3B;EAGE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,0BAA+B;MAA/B,uBAA+B;UAA/B,+BAA+B;EAC/B,kBAAkB;EAClB,iBAAiB;EACjB,iBAAiB;EACjB,oBAAoB;CAyHa;;AAlInC;EAWI,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,iC3BJgB;E2BKhB,e3BPe;E2BQf,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,oBAAoB;EACpB,kBAAkB;EAClB,oBAAoB;CAGM;;AArB9B;EAoBM,6B3Bfe;E2BgBf,e3BhBe;C2BgBO;;AArB5B;EAuBI,eAAe;CAIQ;;AA3B3B;EA0BQ,6B3BTW;E2BUX,e3BVW;C2BUI;;AA3BvB;EA6BI,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,iC3BtBgB;E2BuBhB,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,wBAA4B;MAA5B,qBAA4B;UAA5B,4BAA4B;CAUF;;AA5C9B;EAoCM,oBAAoB;CAAG;;AApC7B;EAsCM,oBAAW;MAAX,eAAW;UAAX,WAAW;EACX,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;EACxB,mBAAmB;EACnB,oBAAoB;CAAG;;AAzC7B;EA2CM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;EAC1B,mBAAmB;CAAG;;AA5C5B;EA+CM,kBAAkB;CAAG;;AA/C3B;EAiDM,iBAAiB;CAAG;;AAjD1B;EAqDM,yBAAwB;MAAxB,sBAAwB;UAAxB,wBAAwB;CAAG;;AArDjC;EAwDM,sBAA0B;MAA1B,mBAA0B;UAA1B,0BAA0B;CAAG;;AAxDnC;EA4DM,8BAA8B;EAC9B,2BAAkC;EAClC,oBAAoB;EACpB,iBAAiB;CAGkB;;AAlEzC;EAiEQ,0B3BxDc;E2ByDd,6B3B1DY;C2B0DmB;;AAlEvC;EAsEU,uB3B5DE;E2B6DF,sB3B/DU;E2BgEV,4CAA4C;CAAG;;AAxEzD;EA2EM,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;AA5ExB;EA+EM,0B3BvEc;E2BwEd,iBAAiB;EACjB,oBAAoB;EACpB,iBAAiB;EACjB,mBAAmB;CAID;;AAvFxB;EAqFQ,0B3B5Ec;E2B6Ed,sB3B/EM;E2BgFN,WAAW;CAAG;;AAvFtB;EA0FQ,kBAAkB;CAAG;;AA1F7B;EA4FQ,2B3BrCI;C2BqCiC;;AA5F7C;EA8FQ,2BAAkC;CAAG;;AA9F7C;EAiGU,0B3BhFS;E2BiFT,sB3BjFS;E2BkFT,apBlEO;EoBmEP,WAAW;CAAG;;AApGxB;EAsGM,oBAAoB;CAAG;;AAtG7B;EAyGI,gB3BzES;C2BgFmB;;AAhHhC;EA2GM,iBAAiB;CAAG;;AA3G1B;EA+GQ,oBAAoB;EACpB,iBAAiB;CAAG;;AAhH5B;EAkHI,gB3BrFS;C2B4FmB;;AAzHhC;EAoHM,mBAAmB;CAAG;;AApH5B;EAwHQ,oBAAoB;EACpB,iBAAiB;CAAG;;AAzH5B;EA2HI,gB3BhGS;C2BuGoB;;AAlIjC;EA6HM,mBAAmB;CAAG;;AA7H5B;EAiIQ,qBAAqB;EACrB,kBAAkB;CAAG;;AChI7B;E1BiCE,UADuB;EAEvB,QAFuB;EAGvB,mBAAmB;EACnB,SAJuB;EAKvB,OALuB;E0B9BvB,iBAAiB;CAaI;;AAfvB;EAII,UAAU;EACV,iBAAiB;EACjB,gBAAgB;EAChB,mBAAmB;EACnB,SAAS;EACT,8CAAsB;UAAtB,sCAAsB;CAAkB;;AAT5C;EAYI,aAAa;CAAG;;A1BsDlB;E0BlEF;IAeI,cAAc;GAAK;C9B00JtB;;A8Bx0JD;EACE,iBAAiB;CAWa;;A1BqC9B;E0BjDF;IAKM,qBAAc;IAAd,qBAAc;IAAd,cAAc;GAEa;EAPjC;IAOQ,oBAAoB;GAAG;C9B80J9B;;AIhyJC;E0BrDF;IASI,qBAAc;IAAd,qBAAc;IAAd,cAAc;IACd,yBAAwB;QAAxB,sBAAwB;YAAxB,wBAAwB;GAEI;EAZhC;IAYM,mBAAmB;GAAG;C9Bm1J3B;;A8B/0JD;;EAEE,qBAAe;MAAf,eAAe;CAAG;;AAEpB;EACE,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;EACf,mBAAmB;CAIK;;A1BcxB;E0BrBF;IAMI,gBAAgB;IAChB,iBAAiB;GAAK;C9Bs1JzB;;A8Bl1JD;EACE,2BAAqB;MAArB,wBAAqB;UAArB,qBAAqB;EACrB,uB5B1CU;E4B2CV,qBAAc;EAAd,qBAAc;EAAd,cAAc;EACd,6BAAuB;EAAvB,8BAAuB;MAAvB,2BAAuB;UAAvB,uBAAuB;EACvB,0BAA+B;MAA/B,uBAA+B;UAA/B,+BAA+B;CA4FD;;AAjGhC;EAOI,iBAAiB;EACjB,6C5BlDgB;C4BkDyB;;AAR7C;EAWM,oBAAoB;CAAG;;AAX7B;EAiBM,uB5BzDM;E4B0DN,Y5BhEM;C4B4HmD;;AA9E/D;EAoBQ,Y5BlEI;C4BqEkB;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,6B5BvEI;C4B0EuB;;AA5BnC;;EA4BU,Y5B1EE;C4B0EqB;;AA5BjC;EA8BQ,0C5B5EI;C4B4E2C;;A1BZrD;E0BlBF;IAiCU,uB5BzEE;G4ByE2B;C9Bm2JtC;;A8Bp4JD;;EAoCQ,6B5BlFI;C4BqFuB;;AAvCnC;;;EAuCU,Y5BrFE;C4BqFqB;;AAvCjC;EA0CU,Y5BxFE;E4ByFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,Y5BlGA;C4BoG0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,uB5BxGF;E4ByGE,mB5BzGF;E4B0GE,Y5BpGF;C4BoGkB;;AA5D9B;EAiEQ,oFAAiC;EAAjC,4EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,uB5BpHA;G4BoHkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,uB5BzHF;G4ByHoC;EA3EhD;IA8EY,wC5B5HA;G4B4H6C;C9B+2JxD;;A8B77JD;EAiBM,uB5B/DM;E4BgEN,Y5B1DM;C4BsHmD;;AA9E/D;EAoBQ,Y5B5DI;C4B+DkB;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BjEI;C4BoEuB;;AA5BnC;;EA4BU,Y5BpEE;C4BoEqB;;AA5BjC;EA8BQ,6C5BtEI;C4BsE2C;;A1BZrD;E0BlBF;IAiCU,uB5B/EE;G4B+E2B;C9B67JtC;;A8B99JD;;EAoCQ,gC5B5EI;C4B+EuB;;AAvCnC;;;EAuCU,Y5B/EE;C4B+EqB;;AAvCjC;EA0CU,Y5BlFE;E4BmFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,Y5B5FA;C4B8F0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,uB5BlGF;E4BmGE,mB5BnGF;E4BoGE,Y5B1GF;C4B0GkB;;AA5D9B;EAiEQ,oFAAiC;EAAjC,4EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,uB5B9GA;G4B8GkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,uB5BnHF;G4BmHoC;EA3EhD;IA8EY,2C5BtHA;G4BsH6C;C9By8JxD;;A8BvhKD;EAiBM,0B5B1DgB;E4B2DhB,e5B9Da;C4B0H4C;;AA9E/D;EAoBQ,e5BhEW;C4BmEW;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BrEW;C4BwEgB;;AA5BnC;;EA4BU,e5BxES;C4BwEc;;AA5BjC;EA8BQ,6C5B1EW;C4B0EoC;;A1BZrD;E0BlBF;IAiCU,0B5B1EY;G4B0EiB;C9BuhKtC;;A8BxjKD;;EAoCQ,gC5BhFW;C4BmFgB;;AAvCnC;;;EAuCU,e5BnFS;C4BmFc;;AAvCjC;EA0CU,e5BtFS;E4BuFT,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,e5BhGO;C4BkGmC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,0B5BtGK;E4BuGL,sB5BvGK;E4BwGL,e5BrGQ;C4BqGQ;;AA5D9B;EAiEQ,uFAAiC;EAAjC,+EAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,0B5BlHO;G4BkH2B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,0B5BvHK;G4BuH6B;EA3EhD;IA8EY,2C5B1HO;G4B0HsC;C9BmiKxD;;A8BjnKD;EAiBM,0B5B7Da;E4B8Db,e5B3DgB;C4BuHyC;;AA9E/D;EAoBQ,e5B7Dc;C4BgEQ;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5BlEc;C4BqEa;;AA5BnC;;EA4BU,e5BrEY;C4BqEW;;AA5BjC;EA8BQ,6C5BvEc;C4BuEiC;;A1BZrD;E0BlBF;IAiCU,0B5B7ES;G4B6EoB;C9BinKtC;;A8BlpKD;;EAoCQ,gC5B7Ec;C4BgFa;;AAvCnC;;;EAuCU,e5BhFY;C4BgFW;;AAvCjC;EA0CU,e5BnFY;E4BoFZ,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,e5B7FU;C4B+FgC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,0B5BnGQ;E4BoGR,sB5BpGQ;E4BqGR,e5BxGK;C4BwGW;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,0B5B/GU;G4B+GwB;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,0B5BpHQ;G4BoH0B;EA3EhD;IA8EY,2C5BvHU;G4BuHmC;C9B6nKxD;;A8B3sKD;EAiBM,0B5BlDa;E4BmDb,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BlES;G4BkEoB;C9B2sKtC;;A8B5uKD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5B7FK;C4B6FW;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9ButKxD;;A8BryKD;EAiBM,0B5BvDQ;E4BwDR,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BvEI;G4BuEyB;C9BqyKtC;;A8Bt0KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BlGA;C4BkGgB;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9BizKxD;;A8B/3KD;EAiBM,0B5BtDS;E4BuDT,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BtEK;G4BsEwB;C9B+3KtC;;A8Bh6KD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5BjGC;C4BiGe;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B24KxD;;A8Bz9KD;EAiBM,0B5BjDU;E4BkDV,6B5BhEM;C4B4HmD;;AA9E/D;EAoBQ,6B5BlEI;C4BqEkB;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,6B5BvEI;C4B0EuB;;AA5BnC;;EA4BU,6B5B1EE;C4B0EqB;;AA5BjC;EA8BQ,0C5B5EI;C4B4E2C;;A1BZrD;E0BlBF;IAiCU,0B5BjEM;G4BiEuB;C9By9KtC;;A8B1/KD;;EAoCQ,6B5BlFI;C4BqFuB;;AAvCnC;;;EAuCU,6B5BrFE;C4BqFqB;;AAvCjC;EA0CU,6B5BxFE;E4ByFF,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,6B5BlGA;C4BoG0C;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wC5BxGF;E4ByGE,oC5BzGF;E4B0GE,e5B5FE;C4B4Fc;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wC5BpHA;G4BoHkC;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wC5BzHF;G4ByHoC;EA3EhD;IA8EY,wC5B5HA;G4B4H6C;C9Bq+KxD;;A8BnjLD;EAiBM,0B5BnDO;E4BoDP,arBnCW;CqB+F8C;;AA9E/D;EAoBQ,arBrCS;CqBwCa;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gCrB1CS;CqB6CkB;;AA5BnC;;EA4BU,arB7CO;CqB6CgB;;AA5BjC;EA8BQ,6CrB/CS;CqB+CsC;;A1BZrD;E0BlBF;IAiCU,0B5BnEG;G4BmE0B;C9BmjLtC;;A8BplLD;;EAoCQ,gCrBrDS;CqBwDkB;;AAvCnC;;;EAuCU,arBxDO;CqBwDgB;;AAvCjC;EA0CU,arB3DO;EqB4DP,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,arBrEK;CqBuEqC;;AAtDtD;EAsDc,wC5BpGF;C4BoGwC;;AAtDpD;EA0Dc,wBrB3EG;EqB4EH,oBrB5EG;EqB6EH,e5B9FD;C4B8FiB;;AA5D9B;EAiEQ,yFAAiC;EAAjC,iFAAiC;CAA2E;;A1B/ClH;E0BlBF;IAsEY,wBrBvFK;GqBuF6B;EAtE9C;IAwEY,wC5BtHA;G4BsHsC;EAxElD;IA2Ec,wBrB5FG;GqB4F+B;EA3EhD;IA8EY,2CrB/FK;GqB+FwC;C9B+jLxD;;AIvnLC;E0BtBF;IAmFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BgkL7B;;AI9nLC;E0BtBF;IAwFQ,sBAAsB;IACtB,mBAAmB;GAAG;C9BkkL7B;;A8B3pLD;EA2FI,kBAAkB;CAMQ;;AAjG9B;EA6FM,0BAAoB;MAApB,uBAAoB;UAApB,oBAAoB;EACpB,qBAAc;EAAd,qBAAc;EAAd,cAAc;CAGQ;;AAjG5B;EAgGQ,oBAAa;MAAb,qBAAa;UAAb,aAAa;EACb,qBAAe;MAAf,eAAe;CAAG;;ACnJ1B;EACE,uB7BSU;E6BRV,mBAAmB;CAOY;;A3B2E/B;E2BpFF;IAOM,oBAAoB;GAAG;EAP7B;IASM,oBAAoB;GAAG;C/BguL5B;;AgCzuLD;EACE,0B9BQoB;E8BPpB,wBAAwB;CAUqB;;AAZ/C;EAMM,e9BAa;C8BMwB;;AAZ3C;EAQQ,e9BHa;C8BGS;;AAR9B;EAUQ,iC9BFY;C8BIqB;;AAZzC;EAYU,6B9BKS;C8BLoB","file":"bulma.css"} \ No newline at end of file +{"version":3,"sources":["../sass/base/minireset.sass","../sass/utilities/animations.sass","bulma.css","../sass/base/generic.sass","../sass/utilities/variables.sass","../sass/base/helpers.sass","../sass/utilities/mixins.sass","../sass/elements/box.sass","../sass/elements/button.sass","../sass/utilities/controls.sass","../sass/utilities/functions.sass","../sass/elements/content.sass","../sass/elements/form.sass","../sass/elements/image.sass","../sass/elements/notification.sass","../sass/elements/progress.sass","../sass/elements/table.sass","../sass/elements/title.sass","../sass/elements/other.sass","../sass/components/card.sass","../sass/components/highlight.sass","../sass/components/level.sass","../sass/components/media.sass","../sass/components/menu.sass","../sass/components/message.sass","../sass/components/modal.sass","../sass/components/nav.sass","../sass/components/pagination.sass","../sass/components/panel.sass","../sass/components/tabs.sass","../sass/grid/columns.sass","../sass/grid/tiles.sass","../sass/layout/hero.sass","../sass/layout/section.sass","../sass/layout/footer.sass"],"names":[],"mappings":"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WAAW;CAAG;;AAhD1B;EAoDY,e5BlGM;C4BoGoC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,0B5BxGI;E4ByGJ,sB5BzGI;E4B0GJ,a5B9FI;C4B8FY;;AA5D9B;EAiEQ,qFAAiC;EAAjC,6EAAiC;CAA2E;;A1BiElH;E0BlIF;IAsEY,0B5BpHM;G4BoH4B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,0B5BzHI;G4ByH8B;EA3EhD;IA8EY,wC5B5HM;G4B4HuC;C9B4kKxD;;A8B1pKD;EAiBM,0B5B/DY;E4BgEZ,a5BpDY;C4BgH6C;;AA9E/D;EAoBQ,a5BtDU;C4ByDY;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,gC5B3DU;C4B8DiB;;AA5BnC;;EA4BU,a5B9DQ;C4B8De;;AA5BjC;EA8BQ,6C5BhEU;C4BgEqC;;A1BoGrD;E0BlIF;IAiCU,0B5B/EQ;G4B+EqB;C9B0pKtC;;A8B3rKD;;EAoCQ,gC5BtEU;C4ByEiB;;AAvCnC;;;EAuCU,a5BzEQ;C4ByEe;;AAvCjC;EA0CU,a5B5EQ;E4B6ER,aAAa;CAEK;;AA7C5B;EA6CY,WAAW;CAAG;;AA7C1B;EAgDY,WAAW;CAAG;;AAhD1B;EAoDY,a5BtFM;C4BwFoC;;AAtDtD;EAsDc,wC5BpGI;C4BoGkC;;AAtDpD;EA0Dc,wB5B5FI;E4B6FJ,oB5B7FI;E4B8FJ,e5B1GI;C4B0GY;;AA5D9B;EAiEQ,uFAAiC;EAAjC,+EAAiC;CAA2E;;A1BiElH;E0BlIF;IAsEY,wB5BxGM;G4BwG4B;EAtE9C;IAwEY,wC5BtHM;G4BsHgC;EAxElD;IA2Ec,wB5B7GI;G4B6G8B;EA3EhD;IA8EY,2C5BhHM;G4BgHuC;C9BsqKxD;;A8BpvKD;EAiBM,6B5BrDY;E4BsDZ,e5B5DY;C4BwH6C;;AA9E/D;EAoBQ,e5B9DU;C4BiEY;;AAvB9B;;EAuBU,eAAe;CAAG;;AAvB5B;EAyBQ,6B5BnEU;C4BsEiB;;AA5BnC;;EA4BU,e5BtEQ;C4BsEe;;AA5BjC;EA8BQ,0C5BxEU;C4BwEqC;;A1BoGrD;E0BlIF;IAiCU,6B5BrEQ;G4BqEqB;C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","file":"bulma.css"} \ No newline at end of file diff --git a/docs/.gitignore b/docs/.gitignore index d4b837dc..b30ca048 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,6 +1,8 @@ # Files .DS_Store _config.local.yml +css/bulma-test.css +bulma-test.sass bulma-website-local.sass npm-debug.log diff --git a/docs/_config.yml b/docs/_config.yml index b7414489..20c0c0bd 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,7 @@ # Meta title: "Bulma: a modern CSS framework based on Flexbox" -description: "Bulma is a CSS framework based on Flexbox and built with Sass" +description: "Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free." # Build @@ -13,6 +13,6 @@ url: http://bulma.io baseurl: "" documentation: "/documentation/overview/start/" -download: https://github.com/jgthms/bulma/archive/0.1.2.zip +download: https://github.com/jgthms/bulma/archive/0.2.0.zip github: https://github.com/jgthms/bulma -version: 0.1.2 +version: 0.2.0 diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index e40cbb38..9fe04b9d 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -68,26 +68,21 @@ {% if page.route == 'index' %} {% endif %} diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 2f53487f..fba7a234 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -12,24 +12,28 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 390423a8..91ee02bf 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -2,9 +2,9 @@ diff --git a/docs/_includes/subnav-overview.html b/docs/_includes/subnav-overview.html index a01b32f3..b1a6a3c6 100644 --- a/docs/_includes/subnav-overview.html +++ b/docs/_includes/subnav-overview.html @@ -7,12 +7,15 @@ Variables - - Classes - Responsiveness + + Modular + + + Classes + diff --git a/docs/_includes/svg/bulma-icon.svg b/docs/_includes/svg/bulma-icon.svg new file mode 100644 index 00000000..a5600d4e --- /dev/null +++ b/docs/_includes/svg/bulma-icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5e586593..dc9a5de9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} {{ content }} diff --git a/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md b/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md index 5e7a2a82..4f24f6f4 100644 --- a/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md +++ b/docs/_posts/2016-04-11-metro-ui-css-grid-with-bulma-tiles.md @@ -3,9 +3,9 @@ layout: post title: "Metro UI CSS grid with Bulma tiles" --- -Have you ever wanted to build a **Metro-UI-like grid in CSS**? +Have you ever wanted to build a **Metro-UI-like grid in CSS**? Thanks to Flexbox and the new [Bulma tiles](http://bulma.io/documentation/grid/tiles/), you now can! And it only requires 1 HTML element: the `tile` element. -[![Metro UI grid tiles in CSS](/images/metro-ui-css-grid-tiles.png)](http://bulma.io/documentation/grid/tiles/) +[![Metro UI grid tiles in CSS](/images/blog/metro-ui-css-grid-tiles.png)](http://bulma.io/documentation/grid/tiles/) Check out the [documentation](http://bulma.io/documentation/grid/tiles/)! diff --git a/docs/blog.html b/docs/blog.html index e822e8ce..7cdb1959 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -9,7 +9,7 @@ route: blog
-
+

{{ post.date | date_to_string }}

@@ -18,6 +18,8 @@ route: blog {{ post.title }} +
+
{{ post.content }}
diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index 444ac748..c6f05731 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -1,6 +1,7 @@ @charset "utf-8" @import "../bulma.sass" +@import "../sass/utilities/mixins.sass" // Override @@ -52,7 +53,6 @@ $carbon-space: 15px .carbon-text display: block color: $text-strong - margin-bottom: 5px margin-left: 130px + $carbon-space .carbon-poweredby font-size: $size-small @@ -77,20 +77,117 @@ $twitter: #55acee border-color: $twitter color: $white +@keyframes floatUp + 0% + box-shadow: 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0), 0 0 0 rgba($black, 0) + transform: scale(0.86) + 67% + box-shadow: 0 0 0 rgba($black, 0), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) + transform: scale(1) + 100% + box-shadow: 0 20px 60px rgba($black, 0.05), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) + transform: scale(1) + +@keyframes strokePath + from + stroke-dashoffset: 880 + to + stroke-dashoffset: 0 + +@keyframes fadeIn + from + opacity: 0 + transform: scale(0.86) + to + opacity: 1 + transform: scale(1) + +@keyframes fadeOut + 0% + opacity: 1 + transform: scale(0.86) + 67% + opacity: 1 + transform: scale(0.86) + 100% + opacity: 0 + transform: scale(1) + +@keyframes slideDown + 0% + opacity: 0 + transform: translateY(-10px) + 100% + opacity: 1 + transform: translateY(0) + +@keyframes slideUp + 0% + opacity: 0 + transform: translateY(10px) + 100% + opacity: 1 + transform: translateY(0) + +$curve: cubic-bezier(0, 0.71, 0.29, 1) + #b + animation-delay: 1s + animation-duration: 1.5s + animation-fill-mode: both + animation-name: floatUp + animation-timing-function: $curve border-radius: 20px - box-shadow: 0 20px 60px rgba($black, 0.05), 0 5px 10px rgba($black, 0.1), 0 1px 1px rgba($black, 0.2) display: inline-block height: 240px margin-bottom: 40px + position: relative vertical-align: top width: 240px + svg + +overlay + display: block + height: 240px + width: 240px + &:first-child + animation-duration: 1.5s + animation-fill-mode: both + animation-name: fadeOut + animation-timing-function: $curve + g + animation-duration: 1s + animation-fill-mode: both + animation-name: strokePath + animation-timing-function: $curve + fill: none + stroke: $turquoise + stroke-dasharray: 880 + stroke-width: 2px + &:last-child + animation-delay: 1s + animation-duration: 1s + animation-fill-mode: both + animation-name: fadeIn + animation-timing-function: $curve + g + fill: $turquoise + +mobile border-radius: 10px height: 120px width: 120px +#bulma + animation: slideDown 500ms both + animation-delay: 1s + +#modern-framework + animation: slideUp 500ms both + animation-delay: 1.2s + #npm + animation: fadeIn 500ms both + animation-delay: 1.4s background: none margin: -10px 0 20px code @@ -100,6 +197,18 @@ $twitter: #55acee font-size: 16px padding: 16px 32px +#ghbtns + animation: slideDown 500ms both + animation-delay: 1.6s + +html.route-index #carbon + animation: slideUp 500ms both + animation-delay: 1.8s + +#download + animation: fadeIn 500ms both + animation-delay: 2s + #grid .notification padding-left: 0 @@ -231,11 +340,12 @@ $structure-invert: $danger-invert position: relative .copy, .expand - @extend .unselectable + +unselectable background: $white border: solid $border border-width: 0 0 1px 1px color: $text-light + cursor: pointer outline: none position: absolute right: 0 @@ -271,3 +381,11 @@ $structure-invert: $danger-invert .input border-color: $white box-shadow: none + +html + \::-moz-selection + background: $primary + color: $primary-invert + \::selection + background: $primary + color: $primary-invert diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index ca3c2d1f..c9254221 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -1,68 +1,75 @@ -html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { +/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 { margin: 0; padding: 0; - border: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { font-size: 100%; font-weight: normal; - vertical-align: baseline; - background: transparent; -} - -article, aside, figure, footer, header, nav, section, details, summary { - display: block; -} - -html { - box-sizing: border-box; -} - -*, -*:before, -*:after { - box-sizing: inherit; -} - -img, -object, -embed { - max-width: 100%; -} - -html { - overflow-y: scroll; } ul { list-style: none; } -blockquote, q { - quotes: none; -} - -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; -} - -a { +button, +input, +select, +textarea { margin: 0; - padding: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; } -del { - text-decoration: line-through; +html { + box-sizing: border-box; } -abbr[title], dfn[title] { - border-bottom: 1px dotted #000; - cursor: help; +* { + box-sizing: inherit; +} + +*:before, *:after { + box-sizing: inherit; +} + +img, +embed, +object, +audio, +video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; } table { @@ -70,99 +77,10 @@ table { border-spacing: 0; } +td, th { - font-weight: bold; - vertical-align: bottom; -} - -td { - font-weight: normal; - vertical-align: top; -} - -hr { - display: block; - height: 1px; - border: 0; - border-top: 1px solid #ccc; - margin: 1em 0; padding: 0; -} - -input, select { - vertical-align: middle; -} - -pre { - white-space: pre; - white-space: pre-wrap; - white-space: pre-line; - word-wrap: break-word; -} - -input[type="radio"] { - vertical-align: text-bottom; -} - -input[type="checkbox"] { - vertical-align: bottom; -} - -select, input, textarea { - font: 99% sans-serif; -} - -table { - font-size: inherit; - font: 100%; -} - -small { - font-size: 85%; -} - -strong { - font-weight: bold; -} - -td, td img { - vertical-align: top; -} - -sub, sup { - font-size: 75%; - line-height: 0; - position: relative; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -pre, code, kbd, samp { - font-family: monospace, sans-serif; -} - -label, -input[type=button], -input[type=submit], -input[type=file], -button { - cursor: pointer; -} - -button, input, select, textarea { - margin: 0; -} - -button, -input[type=button] { - width: auto; - overflow: visible; + text-align: left; } @-webkit-keyframes spin-around { @@ -188,7 +106,7 @@ input[type=button] { } html { - background-color: #f5f7fa; + background-color: whitesmoke; font-size: 14px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; @@ -213,26 +131,26 @@ button, input, select, textarea { - font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; - font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; line-height: 1.25; } body { - color: #69707a; + color: #4a4a4a; font-size: 1rem; font-weight: 400; line-height: 1.428571428571429; } a { - color: #1fc8db; + color: #11e4c4; cursor: pointer; text-decoration: none; -webkit-transition: none 86ms ease-out; @@ -240,20 +158,23 @@ a { } a:hover { - color: #222324; + color: #363636; } code { - background-color: #f5f7fa; - color: #ed6c63; + background-color: whitesmoke; + color: #ff0f3f; font-size: 12px; font-weight: normal; padding: 1px 2px 2px; } hr { - border-top-color: #d3d6db; - margin: 40px 0; + background-color: #dbdbdb; + border: none; + display: block; + height: 1px; + margin: 20px 0; } img { @@ -275,20 +196,20 @@ span { } strong { - color: #222324; + color: #363636; font-weight: 700; } pre { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #4a4a4a; white-space: pre; word-wrap: normal; } pre code { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #4a4a4a; display: block; overflow-x: auto; padding: 16px 20px; @@ -305,41 +226,20 @@ table th { } table th { - color: #222324; + color: #363636; } -.block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 20px; -} - -.container { - position: relative; -} - -@media screen and (min-width: 980px) { - .container { - margin: 0 auto; - max-width: 960px; +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } - .container.is-fluid { - margin: 0 20px; - max-width: none; + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } -@media screen and (min-width: 1180px) { - .container { - max-width: 1200px; - } -} - -.fa { - font-size: 21px; - text-align: center; - vertical-align: top; -} - .is-block { display: block; } @@ -698,20 +598,43 @@ table th { padding: 0 !important; } +.is-unselectable { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .box { - background-color: #fff; + background-color: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); display: block; padding: 20px; } +.box:not(:last-child) { + margin-bottom: 20px; +} + a.box:hover, a.box:focus { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db; + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #11e4c4; } a.box:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #11e4c4; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } .button { @@ -721,9 +644,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #363636; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -737,6 +660,12 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; @@ -747,35 +676,35 @@ a.box:active { } .button:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .button:active, .button:focus, .button.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } .button[disabled], .button.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .button strong { @@ -802,73 +731,66 @@ a.box:active { } .button:hover, .button:focus, .button.is-active { - color: #222324; + color: #363636; } .button:active { - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); } .button.is-white { - background-color: #fff; - border-color: transparent; - color: #111; + background-color: white; + border-width: 0; + color: #0a0a0a; } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { - background-color: #e6e6e6; - border-color: transparent; - color: #111; -} - -.button.is-white:active { + background-color: #f2f2f2; border-color: transparent; + color: #0a0a0a; } .button.is-white.is-inverted { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .button.is-white.is-inverted:hover { - background-color: #040404; + background-color: black; } .button.is-white.is-loading:after { - border-color: transparent transparent #111 #111 !important; + border-color: transparent transparent #0a0a0a #0a0a0a !important; } .button.is-white.is-outlined { background-color: transparent; - border-color: #fff; - color: #fff; + border-color: white; + border-width: 1px; + color: white; } .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #0a0a0a; } .button.is-black { - background-color: #111; - border-color: transparent; - color: #fff; + background-color: #0a0a0a; + border-width: 0; + color: white; } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { background-color: black; border-color: transparent; - color: #fff; -} - -.button.is-black:active { - border-color: transparent; + color: white; } .button.is-black.is-inverted { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .button.is-black.is-inverted:hover { @@ -876,122 +798,113 @@ a.box:active { } .button.is-black.is-loading:after { - border-color: transparent transparent #fff #fff !important; + border-color: transparent transparent white white !important; } .button.is-black.is-outlined { background-color: transparent; - border-color: #111; - color: #111; + border-color: #0a0a0a; + border-width: 1px; + color: #0a0a0a; } .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; } .button.is-light { - background-color: #f5f7fa; - border-color: transparent; - color: #69707a; + background-color: whitesmoke; + border-width: 0; + color: #363636; } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { - background-color: #d3dce9; - border-color: transparent; - color: #69707a; -} - -.button.is-light:active { + background-color: #e8e8e8; border-color: transparent; + color: #363636; } .button.is-light.is-inverted { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .button.is-light.is-inverted:hover { - background-color: #5d636c; + background-color: #292929; } .button.is-light.is-loading:after { - border-color: transparent transparent #69707a #69707a !important; + border-color: transparent transparent #363636 #363636 !important; } .button.is-light.is-outlined { background-color: transparent; - border-color: #f5f7fa; - color: #f5f7fa; + border-color: whitesmoke; + border-width: 1px; + color: whitesmoke; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #363636; } .button.is-dark { - background-color: #69707a; - border-color: transparent; - color: #f5f7fa; + background-color: #363636; + border-width: 0; + color: whitesmoke; } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { - background-color: #51575f; - border-color: transparent; - color: #f5f7fa; -} - -.button.is-dark:active { + background-color: #292929; border-color: transparent; + color: whitesmoke; } .button.is-dark.is-inverted { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .button.is-dark.is-inverted:hover { - background-color: #e4e9f2; + background-color: #e8e8e8; } .button.is-dark.is-loading:after { - border-color: transparent transparent #f5f7fa #f5f7fa !important; + border-color: transparent transparent whitesmoke whitesmoke !important; } .button.is-dark.is-outlined { background-color: transparent; - border-color: #69707a; - color: #69707a; + border-color: #363636; + border-width: 1px; + color: #363636; } .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #363636; + border-color: #363636; + color: whitesmoke; } .button.is-primary { - background-color: #1fc8db; - border-color: transparent; + background-color: #11e4c4; + border-width: 0; color: white; } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { - background-color: #199fae; + background-color: #0fccb0; border-color: transparent; color: white; } -.button.is-primary:active { - border-color: transparent; -} - .button.is-primary.is-inverted { background-color: white; - color: #1fc8db; + color: #11e4c4; } .button.is-primary.is-inverted:hover { @@ -1004,35 +917,32 @@ a.box:active { .button.is-primary.is-outlined { background-color: transparent; - border-color: #1fc8db; - color: #1fc8db; + border-color: #11e4c4; + border-width: 1px; + color: #11e4c4; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { - background-color: #1fc8db; - border-color: #1fc8db; + background-color: #11e4c4; + border-color: #11e4c4; color: white; } .button.is-info { - background-color: #42afe3; - border-color: transparent; + background-color: #0f6bff; + border-width: 0; color: white; } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { - background-color: #1f99d3; + background-color: #005ef5; border-color: transparent; color: white; } -.button.is-info:active { - border-color: transparent; -} - .button.is-info.is-inverted { background-color: white; - color: #42afe3; + color: #0f6bff; } .button.is-info.is-inverted:hover { @@ -1045,35 +955,32 @@ a.box:active { .button.is-info.is-outlined { background-color: transparent; - border-color: #42afe3; - color: #42afe3; + border-color: #0f6bff; + border-width: 1px; + color: #0f6bff; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { - background-color: #42afe3; - border-color: #42afe3; + background-color: #0f6bff; + border-color: #0f6bff; color: white; } .button.is-success { - background-color: #97cd76; - border-color: transparent; + background-color: #20ee68; + border-width: 0; color: white; } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { - background-color: #7bbf51; + background-color: #11e45b; border-color: transparent; color: white; } -.button.is-success:active { - border-color: transparent; -} - .button.is-success.is-inverted { background-color: white; - color: #97cd76; + color: #20ee68; } .button.is-success.is-inverted:hover { @@ -1086,76 +993,70 @@ a.box:active { .button.is-success.is-outlined { background-color: transparent; - border-color: #97cd76; - color: #97cd76; + border-color: #20ee68; + border-width: 1px; + color: #20ee68; } .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { - background-color: #97cd76; - border-color: #97cd76; + background-color: #20ee68; + border-color: #20ee68; color: white; } .button.is-warning { - background-color: #fce473; - border-color: transparent; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-width: 0; + color: rgba(0, 0, 0, 0.7); } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { - background-color: #fbda41; - border-color: transparent; - color: rgba(17, 17, 17, 0.5); -} - -.button.is-warning:active { + background-color: #f5c400; border-color: transparent; + color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-inverted { - background-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: rgba(0, 0, 0, 0.7); + color: #ffcf0f; } .button.is-warning.is-inverted:hover { - background-color: rgba(4, 4, 4, 0.5); + background-color: rgba(0, 0, 0, 0.7); } .button.is-warning.is-loading:after { - border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important; + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } .button.is-warning.is-outlined { background-color: transparent; - border-color: #fce473; - color: #fce473; + border-color: #ffcf0f; + border-width: 1px; + color: #ffcf0f; } .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { - background-color: #fce473; - border-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + border-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .button.is-danger { - background-color: #ed6c63; - border-color: transparent; + background-color: #ff0f3f; + border-width: 0; color: white; } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { - background-color: #e84135; + background-color: #f50031; border-color: transparent; color: white; } -.button.is-danger:active { - border-color: transparent; -} - .button.is-danger.is-inverted { background-color: white; - color: #ed6c63; + color: #ff0f3f; } .button.is-danger.is-inverted:hover { @@ -1168,26 +1069,27 @@ a.box:active { .button.is-danger.is-outlined { background-color: transparent; - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + border-width: 1px; + color: #ff0f3f; } .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { - background-color: #ed6c63; - border-color: #ed6c63; + background-color: #ff0f3f; + border-color: #ff0f3f; color: white; } .button.is-link { background-color: transparent; - border-color: transparent; - color: #69707a; + border-width: 0; + color: #4a4a4a; text-decoration: underline; } .button.is-link:hover, .button.is-link:focus { - background-color: #d3d6db; - color: #222324; + background-color: whitesmoke; + color: #363636; } .button.is-small { @@ -1230,6 +1132,17 @@ a.box:active { } .button.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; left: 50%; margin-left: -8px; margin-top: -8px; @@ -1238,16 +1151,24 @@ a.box:active { position: absolute !important; } +.content { + color: #4a4a4a; +} + +.content:not(:last-child) { + margin-bottom: 20px; +} + .content a:not(.button) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .content a:not(.button):visited { - color: #847bb9; + color: #b86bff; } .content a:not(.button):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; } .content li + li { @@ -1267,7 +1188,7 @@ a.box:active { .content h4, .content h5, .content h6 { - color: #222324; + color: #363636; font-weight: 300; line-height: 1.125; margin-bottom: 20px; @@ -1280,8 +1201,8 @@ a.box:active { } .content blockquote { - background-color: #f5f7fa; - border-left: 5px solid #d3d6db; + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; padding: 1.5em; } @@ -1348,16 +1269,39 @@ a.box:active { font-size: 18px; } -.input, .textarea { +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.input, +.textarea { -moz-appearance: none; -webkit-appearance: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #363636; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -1371,84 +1315,109 @@ a.box:active { padding-right: 8px; position: relative; vertical-align: top; - box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); max-width: 100%; width: 100%; } -.input:hover, .textarea:hover { - border-color: #aeb1b5; +.input:hover, +.textarea:hover { + border-color: #b5b5b5; } -.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { - border-color: #1fc8db; +.input:active, .input:focus, .input.is-active, +.textarea:active, +.textarea:focus, +.textarea.is-active { + border-color: #11e4c4; outline: none; } -.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { - background-color: #f5f7fa; - border-color: #d3d6db; +.input[disabled], .input.is-disabled, +.textarea[disabled], +.textarea.is-disabled { + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } -.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder, +.textarea[disabled]::-moz-placeholder, +.textarea.is-disabled::-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, +.textarea[disabled]::-webkit-input-placeholder, +.textarea.is-disabled::-webkit-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder, +.textarea[disabled]:-moz-placeholder, +.textarea.is-disabled:-moz-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); +.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, +.textarea[disabled]:-ms-input-placeholder, +.textarea.is-disabled:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); } -.input.is-white, .is-white.textarea { - border-color: #fff; +.input.is-white, +.textarea.is-white { + border-color: white; } -.input.is-black, .is-black.textarea { - border-color: #111; +.input.is-black, +.textarea.is-black { + border-color: #0a0a0a; } -.input.is-light, .is-light.textarea { - border-color: #f5f7fa; +.input.is-light, +.textarea.is-light { + border-color: whitesmoke; } -.input.is-dark, .is-dark.textarea { - border-color: #69707a; +.input.is-dark, +.textarea.is-dark { + border-color: #363636; } -.input.is-primary, .is-primary.textarea { - border-color: #1fc8db; +.input.is-primary, +.textarea.is-primary { + border-color: #11e4c4; } -.input.is-info, .is-info.textarea { - border-color: #42afe3; +.input.is-info, +.textarea.is-info { + border-color: #0f6bff; } -.input.is-success, .is-success.textarea { - border-color: #97cd76; +.input.is-success, +.textarea.is-success { + border-color: #20ee68; } -.input.is-warning, .is-warning.textarea { - border-color: #fce473; +.input.is-warning, +.textarea.is-warning { + border-color: #ffcf0f; } -.input.is-danger, .is-danger.textarea { - border-color: #ed6c63; +.input.is-danger, +.textarea.is-danger { + border-color: #ff0f3f; } -.input[type="search"], [type="search"].textarea { +.input[type="search"], +.textarea[type="search"] { border-radius: 290486px; } -.input.is-small, .is-small.textarea { +.input.is-small, +.textarea.is-small { border-radius: 2px; font-size: 11px; height: 24px; @@ -1457,7 +1426,8 @@ a.box:active { padding-right: 6px; } -.input.is-medium, .is-medium.textarea { +.input.is-medium, +.textarea.is-medium { font-size: 18px; height: 40px; line-height: 32px; @@ -1465,7 +1435,8 @@ a.box:active { padding-right: 10px; } -.input.is-large, .is-large.textarea { +.input.is-large, +.textarea.is-large { font-size: 24px; height: 48px; line-height: 40px; @@ -1473,12 +1444,14 @@ a.box:active { padding-right: 12px; } -.input.is-fullwidth, .is-fullwidth.textarea { +.input.is-fullwidth, +.textarea.is-fullwidth { display: block; width: 100%; } -.input.is-inline, .is-inline.textarea { +.input.is-inline, +.textarea.is-inline { display: inline; width: auto; } @@ -1494,7 +1467,8 @@ a.box:active { resize: vertical; } -.checkbox, .radio { +.checkbox, +.radio { cursor: pointer; display: inline-block; line-height: 16px; @@ -1502,20 +1476,24 @@ a.box:active { vertical-align: top; } -.checkbox input, .radio input { +.checkbox input, +.radio input { cursor: pointer; } -.checkbox:hover, .radio:hover { - color: #222324; +.checkbox:hover, +.radio:hover { + color: #363636; } -.is-disabled.checkbox, .is-disabled.radio { - color: #aeb1b5; +.checkbox.is-disabled, +.radio.is-disabled { + color: #dbdbdb; pointer-events: none; } -.is-disabled.checkbox input, .is-disabled.radio input { +.checkbox.is-disabled input, +.radio.is-disabled input { pointer-events: none; } @@ -1537,9 +1515,9 @@ a.box:active { -ms-flex-align: center; align-items: center; background-color: white; - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-radius: 3px; - color: #222324; + color: #363636; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -1560,75 +1538,75 @@ a.box:active { } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select:active, .select select:focus, .select select.is-active { - border-color: #1fc8db; + border-color: #11e4c4; outline: none; } .select select[disabled], .select select.is-disabled { - background-color: #f5f7fa; - border-color: #d3d6db; + background-color: whitesmoke; + border-color: #dbdbdb; cursor: not-allowed; pointer-events: none; } .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { - color: rgba(34, 35, 36, 0.3); + color: rgba(54, 54, 54, 0.3); } .select select.is-white { - border-color: #fff; + border-color: white; } .select select.is-black { - border-color: #111; + border-color: #0a0a0a; } .select select.is-light { - border-color: #f5f7fa; + border-color: whitesmoke; } .select select.is-dark { - border-color: #69707a; + border-color: #363636; } .select select.is-primary { - border-color: #1fc8db; + border-color: #11e4c4; } .select select.is-info { - border-color: #42afe3; + border-color: #0f6bff; } .select select.is-success { - border-color: #97cd76; + border-color: #20ee68; } .select select.is-warning { - border-color: #fce473; + border-color: #ffcf0f; } .select select.is-danger { - border-color: #ed6c63; + border-color: #ff0f3f; } .select select:hover { - border-color: #aeb1b5; + border-color: #b5b5b5; } .select select::ms-expand { @@ -1644,7 +1622,7 @@ a.box:active { } .select:after { - border: 1px solid #1fc8db; + border: 1px solid #11e4c4; border-right: 0; border-top: 0; content: " "; @@ -1661,7 +1639,7 @@ a.box:active { } .select:hover:after { - border-color: #222324; + border-color: #363636; } .select.is-small { @@ -1705,7 +1683,7 @@ a.box:active { } .label { - color: #222324; + color: #363636; display: block; font-weight: bold; } @@ -1721,39 +1699,39 @@ a.box:active { } .help.is-white { - color: #fff; + color: white; } .help.is-black { - color: #111; + color: #0a0a0a; } .help.is-light { - color: #f5f7fa; + color: whitesmoke; } .help.is-dark { - color: #69707a; + color: #363636; } .help.is-primary { - color: #1fc8db; + color: #11e4c4; } .help.is-info { - color: #42afe3; + color: #0f6bff; } .help.is-success { - color: #97cd76; + color: #20ee68; } .help.is-warning { - color: #fce473; + color: #ffcf0f; } .help.is-danger { - color: #ed6c63; + color: #ff0f3f; } @media screen and (max-width: 768px) { @@ -1797,7 +1775,6 @@ a.box:active { .control.has-addons .button, .control.has-addons .input, -.control.has-addons .textarea, .control.has-addons .select { border-radius: 0; margin-right: -1px; @@ -1806,16 +1783,13 @@ a.box:active { .control.has-addons .button:hover, .control.has-addons .input:hover, -.control.has-addons .textarea:hover, .control.has-addons .select:hover { z-index: 2; } .control.has-addons .button:active, .control.has-addons .button:focus, .control.has-addons .input:active, -.control.has-addons .textarea:active, .control.has-addons .input:focus, -.control.has-addons .textarea:focus, .control.has-addons .select:active, .control.has-addons .select:focus { z-index: 3; @@ -1823,35 +1797,30 @@ a.box:active { .control.has-addons .button:first-child, .control.has-addons .input:first-child, -.control.has-addons .textarea:first-child, .control.has-addons .select:first-child { border-radius: 3px 0 0 3px; } .control.has-addons .button:first-child select, .control.has-addons .input:first-child select, -.control.has-addons .textarea:first-child select, .control.has-addons .select:first-child select { border-radius: 3px 0 0 3px; } .control.has-addons .button:last-child, .control.has-addons .input:last-child, -.control.has-addons .textarea:last-child, .control.has-addons .select:last-child { border-radius: 0 3px 3px 0; } .control.has-addons .button:last-child select, .control.has-addons .input:last-child select, -.control.has-addons .textarea:last-child select, .control.has-addons .select:last-child select { border-radius: 0 3px 3px 0; } .control.has-addons .button.is-expanded, .control.has-addons .input.is-expanded, -.control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { -webkit-box-flex: 1; -ms-flex-positive: 1; @@ -1874,7 +1843,6 @@ a.box:active { .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, -.control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { -webkit-box-flex: 1; -ms-flex-positive: 1; @@ -1891,28 +1859,28 @@ a.box:active { text-align: center; vertical-align: top; width: 24px; - color: #aeb1b5; + color: #dbdbdb; pointer-events: none; position: absolute; top: 4px; z-index: 4; } -.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { - color: #222324; +.control.has-icon .input:focus + .fa { + color: #b5b5b5; } -.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { +.control.has-icon .input.is-small + .fa { font-size: 10.5px; top: 0; } -.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { +.control.has-icon .input.is-medium + .fa { font-size: 21px; top: 8px; } -.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { +.control.has-icon .input.is-large + .fa { font-size: 21px; top: 12px; } @@ -1921,31 +1889,31 @@ a.box:active { left: 4px; } -.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { +.control.has-icon:not(.has-icon-right) .input { padding-left: 32px; } -.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { +.control.has-icon:not(.has-icon-right) .input.is-small { padding-left: 24px; } -.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-small + .fa { left: 0; } -.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { +.control.has-icon:not(.has-icon-right) .input.is-medium { padding-left: 40px; } -.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa { left: 8px; } -.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { +.control.has-icon:not(.has-icon-right) .input.is-large { padding-left: 48px; } -.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { +.control.has-icon:not(.has-icon-right) .input.is-large + .fa { left: 12px; } @@ -1953,31 +1921,31 @@ a.box:active { right: 4px; } -.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { +.control.has-icon.has-icon-right .input { padding-right: 32px; } -.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { +.control.has-icon.has-icon-right .input.is-small { padding-right: 24px; } -.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { +.control.has-icon.has-icon-right .input.is-small + .fa { right: 0; } -.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { +.control.has-icon.has-icon-right .input.is-medium { padding-right: 40px; } -.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { +.control.has-icon.has-icon-right .input.is-medium + .fa { right: 8px; } -.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { +.control.has-icon.has-icon-right .input.is-large { padding-right: 48px; } -.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { +.control.has-icon.has-icon-right .input.is-large + .fa { right: 12px; } @@ -2036,11 +2004,33 @@ a.box:active { } .control.is-loading:after { + -webkit-animation: spin-around 500ms infinite linear; + animation: spin-around 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; position: absolute !important; right: 8px; top: 8px; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .image { display: block; position: relative; @@ -2117,72 +2107,88 @@ a.box:active { width: 128px; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .notification { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 3px; padding: 16px 20px; position: relative; } +.notification:not(:last-child) { + margin-bottom: 20px; +} + .notification:after { clear: both; content: " "; display: table; } -.notification .delete, .notification .modal-close { +.notification .delete { border-radius: 0 3px; float: right; margin: -16px -20px 0 20px; } +.notification .title, .notification .subtitle, -.notification .title { +.notification .content { color: inherit; } .notification.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .notification.is-black { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .notification.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .notification.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .notification.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .notification.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .notification.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .notification.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .notification.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2198,88 +2204,92 @@ a.box:active { width: 100%; } +.progress:not(:last-child) { + margin-bottom: 20px; +} + .progress::-webkit-progress-bar { - background-color: #d3d6db; + background-color: #dbdbdb; } .progress::-webkit-progress-value { - background-color: #69707a; + background-color: #4a4a4a; } .progress::-moz-progress-bar { - background-color: #69707a; + background-color: #4a4a4a; } .progress.is-white::-webkit-progress-value { - background-color: #fff; + background-color: white; } .progress.is-white::-moz-progress-bar { - background-color: #fff; + background-color: white; } .progress.is-black::-webkit-progress-value { - background-color: #111; + background-color: #0a0a0a; } .progress.is-black::-moz-progress-bar { - background-color: #111; + background-color: #0a0a0a; } .progress.is-light::-webkit-progress-value { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-light::-moz-progress-bar { - background-color: #f5f7fa; + background-color: whitesmoke; } .progress.is-dark::-webkit-progress-value { - background-color: #69707a; + background-color: #363636; } .progress.is-dark::-moz-progress-bar { - background-color: #69707a; + background-color: #363636; } .progress.is-primary::-webkit-progress-value { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-primary::-moz-progress-bar { - background-color: #1fc8db; + background-color: #11e4c4; } .progress.is-info::-webkit-progress-value { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-info::-moz-progress-bar { - background-color: #42afe3; + background-color: #0f6bff; } .progress.is-success::-webkit-progress-value { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-success::-moz-progress-bar { - background-color: #97cd76; + background-color: #20ee68; } .progress.is-warning::-webkit-progress-value { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-warning::-moz-progress-bar { - background-color: #fce473; + background-color: #ffcf0f; } .progress.is-danger::-webkit-progress-value { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-danger::-moz-progress-bar { - background-color: #ed6c63; + background-color: #ff0f3f; } .progress.is-small { @@ -2294,16 +2304,27 @@ a.box:active { height: 20px; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .table { - background-color: #fff; - color: #222324; + background-color: white; + color: #363636; margin-bottom: 20px; width: 100%; } .table td, .table th { - border: 1px solid #d3d6db; + border: 1px solid #dbdbdb; border-width: 0 0 1px; padding: 8px 10px; vertical-align: top; @@ -2351,7 +2372,7 @@ a.box:active { .table td.is-link > a:hover, .table th.is-link > a:hover { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -2362,19 +2383,18 @@ a.box:active { } .table th { - color: #222324; + color: #363636; text-align: left; } .table tr:hover { - background-color: #f5f7fa; - color: #222324; + background-color: whitesmoke; } .table thead td, .table thead th { border-width: 0 0 2px; - color: #aeb1b5; + color: #7a7a7a; } .table tbody tr:last-child td, @@ -2385,7 +2405,7 @@ a.box:active { .table tfoot td, .table tfoot th { border-width: 2px 0 0; - color: #aeb1b5; + color: #7a7a7a; } .table.is-bordered td, @@ -2428,16 +2448,23 @@ a.box:active { padding: 5px 10px; } -.table.is-striped tbody tr:hover { - background-color: #eef2f7; +.table.is-striped tbody tr:nth-child(even) { + background-color: #fafafa; } -.table.is-striped tbody tr:nth-child(2n) { - background-color: #f5f7fa; +.table.is-striped tbody tr:nth-child(even):hover { + background-color: whitesmoke; } -.table.is-striped tbody tr:nth-child(2n):hover { - background-color: #eef2f7; +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } .title, @@ -2446,6 +2473,11 @@ a.box:active { word-break: break-word; } +.title:not(:last-child), +.subtitle:not(:last-child) { + margin-bottom: 20px; +} + .title em, .title span, .subtitle em, @@ -2469,7 +2501,7 @@ a.box:active { } .title { - color: #222324; + color: #363636; font-size: 28px; line-height: 1; } @@ -2554,7 +2586,7 @@ a.box:active { } .subtitle { - color: #69707a; + color: #4a4a4a; font-size: 18px; line-height: 1.125; } @@ -2568,7 +2600,7 @@ a.box:active { } .subtitle strong { - color: #222324; + color: #363636; } .subtitle + .title { @@ -2631,22 +2663,64 @@ a.box:active { font-weight: 700; } -.delete, .modal-close { +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.block:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.delete { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; -moz-appearance: none; -webkit-appearance: none; - background-color: rgba(17, 17, 17, 0.2); + background-color: rgba(10, 10, 10, 0.1); border: none; border-radius: 290486px; cursor: pointer; display: inline-block; height: 24px; + outline: none; position: relative; vertical-align: top; width: 24px; } -.delete:before, .modal-close:before, .delete:after, .modal-close:after { - background-color: #fff; +.delete:before, .delete:after { + background-color: white; content: ""; display: block; height: 2px; @@ -2658,35 +2732,41 @@ a.box:active { width: 50%; } -.delete:before, .modal-close:before { +.delete:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); } -.delete:after, .modal-close:after { +.delete:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } -.delete:hover, .modal-close:hover { - background-color: rgba(17, 17, 17, 0.5); +.delete:hover { + background-color: rgba(10, 10, 10, 0.2); } -.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { +.delete.is-small { height: 16px; width: 16px; } -.delete.is-medium, .is-medium.modal-close { +.delete.is-medium { height: 32px; width: 32px; } -.delete.is-large, .is-large.modal-close { +.delete.is-large { height: 40px; width: 40px; } +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + .icon { display: inline-block; font-size: 21px; @@ -2732,71 +2812,6 @@ a.box:active { width: 48px; } -.hamburger, .nav-toggle { - cursor: pointer; - display: block; - height: 50px; - position: relative; - width: 50px; -} - -.hamburger span, .nav-toggle span { - background-color: #69707a; - display: block; - height: 1px; - left: 50%; - margin-left: -7px; - position: absolute; - top: 50%; - -webkit-transition: none 86ms ease-out; - transition: none 86ms ease-out; - -webkit-transition-property: background, left, opacity, -webkit-transform; - transition-property: background, left, opacity, -webkit-transform; - transition-property: background, left, opacity, transform; - transition-property: background, left, opacity, transform, -webkit-transform; - width: 15px; -} - -.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { - margin-top: -6px; -} - -.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { - margin-top: -1px; -} - -.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { - margin-top: 4px; -} - -.hamburger:hover, .nav-toggle:hover { - background-color: #f5f7fa; -} - -.hamburger.is-active span, .is-active.nav-toggle span { - background-color: #1fc8db; -} - -.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { - margin-left: -5px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transform-origin: left top; - transform-origin: left top; -} - -.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { - opacity: 0; -} - -.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { - margin-left: -5px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transform-origin: left bottom; - transform-origin: left bottom; -} - .heading { display: block; font-size: 11px; @@ -2813,15 +2828,19 @@ a.box:active { padding: 0; } +.highlight:not(:last-child) { + margin-bottom: 20px; +} + .highlight pre { overflow: auto; max-width: 100%; } -.loader, .button.is-loading:after, .control.is-loading:after { +.loader { -webkit-animation: spin-around 500ms infinite linear; animation: spin-around 500ms infinite linear; - border: 2px solid #d3d6db; + border: 2px solid #dbdbdb; border-radius: 290486px; border-right-color: transparent; border-top-color: transparent; @@ -2833,7 +2852,7 @@ a.box:active { } .number { - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; display: inline-block; font-size: 18px; @@ -2844,9 +2863,9 @@ a.box:active { -webkit-box-align: center; -ms-flex-align: center; align-items: center; - background-color: #f5f7fa; + background-color: whitesmoke; border-radius: 290486px; - color: #69707a; + color: #4a4a4a; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; @@ -2862,53 +2881,53 @@ a.box:active { white-space: nowrap; } -.tag .delete, .tag .modal-close { +.tag .delete { margin-left: 4px; margin-right: -6px; } .tag.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .tag.is-black { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .tag.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .tag.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .tag.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } .tag.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } .tag.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } .tag.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .tag.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -2934,25 +2953,16 @@ a.box:active { padding-right: 18px; } -.tag.is-large .delete, .tag.is-large .modal-close { +.tag.is-large .delete { margin-left: 4px; margin-right: -8px; } -.unselectable, .is-unselectable, .button, .delete, .modal-close, .tabs, .highlight .copy, -.highlight .expand { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - .card-header { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); display: -webkit-box; display: -ms-flexbox; display: flex; @@ -2963,7 +2973,7 @@ a.box:active { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; - color: #222324; + color: #363636; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -3002,7 +3012,7 @@ a.box:active { } .card-footer { - border-top: 1px solid #d3d6db; + border-top: 1px solid #dbdbdb; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; @@ -3028,13 +3038,13 @@ a.box:active { } .card-footer-item:not(:last-child) { - border-right: 1px solid #d3d6db; + border-right: 1px solid #dbdbdb; } .card { - background-color: #fff; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); - color: #69707a; + background-color: white; + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + color: #4a4a4a; max-width: 100%; position: relative; width: 300px; @@ -3052,7 +3062,1577 @@ a.box:active { border-radius: 5px; } +.highlight { + background-color: #fdf6e3; + color: #586e75; +} + +.highlight .c { + color: #93a1a1; +} + +.highlight .err, +.highlight .g { + color: #586e75; +} + +.highlight .k { + color: #859900; +} + +.highlight .l, +.highlight .n { + color: #586e75; +} + +.highlight .o { + color: #859900; +} + +.highlight .x { + color: #cb4b16; +} + +.highlight .p { + color: #586e75; +} + +.highlight .cm { + color: #93a1a1; +} + +.highlight .cp { + color: #859900; +} + +.highlight .c1 { + color: #93a1a1; +} + +.highlight .cs { + color: #859900; +} + +.highlight .gd { + color: #2aa198; +} + +.highlight .ge { + color: #586e75; + font-style: italic; +} + +.highlight .gr { + color: #dc322f; +} + +.highlight .gh { + color: #cb4b16; +} + +.highlight .gi { + color: #859900; +} + +.highlight .go, +.highlight .gp { + color: #586e75; +} + +.highlight .gs { + color: #586e75; + font-weight: bold; +} + +.highlight .gu { + color: #cb4b16; +} + +.highlight .gt { + color: #586e75; +} + +.highlight .kc { + color: #cb4b16; +} + +.highlight .kd { + color: #268bd2; +} + +.highlight .kn, +.highlight .kp { + color: #859900; +} + +.highlight .kr { + color: #268bd2; +} + +.highlight .kt { + color: #dc322f; +} + +.highlight .ld { + color: #586e75; +} + +.highlight .m, +.highlight .s { + color: #2aa198; +} + +.highlight .na { + color: #B58900; +} + +.highlight .nb { + color: #586e75; +} + +.highlight .nc { + color: #268bd2; +} + +.highlight .no { + color: #cb4b16; +} + +.highlight .nd { + color: #268bd2; +} + +.highlight .ni, +.highlight .ne { + color: #cb4b16; +} + +.highlight .nf { + color: #268bd2; +} + +.highlight .nl, +.highlight .nn, +.highlight .nx, +.highlight .py { + color: #586e75; +} + +.highlight .nt, +.highlight .nv { + color: #268bd2; +} + +.highlight .ow { + color: #859900; +} + +.highlight .w { + color: #586e75; +} + +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: #2aa198; +} + +.highlight .sb { + color: #93a1a1; +} + +.highlight .sc { + color: #2aa198; +} + +.highlight .sd { + color: #586e75; +} + +.highlight .s2 { + color: #2aa198; +} + +.highlight .se { + color: #cb4b16; +} + +.highlight .sh { + color: #586e75; +} + +.highlight .si, +.highlight .sx { + color: #2aa198; +} + +.highlight .sr { + color: #dc322f; +} + +.highlight .s1, +.highlight .ss { + color: #2aa198; +} + +.highlight .bp, +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: #268bd2; +} + +.highlight .il { + color: #2aa198; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 10px; + } +} + +.level-left .level-item:not(:last-child), +.level-right .level-item:not(:last-child) { + margin-right: 10px; +} + +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 20px; + } +} + +@media screen and (min-width: 769px) { + .level-left { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +@media screen and (min-width: 769px) { + .level-right { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + } +} + +.level { + -webkit-box-align: center; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.level:not(:last-child) { + margin-bottom: 20px; +} + +.level code { + border-radius: 3px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.level.is-mobile > .level-item:not(:last-child) { + margin-bottom: 0; +} + +.level.is-mobile > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (min-width: 769px) { + .level { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .level > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.media-number { + background-color: whitesmoke; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + height: 32px; + line-height: 24px; + min-width: 32px; + padding: 4px 8px; + text-align: center; + vertical-align: top; +} + +@media screen and (max-width: 768px) { + .media-number { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .media-number { + margin-right: 10px; + } +} + +.media-left { + margin-right: 10px; +} + +.media-right { + margin-left: 10px; +} + +.media-content { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + text-align: left; +} + +.media { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + text-align: left; +} + +.media .content:not(:last-child) { + margin-bottom: 10px; +} + +.media .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding-top: 10px; +} + +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 5px; +} + +.media .media .media { + padding-top: 5px; +} + +.media .media .media + .media { + margin-top: 5px; +} + +.media + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + margin-top: 10px; + padding-top: 10px; +} + +.media.is-large + .media { + margin-top: 20px; + padding-top: 20px; +} + +@media screen and (min-width: 769px) { + .media.is-large .media-number { + margin-right: 20px; + } +} + +.menu-nav a { + display: block; + padding: 5px 10px; +} + +.menu-list a { + border-radius: 2px; + color: #4a4a4a; + display: block; + padding: 5px 10px; +} + +.menu-list a:hover { + background-color: whitesmoke; + color: #11e4c4; +} + +.menu-list a.is-active { + background-color: #11e4c4; + color: white; +} + +.menu-list li ul { + border-left: 1px solid #dbdbdb; + margin: 10px; + padding-left: 10px; +} + +.menu-label { + color: #7a7a7a; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + margin-top: 20px; +} + +.message-body { + border: 1px solid #dbdbdb; + border-radius: 3px; + padding: 12px 15px; +} + +.message-body strong { + color: inherit; +} + +.message-header { + background-color: #4a4a4a; + border-radius: 3px 3px 0 0; + color: white; + padding: 7px 10px; +} + +.message-header strong { + color: inherit; +} + +.message-header + .message-body { + border-radius: 0 0 3px 3px; + border-top: none; +} + +.message { + background-color: whitesmoke; + border-radius: 3px; +} + +.message:not(:last-child) { + margin-bottom: 20px; +} + +.message.is-white { + background-color: white; +} + +.message.is-white .message-header { + background-color: white; + color: #0a0a0a; +} + +.message.is-white .message-body { + border-color: white; + color: #666666; +} + +.message.is-black { + background-color: whitesmoke; +} + +.message.is-black .message-header { + background-color: #0a0a0a; + color: white; +} + +.message.is-black .message-body { + border-color: #0a0a0a; + color: gray; +} + +.message.is-light { + background-color: whitesmoke; +} + +.message.is-light .message-header { + background-color: whitesmoke; + color: #363636; +} + +.message.is-light .message-body { + border-color: whitesmoke; + color: #666666; +} + +.message.is-dark { + background-color: whitesmoke; +} + +.message.is-dark .message-header { + background-color: #363636; + color: whitesmoke; +} + +.message.is-dark .message-body { + border-color: #363636; + color: gray; +} + +.message.is-primary { + background-color: #ecfefb; +} + +.message.is-primary .message-header { + background-color: #11e4c4; + color: white; +} + +.message.is-primary .message-body { + border-color: #11e4c4; + color: gray; +} + +.message.is-info { + background-color: #ebf2ff; +} + +.message.is-info .message-header { + background-color: #0f6bff; + color: white; +} + +.message.is-info .message-body { + border-color: #0f6bff; + color: gray; +} + +.message.is-success { + background-color: #ecfef2; +} + +.message.is-success .message-header { + background-color: #20ee68; + color: white; +} + +.message.is-success .message-body { + border-color: #20ee68; + color: gray; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); +} + +.message.is-warning .message-body { + border-color: #ffcf0f; + color: gray; +} + +.message.is-danger { + background-color: #ffebef; +} + +.message.is-danger .message-header { + background-color: #ff0f3f; + color: white; +} + +.message.is-danger .message-body { + border-color: #ff0f3f; + color: gray; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.modal-background { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: rgba(10, 10, 10, 0.86); +} + +.modal-content, +.modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, + .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(10, 10, 10, 0.1); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + outline: none; + position: relative; + vertical-align: top; + width: 24px; + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-close:before, .modal-close:after { + background-color: white; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.modal-close:before { + -webkit-transform: rotate(45deg); + transform: rotate(45deg); +} + +.modal-close:after { + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.modal-close:hover { + background-color: rgba(10, 10, 10, 0.2); +} + +.modal-close.is-small { + height: 16px; + width: 16px; +} + +.modal-close.is-medium { + height: 32px; + width: 32px; +} + +.modal-close.is-large { + height: 40px; + width: 40px; +} + +.modal-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; +} + +.modal-card-head, +.modal-card-foot { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.modal-card-title { + color: #363636; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + font-size: 24px; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top: 1px solid #dbdbdb; +} + +.modal-card-foot .button:not(:last-child) { + margin-right: 10px; +} + +.modal-card-body { + background-color: white; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.modal { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + -webkit-box-align: center; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + display: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 1986; +} + +.modal.is-active { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.nav-toggle span { + background-color: #4a4a4a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + -webkit-transition: none 86ms ease-out; + transition: none 86ms ease-out; + -webkit-transition-property: background, left, opacity, -webkit-transform; + transition-property: background, left, opacity, -webkit-transform; + transition-property: background, left, opacity, transform; + transition-property: background, left, opacity, transform, -webkit-transform; + width: 15px; +} + +.nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.nav-toggle:hover { + background-color: whitesmoke; +} + +.nav-toggle.is-active span { + background-color: #11e4c4; +} + +.nav-toggle.is-active span:nth-child(1) { + margin-left: -5px; + -webkit-transform: rotate(45deg); + transform: rotate(45deg); + -webkit-transform-origin: left top; + transform-origin: left top; +} + +.nav-toggle.is-active span:nth-child(2) { + opacity: 0; +} + +.nav-toggle.is-active span:nth-child(3) { + margin-left: -5px; + -webkit-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: left bottom; + transform-origin: left bottom; +} + +@media screen and (min-width: 769px) { + .nav-toggle { + display: none; + } +} + +.nav-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 10px; +} + +.nav-item a { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.nav-item img { + max-height: 24px; +} + +.nav-item .button + .button { + margin-left: 10px; +} + +.nav-item .tag:first-child { + margin-right: 5px; +} + +.nav-item .tag:last-child { + margin-left: 5px; +} + +@media screen and (max-width: 768px) { + .nav-item { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + } +} + +.nav-item a, +a.nav-item { + color: #7a7a7a; +} + +.nav-item a:hover, +a.nav-item:hover { + color: #363636; +} + +.nav-item a.is-active, +a.nav-item.is-active { + color: #363636; +} + +.nav-item a.is-tab, +a.nav-item.is-tab { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + padding-left: 12px; + padding-right: 12px; +} + +.nav-item a.is-tab:hover, +a.nav-item.is-tab:hover { + border-bottom: 1px solid #11e4c4; + border-top: 1px solid transparent; +} + +.nav-item a.is-tab.is-active, +a.nav-item.is-tab.is-active { + border-bottom: 3px solid #11e4c4; + border-top: 3px solid transparent; + color: #11e4c4; +} + +@media screen and (max-width: 768px) { + .nav-menu { + background-color: white; + box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1); + left: 0; + display: none; + right: 0; + top: 100%; + position: absolute; + } + .nav-menu .nav-item { + border-top: 1px solid rgba(219, 219, 219, 0.5); + padding: 10px; + } + .nav-menu.is-active { + display: block; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .nav-menu { + padding-right: 20px; + } +} + +.nav-left { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.nav-center { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + margin-right: auto; +} + +@media screen and (min-width: 769px) { + .nav-right { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + } +} + +.nav { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: white; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 50px; + position: relative; + text-align: center; + z-index: 2; +} + +.nav > .container { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 50px; + width: 100%; +} + +.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.nav.has-shadow { + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); +} + +@media screen and (max-width: 979px) { + .nav > .container > .nav-left > .nav-item.is-brand:first-child, + .container > .nav > .nav-left > .nav-item.is-brand:first-child { + padding-left: 20px; + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.pagination { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; +} + +.pagination a { + display: block; + min-width: 32px; + padding: 3px 8px; +} + +.pagination span { + color: #7a7a7a; + display: block; + margin: 0 4px; +} + +.pagination li { + margin: 0 2px; +} + +.pagination ul { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +@media screen and (max-width: 768px) { + .pagination { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .pagination > a { + width: calc(50% - 5px); + } + .pagination > a:not(:first-child) { + margin-left: 10px; + } + .pagination li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + } + .pagination ul { + margin-top: 10px; + } +} + +@media screen and (min-width: 769px) { + .pagination > a:not(:first-child) { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; + color: #7a7a7a; + float: left; + margin: 0 4px 0 -2px; +} + +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.panel-heading { + background-color: whitesmoke; + border-bottom: 1px solid #dbdbdb; + border-radius: 4px 4px 0 0; + color: #363636; + font-size: 18px; + font-weight: 300; + padding: 10px; +} + +.panel-list a { + color: #4a4a4a; +} + +.panel-list a:hover { + color: #11e4c4; +} + +.panel-tabs { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 11px; + padding: 5px 10px 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.panel-tabs a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 5px; +} + +.panel-tabs a.is-active { + border-bottom-color: #363636; + color: #363636; +} + +.panel-tabs:not(:last-child) { + border-bottom: 1px solid #dbdbdb; +} + +.panel-block { + color: #363636; + display: block; + line-height: 16px; + padding: 10px; +} + +.panel-block:not(:last-child) { + border-bottom: 1px solid #dbdbdb; +} + +a.panel-block:hover { + background-color: whitesmoke; +} + +.panel { + border: 1px solid #dbdbdb; + border-radius: 5px; +} + +.panel:not(:last-child) { + margin-bottom: 20px; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + line-height: 24px; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.tabs:not(:last-child) { + margin-bottom: 20px; +} + +.tabs a { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #dbdbdb; + color: #4a4a4a; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: -1px; + padding: 6px 12px; + vertical-align: top; +} + +.tabs a:hover { + border-bottom-color: #363636; + color: #363636; +} + +.tabs li { + display: block; +} + +.tabs li.is-active a { + border-bottom-color: #11e4c4; + color: #11e4c4; +} + +.tabs ul { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid #dbdbdb; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 10px; +} + +.tabs ul.is-center { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-left: 10px; + padding-right: 10px; +} + +.tabs ul.is-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding-left: 10px; +} + +.tabs .icon:first-child { + margin-right: 8px; +} + +.tabs .icon:last-child { + margin-left: 8px; +} + +.tabs.is-centered ul { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.tabs.is-right ul { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 3px 3px 0 0; + padding-bottom: 5px; + padding-top: 5px; +} + +.tabs.is-boxed a:hover { + background-color: whitesmoke; + border-bottom-color: #dbdbdb; +} + +.tabs.is-boxed li.is-active a { + background-color: white; + border-color: #dbdbdb; + border-bottom-color: transparent !important; +} + +.tabs.is-fullwidth li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.tabs.is-toggle a { + border: 1px solid #dbdbdb; + margin-bottom: 0; + padding-bottom: 5px; + padding-top: 5px; + position: relative; +} + +.tabs.is-toggle a:hover { + background-color: whitesmoke; + border-color: #b5b5b5; + z-index: 2; +} + +.tabs.is-toggle li + li { + margin-left: -1px; +} + +.tabs.is-toggle li:first-child a { + border-radius: 3px 0 0 3px; +} + +.tabs.is-toggle li:last-child a { + border-radius: 0 3px 3px 0; +} + +.tabs.is-toggle li.is-active a { + background-color: #11e4c4; + border-color: #11e4c4; + color: white; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-small { + font-size: 11px; +} + +.tabs.is-small a { + padding: 2px 8px; +} + +.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { + padding-bottom: 1px; + padding-top: 1px; +} + +.tabs.is-medium { + font-size: 18px; +} + +.tabs.is-medium a { + padding: 10px 16px; +} + +.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { + padding-bottom: 9px; + padding-top: 9px; +} + +.tabs.is-large { + font-size: 28px; +} + +.tabs.is-large a { + padding: 14px 20px; +} + +.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { + padding-bottom: 13px; + padding-top: 13px; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .column { + display: block; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; @@ -4019,11 +5599,23 @@ a.box:active { } } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .tile { -webkit-box-align: stretch; -ms-flex-align: stretch; -ms-grid-row-align: stretch; align-items: stretch; + display: block; -ms-flex-preferred-size: auto; flex-basis: auto; -webkit-box-flex: 1; @@ -4149,1344 +5741,17 @@ a.box:active { } } -.highlight { - background-color: #fdf6e3; - color: #586e75; -} - -.highlight .c { - color: #93a1a1; -} - -.highlight .err, -.highlight .g { - color: #586e75; -} - -.highlight .k { - color: #859900; -} - -.highlight .l, -.highlight .n { - color: #586e75; -} - -.highlight .o { - color: #859900; -} - -.highlight .x { - color: #cb4b16; -} - -.highlight .p { - color: #586e75; -} - -.highlight .cm { - color: #93a1a1; -} - -.highlight .cp { - color: #859900; -} - -.highlight .c1 { - color: #93a1a1; -} - -.highlight .cs { - color: #859900; -} - -.highlight .gd { - color: #2aa198; -} - -.highlight .ge { - color: #586e75; - font-style: italic; -} - -.highlight .gr { - color: #dc322f; -} - -.highlight .gh { - color: #cb4b16; -} - -.highlight .gi { - color: #859900; -} - -.highlight .go, -.highlight .gp { - color: #586e75; -} - -.highlight .gs { - color: #586e75; - font-weight: bold; -} - -.highlight .gu { - color: #cb4b16; -} - -.highlight .gt { - color: #586e75; -} - -.highlight .kc { - color: #cb4b16; -} - -.highlight .kd { - color: #268bd2; -} - -.highlight .kn, -.highlight .kp { - color: #859900; -} - -.highlight .kr { - color: #268bd2; -} - -.highlight .kt { - color: #dc322f; -} - -.highlight .ld { - color: #586e75; -} - -.highlight .m, -.highlight .s { - color: #2aa198; -} - -.highlight .na { - color: #B58900; -} - -.highlight .nb { - color: #586e75; -} - -.highlight .nc { - color: #268bd2; -} - -.highlight .no { - color: #cb4b16; -} - -.highlight .nd { - color: #268bd2; -} - -.highlight .ni, -.highlight .ne { - color: #cb4b16; -} - -.highlight .nf { - color: #268bd2; -} - -.highlight .nl, -.highlight .nn, -.highlight .nx, -.highlight .py { - color: #586e75; -} - -.highlight .nt, -.highlight .nv { - color: #268bd2; -} - -.highlight .ow { - color: #859900; -} - -.highlight .w { - color: #586e75; -} - -.highlight .mf, -.highlight .mh, -.highlight .mi, -.highlight .mo { - color: #2aa198; -} - -.highlight .sb { - color: #93a1a1; -} - -.highlight .sc { - color: #2aa198; -} - -.highlight .sd { - color: #586e75; -} - -.highlight .s2 { - color: #2aa198; -} - -.highlight .se { - color: #cb4b16; -} - -.highlight .sh { - color: #586e75; -} - -.highlight .si, -.highlight .sx { - color: #2aa198; -} - -.highlight .sr { - color: #dc322f; -} - -.highlight .s1, -.highlight .ss { - color: #2aa198; -} - -.highlight .bp, -.highlight .vc, -.highlight .vg, -.highlight .vi { - color: #268bd2; -} - -.highlight .il { - color: #2aa198; -} - -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; -} - -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 10px; +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } -} - -.level-left .level-item:not(:last-child), -.level-right .level-item:not(:last-child) { - margin-right: 10px; -} - -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} - -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 20px; + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); } } -@media screen and (min-width: 769px) { - .level-left { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } -} - -@media screen and (min-width: 769px) { - .level-right { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - } -} - -.level { - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; -} - -.level code { - border-radius: 3px; -} - -.level img { - display: inline-block; - vertical-align: top; -} - -.level.is-mobile { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} - -.level.is-mobile > .level-item:not(:last-child) { - margin-bottom: 0; -} - -.level.is-mobile > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} - -@media screen and (min-width: 769px) { - .level { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - } - .level > .level-item:not(.is-narrow) { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } -} - -.media-number { - background-color: #f5f7fa; - border-radius: 290486px; - display: inline-block; - font-size: 18px; - height: 32px; - line-height: 24px; - min-width: 32px; - padding: 4px 8px; - text-align: center; - vertical-align: top; -} - -@media screen and (max-width: 768px) { - .media-number { - margin-bottom: 10px; - } -} - -@media screen and (min-width: 769px) { - .media-number { - margin-right: 10px; - } -} - -.media-left { - margin-right: 10px; -} - -.media-right { - margin-left: 10px; -} - -.media-content { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - text-align: left; -} - -.media { - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - text-align: left; -} - -.media .content:not(:last-child) { - margin-bottom: 10px; -} - -.media .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding-top: 10px; -} - -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 5px; -} - -.media .media .media { - padding-top: 5px; -} - -.media .media .media + .media { - margin-top: 5px; -} - -.media + .media { - border-top: 1px solid rgba(211, 214, 219, 0.5); - margin-top: 10px; - padding-top: 10px; -} - -.media.is-large + .media { - margin-top: 20px; - padding-top: 20px; -} - -@media screen and (min-width: 769px) { - .media.is-large .media-number { - margin-right: 20px; - } -} - -.menu-nav a { - display: block; - padding: 5px 10px; -} - -.menu-list a { - border-radius: 2px; - color: #69707a; - display: block; - padding: 5px 10px; -} - -.menu-list a:hover { - background-color: #f5f7fa; - color: #1fc8db; -} - -.menu-list a.is-active { - background-color: #1fc8db; - color: white; -} - -.menu-list li ul { - border-left: 1px solid #d3d6db; - margin: 10px; - padding-left: 10px; -} - -.menu-label { - color: #aeb1b5; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.menu-label:not(:first-child) { - margin-top: 20px; -} - -.message-body { - border: 1px solid #d3d6db; - border-radius: 3px; - padding: 12px 15px; -} - -.message-body strong { - color: inherit; -} - -.message-header { - background-color: #69707a; - border-radius: 3px 3px 0 0; - color: white; - padding: 7px 10px; -} - -.message-header strong { - color: inherit; -} - -.message-header + .message-body { - border-radius: 0 0 3px 3px; - border-top: none; -} - -.message { - background-color: #f5f7fa; - border-radius: 3px; -} - -.message.is-white { - background-color: white; -} - -.message.is-white .message-header { - background-color: #fff; - color: #111; -} - -.message.is-white .message-body { - border-color: #fff; - color: #666666; -} - -.message.is-black { - background-color: whitesmoke; -} - -.message.is-black .message-header { - background-color: #111; - color: #fff; -} - -.message.is-black .message-body { - border-color: #111; - color: gray; -} - -.message.is-light { - background-color: #f5f7fa; -} - -.message.is-light .message-header { - background-color: #f5f7fa; - color: #69707a; -} - -.message.is-light .message-body { - border-color: #f5f7fa; - color: #666666; -} - -.message.is-dark { - background-color: #f4f5f6; -} - -.message.is-dark .message-header { - background-color: #69707a; - color: #f5f7fa; -} - -.message.is-dark .message-body { - border-color: #69707a; - color: gray; -} - -.message.is-primary { - background-color: #edfbfc; -} - -.message.is-primary .message-header { - background-color: #1fc8db; - color: white; -} - -.message.is-primary .message-body { - border-color: #1fc8db; - color: gray; -} - -.message.is-info { - background-color: #edf7fc; -} - -.message.is-info .message-header { - background-color: #42afe3; - color: white; -} - -.message.is-info .message-body { - border-color: #42afe3; - color: gray; -} - -.message.is-success { - background-color: #f4faf0; -} - -.message.is-success .message-header { - background-color: #97cd76; - color: white; -} - -.message.is-success .message-body { - border-color: #97cd76; - color: gray; -} - -.message.is-warning { - background-color: #fffbeb; -} - -.message.is-warning .message-header { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); -} - -.message.is-warning .message-body { - border-color: #fce473; - color: #666666; -} - -.message.is-danger { - background-color: #fdeeed; -} - -.message.is-danger .message-header { - background-color: #ed6c63; - color: white; -} - -.message.is-danger .message-body { - border-color: #ed6c63; - color: gray; -} - -.modal-background { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - background-color: rgba(17, 17, 17, 0.86); -} - -.modal-content, .modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; -} - -@media screen and (min-width: 769px) { - .modal-content, .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } -} - -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; -} - -.modal-card { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; -} - -.modal-card-head, -.modal-card-foot { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #f5f7fa; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - padding: 20px; - position: relative; -} - -.modal-card-head { - border-bottom: 1px solid #d3d6db; - border-top-left-radius: 5px; - border-top-right-radius: 5px; -} - -.modal-card-title { - color: #222324; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - font-size: 24px; - line-height: 1; -} - -.modal-card-foot { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - border-top: 1px solid #d3d6db; -} - -.modal-card-foot .button:not(:last-child) { - margin-right: 10px; -} - -.modal-card-body { - background-color: #fff; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; -} - -.modal { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; - -webkit-box-align: center; - -ms-flex-align: center; - -ms-grid-row-align: center; - align-items: center; - display: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 1986; -} - -.modal.is-active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} - -@media screen and (min-width: 769px) { - .nav-toggle { - display: none; - } -} - -.nav-item { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding: 10px; -} - -.nav-item a { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; -} - -.nav-item img { - max-height: 24px; -} - -.nav-item .button + .button { - margin-left: 10px; -} - -.nav-item .tag:first-child { - margin-right: 5px; -} - -.nav-item .tag:last-child { - margin-left: 5px; -} - -@media screen and (max-width: 768px) { - .nav-item { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - } -} - -.nav-item a, -a.nav-item { - color: #69707a; -} - -.nav-item a:hover, -a.nav-item:hover { - color: #222324; -} - -.nav-item a.is-active, -a.nav-item.is-active { - color: #222324; -} - -.nav-item a.is-tab, -a.nav-item.is-tab { - border-bottom: 1px solid transparent; - border-top: 1px solid transparent; - padding-left: 12px; - padding-right: 12px; -} - -.nav-item a.is-tab:hover, -a.nav-item.is-tab:hover { - border-bottom: 1px solid #1fc8db; - border-top: 1px solid transparent; -} - -.nav-item a.is-tab.is-active, -a.nav-item.is-tab.is-active { - border-bottom: 3px solid #1fc8db; - border-top: 3px solid transparent; - color: #1fc8db; -} - -@media screen and (max-width: 768px) { - .nav-menu { - background-color: #fff; - box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); - left: 0; - display: none; - right: 0; - top: 100%; - position: absolute; - } - .nav-menu .nav-item { - border-top: 1px solid rgba(211, 214, 219, 0.5); - padding: 10px; - } - .nav-menu.is-active { - display: block; - } -} - -@media screen and (min-width: 769px) and (max-width: 979px) { - .nav-menu { - padding-right: 20px; - } -} - -.nav-left { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} - -.nav-center { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-left: auto; - margin-right: auto; -} - -@media screen and (min-width: 769px) { - .nav-right { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - } -} - -.nav { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: #fff; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - min-height: 50px; - position: relative; - text-align: center; - z-index: 2; -} - -.nav > .container { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - min-height: 50px; - width: 100%; -} - -.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { - padding-left: 0; -} - -.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { - padding-right: 0; -} - -.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { - padding-left: 0; -} - -.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { - padding-right: 0; -} - -.nav.has-shadow { - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); -} - -@media screen and (max-width: 979px) { - .nav > .container > .nav-left > .nav-item.is-brand:first-child, - .container > .nav > .nav-left > .nav-item.is-brand:first-child { - padding-left: 20px; - } -} - -.pagination { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - text-align: center; -} - -.pagination a { - display: block; - min-width: 32px; - padding: 3px 8px; -} - -.pagination span { - color: #aeb1b5; - display: block; - margin: 0 4px; -} - -.pagination li { - margin: 0 2px; -} - -.pagination ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -@media screen and (max-width: 768px) { - .pagination { - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - .pagination > a { - width: calc(50% - 5px); - } - .pagination > a:not(:first-child) { - margin-left: 10px; - } - .pagination li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - } - .pagination ul { - margin-top: 10px; - } -} - -@media screen and (min-width: 769px) { - .pagination > a:not(:first-child) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} - -.panel-icon { - display: inline-block; - font-size: 14px; - height: 16px; - line-height: 16px; - text-align: center; - vertical-align: top; - width: 16px; - color: #aeb1b5; - float: left; - margin: 0 4px 0 -2px; -} - -.panel-icon .fa { - font-size: inherit; - line-height: inherit; -} - -.panel-heading { - background-color: #f5f7fa; - border-bottom: 1px solid #d3d6db; - border-radius: 4px 4px 0 0; - color: #222324; - font-size: 18px; - font-weight: 300; - padding: 10px; -} - -.panel-list a { - color: #69707a; -} - -.panel-list a:hover { - color: #1fc8db; -} - -.panel-tabs { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - font-size: 11px; - padding: 5px 10px 0; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -.panel-tabs a { - border-bottom: 1px solid #d3d6db; - margin-bottom: -1px; - padding: 5px; -} - -.panel-tabs a.is-active { - border-bottom-color: #222324; - color: #222324; -} - -.panel-tabs:not(:last-child) { - border-bottom: 1px solid #d3d6db; -} - -.panel-block { - color: #222324; - display: block; - line-height: 16px; - padding: 10px; -} - -.panel-block:not(:last-child) { - border-bottom: 1px solid #d3d6db; -} - -a.panel-block:hover { - background-color: #f5f7fa; -} - -.panel { - border: 1px solid #d3d6db; - border-radius: 5px; -} - -.panel:not(:last-child) { - margin-bottom: 20px; -} - -.tabs { - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - line-height: 24px; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} - -.tabs a { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border-bottom: 1px solid #d3d6db; - color: #69707a; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-bottom: -1px; - padding: 6px 12px; - vertical-align: top; -} - -.tabs a:hover { - border-bottom-color: #222324; - color: #222324; -} - -.tabs li { - display: block; -} - -.tabs li.is-active a { - border-bottom-color: #1fc8db; - color: #1fc8db; -} - -.tabs ul { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border-bottom: 1px solid #d3d6db; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} - -.tabs ul.is-left { - padding-right: 10px; -} - -.tabs ul.is-center { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding-left: 10px; - padding-right: 10px; -} - -.tabs ul.is-right { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - padding-left: 10px; -} - -.tabs .icon:first-child { - margin-right: 8px; -} - -.tabs .icon:last-child { - margin-left: 8px; -} - -.tabs.is-centered ul { - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} - -.tabs.is-right ul { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} - -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 3px 3px 0 0; - padding-bottom: 5px; - padding-top: 5px; -} - -.tabs.is-boxed a:hover { - background-color: #f5f7fa; - border-bottom-color: #d3d6db; -} - -.tabs.is-boxed li.is-active a { - background-color: #fff; - border-color: #d3d6db; - border-bottom-color: transparent !important; -} - -.tabs.is-fullwidth li { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; -} - -.tabs.is-toggle a { - border: 1px solid #d3d6db; - margin-bottom: 0; - padding-bottom: 5px; - padding-top: 5px; - position: relative; -} - -.tabs.is-toggle a:hover { - background-color: #f5f7fa; - border-color: #aeb1b5; - z-index: 2; -} - -.tabs.is-toggle li + li { - margin-left: -1px; -} - -.tabs.is-toggle li:first-child a { - border-radius: 3px 0 0 3px; -} - -.tabs.is-toggle li:last-child a { - border-radius: 0 3px 3px 0; -} - -.tabs.is-toggle li.is-active a { - background-color: #1fc8db; - border-color: #1fc8db; - color: white; - z-index: 1; -} - -.tabs.is-toggle ul { - border-bottom: none; -} - -.tabs.is-small { - font-size: 11px; -} - -.tabs.is-small a { - padding: 2px 8px; -} - -.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { - padding-bottom: 1px; - padding-top: 1px; -} - -.tabs.is-medium { - font-size: 18px; -} - -.tabs.is-medium a { - padding: 10px 16px; -} - -.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { - padding-bottom: 9px; - padding-top: 9px; -} - -.tabs.is-large { - font-size: 28px; -} - -.tabs.is-large a { - padding: 14px 20px; -} - -.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { - padding-bottom: 13px; - padding-top: 13px; -} - .hero-video { bottom: 0; left: 0; @@ -5571,7 +5836,7 @@ a.panel-block:hover { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; - background-color: #fff; + background-color: white; display: -webkit-box; display: -ms-flexbox; display: flex; @@ -5586,7 +5851,7 @@ a.panel-block:hover { .hero .nav { background: none; - box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); + box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3); } .hero .tabs ul { @@ -5594,12 +5859,12 @@ a.panel-block:hover { } .hero.is-white { - background-color: #fff; - color: #111; + background-color: white; + color: #0a0a0a; } .hero.is-white .title { - color: #111; + color: #0a0a0a; } .hero.is-white .title a, @@ -5608,38 +5873,38 @@ a.panel-block:hover { } .hero.is-white .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(10, 10, 10, 0.9); } .hero.is-white .subtitle a, .hero.is-white .subtitle strong { - color: #111; + color: #0a0a0a; } .hero.is-white .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2); } @media screen and (max-width: 768px) { .hero.is-white .nav-menu { - background-color: #fff; + background-color: white; } } .hero.is-white a.nav-item, .hero.is-white .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(10, 10, 10, 0.7); } .hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, .hero.is-white .nav-item a:not(.button):hover, .hero.is-white .nav-item a:not(.button).is-active { - color: #111; + color: #0a0a0a; } .hero.is-white .tabs a { - color: #111; - opacity: 0.5; + color: #0a0a0a; + opacity: 0.9; } .hero.is-white .tabs a:hover { @@ -5651,46 +5916,46 @@ a.panel-block:hover { } .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: #111; + color: #0a0a0a; } .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #111; - border-color: #111; - color: #fff; + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; } .hero.is-white.is-bold { - background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, #fff 71%, white 100%); - background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); + background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%); + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-white .nav-toggle span { - background-color: #111; + background-color: #0a0a0a; } .hero.is-white .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-white .nav-toggle.is-active span { - background-color: #111; + background-color: #0a0a0a; } .hero.is-white .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(10, 10, 10, 0.2); } } .hero.is-black { - background-color: #111; - color: #fff; + background-color: #0a0a0a; + color: white; } .hero.is-black .title { - color: #fff; + color: white; } .hero.is-black .title a, @@ -5699,12 +5964,12 @@ a.panel-block:hover { } .hero.is-black .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-black .subtitle a, .hero.is-black .subtitle strong { - color: #fff; + color: white; } .hero.is-black .nav { @@ -5713,24 +5978,24 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-black .nav-menu { - background-color: #111; + background-color: #0a0a0a; } } .hero.is-black a.nav-item, .hero.is-black .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, .hero.is-black .nav-item a:not(.button):hover, .hero.is-black .nav-item a:not(.button).is-active { - color: #fff; + color: white; } .hero.is-black .tabs a { - color: #fff; - opacity: 0.5; + color: white; + opacity: 0.9; } .hero.is-black .tabs a:hover { @@ -5742,33 +6007,33 @@ a.panel-block:hover { } .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: #fff; + color: white; } .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #111; + background-color: white; + border-color: white; + color: #0a0a0a; } .hero.is-black.is-bold { - background-image: -webkit-linear-gradient(309deg, black 0%, #111 71%, #1f1c1c 100%); - background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); + background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%); + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } @media screen and (max-width: 768px) { .hero.is-black .nav-toggle span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-black .nav-toggle.is-active span { - background-color: #fff; + background-color: white; } .hero.is-black .nav-menu .nav-item { border-top-color: rgba(255, 255, 255, 0.2); @@ -5776,12 +6041,12 @@ a.panel-block:hover { } .hero.is-light { - background-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + color: #363636; } .hero.is-light .title { - color: #69707a; + color: #363636; } .hero.is-light .title a, @@ -5790,38 +6055,38 @@ a.panel-block:hover { } .hero.is-light .subtitle { - color: rgba(105, 112, 122, 0.7); + color: rgba(54, 54, 54, 0.9); } .hero.is-light .subtitle a, .hero.is-light .subtitle strong { - color: #69707a; + color: #363636; } .hero.is-light .nav { - box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); + box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2); } @media screen and (max-width: 768px) { .hero.is-light .nav-menu { - background-color: #f5f7fa; + background-color: whitesmoke; } } .hero.is-light a.nav-item, .hero.is-light .nav-item a:not(.button) { - color: rgba(105, 112, 122, 0.5); + color: rgba(54, 54, 54, 0.7); } .hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, .hero.is-light .nav-item a:not(.button):hover, .hero.is-light .nav-item a:not(.button).is-active { - color: #69707a; + color: #363636; } .hero.is-light .tabs a { - color: #69707a; - opacity: 0.5; + color: #363636; + opacity: 0.9; } .hero.is-light .tabs a:hover { @@ -5833,46 +6098,46 @@ a.panel-block:hover { } .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: #69707a; + color: #363636; } .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: #69707a; - border-color: #69707a; - color: #f5f7fa; + background-color: #363636; + border-color: #363636; + color: whitesmoke; } .hero.is-light.is-bold { - background-image: -webkit-linear-gradient(309deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); - background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); + background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%); + background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%); } @media screen and (max-width: 768px) { .hero.is-light .nav-toggle span { - background-color: #69707a; + background-color: #363636; } .hero.is-light .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-light .nav-toggle.is-active span { - background-color: #69707a; + background-color: #363636; } .hero.is-light .nav-menu .nav-item { - border-top-color: rgba(105, 112, 122, 0.2); + border-top-color: rgba(54, 54, 54, 0.2); } } .hero.is-dark { - background-color: #69707a; - color: #f5f7fa; + background-color: #363636; + color: whitesmoke; } .hero.is-dark .title { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .title a, @@ -5881,38 +6146,38 @@ a.panel-block:hover { } .hero.is-dark .subtitle { - color: rgba(245, 247, 250, 0.7); + color: rgba(245, 245, 245, 0.9); } .hero.is-dark .subtitle a, .hero.is-dark .subtitle strong { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .nav { - box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); + box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2); } @media screen and (max-width: 768px) { .hero.is-dark .nav-menu { - background-color: #69707a; + background-color: #363636; } } .hero.is-dark a.nav-item, .hero.is-dark .nav-item a:not(.button) { - color: rgba(245, 247, 250, 0.5); + color: rgba(245, 245, 245, 0.7); } .hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, .hero.is-dark .nav-item a:not(.button):hover, .hero.is-dark .nav-item a:not(.button).is-active { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs a { - color: #f5f7fa; - opacity: 0.5; + color: whitesmoke; + opacity: 0.9; } .hero.is-dark .tabs a:hover { @@ -5924,41 +6189,41 @@ a.panel-block:hover { } .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: #f5f7fa; + color: whitesmoke; } .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: #f5f7fa; - border-color: #f5f7fa; - color: #69707a; + background-color: whitesmoke; + border-color: whitesmoke; + color: #363636; } .hero.is-dark.is-bold { - background-image: -webkit-linear-gradient(309deg, #495a67 0%, #69707a 71%, #6e768e 100%); - background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); + background-image: -webkit-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%); + background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%); } @media screen and (max-width: 768px) { .hero.is-dark .nav-toggle span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-dark .nav-toggle.is-active span { - background-color: #f5f7fa; + background-color: whitesmoke; } .hero.is-dark .nav-menu .nav-item { - border-top-color: rgba(245, 247, 250, 0.2); + border-top-color: rgba(245, 245, 245, 0.2); } } .hero.is-primary { - background-color: #1fc8db; + background-color: #11e4c4; color: white; } @@ -5972,7 +6237,7 @@ a.panel-block:hover { } .hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-primary .subtitle a, @@ -5986,13 +6251,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-primary .nav-menu { - background-color: #1fc8db; + background-color: #11e4c4; } } .hero.is-primary a.nav-item, .hero.is-primary .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, @@ -6003,7 +6268,7 @@ a.panel-block:hover { .hero.is-primary .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-primary .tabs a:hover { @@ -6019,18 +6284,18 @@ a.panel-block:hover { } .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #1fc8db; + color: #11e4c4; } .hero.is-primary.is-bold { - background-image: -webkit-linear-gradient(309deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); - background-image: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 71%, #2cb5e8 100%); + background-image: -webkit-linear-gradient(309deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); + background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%); } @media screen and (max-width: 768px) { @@ -6038,7 +6303,7 @@ a.panel-block:hover { background-color: white; } .hero.is-primary .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-primary .nav-toggle.is-active span { background-color: white; @@ -6049,7 +6314,7 @@ a.panel-block:hover { } .hero.is-info { - background-color: #42afe3; + background-color: #0f6bff; color: white; } @@ -6063,7 +6328,7 @@ a.panel-block:hover { } .hero.is-info .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-info .subtitle a, @@ -6077,13 +6342,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-info .nav-menu { - background-color: #42afe3; + background-color: #0f6bff; } } .hero.is-info a.nav-item, .hero.is-info .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, @@ -6094,7 +6359,7 @@ a.panel-block:hover { .hero.is-info .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-info .tabs a:hover { @@ -6110,18 +6375,18 @@ a.panel-block:hover { } .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #42afe3; + color: #0f6bff; } .hero.is-info.is-bold { - background-image: -webkit-linear-gradient(309deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); - background-image: linear-gradient(141deg, #13bfdf 0%, #42afe3 71%, #53a1eb 100%); + background-image: -webkit-linear-gradient(309deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); + background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%); } @media screen and (max-width: 768px) { @@ -6129,7 +6394,7 @@ a.panel-block:hover { background-color: white; } .hero.is-info .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-info .nav-toggle.is-active span { background-color: white; @@ -6140,7 +6405,7 @@ a.panel-block:hover { } .hero.is-success { - background-color: #97cd76; + background-color: #20ee68; color: white; } @@ -6154,7 +6419,7 @@ a.panel-block:hover { } .hero.is-success .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-success .subtitle a, @@ -6168,13 +6433,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-success .nav-menu { - background-color: #97cd76; + background-color: #20ee68; } } .hero.is-success a.nav-item, .hero.is-success .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, @@ -6185,7 +6450,7 @@ a.panel-block:hover { .hero.is-success .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-success .tabs a:hover { @@ -6201,18 +6466,18 @@ a.panel-block:hover { } .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #97cd76; + color: #20ee68; } .hero.is-success.is-bold { - background-image: -webkit-linear-gradient(309deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); - background-image: linear-gradient(141deg, #8ecb45 0%, #97cd76 71%, #96d885 100%); + background-image: -webkit-linear-gradient(309deg, #04d72b 0%, #20ee68 71%, #32f597 100%); + background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%); } @media screen and (max-width: 768px) { @@ -6220,7 +6485,7 @@ a.panel-block:hover { background-color: white; } .hero.is-success .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-success .nav-toggle.is-active span { background-color: white; @@ -6231,12 +6496,12 @@ a.panel-block:hover { } .hero.is-warning { - background-color: #fce473; - color: rgba(17, 17, 17, 0.5); + background-color: #ffcf0f; + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .title { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .title a, @@ -6245,38 +6510,38 @@ a.panel-block:hover { } .hero.is-warning .subtitle { - color: rgba(17, 17, 17, 0.7); + color: rgba(0, 0, 0, 0.9); } .hero.is-warning .subtitle a, .hero.is-warning .subtitle strong { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav { - box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); } @media screen and (max-width: 768px) { .hero.is-warning .nav-menu { - background-color: #fce473; + background-color: #ffcf0f; } } .hero.is-warning a.nav-item, .hero.is-warning .nav-item a:not(.button) { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, .hero.is-warning .nav-item a:not(.button):hover, .hero.is-warning .nav-item a:not(.button).is-active { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs a { - color: rgba(17, 17, 17, 0.5); - opacity: 0.5; + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; } .hero.is-warning .tabs a:hover { @@ -6288,41 +6553,41 @@ a.panel-block:hover { } .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); } .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(17, 17, 17, 0.5); - border-color: rgba(17, 17, 17, 0.5); - color: #fce473; + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffcf0f; } .hero.is-warning.is-bold { - background-image: -webkit-linear-gradient(309deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); - background-image: linear-gradient(141deg, #ffbd3d 0%, #fce473 71%, #fffe8a 100%); + background-image: -webkit-linear-gradient(309deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); + background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%); } @media screen and (max-width: 768px) { .hero.is-warning .nav-toggle span { - background-color: rgba(17, 17, 17, 0.5); + background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-warning .nav-toggle.is-active span { - background-color: rgba(17, 17, 17, 0.5); + background-color: rgba(0, 0, 0, 0.7); } .hero.is-warning .nav-menu .nav-item { - border-top-color: rgba(17, 17, 17, 0.2); + border-top-color: rgba(0, 0, 0, 0.2); } } .hero.is-danger { - background-color: #ed6c63; + background-color: #ff0f3f; color: white; } @@ -6336,7 +6601,7 @@ a.panel-block:hover { } .hero.is-danger .subtitle { - color: rgba(255, 255, 255, 0.7); + color: rgba(255, 255, 255, 0.9); } .hero.is-danger .subtitle a, @@ -6350,13 +6615,13 @@ a.panel-block:hover { @media screen and (max-width: 768px) { .hero.is-danger .nav-menu { - background-color: #ed6c63; + background-color: #ff0f3f; } } .hero.is-danger a.nav-item, .hero.is-danger .nav-item a:not(.button) { - color: rgba(255, 255, 255, 0.5); + color: rgba(255, 255, 255, 0.7); } .hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, @@ -6367,7 +6632,7 @@ a.panel-block:hover { .hero.is-danger .tabs a { color: white; - opacity: 0.5; + opacity: 0.9; } .hero.is-danger .tabs a:hover { @@ -6383,18 +6648,18 @@ a.panel-block:hover { } .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { background-color: white; border-color: white; - color: #ed6c63; + color: #ff0f3f; } .hero.is-danger.is-bold { - background-image: -webkit-linear-gradient(309deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); - background-image: linear-gradient(141deg, #f32a3e 0%, #ed6c63 71%, #f39376 100%); + background-image: -webkit-linear-gradient(309deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); + background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%); } @media screen and (max-width: 768px) { @@ -6402,7 +6667,7 @@ a.panel-block:hover { background-color: white; } .hero.is-danger .nav-toggle:hover { - background-color: rgba(17, 17, 17, 0.1); + background-color: rgba(10, 10, 10, 0.1); } .hero.is-danger .nav-toggle.is-active span { background-color: white; @@ -6447,8 +6712,19 @@ a.panel-block:hover { flex-shrink: 0; } +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + .section { - background-color: #fff; + background-color: white; padding: 40px 20px; } @@ -6462,29 +6738,40 @@ a.panel-block:hover { } .footer { - background-color: #f5f7fa; + background-color: whitesmoke; padding: 40px 20px 80px; } .footer a, .footer a:visited { - color: #69707a; + color: #4a4a4a; } .footer a:hover, .footer a:visited:hover { - color: #222324; + color: #363636; } .footer a:not(.icon), .footer a:visited:not(.icon) { - border-bottom: 1px solid #d3d6db; + border-bottom: 1px solid #dbdbdb; } .footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { - border-bottom-color: #1fc8db; + border-bottom-color: #11e4c4; +} + +@keyframes spin-around { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } } @media screen and (min-width: 769px) { .button small { - color: #69707a; + color: #4a4a4a; left: 0; margin-top: 10px; position: absolute; @@ -6544,8 +6831,7 @@ body.page-grid .column > .notification { #carbonads .carbon-text { display: block; - color: #222324; - margin-bottom: 5px; + color: #363636; margin-left: 145px; } @@ -6562,7 +6848,7 @@ body.page-grid .column > .notification { #github:hover { background: #333333; border-color: #333333; - color: #fff; + color: white; } #twitter { @@ -6573,19 +6859,251 @@ body.page-grid .column > .notification { #twitter:hover { background: #55acee; border-color: #55acee; - color: #fff; + color: white; +} + +@-webkit-keyframes floatUp { + 0% { + box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0); + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + 67% { + box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2); + -webkit-transform: scale(1); + transform: scale(1); + } + 100% { + box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2); + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes floatUp { + 0% { + box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0); + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + 67% { + box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2); + -webkit-transform: scale(1); + transform: scale(1); + } + 100% { + box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2); + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-webkit-keyframes strokePath { + from { + stroke-dashoffset: 880; + } + to { + stroke-dashoffset: 0; + } +} + +@keyframes strokePath { + from { + stroke-dashoffset: 880; + } + to { + stroke-dashoffset: 0; + } +} + +@-webkit-keyframes fadeIn { + from { + opacity: 0; + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes fadeIn { + from { + opacity: 0; + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + to { + opacity: 1; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-webkit-keyframes fadeOut { + 0% { + opacity: 1; + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + 67% { + opacity: 1; + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + 100% { + opacity: 0; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@keyframes fadeOut { + 0% { + opacity: 1; + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + 67% { + opacity: 1; + -webkit-transform: scale(0.86); + transform: scale(0.86); + } + 100% { + opacity: 0; + -webkit-transform: scale(1); + transform: scale(1); + } +} + +@-webkit-keyframes slideDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes slideDown { + 0% { + opacity: 0; + -webkit-transform: translateY(-10px); + transform: translateY(-10px); + } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@-webkit-keyframes slideUp { + 0% { + opacity: 0; + -webkit-transform: translateY(10px); + transform: translateY(10px); + } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } +} + +@keyframes slideUp { + 0% { + opacity: 0; + -webkit-transform: translateY(10px); + transform: translateY(10px); + } + 100% { + opacity: 1; + -webkit-transform: translateY(0); + transform: translateY(0); + } } #b { + -webkit-animation-delay: 1s; + animation-delay: 1s; + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: floatUp; + animation-name: floatUp; + -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); + animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); border-radius: 20px; - box-shadow: 0 20px 60px rgba(17, 17, 17, 0.05), 0 5px 10px rgba(17, 17, 17, 0.1), 0 1px 1px rgba(17, 17, 17, 0.2); display: inline-block; height: 240px; margin-bottom: 40px; + position: relative; vertical-align: top; width: 240px; } +#b svg { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + display: block; + height: 240px; + width: 240px; +} + +#b svg:first-child { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: fadeOut; + animation-name: fadeOut; + -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); + animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); +} + +#b svg:first-child g { + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: strokePath; + animation-name: strokePath; + -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); + animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); + fill: none; + stroke: #11e4c4; + stroke-dasharray: 880; + stroke-width: 2px; +} + +#b svg:last-child { + -webkit-animation-delay: 1s; + animation-delay: 1s; + -webkit-animation-duration: 1s; + animation-duration: 1s; + -webkit-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-name: fadeIn; + animation-name: fadeIn; + -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); + animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1); +} + +#b svg:last-child g { + fill: #11e4c4; +} + @media screen and (max-width: 768px) { #b { border-radius: 10px; @@ -6594,19 +7112,58 @@ body.page-grid .column > .notification { } } +#bulma { + -webkit-animation: slideDown 500ms both; + animation: slideDown 500ms both; + -webkit-animation-delay: 1s; + animation-delay: 1s; +} + +#modern-framework { + -webkit-animation: slideUp 500ms both; + animation: slideUp 500ms both; + -webkit-animation-delay: 1.2s; + animation-delay: 1.2s; +} + #npm { + -webkit-animation: fadeIn 500ms both; + animation: fadeIn 500ms both; + -webkit-animation-delay: 1.4s; + animation-delay: 1.4s; background: none; margin: -10px 0 20px; } #npm code { border-radius: 3px; - color: #1fc8db; + color: #11e4c4; display: inline-block; font-size: 16px; padding: 16px 32px; } +#ghbtns { + -webkit-animation: slideDown 500ms both; + animation: slideDown 500ms both; + -webkit-animation-delay: 1.6s; + animation-delay: 1.6s; +} + +html.route-index #carbon { + -webkit-animation: slideUp 500ms both; + animation: slideUp 500ms both; + -webkit-animation-delay: 1.8s; + animation-delay: 1.8s; +} + +#download { + -webkit-animation: fadeIn 500ms both; + animation: fadeIn 500ms both; + -webkit-animation-delay: 2s; + animation-delay: 2s; +} + #grid .notification { padding-left: 0; padding-right: 0; @@ -6617,9 +7174,9 @@ body.page-grid .column > .notification { } #tweet { - background: #fff; + background: white; border-radius: 5px; - box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); padding: 20px; } @@ -6670,9 +7227,9 @@ body.page-grid .column > .notification { .example, .structure { - border: 1px solid #fce473; + border: 1px solid #ffcf0f; border-top-right-radius: 3px; - color: rgba(17, 17, 17, 0.5); + color: rgba(0, 0, 0, 0.7); padding: 15px 20px; position: relative; } @@ -6689,7 +7246,7 @@ body.page-grid .column > .notification { .example:before, .structure:before { - background: #fce473; + background: #ffcf0f; border-radius: 3px 3px 0 0; bottom: 100%; content: "Example"; @@ -6714,7 +7271,7 @@ body.page-grid .column > .notification { } .example + .highlight { - border: 1px solid #fce473; + border: 1px solid #ffcf0f; border-radius: 0 0 3px 3px; border-top: none; margin-top: -20px; @@ -6729,13 +7286,13 @@ body.page-grid .column > .notification { } .structure { - border-color: #ed6c63; + border-color: #ff0f3f; border-radius: 3px; padding: 20px; } .structure:before { - background: #ed6c63; + background: #ff0f3f; color: white; content: "Structure"; } @@ -6750,9 +7307,9 @@ body.page-grid .column > .notification { position: absolute; right: 0; top: 0; - background: rgba(17, 17, 17, 0.7); - background: #f5f7fa; - border: 1px solid #d3d6db; + background: rgba(10, 10, 10, 0.7); + background: whitesmoke; + border: 1px solid #dbdbdb; content: ""; display: block; z-index: 1; @@ -6771,7 +7328,7 @@ body.page-grid .column > .notification { display: -webkit-box; display: -ms-flexbox; display: flex; - font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + font-family: "Inconsolata", "Consolas", "Monaco", monospace; font-size: 11px; -webkit-box-pack: center; -ms-flex-pack: center; @@ -6801,10 +7358,16 @@ body.page-grid .column > .notification { .highlight .copy, .highlight .expand { - background: #fff; - border: solid #d3d6db; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: white; + border: solid #dbdbdb; border-width: 0 0 1px 1px; - color: #aeb1b5; + color: #7a7a7a; + cursor: pointer; outline: none; position: absolute; right: 0; @@ -6813,8 +7376,8 @@ body.page-grid .column > .notification { .highlight .copy:hover, .highlight .expand:hover { - border-color: #ed6c63; - color: #ed6c63; + border-color: #ff0f3f; + color: #ff0f3f; } .highlight .expand { @@ -6850,7 +7413,17 @@ body.page-grid .column > .notification { border-right: none; } -#newsletter .input, #newsletter .textarea { - border-color: #fff; +#newsletter .input { + border-color: white; box-shadow: none; } + +html ::-moz-selection { + background: #11e4c4; + color: white; +} + +html ::selection { + background: #11e4c4; + color: white; +} diff --git a/docs/css/bulma.css b/docs/css/bulma.css new file mode 100644 index 00000000..6976583c --- /dev/null +++ b/docs/css/bulma.css @@ -0,0 +1,5887 @@ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font-weight: normal; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, nav, section, details, summary { + display: block; +} + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +img, +object, +embed { + max-width: 100%; +} + +html { + overflow-y: scroll; +} + +ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted #000; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th { + font-weight: bold; + vertical-align: bottom; +} + +td { + font-weight: normal; + vertical-align: top; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +pre { + white-space: pre; + white-space: pre-wrap; + white-space: pre-line; + word-wrap: break-word; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +select, input, textarea { + font: 99% sans-serif; +} + +table { + font-size: inherit; + font: 100%; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +td, td img { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +label, +input[type=button], +input[type=submit], +input[type=file], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +button, +input[type=button] { + width: auto; + overflow: visible; +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +html { + background-color: #f5f7fa; + font-size: 14px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} + +article, +aside, +figure, +footer, +header, +hgroup, +section { + display: block; +} + +body, +button, +input, +select, +textarea { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, +pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; + line-height: 1.25; +} + +body { + color: #69707a; + font-size: 1rem; + font-weight: 400; + line-height: 1.428571428571429; +} + +a { + color: #24ffde; + cursor: pointer; + text-decoration: none; + transition: none 86ms ease-out; +} + +a:hover { + color: #222324; +} + +code { + background-color: #f5f7fa; + color: #ff2450; + font-size: 12px; + font-weight: normal; + padding: 1px 2px 2px; +} + +hr { + border-top-color: #d3d6db; + margin: 40px 0; +} + +img { + max-width: 100%; +} + +input[type="checkbox"], +input[type="radio"] { + vertical-align: baseline; +} + +small { + font-size: 11px; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: #222324; + font-weight: 700; +} + +pre { + background-color: #f5f7fa; + color: #69707a; + white-space: pre; + word-wrap: normal; +} + +pre code { + background-color: #f5f7fa; + color: #69707a; + display: block; + overflow-x: auto; + padding: 16px 20px; +} + +table { + width: 100%; +} + +table td, +table th { + text-align: left; + vertical-align: top; +} + +table th { + color: #222324; +} + +.block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { + margin-bottom: 20px; +} + +.container { + position: relative; +} + +@media screen and (min-width: 980px) { + .container { + margin: 0 auto; + max-width: 960px; + } + .container.is-fluid { + margin: 0 20px; + max-width: none; + } +} + +@media screen and (min-width: 1180px) { + .container { + max-width: 1200px; + } +} + +.fa { + font-size: 21px; + text-align: center; + vertical-align: top; +} + +.is-block { + display: block; +} + +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } +} + +@media screen and (min-width: 769px) { + .is-block-tablet { + display: block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-block-tablet-only { + display: block !important; + } +} + +@media screen and (max-width: 979px) { + .is-block-touch { + display: block !important; + } +} + +@media screen and (min-width: 980px) { + .is-block-desktop { + display: block !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-block-desktop-only { + display: block !important; + } +} + +@media screen and (min-width: 1180px) { + .is-block-widescreen { + display: block !important; + } +} + +.is-flex { + display: flex; +} + +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } +} + +@media screen and (min-width: 769px) { + .is-flex-tablet { + display: flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-flex-tablet-only { + display: flex !important; + } +} + +@media screen and (max-width: 979px) { + .is-flex-touch { + display: flex !important; + } +} + +@media screen and (min-width: 980px) { + .is-flex-desktop { + display: flex !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-flex-desktop-only { + display: flex !important; + } +} + +@media screen and (min-width: 1180px) { + .is-flex-widescreen { + display: flex !important; + } +} + +.is-inline { + display: inline; +} + +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-tablet { + display: inline !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-tablet-only { + display: inline !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-touch { + display: inline !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-desktop { + display: inline !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-desktop-only { + display: inline !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-widescreen { + display: inline !important; + } +} + +.is-inline-block { + display: inline-block; +} + +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-block-tablet { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-block-touch { + display: inline-block !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-block-desktop { + display: inline-block !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-block-widescreen { + display: inline-block !important; + } +} + +.is-inline-flex { + display: inline-flex; +} + +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) { + .is-inline-flex-tablet { + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } +} + +@media screen and (max-width: 979px) { + .is-inline-flex-touch { + display: inline-flex !important; + } +} + +@media screen and (min-width: 980px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } +} + +@media screen and (min-width: 1180px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } +} + +.is-clearfix:after { + clear: both; + content: " "; + display: table; +} + +.is-pulled-left { + float: left; +} + +.is-pulled-right { + float: right; +} + +.is-clipped { + overflow: hidden !important; +} + +.is-overlay { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.has-text-centered { + text-align: center; +} + +.has-text-left { + text-align: left; +} + +.has-text-right { + text-align: right; +} + +.is-hidden { + display: none !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} + +@media screen and (min-width: 769px) { + .is-hidden-tablet { + display: none !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .is-hidden-tablet-only { + display: none !important; + } +} + +@media screen and (max-width: 979px) { + .is-hidden-touch { + display: none !important; + } +} + +@media screen and (min-width: 980px) { + .is-hidden-desktop { + display: none !important; + } +} + +@media screen and (min-width: 980px) and (max-width: 1179px) { + .is-hidden-desktop-only { + display: none !important; + } +} + +@media screen and (min-width: 1180px) { + .is-hidden-widescreen { + display: none !important; + } +} + +.is-disabled { + pointer-events: none; +} + +.is-marginless { + margin: 0 !important; +} + +.is-paddingless { + padding: 0 !important; +} + +.box { + background-color: #fff; + border-radius: 5px; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + display: block; + padding: 20px; +} + +a.box:hover, a.box:focus { + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #24ffde; +} + +a.box:active { + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #24ffde; +} + +.button { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + justify-content: center; + padding-left: 10px; + padding-right: 10px; + text-align: center; + white-space: nowrap; +} + +.button:hover { + border-color: #aeb1b5; +} + +.button:active, .button:focus, .button.is-active { + border-color: #24ffde; + outline: none; +} + +.button[disabled], .button.is-disabled { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.button strong { + color: inherit; +} + +.button small { + display: block; + font-size: 11px; + line-height: 1; + margin-top: 5px; +} + +.button .icon:first-child, +.button .tag:first-child { + margin-left: -2px; + margin-right: 4px; +} + +.button .icon:last-child, +.button .tag:last-child { + margin-left: 4px; + margin-right: -2px; +} + +.button:hover, .button:focus, .button.is-active { + color: #222324; +} + +.button:active { + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); +} + +.button.is-white { + background-color: #fff; + border-color: transparent; + color: #111; +} + +.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { + background-color: #e6e6e6; + border-color: transparent; + color: #111; +} + +.button.is-white:active { + border-color: transparent; +} + +.button.is-white.is-inverted { + background-color: #111; + color: #fff; +} + +.button.is-white.is-inverted:hover { + background-color: #040404; +} + +.button.is-white.is-loading:after { + border-color: transparent transparent #111 #111 !important; +} + +.button.is-white.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { + background-color: #fff; + border-color: #fff; + color: #111; +} + +.button.is-black { + background-color: #111; + border-color: transparent; + color: #fff; +} + +.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { + background-color: black; + border-color: transparent; + color: #fff; +} + +.button.is-black:active { + border-color: transparent; +} + +.button.is-black.is-inverted { + background-color: #fff; + color: #111; +} + +.button.is-black.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-black.is-loading:after { + border-color: transparent transparent #fff #fff !important; +} + +.button.is-black.is-outlined { + background-color: transparent; + border-color: #111; + color: #111; +} + +.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { + background-color: #111; + border-color: #111; + color: #fff; +} + +.button.is-light { + background-color: #f5f7fa; + border-color: transparent; + color: #69707a; +} + +.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { + background-color: #d3dce9; + border-color: transparent; + color: #69707a; +} + +.button.is-light:active { + border-color: transparent; +} + +.button.is-light.is-inverted { + background-color: #69707a; + color: #f5f7fa; +} + +.button.is-light.is-inverted:hover { + background-color: #5d636c; +} + +.button.is-light.is-loading:after { + border-color: transparent transparent #69707a #69707a !important; +} + +.button.is-light.is-outlined { + background-color: transparent; + border-color: #f5f7fa; + color: #f5f7fa; +} + +.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { + background-color: #f5f7fa; + border-color: #f5f7fa; + color: #69707a; +} + +.button.is-dark { + background-color: #69707a; + border-color: transparent; + color: #f5f7fa; +} + +.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { + background-color: #51575f; + border-color: transparent; + color: #f5f7fa; +} + +.button.is-dark:active { + border-color: transparent; +} + +.button.is-dark.is-inverted { + background-color: #f5f7fa; + color: #69707a; +} + +.button.is-dark.is-inverted:hover { + background-color: #e4e9f2; +} + +.button.is-dark.is-loading:after { + border-color: transparent transparent #f5f7fa #f5f7fa !important; +} + +.button.is-dark.is-outlined { + background-color: transparent; + border-color: #69707a; + color: #69707a; +} + +.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { + background-color: #69707a; + border-color: #69707a; + color: #f5f7fa; +} + +.button.is-primary { + background-color: #24ffde; + border-color: transparent; + color: white; +} + +.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { + background-color: #00f0cc; + border-color: transparent; + color: white; +} + +.button.is-primary:active { + border-color: transparent; +} + +.button.is-primary.is-inverted { + background-color: white; + color: #24ffde; +} + +.button.is-primary.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-primary.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-primary.is-outlined { + background-color: transparent; + border-color: #24ffde; + color: #24ffde; +} + +.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { + background-color: #24ffde; + border-color: #24ffde; + color: white; +} + +.button.is-info { + background-color: #2478ff; + border-color: transparent; + color: white; +} + +.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { + background-color: #005cf0; + border-color: transparent; + color: white; +} + +.button.is-info:active { + border-color: transparent; +} + +.button.is-info.is-inverted { + background-color: white; + color: #2478ff; +} + +.button.is-info.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-info.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-info.is-outlined { + background-color: transparent; + border-color: #2478ff; + color: #2478ff; +} + +.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { + background-color: #2478ff; + border-color: #2478ff; + color: white; +} + +.button.is-success { + background-color: #24ff70; + border-color: transparent; + color: white; +} + +.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { + background-color: #00f053; + border-color: transparent; + color: white; +} + +.button.is-success:active { + border-color: transparent; +} + +.button.is-success.is-inverted { + background-color: white; + color: #24ff70; +} + +.button.is-success.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-success.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-success.is-outlined { + background-color: transparent; + border-color: #24ff70; + color: #24ff70; +} + +.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { + background-color: #24ff70; + border-color: #24ff70; + color: white; +} + +.button.is-warning { + background-color: #ffd324; + border-color: transparent; + color: white; +} + +.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { + background-color: #f0c000; + border-color: transparent; + color: white; +} + +.button.is-warning:active { + border-color: transparent; +} + +.button.is-warning.is-inverted { + background-color: white; + color: #ffd324; +} + +.button.is-warning.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-warning.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffd324; + color: #ffd324; +} + +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { + background-color: #ffd324; + border-color: #ffd324; + color: white; +} + +.button.is-danger { + background-color: #ff2450; + border-color: transparent; + color: white; +} + +.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { + background-color: #f00030; + border-color: transparent; + color: white; +} + +.button.is-danger:active { + border-color: transparent; +} + +.button.is-danger.is-inverted { + background-color: white; + color: #ff2450; +} + +.button.is-danger.is-inverted:hover { + background-color: #f2f2f2; +} + +.button.is-danger.is-loading:after { + border-color: transparent transparent white white !important; +} + +.button.is-danger.is-outlined { + background-color: transparent; + border-color: #ff2450; + color: #ff2450; +} + +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { + background-color: #ff2450; + border-color: #ff2450; + color: white; +} + +.button.is-link { + background-color: transparent; + border-color: transparent; + color: #69707a; + text-decoration: underline; +} + +.button.is-link:hover, .button.is-link:focus { + background-color: #d3d6db; + color: #222324; +} + +.button.is-small { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; +} + +.button.is-medium { + font-size: 18px; + height: 40px; + padding-left: 14px; + padding-right: 14px; +} + +.button.is-large { + font-size: 22px; + height: 48px; + padding-left: 20px; + padding-right: 20px; +} + +.button[disabled], .button.is-disabled { + opacity: 0.5; +} + +.button.is-fullwidth { + display: flex; + width: 100%; +} + +.button.is-loading { + color: transparent !important; + pointer-events: none; +} + +.button.is-loading:after { + left: 50%; + margin-left: -8px; + margin-top: -8px; + position: absolute; + top: 50%; + position: absolute !important; +} + +.content a:not(.button) { + border-bottom: 1px solid #d3d6db; +} + +.content a:not(.button):visited { + color: #9524ff; +} + +.content a:not(.button):hover { + border-bottom-color: #24ffde; +} + +.content li + li { + margin-top: 0.25em; +} + +.content blockquote:not(:last-child), +.content p:not(:last-child), +.content ol:not(:last-child), +.content ul:not(:last-child) { + margin-bottom: 1em; +} + +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: #222324; + font-weight: 300; + line-height: 1.125; + margin-bottom: 20px; +} + +.content h1:not(:first-child), +.content h2:not(:first-child), +.content h3:not(:first-child) { + margin-top: 40px; +} + +.content blockquote { + background-color: #f5f7fa; + border-left: 5px solid #d3d6db; + padding: 1.5em; +} + +.content h1 { + font-size: 2em; +} + +.content h2 { + font-size: 1.75em; +} + +.content h3 { + font-size: 1.5em; +} + +.content h4 { + font-size: 1.25em; +} + +.content h5 { + font-size: 1.125em; +} + +.content h6 { + font-size: 1em; +} + +.content ol { + list-style: decimal outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; +} + +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-right: 2em; + margin-top: 1em; +} + +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} + +.content ul ul ul { + list-style-type: square; +} + +.content.is-medium { + font-size: 18px; +} + +.content.is-medium code { + font-size: 14px; +} + +.content.is-large { + font-size: 24px; +} + +.content.is-large code { + font-size: 18px; +} + +.input, .textarea { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); + max-width: 100%; + width: 100%; +} + +.input:hover, .textarea:hover { + border-color: #aeb1b5; +} + +.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { + border-color: #24ffde; + outline: none; +} + +.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.input.is-white, .is-white.textarea { + border-color: #fff; +} + +.input.is-black, .is-black.textarea { + border-color: #111; +} + +.input.is-light, .is-light.textarea { + border-color: #f5f7fa; +} + +.input.is-dark, .is-dark.textarea { + border-color: #69707a; +} + +.input.is-primary, .is-primary.textarea { + border-color: #24ffde; +} + +.input.is-info, .is-info.textarea { + border-color: #2478ff; +} + +.input.is-success, .is-success.textarea { + border-color: #24ff70; +} + +.input.is-warning, .is-warning.textarea { + border-color: #ffd324; +} + +.input.is-danger, .is-danger.textarea { + border-color: #ff2450; +} + +.input[type="search"], [type="search"].textarea { + border-radius: 290486px; +} + +.input.is-small, .is-small.textarea { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; +} + +.input.is-medium, .is-medium.textarea { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; +} + +.input.is-large, .is-large.textarea { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; +} + +.input.is-fullwidth, .is-fullwidth.textarea { + display: block; + width: 100%; +} + +.input.is-inline, .is-inline.textarea { + display: inline; + width: auto; +} + +.textarea { + display: block; + line-height: 1.2; + max-height: 600px; + max-width: 100%; + min-height: 120px; + min-width: 100%; + padding: 10px; + resize: vertical; +} + +.checkbox, .radio { + cursor: pointer; + display: inline-block; + line-height: 16px; + position: relative; + vertical-align: top; +} + +.checkbox input, .radio input { + cursor: pointer; +} + +.checkbox:hover, .radio:hover { + color: #222324; +} + +.is-disabled.checkbox, .is-disabled.radio { + color: #aeb1b5; + pointer-events: none; +} + +.is-disabled.checkbox input, .is-disabled.radio input { + pointer-events: none; +} + +.radio + .radio { + margin-left: 10px; +} + +.select { + display: inline-block; + height: 32px; + position: relative; + vertical-align: top; +} + +.select select { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + background-color: white; + border: 1px solid #d3d6db; + border-radius: 3px; + color: #222324; + display: inline-flex; + font-size: 14px; + height: 32px; + justify-content: flex-start; + line-height: 24px; + padding-left: 8px; + padding-right: 8px; + position: relative; + vertical-align: top; + cursor: pointer; + display: block; + outline: none; + padding-right: 36px; +} + +.select select:hover { + border-color: #aeb1b5; +} + +.select select:active, .select select:focus, .select select.is-active { + border-color: #24ffde; + outline: none; +} + +.select select[disabled], .select select.is-disabled { + background-color: #f5f7fa; + border-color: #d3d6db; + cursor: not-allowed; + pointer-events: none; +} + +.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { + color: rgba(34, 35, 36, 0.3); +} + +.select select.is-white { + border-color: #fff; +} + +.select select.is-black { + border-color: #111; +} + +.select select.is-light { + border-color: #f5f7fa; +} + +.select select.is-dark { + border-color: #69707a; +} + +.select select.is-primary { + border-color: #24ffde; +} + +.select select.is-info { + border-color: #2478ff; +} + +.select select.is-success { + border-color: #24ff70; +} + +.select select.is-warning { + border-color: #ffd324; +} + +.select select.is-danger { + border-color: #ff2450; +} + +.select select:hover { + border-color: #aeb1b5; +} + +.select select::ms-expand { + display: none; +} + +.select.is-fullwidth { + width: 100%; +} + +.select.is-fullwidth select { + width: 100%; +} + +.select:after { + border: 1px solid #24ffde; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 7px; + pointer-events: none; + position: absolute; + transform: rotate(-45deg); + width: 7px; + margin-top: -6px; + right: 16px; + top: 50%; +} + +.select:hover:after { + border-color: #222324; +} + +.select.is-small { + height: 24px; +} + +.select.is-small select { + border-radius: 2px; + font-size: 11px; + height: 24px; + line-height: 16px; + padding-left: 6px; + padding-right: 6px; + padding-right: 28px; +} + +.select.is-medium { + height: 40px; +} + +.select.is-medium select { + font-size: 18px; + height: 40px; + line-height: 32px; + padding-left: 10px; + padding-right: 10px; + padding-right: 44px; +} + +.select.is-large { + height: 48px; +} + +.select.is-large select { + font-size: 24px; + height: 48px; + line-height: 40px; + padding-left: 12px; + padding-right: 12px; + padding-right: 52px; +} + +.label { + color: #222324; + display: block; + font-weight: bold; +} + +.label:not(:last-child) { + margin-bottom: 5px; +} + +.help { + display: block; + font-size: 11px; + margin-top: 5px; +} + +.help.is-white { + color: #fff; +} + +.help.is-black { + color: #111; +} + +.help.is-light { + color: #f5f7fa; +} + +.help.is-dark { + color: #69707a; +} + +.help.is-primary { + color: #24ffde; +} + +.help.is-info { + color: #2478ff; +} + +.help.is-success { + color: #24ff70; +} + +.help.is-warning { + color: #ffd324; +} + +.help.is-danger { + color: #ff2450; +} + +@media screen and (max-width: 768px) { + .control-label { + margin-bottom: 5px; + } +} + +@media screen and (min-width: 769px) { + .control-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-right: 20px; + padding-top: 7px; + text-align: right; + } +} + +.control { + position: relative; + text-align: left; +} + +.control:not(:last-child) { + margin-bottom: 10px; +} + +.control.has-addons { + display: flex; + justify-content: flex-start; +} + +.control.has-addons .button, +.control.has-addons .input, +.control.has-addons .textarea, +.control.has-addons .select { + border-radius: 0; + margin-right: -1px; + width: auto; +} + +.control.has-addons .button:hover, +.control.has-addons .input:hover, +.control.has-addons .textarea:hover, +.control.has-addons .select:hover { + z-index: 2; +} + +.control.has-addons .button:active, .control.has-addons .button:focus, +.control.has-addons .input:active, +.control.has-addons .textarea:active, +.control.has-addons .input:focus, +.control.has-addons .textarea:focus, +.control.has-addons .select:active, +.control.has-addons .select:focus { + z-index: 3; +} + +.control.has-addons .button:first-child, +.control.has-addons .input:first-child, +.control.has-addons .textarea:first-child, +.control.has-addons .select:first-child { + border-radius: 3px 0 0 3px; +} + +.control.has-addons .button:first-child select, +.control.has-addons .input:first-child select, +.control.has-addons .textarea:first-child select, +.control.has-addons .select:first-child select { + border-radius: 3px 0 0 3px; +} + +.control.has-addons .button:last-child, +.control.has-addons .input:last-child, +.control.has-addons .textarea:last-child, +.control.has-addons .select:last-child { + border-radius: 0 3px 3px 0; +} + +.control.has-addons .button:last-child select, +.control.has-addons .input:last-child select, +.control.has-addons .textarea:last-child select, +.control.has-addons .select:last-child select { + border-radius: 0 3px 3px 0; +} + +.control.has-addons .button.is-expanded, +.control.has-addons .input.is-expanded, +.control.has-addons .is-expanded.textarea, +.control.has-addons .select.is-expanded { + flex-grow: 1; + flex-shrink: 0; +} + +.control.has-addons.has-addons-centered { + justify-content: center; +} + +.control.has-addons.has-addons-right { + justify-content: flex-end; +} + +.control.has-addons.has-addons-fullwidth .button, +.control.has-addons.has-addons-fullwidth .input, +.control.has-addons.has-addons-fullwidth .textarea, +.control.has-addons.has-addons-fullwidth .select { + flex-grow: 1; + flex-shrink: 0; +} + +.control.has-icon > .fa { + display: inline-block; + font-size: 14px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; + color: #aeb1b5; + pointer-events: none; + position: absolute; + top: 4px; + z-index: 4; +} + +.control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { + color: #222324; +} + +.control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { + font-size: 10.5px; + top: 0; +} + +.control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { + font-size: 21px; + top: 8px; +} + +.control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { + font-size: 21px; + top: 12px; +} + +.control.has-icon:not(.has-icon-right) > .fa { + left: 4px; +} + +.control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { + padding-left: 32px; +} + +.control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { + padding-left: 24px; +} + +.control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { + left: 0; +} + +.control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { + padding-left: 40px; +} + +.control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { + left: 8px; +} + +.control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { + padding-left: 48px; +} + +.control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { + left: 12px; +} + +.control.has-icon.has-icon-right > .fa { + right: 4px; +} + +.control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { + padding-right: 32px; +} + +.control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { + padding-right: 24px; +} + +.control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { + right: 0; +} + +.control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { + padding-right: 40px; +} + +.control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { + right: 8px; +} + +.control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { + padding-right: 48px; +} + +.control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { + right: 12px; +} + +.control.is-grouped { + display: flex; + justify-content: flex-start; +} + +.control.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 10px; +} + +.control.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 0; +} + +.control.is-grouped.is-grouped-centered { + justify-content: center; +} + +.control.is-grouped.is-grouped-right { + justify-content: flex-end; +} + +@media screen and (min-width: 769px) { + .control.is-horizontal { + display: flex; + } + .control.is-horizontal > .control { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } +} + +.control.is-loading:after { + position: absolute !important; + right: 8px; + top: 8px; +} + +.image { + display: block; + position: relative; +} + +.image img { + display: block; + height: auto; + width: 100%; +} + +.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + height: 100%; + width: 100%; +} + +.image.is-square, .image.is-1by1 { + padding-top: 100%; +} + +.image.is-4by3 { + padding-top: 75%; +} + +.image.is-3by2 { + padding-top: 66.6666%; +} + +.image.is-16by9 { + padding-top: 56.25%; +} + +.image.is-2by1 { + padding-top: 50%; +} + +.image.is-16x16 { + height: 16px; + width: 16px; +} + +.image.is-24x24 { + height: 24px; + width: 24px; +} + +.image.is-32x32 { + height: 32px; + width: 32px; +} + +.image.is-48x48 { + height: 48px; + width: 48px; +} + +.image.is-64x64 { + height: 64px; + width: 64px; +} + +.image.is-96x96 { + height: 96px; + width: 96px; +} + +.image.is-128x128 { + height: 128px; + width: 128px; +} + +.notification { + background-color: #f5f7fa; + border-radius: 3px; + padding: 16px 20px; + position: relative; +} + +.notification:after { + clear: both; + content: " "; + display: table; +} + +.notification .delete, .notification .modal-close { + border-radius: 0 3px; + float: right; + margin: -16px -20px 0 20px; +} + +.notification .subtitle, +.notification .title { + color: inherit; +} + +.notification.is-white { + background-color: #fff; + color: #111; +} + +.notification.is-black { + background-color: #111; + color: #fff; +} + +.notification.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.notification.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.notification.is-primary { + background-color: #24ffde; + color: white; +} + +.notification.is-info { + background-color: #2478ff; + color: white; +} + +.notification.is-success { + background-color: #24ff70; + color: white; +} + +.notification.is-warning { + background-color: #ffd324; + color: white; +} + +.notification.is-danger { + background-color: #ff2450; + color: white; +} + +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 12px; + overflow: hidden; + padding: 0; + width: 100%; +} + +.progress::-webkit-progress-bar { + background-color: #d3d6db; +} + +.progress::-webkit-progress-value { + background-color: #69707a; +} + +.progress::-moz-progress-bar { + background-color: #69707a; +} + +.progress.is-white::-webkit-progress-value { + background-color: #fff; +} + +.progress.is-white::-moz-progress-bar { + background-color: #fff; +} + +.progress.is-black::-webkit-progress-value { + background-color: #111; +} + +.progress.is-black::-moz-progress-bar { + background-color: #111; +} + +.progress.is-light::-webkit-progress-value { + background-color: #f5f7fa; +} + +.progress.is-light::-moz-progress-bar { + background-color: #f5f7fa; +} + +.progress.is-dark::-webkit-progress-value { + background-color: #69707a; +} + +.progress.is-dark::-moz-progress-bar { + background-color: #69707a; +} + +.progress.is-primary::-webkit-progress-value { + background-color: #24ffde; +} + +.progress.is-primary::-moz-progress-bar { + background-color: #24ffde; +} + +.progress.is-info::-webkit-progress-value { + background-color: #2478ff; +} + +.progress.is-info::-moz-progress-bar { + background-color: #2478ff; +} + +.progress.is-success::-webkit-progress-value { + background-color: #24ff70; +} + +.progress.is-success::-moz-progress-bar { + background-color: #24ff70; +} + +.progress.is-warning::-webkit-progress-value { + background-color: #ffd324; +} + +.progress.is-warning::-moz-progress-bar { + background-color: #ffd324; +} + +.progress.is-danger::-webkit-progress-value { + background-color: #ff2450; +} + +.progress.is-danger::-moz-progress-bar { + background-color: #ff2450; +} + +.progress.is-small { + height: 8px; +} + +.progress.is-medium { + height: 16px; +} + +.progress.is-large { + height: 20px; +} + +.table { + background-color: #fff; + color: #222324; + margin-bottom: 20px; + width: 100%; +} + +.table td, +.table th { + border: 1px solid #d3d6db; + border-width: 0 0 1px; + padding: 8px 10px; + vertical-align: top; +} + +.table td.is-icon, +.table th.is-icon { + padding: 5px; + text-align: center; + white-space: nowrap; + width: 1%; +} + +.table td.is-icon .fa, +.table th.is-icon .fa { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.table td.is-icon.is-link, +.table th.is-icon.is-link { + padding: 0; +} + +.table td.is-icon.is-link > a, +.table th.is-icon.is-link > a { + padding: 5px; +} + +.table td.is-link, +.table th.is-link { + padding: 0; +} + +.table td.is-link > a, +.table th.is-link > a { + display: block; + padding: 8px 10px; +} + +.table td.is-link > a:hover, +.table th.is-link > a:hover { + background-color: #24ffde; + color: white; +} + +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; +} + +.table th { + color: #222324; + text-align: left; +} + +.table tr:hover { + background-color: #f5f7fa; + color: #222324; +} + +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: #aeb1b5; +} + +.table tbody tr:last-child td, +.table tbody tr:last-child th { + border-bottom-width: 0; +} + +.table tfoot td, +.table tfoot th { + border-width: 2px 0 0; + color: #aeb1b5; +} + +.table.is-bordered td, +.table.is-bordered th { + border-width: 1px; +} + +.table.is-bordered tr:last-child td, +.table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} + +.table.is-narrow td, +.table.is-narrow th { + padding: 5px 10px; +} + +.table.is-narrow td.is-icon, +.table.is-narrow th.is-icon { + padding: 2px; +} + +.table.is-narrow td.is-icon.is-link, +.table.is-narrow th.is-icon.is-link { + padding: 0; +} + +.table.is-narrow td.is-icon.is-link > a, +.table.is-narrow th.is-icon.is-link > a { + padding: 2px; +} + +.table.is-narrow td.is-link, +.table.is-narrow th.is-link { + padding: 0; +} + +.table.is-narrow td.is-link > a, +.table.is-narrow th.is-link > a { + padding: 5px 10px; +} + +.table.is-striped tbody tr:hover { + background-color: #eef2f7; +} + +.table.is-striped tbody tr:nth-child(2n) { + background-color: #f5f7fa; +} + +.table.is-striped tbody tr:nth-child(2n):hover { + background-color: #eef2f7; +} + +.title, +.subtitle { + font-weight: 300; + word-break: break-word; +} + +.title em, +.title span, +.subtitle em, +.subtitle span { + font-weight: 300; +} + +.title a:hover, +.subtitle a:hover { + border-bottom: 1px solid; +} + +.title strong, +.subtitle strong { + font-weight: 500; +} + +.title .tag, +.subtitle .tag { + vertical-align: bottom; +} + +.title { + color: #222324; + font-size: 28px; + line-height: 1; +} + +.title code { + display: inline-block; + font-size: 28px; +} + +.title strong { + color: inherit; +} + +.title + .highlight { + margin-top: -10px; +} + +.title + .subtitle { + margin-top: -10px; +} + +.title.is-1 { + font-size: 48px; +} + +.title.is-1 code { + font-size: 40px; +} + +.title.is-2 { + font-size: 40px; +} + +.title.is-2 code { + font-size: 28px; +} + +.title.is-3 { + font-size: 28px; +} + +.title.is-3 code { + font-size: 24px; +} + +.title.is-4 { + font-size: 24px; +} + +.title.is-4 code { + font-size: 18px; +} + +.title.is-5 { + font-size: 18px; +} + +.title.is-5 code { + font-size: 14px; +} + +.title.is-6 { + font-size: 14px; +} + +.title.is-6 code { + font-size: 14px; +} + +.title.is-normal { + font-weight: 400; +} + +.title.is-normal strong { + font-weight: 700; +} + +@media screen and (min-width: 769px) { + .title + .subtitle { + margin-top: -15px; + } +} + +.subtitle { + color: #69707a; + font-size: 18px; + line-height: 1.125; +} + +.subtitle code { + border-radius: 3px; + display: inline-block; + font-size: 14px; + padding: 2px 3px; + vertical-align: top; +} + +.subtitle strong { + color: #222324; +} + +.subtitle + .title { + margin-top: -20px; +} + +.subtitle.is-1 { + font-size: 48px; +} + +.subtitle.is-1 code { + font-size: 40px; +} + +.subtitle.is-2 { + font-size: 40px; +} + +.subtitle.is-2 code { + font-size: 28px; +} + +.subtitle.is-3 { + font-size: 28px; +} + +.subtitle.is-3 code { + font-size: 24px; +} + +.subtitle.is-4 { + font-size: 24px; +} + +.subtitle.is-4 code { + font-size: 18px; +} + +.subtitle.is-5 { + font-size: 18px; +} + +.subtitle.is-5 code { + font-size: 14px; +} + +.subtitle.is-6 { + font-size: 14px; +} + +.subtitle.is-6 code { + font-size: 14px; +} + +.subtitle.is-normal { + font-weight: 400; +} + +.subtitle.is-normal strong { + font-weight: 700; +} + +.delete, .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(17, 17, 17, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + display: inline-block; + height: 24px; + position: relative; + vertical-align: top; + width: 24px; +} + +.delete:before, .modal-close:before, .delete:after, .modal-close:after { + background-color: #fff; + content: ""; + display: block; + height: 2px; + left: 50%; + margin-left: -25%; + margin-top: -1px; + position: absolute; + top: 50%; + width: 50%; +} + +.delete:before, .modal-close:before { + transform: rotate(45deg); +} + +.delete:after, .modal-close:after { + transform: rotate(-45deg); +} + +.delete:hover, .modal-close:hover { + background-color: rgba(17, 17, 17, 0.5); +} + +.delete.is-small, .tag:not(.is-large) .delete, .tag:not(.is-large) .modal-close, .is-small.modal-close { + height: 16px; + width: 16px; +} + +.delete.is-medium, .is-medium.modal-close { + height: 32px; + width: 32px; +} + +.delete.is-large, .is-large.modal-close { + height: 40px; + width: 40px; +} + +.icon { + display: inline-block; + font-size: 21px; + height: 24px; + line-height: 24px; + text-align: center; + vertical-align: top; + width: 24px; +} + +.icon .fa { + font-size: inherit; + line-height: inherit; +} + +.icon.is-small { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; +} + +.icon.is-medium { + display: inline-block; + font-size: 28px; + height: 32px; + line-height: 32px; + text-align: center; + vertical-align: top; + width: 32px; +} + +.icon.is-large { + display: inline-block; + font-size: 42px; + height: 48px; + line-height: 48px; + text-align: center; + vertical-align: top; + width: 48px; +} + +.hamburger, .nav-toggle { + cursor: pointer; + display: block; + height: 50px; + position: relative; + width: 50px; +} + +.hamburger span, .nav-toggle span { + background-color: #69707a; + display: block; + height: 1px; + left: 50%; + margin-left: -7px; + position: absolute; + top: 50%; + transition: none 86ms ease-out; + transition-property: background, left, opacity, transform; + width: 15px; +} + +.hamburger span:nth-child(1), .nav-toggle span:nth-child(1) { + margin-top: -6px; +} + +.hamburger span:nth-child(2), .nav-toggle span:nth-child(2) { + margin-top: -1px; +} + +.hamburger span:nth-child(3), .nav-toggle span:nth-child(3) { + margin-top: 4px; +} + +.hamburger:hover, .nav-toggle:hover { + background-color: #f5f7fa; +} + +.hamburger.is-active span, .is-active.nav-toggle span { + background-color: #24ffde; +} + +.hamburger.is-active span:nth-child(1), .is-active.nav-toggle span:nth-child(1) { + margin-left: -5px; + transform: rotate(45deg); + transform-origin: left top; +} + +.hamburger.is-active span:nth-child(2), .is-active.nav-toggle span:nth-child(2) { + opacity: 0; +} + +.hamburger.is-active span:nth-child(3), .is-active.nav-toggle span:nth-child(3) { + margin-left: -5px; + transform: rotate(-45deg); + transform-origin: left bottom; +} + +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.highlight { + font-size: 12px; + font-weight: normal; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.highlight pre { + overflow: auto; + max-width: 100%; +} + +.loader, .button.is-loading:after, .control.is-loading:after { + animation: spin-around 500ms infinite linear; + border: 2px solid #d3d6db; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 16px; + position: relative; + width: 16px; +} + +.number { + background-color: #f5f7fa; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + vertical-align: top; +} + +.tag { + align-items: center; + background-color: #f5f7fa; + border-radius: 290486px; + color: #69707a; + display: inline-flex; + font-size: 12px; + height: 24px; + justify-content: center; + line-height: 16px; + padding-left: 10px; + padding-right: 10px; + vertical-align: top; + white-space: nowrap; +} + +.tag .delete, .tag .modal-close { + margin-left: 4px; + margin-right: -6px; +} + +.tag.is-white { + background-color: #fff; + color: #111; +} + +.tag.is-black { + background-color: #111; + color: #fff; +} + +.tag.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.tag.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.tag.is-primary { + background-color: #24ffde; + color: white; +} + +.tag.is-info { + background-color: #2478ff; + color: white; +} + +.tag.is-success { + background-color: #24ff70; + color: white; +} + +.tag.is-warning { + background-color: #ffd324; + color: white; +} + +.tag.is-danger { + background-color: #ff2450; + color: white; +} + +.tag.is-small { + font-size: 11px; + height: 20px; + padding-left: 8px; + padding-right: 8px; +} + +.tag.is-medium { + font-size: 14px; + height: 32px; + padding-left: 14px; + padding-right: 14px; +} + +.tag.is-large { + font-size: 18px; + height: 40px; + line-height: 24px; + padding-left: 18px; + padding-right: 18px; +} + +.tag.is-large .delete, .tag.is-large .modal-close { + margin-left: 4px; + margin-right: -8px; +} + +.unselectable, .is-unselectable, .button, .delete, .modal-close, .tabs { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.card-header { + align-items: stretch; + box-shadow: 0 1px 2px rgba(17, 17, 17, 0.1); + display: flex; + min-height: 40px; +} + +.card-header-title { + align-items: flex-start; + color: #222324; + display: flex; + flex-grow: 1; + font-weight: bold; + padding: 10px; +} + +.card-header-icon { + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + width: 40px; +} + +.card-image { + display: block; + position: relative; +} + +.card-content { + padding: 20px; +} + +.card-content .title + .subtitle { + margin-top: -20px; +} + +.card-footer { + border-top: 1px solid #d3d6db; + align-items: stretch; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-grow: 1; + justify-content: center; + padding: 10px; +} + +.card-footer-item:not(:last-child) { + border-right: 1px solid #d3d6db; +} + +.card { + background-color: #fff; + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); + color: #69707a; + max-width: 100%; + position: relative; + width: 300px; +} + +.card .media:not(:last-child) { + margin-bottom: 10px; +} + +.card.is-fullwidth { + width: 100%; +} + +.card.is-rounded { + border-radius: 5px; +} + +.column { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 10px; +} + +.columns.is-mobile > .column.is-narrow { + flex: none; +} + +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66667%; +} + +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} + +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333%; +} + +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66667%; +} + +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} + +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.33333%; +} + +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66667%; +} + +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} + +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333%; +} + +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} + +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .column.is-offset-half-mobile { + margin-left: 50%; + } + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .column.is-2-mobile { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-left: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-mobile { + margin-left: 33.33333%; + } + .column.is-5-mobile { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-mobile { + margin-left: 41.66667%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .column.is-8-mobile { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-left: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-mobile { + margin-left: 83.33333%; + } + .column.is-11-mobile { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-mobile { + margin-left: 91.66667%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px) { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .column.is-1, .column.is-1-tablet { + flex: none; + width: 8.33333%; + } + .column.is-offset-1, .column.is-offset-1-tablet { + margin-left: 8.33333%; + } + .column.is-2, .column.is-2-tablet { + flex: none; + width: 16.66667%; + } + .column.is-offset-2, .column.is-offset-2-tablet { + margin-left: 16.66667%; + } + .column.is-3, .column.is-3-tablet { + flex: none; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + .column.is-4, .column.is-4-tablet { + flex: none; + width: 33.33333%; + } + .column.is-offset-4, .column.is-offset-4-tablet { + margin-left: 33.33333%; + } + .column.is-5, .column.is-5-tablet { + flex: none; + width: 41.66667%; + } + .column.is-offset-5, .column.is-offset-5-tablet { + margin-left: 41.66667%; + } + .column.is-6, .column.is-6-tablet { + flex: none; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + .column.is-7, .column.is-7-tablet { + flex: none; + width: 58.33333%; + } + .column.is-offset-7, .column.is-offset-7-tablet { + margin-left: 58.33333%; + } + .column.is-8, .column.is-8-tablet { + flex: none; + width: 66.66667%; + } + .column.is-offset-8, .column.is-offset-8-tablet { + margin-left: 66.66667%; + } + .column.is-9, .column.is-9-tablet { + flex: none; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + .column.is-10, .column.is-10-tablet { + flex: none; + width: 83.33333%; + } + .column.is-offset-10, .column.is-offset-10-tablet { + margin-left: 83.33333%; + } + .column.is-11, .column.is-11-tablet { + flex: none; + width: 91.66667%; + } + .column.is-offset-11, .column.is-offset-11-tablet { + margin-left: 91.66667%; + } + .column.is-12, .column.is-12-tablet { + flex: none; + width: 100%; + } + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (min-width: 980px) { + .column.is-narrow-desktop { + flex: none; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .column.is-offset-half-desktop { + margin-left: 50%; + } + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-desktop { + margin-left: 8.33333%; + } + .column.is-2-desktop { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-desktop { + margin-left: 16.66667%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-left: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-desktop { + margin-left: 33.33333%; + } + .column.is-5-desktop { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-desktop { + margin-left: 41.66667%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-left: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-desktop { + margin-left: 58.33333%; + } + .column.is-8-desktop { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-desktop { + margin-left: 66.66667%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-left: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-desktop { + margin-left: 83.33333%; + } + .column.is-11-desktop { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-desktop { + margin-left: 91.66667%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1180px) { + .column.is-narrow-widescreen { + flex: none; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-left: 50%; + } + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333%; + } + .column.is-offset-1-widescreen { + margin-left: 8.33333%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66667%; + } + .column.is-offset-2-widescreen { + margin-left: 16.66667%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-left: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333%; + } + .column.is-offset-4-widescreen { + margin-left: 33.33333%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66667%; + } + .column.is-offset-5-widescreen { + margin-left: 41.66667%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-left: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333%; + } + .column.is-offset-7-widescreen { + margin-left: 58.33333%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66667%; + } + .column.is-offset-8-widescreen { + margin-left: 66.66667%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-left: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333%; + } + .column.is-offset-10-widescreen { + margin-left: 83.33333%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66667%; + } + .column.is-offset-11-widescreen { + margin-left: 91.66667%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +.columns { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.columns:last-child { + margin-bottom: -10px; +} + +.columns:not(:last-child) { + margin-bottom: 10px; +} + +.columns.is-centered { + justify-content: center; +} + +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} + +.columns.is-gapless:last-child { + margin-bottom: 0; +} + +.columns.is-gapless:not(:last-child) { + margin-bottom: 20px; +} + +.columns.is-gapless > .column { + margin: 0; + padding: 0; +} + +@media screen and (min-width: 769px) { + .columns.is-grid { + flex-wrap: wrap; + } + .columns.is-grid > .column { + max-width: 33.3333%; + padding: 10px; + width: 33.3333%; + } + .columns.is-grid > .column + .column { + margin-left: 0; + } +} + +.columns.is-mobile { + display: flex; +} + +.columns.is-multiline { + flex-wrap: wrap; +} + +.columns.is-vcentered { + align-items: center; +} + +@media screen and (min-width: 769px) { + .columns:not(.is-desktop) { + display: flex; + } +} + +@media screen and (min-width: 980px) { + .columns.is-desktop { + display: flex; + } +} + +.tile { + align-items: stretch; + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + min-height: min-content; +} + +.tile.is-ancestor { + margin-left: -10px; + margin-right: -10px; + margin-top: -10px; +} + +.tile.is-ancestor:last-child { + margin-bottom: -10px; +} + +.tile.is-ancestor:not(:last-child) { + margin-bottom: 10px; +} + +.tile.is-child { + margin: 0 !important; +} + +.tile.is-parent { + padding: 10px; +} + +.tile.is-vertical { + flex-direction: column; +} + +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 20px !important; +} + +@media screen and (min-width: 769px) { + .tile:not(.is-child) { + display: flex; + } + .tile.is-1 { + flex: none; + width: 8.33333%; + } + .tile.is-2 { + flex: none; + width: 16.66667%; + } + .tile.is-3 { + flex: none; + width: 25%; + } + .tile.is-4 { + flex: none; + width: 33.33333%; + } + .tile.is-5 { + flex: none; + width: 41.66667%; + } + .tile.is-6 { + flex: none; + width: 50%; + } + .tile.is-7 { + flex: none; + width: 58.33333%; + } + .tile.is-8 { + flex: none; + width: 66.66667%; + } + .tile.is-9 { + flex: none; + width: 75%; + } + .tile.is-10 { + flex: none; + width: 83.33333%; + } + .tile.is-11 { + flex: none; + width: 91.66667%; + } + .tile.is-12 { + flex: none; + width: 100%; + } +} + +.highlight { + background-color: #fdf6e3; + color: #586e75; +} + +.highlight .c { + color: #93a1a1; +} + +.highlight .err, +.highlight .g { + color: #586e75; +} + +.highlight .k { + color: #859900; +} + +.highlight .l, +.highlight .n { + color: #586e75; +} + +.highlight .o { + color: #859900; +} + +.highlight .x { + color: #cb4b16; +} + +.highlight .p { + color: #586e75; +} + +.highlight .cm { + color: #93a1a1; +} + +.highlight .cp { + color: #859900; +} + +.highlight .c1 { + color: #93a1a1; +} + +.highlight .cs { + color: #859900; +} + +.highlight .gd { + color: #2aa198; +} + +.highlight .ge { + color: #586e75; + font-style: italic; +} + +.highlight .gr { + color: #dc322f; +} + +.highlight .gh { + color: #cb4b16; +} + +.highlight .gi { + color: #859900; +} + +.highlight .go, +.highlight .gp { + color: #586e75; +} + +.highlight .gs { + color: #586e75; + font-weight: bold; +} + +.highlight .gu { + color: #cb4b16; +} + +.highlight .gt { + color: #586e75; +} + +.highlight .kc { + color: #cb4b16; +} + +.highlight .kd { + color: #268bd2; +} + +.highlight .kn, +.highlight .kp { + color: #859900; +} + +.highlight .kr { + color: #268bd2; +} + +.highlight .kt { + color: #dc322f; +} + +.highlight .ld { + color: #586e75; +} + +.highlight .m, +.highlight .s { + color: #2aa198; +} + +.highlight .na { + color: #B58900; +} + +.highlight .nb { + color: #586e75; +} + +.highlight .nc { + color: #268bd2; +} + +.highlight .no { + color: #cb4b16; +} + +.highlight .nd { + color: #268bd2; +} + +.highlight .ni, +.highlight .ne { + color: #cb4b16; +} + +.highlight .nf { + color: #268bd2; +} + +.highlight .nl, +.highlight .nn, +.highlight .nx, +.highlight .py { + color: #586e75; +} + +.highlight .nt, +.highlight .nv { + color: #268bd2; +} + +.highlight .ow { + color: #859900; +} + +.highlight .w { + color: #586e75; +} + +.highlight .mf, +.highlight .mh, +.highlight .mi, +.highlight .mo { + color: #2aa198; +} + +.highlight .sb { + color: #93a1a1; +} + +.highlight .sc { + color: #2aa198; +} + +.highlight .sd { + color: #586e75; +} + +.highlight .s2 { + color: #2aa198; +} + +.highlight .se { + color: #cb4b16; +} + +.highlight .sh { + color: #586e75; +} + +.highlight .si, +.highlight .sx { + color: #2aa198; +} + +.highlight .sr { + color: #dc322f; +} + +.highlight .s1, +.highlight .ss { + color: #2aa198; +} + +.highlight .bp, +.highlight .vc, +.highlight .vg, +.highlight .vi { + color: #268bd2; +} + +.highlight .il { + color: #2aa198; +} + +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 10px; + } +} + +.level-left .level-item:not(:last-child), +.level-right .level-item:not(:last-child) { + margin-right: 10px; +} + +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + flex-grow: 1; +} + +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 20px; + } +} + +@media screen and (min-width: 769px) { + .level-left { + align-items: center; + display: flex; + } +} + +@media screen and (min-width: 769px) { + .level-right { + align-items: center; + display: flex; + justify-content: flex-end; + } +} + +.level { + align-items: center; + justify-content: space-between; +} + +.level code { + border-radius: 3px; +} + +.level img { + display: inline-block; + vertical-align: top; +} + +.level.is-mobile { + display: flex; +} + +.level.is-mobile > .level-item:not(:last-child) { + margin-bottom: 0; +} + +.level.is-mobile > .level-item:not(.is-narrow) { + flex-grow: 1; +} + +@media screen and (min-width: 769px) { + .level { + display: flex; + } + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } +} + +.media-number { + background-color: #f5f7fa; + border-radius: 290486px; + display: inline-block; + font-size: 18px; + height: 32px; + line-height: 24px; + min-width: 32px; + padding: 4px 8px; + text-align: center; + vertical-align: top; +} + +@media screen and (max-width: 768px) { + .media-number { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .media-number { + margin-right: 10px; + } +} + +.media-left { + margin-right: 10px; +} + +.media-right { + margin-left: 10px; +} + +.media-content { + flex-grow: 1; + flex-shrink: 1; + text-align: left; +} + +.media { + align-items: flex-start; + display: flex; + text-align: left; +} + +.media .content:not(:last-child) { + margin-bottom: 10px; +} + +.media .media { + border-top: 1px solid rgba(211, 214, 219, 0.5); + display: flex; + padding-top: 10px; +} + +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 5px; +} + +.media .media .media { + padding-top: 5px; +} + +.media .media .media + .media { + margin-top: 5px; +} + +.media + .media { + border-top: 1px solid rgba(211, 214, 219, 0.5); + margin-top: 10px; + padding-top: 10px; +} + +.media.is-large + .media { + margin-top: 20px; + padding-top: 20px; +} + +@media screen and (min-width: 769px) { + .media.is-large .media-number { + margin-right: 20px; + } +} + +.menu-nav a { + display: block; + padding: 5px 10px; +} + +.menu-list a { + border-radius: 2px; + color: #69707a; + display: block; + padding: 5px 10px; +} + +.menu-list a:hover { + background-color: #f5f7fa; + color: #24ffde; +} + +.menu-list a.is-active { + background-color: #24ffde; + color: white; +} + +.menu-list li ul { + border-left: 1px solid #d3d6db; + margin: 10px; + padding-left: 10px; +} + +.menu-label { + color: #aeb1b5; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.menu-label:not(:first-child) { + margin-top: 20px; +} + +.message-body { + border: 1px solid #d3d6db; + border-radius: 3px; + padding: 12px 15px; +} + +.message-body strong { + color: inherit; +} + +.message-header { + background-color: #69707a; + border-radius: 3px 3px 0 0; + color: white; + padding: 7px 10px; +} + +.message-header strong { + color: inherit; +} + +.message-header + .message-body { + border-radius: 0 0 3px 3px; + border-top: none; +} + +.message { + background-color: #f5f7fa; + border-radius: 3px; +} + +.message.is-white { + background-color: white; +} + +.message.is-white .message-header { + background-color: #fff; + color: #111; +} + +.message.is-white .message-body { + border-color: #fff; + color: #666666; +} + +.message.is-black { + background-color: whitesmoke; +} + +.message.is-black .message-header { + background-color: #111; + color: #fff; +} + +.message.is-black .message-body { + border-color: #111; + color: gray; +} + +.message.is-light { + background-color: #f5f7fa; +} + +.message.is-light .message-header { + background-color: #f5f7fa; + color: #69707a; +} + +.message.is-light .message-body { + border-color: #f5f7fa; + color: #666666; +} + +.message.is-dark { + background-color: #f4f5f6; +} + +.message.is-dark .message-header { + background-color: #69707a; + color: #f5f7fa; +} + +.message.is-dark .message-body { + border-color: #69707a; + color: gray; +} + +.message.is-primary { + background-color: #ebfffc; +} + +.message.is-primary .message-header { + background-color: #24ffde; + color: white; +} + +.message.is-primary .message-body { + border-color: #24ffde; + color: gray; +} + +.message.is-info { + background-color: #ebf2ff; +} + +.message.is-info .message-header { + background-color: #2478ff; + color: white; +} + +.message.is-info .message-body { + border-color: #2478ff; + color: gray; +} + +.message.is-success { + background-color: #ebfff2; +} + +.message.is-success .message-header { + background-color: #24ff70; + color: white; +} + +.message.is-success .message-body { + border-color: #24ff70; + color: gray; +} + +.message.is-warning { + background-color: #fffbeb; +} + +.message.is-warning .message-header { + background-color: #ffd324; + color: white; +} + +.message.is-warning .message-body { + border-color: #ffd324; + color: gray; +} + +.message.is-danger { + background-color: #ffebef; +} + +.message.is-danger .message-header { + background-color: #ff2450; + color: white; +} + +.message.is-danger .message-body { + border-color: #ff2450; + color: gray; +} + +.modal-background { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + background-color: rgba(17, 17, 17, 0.86); +} + +.modal-content, .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px) { + .modal-content, .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; +} + +.modal-card-head, +.modal-card-foot { + align-items: center; + background-color: #f5f7fa; + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid #d3d6db; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} + +.modal-card-title { + color: #222324; + flex-grow: 1; + flex-shrink: 0; + font-size: 24px; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-top: 1px solid #d3d6db; +} + +.modal-card-foot .button:not(:last-child) { + margin-right: 10px; +} + +.modal-card-body { + background-color: #fff; + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.modal { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + align-items: center; + display: none; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 1986; +} + +.modal.is-active { + display: flex; +} + +@media screen and (min-width: 769px) { + .nav-toggle { + display: none; + } +} + +.nav-item { + align-items: center; + display: flex; + justify-content: center; + padding: 10px; +} + +.nav-item a { + flex-grow: 1; + flex-shrink: 0; +} + +.nav-item img { + max-height: 24px; +} + +.nav-item .button + .button { + margin-left: 10px; +} + +.nav-item .tag:first-child { + margin-right: 5px; +} + +.nav-item .tag:last-child { + margin-left: 5px; +} + +@media screen and (max-width: 768px) { + .nav-item { + justify-content: flex-start; + } +} + +.nav-item a, +a.nav-item { + color: #69707a; +} + +.nav-item a:hover, +a.nav-item:hover { + color: #222324; +} + +.nav-item a.is-active, +a.nav-item.is-active { + color: #222324; +} + +.nav-item a.is-tab, +a.nav-item.is-tab { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; + padding-left: 12px; + padding-right: 12px; +} + +.nav-item a.is-tab:hover, +a.nav-item.is-tab:hover { + border-bottom: 1px solid #24ffde; + border-top: 1px solid transparent; +} + +.nav-item a.is-tab.is-active, +a.nav-item.is-tab.is-active { + border-bottom: 3px solid #24ffde; + border-top: 3px solid transparent; + color: #24ffde; +} + +@media screen and (max-width: 768px) { + .nav-menu { + background-color: #fff; + box-shadow: 0 4px 7px rgba(17, 17, 17, 0.1); + left: 0; + display: none; + right: 0; + top: 100%; + position: absolute; + } + .nav-menu .nav-item { + border-top: 1px solid rgba(211, 214, 219, 0.5); + padding: 10px; + } + .nav-menu.is-active { + display: block; + } +} + +@media screen and (min-width: 769px) and (max-width: 979px) { + .nav-menu { + padding-right: 20px; + } +} + +.nav-left { + align-items: stretch; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.nav-center { + align-items: stretch; + display: flex; + justify-content: center; + margin-left: auto; + margin-right: auto; +} + +@media screen and (min-width: 769px) { + .nav-right { + align-items: stretch; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-end; + } +} + +.nav { + align-items: stretch; + background-color: #fff; + display: flex; + min-height: 50px; + position: relative; + text-align: center; + z-index: 2; +} + +.nav > .container { + align-items: stretch; + display: flex; + min-height: 50px; + width: 100%; +} + +.nav > .container > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.nav > .container > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.container > .nav > .nav-left > .nav-item:first-child:not(.is-tab) { + padding-left: 0; +} + +.container > .nav > .nav-right > .nav-item:last-child:not(.is-tab) { + padding-right: 0; +} + +.nav.has-shadow { + box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1); +} + +@media screen and (max-width: 979px) { + .nav > .container > .nav-left > .nav-item.is-brand:first-child, + .container > .nav > .nav-left > .nav-item.is-brand:first-child { + padding-left: 20px; + } +} + +.pagination { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination a { + display: block; + min-width: 32px; + padding: 3px 8px; +} + +.pagination span { + color: #aeb1b5; + display: block; + margin: 0 4px; +} + +.pagination li { + margin: 0 2px; +} + +.pagination ul { + align-items: center; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + .pagination > a { + width: calc(50% - 5px); + } + .pagination > a:not(:first-child) { + margin-left: 10px; + } + .pagination li { + flex-grow: 1; + flex-shrink: 0; + } + .pagination ul { + margin-top: 10px; + } +} + +@media screen and (min-width: 769px) { + .pagination > a:not(:first-child) { + order: 1; + } +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 16px; + line-height: 16px; + text-align: center; + vertical-align: top; + width: 16px; + color: #aeb1b5; + float: left; + margin: 0 4px 0 -2px; +} + +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.panel-heading { + background-color: #f5f7fa; + border-bottom: 1px solid #d3d6db; + border-radius: 4px 4px 0 0; + color: #222324; + font-size: 18px; + font-weight: 300; + padding: 10px; +} + +.panel-list a { + color: #69707a; +} + +.panel-list a:hover { + color: #24ffde; +} + +.panel-tabs { + display: flex; + font-size: 11px; + padding: 5px 10px 0; + justify-content: center; +} + +.panel-tabs a { + border-bottom: 1px solid #d3d6db; + margin-bottom: -1px; + padding: 5px; +} + +.panel-tabs a.is-active { + border-bottom-color: #222324; + color: #222324; +} + +.panel-tabs:not(:last-child) { + border-bottom: 1px solid #d3d6db; +} + +.panel-block { + color: #222324; + display: block; + line-height: 16px; + padding: 10px; +} + +.panel-block:not(:last-child) { + border-bottom: 1px solid #d3d6db; +} + +a.panel-block:hover { + background-color: #f5f7fa; +} + +.panel { + border: 1px solid #d3d6db; + border-radius: 5px; +} + +.panel:not(:last-child) { + margin-bottom: 20px; +} + +.tabs { + align-items: stretch; + display: flex; + justify-content: space-between; + line-height: 24px; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.tabs a { + align-items: center; + border-bottom: 1px solid #d3d6db; + color: #69707a; + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 6px 12px; + vertical-align: top; +} + +.tabs a:hover { + border-bottom-color: #222324; + color: #222324; +} + +.tabs li { + display: block; +} + +.tabs li.is-active a { + border-bottom-color: #24ffde; + color: #24ffde; +} + +.tabs ul { + align-items: center; + border-bottom: 1px solid #d3d6db; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} + +.tabs ul.is-left { + padding-right: 10px; +} + +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 10px; + padding-right: 10px; +} + +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 10px; +} + +.tabs .icon:first-child { + margin-right: 8px; +} + +.tabs .icon:last-child { + margin-left: 8px; +} + +.tabs.is-centered ul { + justify-content: center; +} + +.tabs.is-right ul { + justify-content: flex-end; +} + +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 3px 3px 0 0; + padding-bottom: 5px; + padding-top: 5px; +} + +.tabs.is-boxed a:hover { + background-color: #f5f7fa; + border-bottom-color: #d3d6db; +} + +.tabs.is-boxed li.is-active a { + background-color: #fff; + border-color: #d3d6db; + border-bottom-color: transparent !important; +} + +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} + +.tabs.is-toggle a { + border: 1px solid #d3d6db; + margin-bottom: 0; + padding-bottom: 5px; + padding-top: 5px; + position: relative; +} + +.tabs.is-toggle a:hover { + background-color: #f5f7fa; + border-color: #aeb1b5; + z-index: 2; +} + +.tabs.is-toggle li + li { + margin-left: -1px; +} + +.tabs.is-toggle li:first-child a { + border-radius: 3px 0 0 3px; +} + +.tabs.is-toggle li:last-child a { + border-radius: 0 3px 3px 0; +} + +.tabs.is-toggle li.is-active a { + background-color: #24ffde; + border-color: #24ffde; + color: white; + z-index: 1; +} + +.tabs.is-toggle ul { + border-bottom: none; +} + +.tabs.is-small { + font-size: 11px; +} + +.tabs.is-small a { + padding: 2px 8px; +} + +.tabs.is-small.is-boxed a, .tabs.is-small.is-toggle a { + padding-bottom: 1px; + padding-top: 1px; +} + +.tabs.is-medium { + font-size: 18px; +} + +.tabs.is-medium a { + padding: 10px 16px; +} + +.tabs.is-medium.is-boxed a, .tabs.is-medium.is-toggle a { + padding-bottom: 9px; + padding-top: 9px; +} + +.tabs.is-large { + font-size: 28px; +} + +.tabs.is-large a { + padding: 14px 20px; +} + +.tabs.is-large.is-boxed a, .tabs.is-large.is-toggle a { + padding-bottom: 13px; + padding-top: 13px; +} + +.hero-video { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; + overflow: hidden; +} + +.hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); +} + +.hero-video.is-transparent { + opacity: 0.3; +} + +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 20px; +} + +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + } + .hero-buttons .button:not(:last-child) { + margin-bottom: 10px; + } +} + +@media screen and (min-width: 769px) { + .hero-buttons { + display: flex; + justify-content: center; + } + .hero-buttons .button:not(:last-child) { + margin-right: 20px; + } +} + +.hero-head, +.hero-foot { + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 40px 20px; +} + +@media screen and (min-width: 1240px) { + .hero-body { + padding-left: 0; + padding-right: 0; + } +} + +.hero { + align-items: stretch; + background-color: #fff; + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.hero .nav { + background: none; + box-shadow: 0 1px 0 rgba(211, 214, 219, 0.3); +} + +.hero .tabs ul { + border-bottom: none; +} + +.hero.is-white { + background-color: #fff; + color: #111; +} + +.hero.is-white .title { + color: #111; +} + +.hero.is-white .title a, +.hero.is-white .title strong { + color: inherit; +} + +.hero.is-white .subtitle { + color: rgba(17, 17, 17, 0.7); +} + +.hero.is-white .subtitle a, +.hero.is-white .subtitle strong { + color: #111; +} + +.hero.is-white .nav { + box-shadow: 0 1px 0 rgba(17, 17, 17, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-white .nav-menu { + background-color: #fff; + } +} + +.hero.is-white a.nav-item, +.hero.is-white .nav-item a:not(.button) { + color: rgba(17, 17, 17, 0.5); +} + +.hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active, +.hero.is-white .nav-item a:not(.button):hover, +.hero.is-white .nav-item a:not(.button).is-active { + color: #111; +} + +.hero.is-white .tabs a { + color: #111; + opacity: 0.5; +} + +.hero.is-white .tabs a:hover { + opacity: 1; +} + +.hero.is-white .tabs li.is-active a { + opacity: 1; +} + +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: #111; +} + +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { + background-color: #111; + border-color: #111; + color: #fff; +} + +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #e6e6e6 0%, #fff 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-white .nav-toggle span { + background-color: #111; + } + .hero.is-white .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-white .nav-toggle.is-active span { + background-color: #111; + } + .hero.is-white .nav-menu .nav-item { + border-top-color: rgba(17, 17, 17, 0.2); + } +} + +.hero.is-black { + background-color: #111; + color: #fff; +} + +.hero.is-black .title { + color: #fff; +} + +.hero.is-black .title a, +.hero.is-black .title strong { + color: inherit; +} + +.hero.is-black .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-black .subtitle a, +.hero.is-black .subtitle strong { + color: #fff; +} + +.hero.is-black .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-black .nav-menu { + background-color: #111; + } +} + +.hero.is-black a.nav-item, +.hero.is-black .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active, +.hero.is-black .nav-item a:not(.button):hover, +.hero.is-black .nav-item a:not(.button).is-active { + color: #fff; +} + +.hero.is-black .tabs a { + color: #fff; + opacity: 0.5; +} + +.hero.is-black .tabs a:hover { + opacity: 1; +} + +.hero.is-black .tabs li.is-active a { + opacity: 1; +} + +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: #fff; +} + +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #111; +} + +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, black 0%, #111 71%, #1f1c1c 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-black .nav-toggle span { + background-color: #fff; + } + .hero.is-black .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-black .nav-toggle.is-active span { + background-color: #fff; + } + .hero.is-black .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-light { + background-color: #f5f7fa; + color: #69707a; +} + +.hero.is-light .title { + color: #69707a; +} + +.hero.is-light .title a, +.hero.is-light .title strong { + color: inherit; +} + +.hero.is-light .subtitle { + color: rgba(105, 112, 122, 0.7); +} + +.hero.is-light .subtitle a, +.hero.is-light .subtitle strong { + color: #69707a; +} + +.hero.is-light .nav { + box-shadow: 0 1px 0 rgba(105, 112, 122, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-light .nav-menu { + background-color: #f5f7fa; + } +} + +.hero.is-light a.nav-item, +.hero.is-light .nav-item a:not(.button) { + color: rgba(105, 112, 122, 0.5); +} + +.hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active, +.hero.is-light .nav-item a:not(.button):hover, +.hero.is-light .nav-item a:not(.button).is-active { + color: #69707a; +} + +.hero.is-light .tabs a { + color: #69707a; + opacity: 0.5; +} + +.hero.is-light .tabs a:hover { + opacity: 1; +} + +.hero.is-light .tabs li.is-active a { + opacity: 1; +} + +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: #69707a; +} + +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: #69707a; + border-color: #69707a; + color: #f5f7fa; +} + +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-light .nav-toggle span { + background-color: #69707a; + } + .hero.is-light .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-light .nav-toggle.is-active span { + background-color: #69707a; + } + .hero.is-light .nav-menu .nav-item { + border-top-color: rgba(105, 112, 122, 0.2); + } +} + +.hero.is-dark { + background-color: #69707a; + color: #f5f7fa; +} + +.hero.is-dark .title { + color: #f5f7fa; +} + +.hero.is-dark .title a, +.hero.is-dark .title strong { + color: inherit; +} + +.hero.is-dark .subtitle { + color: rgba(245, 247, 250, 0.7); +} + +.hero.is-dark .subtitle a, +.hero.is-dark .subtitle strong { + color: #f5f7fa; +} + +.hero.is-dark .nav { + box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-dark .nav-menu { + background-color: #69707a; + } +} + +.hero.is-dark a.nav-item, +.hero.is-dark .nav-item a:not(.button) { + color: rgba(245, 247, 250, 0.5); +} + +.hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active, +.hero.is-dark .nav-item a:not(.button):hover, +.hero.is-dark .nav-item a:not(.button).is-active { + color: #f5f7fa; +} + +.hero.is-dark .tabs a { + color: #f5f7fa; + opacity: 0.5; +} + +.hero.is-dark .tabs a:hover { + opacity: 1; +} + +.hero.is-dark .tabs li.is-active a { + opacity: 1; +} + +.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { + color: #f5f7fa; +} + +.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { + background-color: #f5f7fa; + border-color: #f5f7fa; + color: #69707a; +} + +.hero.is-dark.is-bold { + background-image: linear-gradient(141deg, #495a67 0%, #69707a 71%, #6e768e 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-dark .nav-toggle span { + background-color: #f5f7fa; + } + .hero.is-dark .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-dark .nav-toggle.is-active span { + background-color: #f5f7fa; + } + .hero.is-dark .nav-menu .nav-item { + border-top-color: rgba(245, 247, 250, 0.2); + } +} + +.hero.is-primary { + background-color: #24ffde; + color: white; +} + +.hero.is-primary .title { + color: white; +} + +.hero.is-primary .title a, +.hero.is-primary .title strong { + color: inherit; +} + +.hero.is-primary .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-primary .subtitle a, +.hero.is-primary .subtitle strong { + color: white; +} + +.hero.is-primary .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-primary .nav-menu { + background-color: #24ffde; + } +} + +.hero.is-primary a.nav-item, +.hero.is-primary .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active, +.hero.is-primary .nav-item a:not(.button):hover, +.hero.is-primary .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-primary .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-primary .tabs a:hover { + opacity: 1; +} + +.hero.is-primary .tabs li.is-active a { + opacity: 1; +} + +.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { + color: white; +} + +.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #24ffde; +} + +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #00f0a4 0%, #24ffde 71%, #3efcff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-primary .nav-toggle span { + background-color: white; + } + .hero.is-primary .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-primary .nav-toggle.is-active span { + background-color: white; + } + .hero.is-primary .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-info { + background-color: #2478ff; + color: white; +} + +.hero.is-info .title { + color: white; +} + +.hero.is-info .title a, +.hero.is-info .title strong { + color: inherit; +} + +.hero.is-info .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-info .subtitle a, +.hero.is-info .subtitle strong { + color: white; +} + +.hero.is-info .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-info .nav-menu { + background-color: #2478ff; + } +} + +.hero.is-info a.nav-item, +.hero.is-info .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active, +.hero.is-info .nav-item a:not(.button):hover, +.hero.is-info .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-info .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-info .tabs a:hover { + opacity: 1; +} + +.hero.is-info .tabs li.is-active a { + opacity: 1; +} + +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: white; +} + +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #2478ff; +} + +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #0084f0 0%, #2478ff 71%, #3e67ff 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-info .nav-toggle span { + background-color: white; + } + .hero.is-info .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-info .nav-toggle.is-active span { + background-color: white; + } + .hero.is-info .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-success { + background-color: #24ff70; + color: white; +} + +.hero.is-success .title { + color: white; +} + +.hero.is-success .title a, +.hero.is-success .title strong { + color: inherit; +} + +.hero.is-success .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-success .subtitle a, +.hero.is-success .subtitle strong { + color: white; +} + +.hero.is-success .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-success .nav-menu { + background-color: #24ff70; + } +} + +.hero.is-success a.nav-item, +.hero.is-success .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active, +.hero.is-success .nav-item a:not(.button):hover, +.hero.is-success .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-success .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-success .tabs a:hover { + opacity: 1; +} + +.hero.is-success .tabs li.is-active a { + opacity: 1; +} + +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: white; +} + +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #24ff70; +} + +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #00f02b 0%, #24ff70 71%, #3effa1 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-success .nav-toggle span { + background-color: white; + } + .hero.is-success .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-success .nav-toggle.is-active span { + background-color: white; + } + .hero.is-success .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-warning { + background-color: #ffd324; + color: white; +} + +.hero.is-warning .title { + color: white; +} + +.hero.is-warning .title a, +.hero.is-warning .title strong { + color: inherit; +} + +.hero.is-warning .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-warning .subtitle a, +.hero.is-warning .subtitle strong { + color: white; +} + +.hero.is-warning .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-warning .nav-menu { + background-color: #ffd324; + } +} + +.hero.is-warning a.nav-item, +.hero.is-warning .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active, +.hero.is-warning .nav-item a:not(.button):hover, +.hero.is-warning .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-warning .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-warning .tabs a:hover { + opacity: 1; +} + +.hero.is-warning .tabs li.is-active a { + opacity: 1; +} + +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: white; +} + +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ffd324; +} + +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #f09800 0%, #ffd324 71%, #fff83e 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-warning .nav-toggle span { + background-color: white; + } + .hero.is-warning .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-warning .nav-toggle.is-active span { + background-color: white; + } + .hero.is-warning .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +.hero.is-danger { + background-color: #ff2450; + color: white; +} + +.hero.is-danger .title { + color: white; +} + +.hero.is-danger .title a, +.hero.is-danger .title strong { + color: inherit; +} + +.hero.is-danger .subtitle { + color: rgba(255, 255, 255, 0.7); +} + +.hero.is-danger .subtitle a, +.hero.is-danger .subtitle strong { + color: white; +} + +.hero.is-danger .nav { + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); +} + +@media screen and (max-width: 768px) { + .hero.is-danger .nav-menu { + background-color: #ff2450; + } +} + +.hero.is-danger a.nav-item, +.hero.is-danger .nav-item a:not(.button) { + color: rgba(255, 255, 255, 0.5); +} + +.hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active, +.hero.is-danger .nav-item a:not(.button):hover, +.hero.is-danger .nav-item a:not(.button).is-active { + color: white; +} + +.hero.is-danger .tabs a { + color: white; + opacity: 0.5; +} + +.hero.is-danger .tabs a:hover { + opacity: 1; +} + +.hero.is-danger .tabs li.is-active a { + opacity: 1; +} + +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: white; +} + +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(17, 17, 17, 0.1); +} + +.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #ff2450; +} + +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #f00058 0%, #ff2450 71%, #ff3e44 100%); +} + +@media screen and (max-width: 768px) { + .hero.is-danger .nav-toggle span { + background-color: white; + } + .hero.is-danger .nav-toggle:hover { + background-color: rgba(17, 17, 17, 0.1); + } + .hero.is-danger .nav-toggle.is-active span { + background-color: white; + } + .hero.is-danger .nav-menu .nav-item { + border-top-color: rgba(255, 255, 255, 0.2); + } +} + +@media screen and (min-width: 769px) { + .hero.is-medium .hero-body { + padding-bottom: 120px; + padding-top: 120px; + } +} + +@media screen and (min-width: 769px) { + .hero.is-large .hero-body { + padding-bottom: 240px; + padding-top: 240px; + } +} + +.hero.is-fullheight { + min-height: 100vh; +} + +.hero.is-fullheight .hero-body { + align-items: center; + display: flex; +} + +.hero.is-fullheight .hero-body > .container { + flex-grow: 1; + flex-shrink: 0; +} + +.section { + background-color: #fff; + padding: 40px 20px; +} + +@media screen and (min-width: 980px) { + .section.is-medium { + padding: 120px 20px; + } + .section.is-large { + padding: 240px 20px; + } +} + +.footer { + background-color: #f5f7fa; + padding: 40px 20px 80px; +} + +.footer a, .footer a:visited { + color: #69707a; +} + +.footer a:hover, .footer a:visited:hover { + color: #222324; +} + +.footer a:not(.icon), .footer a:visited:not(.icon) { + border-bottom: 1px solid #d3d6db; +} + +.footer a:not(.icon):hover, .footer a:visited:not(.icon):hover { + border-bottom-color: #24ffde; +} diff --git a/docs/css/utilities.css b/docs/css/utilities.css new file mode 100644 index 00000000..f2f909d6 --- /dev/null +++ b/docs/css/utilities.css @@ -0,0 +1,175 @@ +html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font-weight: normal; + vertical-align: baseline; + background: transparent; +} + +article, aside, figure, footer, header, nav, section, details, summary { + display: block; +} + +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +img, +object, +embed { + max-width: 100%; +} + +html { + overflow-y: scroll; +} + +ul { + list-style: none; +} + +blockquote, q { + quotes: none; +} + +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} + +a { + margin: 0; + padding: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom: 1px dotted #000; + cursor: help; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +th { + font-weight: bold; + vertical-align: bottom; +} + +td { + font-weight: normal; + vertical-align: top; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +input, select { + vertical-align: middle; +} + +pre { + white-space: pre; + white-space: pre-wrap; + white-space: pre-line; + word-wrap: break-word; +} + +input[type="radio"] { + vertical-align: text-bottom; +} + +input[type="checkbox"] { + vertical-align: bottom; +} + +select, input, textarea { + font: 99% sans-serif; +} + +table { + font-size: inherit; + font: 100%; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +td, td img { + vertical-align: top; +} + +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +pre, code, kbd, samp { + font-family: monospace, sans-serif; +} + +label, +input[type=button], +input[type=submit], +input[type=file], +button { + cursor: pointer; +} + +button, input, select, textarea { + margin: 0; +} + +button, +input[type=button] { + width: auto; + overflow: visible; +} + +@keyframes spin-around { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} diff --git a/docs/css/variables.css b/docs/css/variables.css new file mode 100644 index 00000000..e69de29b diff --git a/docs/documentation/components/level.html b/docs/documentation/components/level.html index 500ae8eb..e42bfb58 100644 --- a/docs/documentation/components/level.html +++ b/docs/documentation/components/level.html @@ -199,7 +199,7 @@ doc-subtab: level Menu

- +

Reservations @@ -219,7 +219,7 @@ doc-subtab: level Menu

- +

Reservations diff --git a/docs/documentation/components/nav.html b/docs/documentation/components/nav.html index e80c6327..400f7d7e 100644 --- a/docs/documentation/components/nav.html +++ b/docs/documentation/components/nav.html @@ -37,7 +37,7 @@ doc-subtab: nav

{% highlight html %} +Small Medium Large {% endhighlight %} @@ -116,19 +117,19 @@ doc-subtab: tag

Foo - +

Bar - +

Hello - +

@@ -140,16 +141,20 @@ doc-subtab: tag

{% highlight html %} - + Foo - + + + + Bar + - Bar - + Hello + - Foo bar + World {% endhighlight %} diff --git a/docs/documentation/layout/hero.html b/docs/documentation/layout/hero.html index b83e597d..e139f3d8 100644 --- a/docs/documentation/layout/hero.html +++ b/docs/documentation/layout/hero.html @@ -434,7 +434,7 @@ doc-subtab: hero
@@ -513,7 +513,7 @@ doc-subtab: hero
@@ -581,7 +581,7 @@ doc-subtab: hero
@@ -660,7 +660,7 @@ doc-subtab: hero
@@ -728,7 +728,7 @@ doc-subtab: hero
@@ -807,7 +807,7 @@ doc-subtab: hero
diff --git a/docs/documentation/navbar.html b/docs/documentation/navbar.html index 7572f54f..9116f735 100644 --- a/docs/documentation/navbar.html +++ b/docs/documentation/navbar.html @@ -196,7 +196,7 @@ doc-tab: navbar Menu

+
+

Modular

+

Just import what you need

+ +
+ +
+

+ Bulma consists of 29 .sass files that you can import individually. +

+

+ For example, let's say you only want the Bulma columns. +
+ The file is located in the bulma/sass/grid folder. +
+ Simply import it directly: +

+{% highlight sass %} +@import "bulma/sass/grid/columns.sass" +{% endhighlight %} +

+ Now you can use the classes .columns (for the container) and .column directly: +

+{% highlight html %} +
+
1
+
2
+
3
+
4
+
5
+
+{% endhighlight %} + +
+ +

+ What if you only want the button styles instead? +

+{% highlight sass %} +@import "bulma/sass/elements/button.sass" +{% endhighlight %} +

+ You can now use the .button class, and all its modifiers: +

+
    +
  • + .is-active +
  • +
  • + .is-primary, + .is-info, + .is-success... +
  • +
  • + .is-small, + .is-medium, + .is-large +
  • +
  • + .is-outlined, + .is-inverted, + .is-link +
  • +
  • + .is-disabled, + .is-loading +
  • +
+{% highlight html %} + + Button + + + + Primary button + + + + Large button + + + + Loading button + +{% endhighlight %} +
+
+
diff --git a/docs/documentation/overview/variables.html b/docs/documentation/overview/variables.html index 414ccde6..8842d1ba 100644 --- a/docs/documentation/overview/variables.html +++ b/docs/documentation/overview/variables.html @@ -189,12 +189,6 @@ doc-subtab: variables $desktop980px $widescreen1180px -Dimensions - -$column-gap20px - -$nav-height50px - Miscellaneous $easingease-out diff --git a/docs/favicons/android-chrome-144x144.png b/docs/favicons/android-chrome-144x144.png deleted file mode 100644 index 150ff0df..00000000 Binary files a/docs/favicons/android-chrome-144x144.png and /dev/null differ diff --git a/docs/favicons/android-chrome-192x192.png b/docs/favicons/android-chrome-192x192.png index 8f648dd0..83b2a5b2 100644 Binary files a/docs/favicons/android-chrome-192x192.png and b/docs/favicons/android-chrome-192x192.png differ diff --git a/docs/favicons/android-chrome-36x36.png b/docs/favicons/android-chrome-36x36.png deleted file mode 100644 index 07aa91c9..00000000 Binary files a/docs/favicons/android-chrome-36x36.png and /dev/null differ diff --git a/docs/favicons/android-chrome-48x48.png b/docs/favicons/android-chrome-48x48.png deleted file mode 100644 index e070b598..00000000 Binary files a/docs/favicons/android-chrome-48x48.png and /dev/null differ diff --git a/docs/favicons/android-chrome-72x72.png b/docs/favicons/android-chrome-72x72.png deleted file mode 100644 index 9f1e201a..00000000 Binary files a/docs/favicons/android-chrome-72x72.png and /dev/null differ diff --git a/docs/favicons/android-chrome-96x96.png b/docs/favicons/android-chrome-96x96.png deleted file mode 100644 index 951f52db..00000000 Binary files a/docs/favicons/android-chrome-96x96.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-114x114.png b/docs/favicons/apple-touch-icon-114x114.png deleted file mode 100644 index 34453079..00000000 Binary files a/docs/favicons/apple-touch-icon-114x114.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-120x120.png b/docs/favicons/apple-touch-icon-120x120.png deleted file mode 100644 index 105f39c2..00000000 Binary files a/docs/favicons/apple-touch-icon-120x120.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-144x144.png b/docs/favicons/apple-touch-icon-144x144.png deleted file mode 100644 index 79553123..00000000 Binary files a/docs/favicons/apple-touch-icon-144x144.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-152x152.png b/docs/favicons/apple-touch-icon-152x152.png deleted file mode 100644 index a84857d7..00000000 Binary files a/docs/favicons/apple-touch-icon-152x152.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-180x180.png b/docs/favicons/apple-touch-icon-180x180.png deleted file mode 100644 index 70cf9356..00000000 Binary files a/docs/favicons/apple-touch-icon-180x180.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-57x57.png b/docs/favicons/apple-touch-icon-57x57.png deleted file mode 100644 index d03eab99..00000000 Binary files a/docs/favicons/apple-touch-icon-57x57.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-60x60.png b/docs/favicons/apple-touch-icon-60x60.png deleted file mode 100644 index 5e9fa105..00000000 Binary files a/docs/favicons/apple-touch-icon-60x60.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-72x72.png b/docs/favicons/apple-touch-icon-72x72.png deleted file mode 100644 index 639c1a40..00000000 Binary files a/docs/favicons/apple-touch-icon-72x72.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-76x76.png b/docs/favicons/apple-touch-icon-76x76.png deleted file mode 100644 index e1eca904..00000000 Binary files a/docs/favicons/apple-touch-icon-76x76.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon-precomposed.png b/docs/favicons/apple-touch-icon-precomposed.png deleted file mode 100644 index d360c30b..00000000 Binary files a/docs/favicons/apple-touch-icon-precomposed.png and /dev/null differ diff --git a/docs/favicons/apple-touch-icon.png b/docs/favicons/apple-touch-icon.png index 70cf9356..d8d2d92c 100644 Binary files a/docs/favicons/apple-touch-icon.png and b/docs/favicons/apple-touch-icon.png differ diff --git a/docs/favicons/browserconfig.xml b/docs/favicons/browserconfig.xml index 628928fa..7ecd00a4 100644 --- a/docs/favicons/browserconfig.xml +++ b/docs/favicons/browserconfig.xml @@ -2,11 +2,8 @@ - - - - - #1fc8db + + #11e4c4 diff --git a/docs/favicons/favicon-16x16.png b/docs/favicons/favicon-16x16.png index e4a08d7f..dd6b8078 100644 Binary files a/docs/favicons/favicon-16x16.png and b/docs/favicons/favicon-16x16.png differ diff --git a/docs/favicons/favicon-32x32.png b/docs/favicons/favicon-32x32.png index 1e2f03fa..d4c2b0c9 100644 Binary files a/docs/favicons/favicon-32x32.png and b/docs/favicons/favicon-32x32.png differ diff --git a/docs/favicons/favicon-96x96.png b/docs/favicons/favicon-96x96.png deleted file mode 100644 index a408d1af..00000000 Binary files a/docs/favicons/favicon-96x96.png and /dev/null differ diff --git a/docs/favicons/favicon.ico b/docs/favicons/favicon.ico index 9c63d855..9737d200 100644 Binary files a/docs/favicons/favicon.ico and b/docs/favicons/favicon.ico differ diff --git a/docs/favicons/manifest.json b/docs/favicons/manifest.json index f9302c80..84718299 100644 --- a/docs/favicons/manifest.json +++ b/docs/favicons/manifest.json @@ -1,41 +1,12 @@ { - "name": "Bulma", + "name": "bulma.io", "icons": [ { - "src": "\/favicons\/android-chrome-36x36.png", - "sizes": "36x36", - "type": "image\/png", - "density": 0.75 - }, - { - "src": "\/favicons\/android-chrome-48x48.png", - "sizes": "48x48", - "type": "image\/png", - "density": 1 - }, - { - "src": "\/favicons\/android-chrome-72x72.png", - "sizes": "72x72", - "type": "image\/png", - "density": 1.5 - }, - { - "src": "\/favicons\/android-chrome-96x96.png", - "sizes": "96x96", - "type": "image\/png", - "density": 2 - }, - { - "src": "\/favicons\/android-chrome-144x144.png", - "sizes": "144x144", - "type": "image\/png", - "density": 3 - }, - { - "src": "\/favicons\/android-chrome-192x192.png", + "src": "\/favicons\/android-chrome-192x192.png?v=201609241700", "sizes": "192x192", - "type": "image\/png", - "density": 4 + "type": "image\/png" } - ] + ], + "theme_color": "#11e4c4", + "display": "standalone" } diff --git a/docs/favicons/mstile-144x144.png b/docs/favicons/mstile-144x144.png deleted file mode 100644 index ab480ba6..00000000 Binary files a/docs/favicons/mstile-144x144.png and /dev/null differ diff --git a/docs/favicons/mstile-150x150.png b/docs/favicons/mstile-150x150.png index 0e1dcf59..d1100fb1 100644 Binary files a/docs/favicons/mstile-150x150.png and b/docs/favicons/mstile-150x150.png differ diff --git a/docs/favicons/mstile-310x150.png b/docs/favicons/mstile-310x150.png deleted file mode 100644 index 96af1bc1..00000000 Binary files a/docs/favicons/mstile-310x150.png and /dev/null differ diff --git a/docs/favicons/mstile-310x310.png b/docs/favicons/mstile-310x310.png deleted file mode 100644 index 84a4c569..00000000 Binary files a/docs/favicons/mstile-310x310.png and /dev/null differ diff --git a/docs/favicons/mstile-70x70.png b/docs/favicons/mstile-70x70.png deleted file mode 100644 index fba1a1cc..00000000 Binary files a/docs/favicons/mstile-70x70.png and /dev/null differ diff --git a/docs/favicons/safari-pinned-tab.svg b/docs/favicons/safari-pinned-tab.svg index 674b653a..33e113bb 100644 --- a/docs/favicons/safari-pinned-tab.svg +++ b/docs/favicons/safari-pinned-tab.svg @@ -2,18 +2,21 @@ Created by potrace 1.11, written by Peter Selinger 2001-2013 - - + diff --git a/docs/images/arc-de-triomphe.png b/docs/images/arc-de-triomphe.png deleted file mode 100644 index 409c17f7..00000000 Binary files a/docs/images/arc-de-triomphe.png and /dev/null differ diff --git a/docs/images/b.png b/docs/images/b.png deleted file mode 100644 index 63ec03bf..00000000 Binary files a/docs/images/b.png and /dev/null differ diff --git a/docs/images/metro-ui-css-grid-tiles.png b/docs/images/blog/metro-ui-css-grid-tiles.png similarity index 100% rename from docs/images/metro-ui-css-grid-tiles.png rename to docs/images/blog/metro-ui-css-grid-tiles.png diff --git a/docs/images/bulma-banner.png b/docs/images/bulma-banner.png new file mode 100644 index 00000000..e2e25a96 Binary files /dev/null and b/docs/images/bulma-banner.png differ diff --git a/docs/images/bulma-icon.png b/docs/images/bulma-icon.png new file mode 100644 index 00000000..713a0437 Binary files /dev/null and b/docs/images/bulma-icon.png differ diff --git a/docs/images/bulma-type-white.png b/docs/images/bulma-type-white.png new file mode 100644 index 00000000..b2966721 Binary files /dev/null and b/docs/images/bulma-type-white.png differ diff --git a/docs/images/bulma-type.png b/docs/images/bulma-type.png new file mode 100644 index 00000000..d6c1baac Binary files /dev/null and b/docs/images/bulma-type.png differ diff --git a/docs/images/bulma-white.png b/docs/images/bulma-white.png deleted file mode 100644 index c39d6159..00000000 Binary files a/docs/images/bulma-white.png and /dev/null differ diff --git a/docs/images/bulma.png b/docs/images/bulma.png deleted file mode 100644 index c3bc05b0..00000000 Binary files a/docs/images/bulma.png and /dev/null differ diff --git a/docs/images/sparrow/app-store-badge.svg b/docs/images/sparrow/app-store-badge.svg deleted file mode 100644 index ac111e59..00000000 --- a/docs/images/sparrow/app-store-badge.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/images/sparrow/business-insider.png b/docs/images/sparrow/business-insider.png deleted file mode 100644 index a126c7bd..00000000 Binary files a/docs/images/sparrow/business-insider.png and /dev/null differ diff --git a/docs/images/sparrow/google-play-badge.png b/docs/images/sparrow/google-play-badge.png deleted file mode 100644 index 0c317c05..00000000 Binary files a/docs/images/sparrow/google-play-badge.png and /dev/null differ diff --git a/docs/images/sparrow/iphone-perspective.png b/docs/images/sparrow/iphone-perspective.png deleted file mode 100644 index a4f9846d..00000000 Binary files a/docs/images/sparrow/iphone-perspective.png and /dev/null differ diff --git a/docs/images/sparrow/iphone.png b/docs/images/sparrow/iphone.png deleted file mode 100644 index bf4ebb0b..00000000 Binary files a/docs/images/sparrow/iphone.png and /dev/null differ diff --git a/docs/images/sparrow/logo-grayscale.png b/docs/images/sparrow/logo-grayscale.png deleted file mode 100644 index f59ae63a..00000000 Binary files a/docs/images/sparrow/logo-grayscale.png and /dev/null differ diff --git a/docs/images/sparrow/logo.png b/docs/images/sparrow/logo.png deleted file mode 100644 index 9afdee6d..00000000 Binary files a/docs/images/sparrow/logo.png and /dev/null differ diff --git a/docs/images/sparrow/techcrunch.png b/docs/images/sparrow/techcrunch.png deleted file mode 100644 index fbcf0de8..00000000 Binary files a/docs/images/sparrow/techcrunch.png and /dev/null differ diff --git a/docs/images/sparrow/venture-beat.png b/docs/images/sparrow/venture-beat.png deleted file mode 100644 index 29f2b160..00000000 Binary files a/docs/images/sparrow/venture-beat.png and /dev/null differ diff --git a/docs/images/sparrow/wired.png b/docs/images/sparrow/wired.png deleted file mode 100644 index 6b621bd6..00000000 Binary files a/docs/images/sparrow/wired.png and /dev/null differ diff --git a/docs/index.html b/docs/index.html index adb8529e..609a6927 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,21 +13,22 @@ route: index

- {{ site.title }} + {% include svg/bulma-icon.svg %} + {% include svg/bulma-icon.svg %}

-

+

Bulma

-

+

A modern CSS framework based on Flexbox

npm install bulma
-
+

Tall tile

+

With even more content

-

Tall tile

-

With even more content

-
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam semper diam at erat pulvinar, at pulvinar felis blandit. Vestibulum volutpat tellus diam, consequat gravida libero rhoncus ut. Morbi maximus, leo sit amet vehicula eleifend, nunc dui porta orci, quis semper odio felis ut quam.

-

Suspendisse varius ligula in molestie lacinia. Maecenas varius eget ligula a sagittis. Pellentesque interdum, nisl nec interdum maximus, augue diam porttitor lorem, et sollicitudin felis neque sit amet erat. Maecenas imperdiet felis nisi, fringilla luctus felis hendrerit sit amet. Aenean vitae gravida diam, finibus dignissim turpis. Sed eget varius ligula, at volutpat tortor.

-

Integer sollicitudin, tortor a mattis commodo, velit urna rhoncus erat, vitae congue lectus dolor consequat libero. Donec leo ligula, maximus et pellentesque sed, gravida a metus. Cras ullamcorper a nunc ac porta. Aliquam ut aliquet lacus, quis faucibus libero. Quisque non semper leo.

-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam semper diam at erat pulvinar, at pulvinar felis blandit. Vestibulum volutpat tellus diam, consequat gravida libero rhoncus ut. Morbi maximus, leo sit amet vehicula eleifend, nunc dui porta orci, quis semper odio felis ut quam.

+

Suspendisse varius ligula in molestie lacinia. Maecenas varius eget ligula a sagittis. Pellentesque interdum, nisl nec interdum maximus, augue diam porttitor lorem, et sollicitudin felis neque sit amet erat. Maecenas imperdiet felis nisi, fringilla luctus felis hendrerit sit amet. Aenean vitae gravida diam, finibus dignissim turpis. Sed eget varius ligula, at volutpat tortor.

+

Integer sollicitudin, tortor a mattis commodo, velit urna rhoncus erat, vitae congue lectus dolor consequat libero. Donec leo ligula, maximus et pellentesque sed, gravida a metus. Cras ullamcorper a nunc ac porta. Aliquam ut aliquet lacus, quis faucibus libero. Quisque non semper leo.

@@ -287,7 +296,7 @@ route: index

- + New

@@ -337,7 +346,7 @@ route: index

- + Versatile media object @@ -568,9 +577,9 @@ route: index

- Tag - Two - Three + Tag + Two + Three

diff --git a/images/bulma-banner.png b/images/bulma-banner.png deleted file mode 100644 index 5fb66ee4..00000000 Binary files a/images/bulma-banner.png and /dev/null differ diff --git a/package.json b/package.json index de90e659..094bcc48 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "bulma", - "version": "0.1.2", + "version": "0.2.0", "homepage": "http://bulma.io", - "author": "jgthms ", + "author": "Jeremy Thomas (http://jgthms.com)", "description": "Modern CSS framework based on Flexbox", "main": "bulma.sass", "repository": { @@ -30,17 +30,21 @@ "build": "npm run build-clean && npm run build-sass && npm run build-autoprefix", "build-autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css", "build-clean": "rm -rf css", - "build-sass": "node-sass --output-style expanded --source-map true --output css/ bulma.sass --outFile css/bulma.css", + "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", + "deploy": "npm run build && npm run docs", "docs": "npm run docs-sass && npm run docs-autoprefix", "docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css", - "docs-sass": "node-sass --output-style expanded --output docs/css/ docs/bulma-docs.sass --outFile docs/css/bulma-docs.css", - "pre-push": "npm run build && git add css && git commit --amend --no-edit", + "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css", "start": "npm run build-sass -- --watch", - "start-docs": "npm run docs-sass -- --watch" + "start-docs": "npm run docs-sass -- --watch", + "start-test": "npm run test-sass -- --watch", + "test-sass": "node-sass --output-style expanded docs/bulma-test.sass docs/css/bulma-test.css" }, "files": [ "css", "sass", - "bulma.sass" + "bulma.sass", + "LICENSE", + "README.md" ] } diff --git a/sass/base/base.sass b/sass/base/base.sass index 8e0f5a55..e913d6ba 100644 --- a/sass/base/base.sass +++ b/sass/base/base.sass @@ -1,5 +1,5 @@ @charset "utf-8" -@import "generic" -@import "classes" -@import "helpers" +@import "minireset.sass" +@import "generic.sass" +@import "helpers.sass" diff --git a/sass/base/classes.sass b/sass/base/classes.sass deleted file mode 100644 index 277fe532..00000000 --- a/sass/base/classes.sass +++ /dev/null @@ -1,20 +0,0 @@ -.block - &:not(:last-child) - margin-bottom: 20px - -.container - position: relative - +desktop - margin: 0 auto - max-width: 960px - // Modifiers - &.is-fluid - margin: 0 20px - max-width: none - +widescreen - max-width: 1200px - -.fa - font-size: 21px - text-align: center - vertical-align: top diff --git a/sass/base/generic.sass b/sass/base/generic.sass index 07b53c13..1918118b 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -1,3 +1,8 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + +$body-background: $white-ter !default + html background-color: $body-background font-size: $size-normal @@ -55,8 +60,11 @@ code padding: 1px 2px 2px hr - border-top-color: $border - margin: 40px 0 + background-color: $border + border: none + display: block + height: 1px + margin: 20px 0 img max-width: 100% diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass index b4108db8..7c029f2f 100644 --- a/sass/base/helpers.sass +++ b/sass/base/helpers.sass @@ -1,3 +1,5 @@ +@import "../utilities/mixins.sass" + // Display $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' @@ -104,4 +106,4 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' padding: 0 !important .is-unselectable - @extend .unselectable + +unselectable diff --git a/sass/base/minireset.sass b/sass/base/minireset.sass new file mode 100644 index 00000000..fb4f8e07 --- /dev/null +++ b/sass/base/minireset.sass @@ -0,0 +1,81 @@ +/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ +// Blocks +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 + margin: 0 + padding: 0 + +// Headings +h1, +h2, +h3, +h4, +h5, +h6 + font-size: 100% + font-weight: normal + +// List +ul + list-style: none + +// Form +button, +input, +select, +textarea + margin: 0 + +// Box sizing +html + box-sizing: border-box + +* + box-sizing: inherit + &:before, + &:after + box-sizing: inherit + +// Media +img, +embed, +object, +audio, +video + height: auto + max-width: 100% + +// Iframe +iframe + border: 0 + +// Table +table + border-collapse: collapse + border-spacing: 0 + +td, +th + padding: 0 + text-align: left diff --git a/sass/components/card.sass b/sass/components/card.sass index d5a980ad..047e2e00 100644 --- a/sass/components/card.sass +++ b/sass/components/card.sass @@ -1,3 +1,5 @@ +@import "../utilities/variables.sass" + .card-header align-items: stretch box-shadow: 0 1px 2px rgba($black, 0.1) diff --git a/sass/components/components.sass b/sass/components/components.sass index 9d03779a..0eaf7ede 100644 --- a/sass/components/components.sass +++ b/sass/components/components.sass @@ -1,14 +1,13 @@ @charset "utf-8" -@import "card" -@import "grid" -@import "highlight" -@import "level" -@import "media" -@import "menu" -@import "message" -@import "modal" -@import "nav" -@import "pagination" -@import "panel" -@import "tabs" +@import "card.sass" +@import "highlight.sass" +@import "level.sass" +@import "media.sass" +@import "menu.sass" +@import "message.sass" +@import "modal.sass" +@import "nav.sass" +@import "pagination.sass" +@import "panel.sass" +@import "tabs.sass" diff --git a/sass/components/level.sass b/sass/components/level.sass index 2bd01756..47282617 100644 --- a/sass/components/level.sass +++ b/sass/components/level.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .level-item .title, .subtitle @@ -33,7 +36,7 @@ justify-content: flex-end .level - @extend .block + +block align-items: center justify-content: space-between code diff --git a/sass/components/media.sass b/sass/components/media.sass index 5d3cd002..aa72b44e 100644 --- a/sass/components/media.sass +++ b/sass/components/media.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .media-number background-color: $background border-radius: 290486px diff --git a/sass/components/menu.sass b/sass/components/menu.sass index c2c6daac..43675b25 100644 --- a/sass/components/menu.sass +++ b/sass/components/menu.sass @@ -1,3 +1,5 @@ +@import "../utilities/variables.sass" + .menu-nav a display: block diff --git a/sass/components/message.sass b/sass/components/message.sass index c133fd99..2f69997d 100644 --- a/sass/components/message.sass +++ b/sass/components/message.sass @@ -1,3 +1,6 @@ +@import "../utilities/functions.sass" +@import "../utilities/variables.sass" + .message-body border: 1px solid $border border-radius: $radius @@ -17,7 +20,7 @@ border-top: none .message - @extend .block + +block background-color: $background border-radius: $radius // Colors diff --git a/sass/components/modal.sass b/sass/components/modal.sass index a0329773..88fe26cb 100644 --- a/sass/components/modal.sass +++ b/sass/components/modal.sass @@ -1,8 +1,12 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .modal-background +overlay background-color: rgba($black, 0.86) -.modal-content +.modal-content, +.modal-card margin: 0 20px max-height: calc(100vh - 160px) overflow: auto @@ -15,7 +19,7 @@ width: 640px .modal-close - @extend .delete + +delete background: none height: 40px position: fixed @@ -24,7 +28,6 @@ width: 40px .modal-card - @extend .modal-content display: flex flex-direction: column max-height: calc(100vh - 40px) diff --git a/sass/components/nav.sass b/sass/components/nav.sass index c8b28034..a1198c08 100644 --- a/sass/components/nav.sass +++ b/sass/components/nav.sass @@ -1,7 +1,12 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + +$nav-height: 50px !default + // Components .nav-toggle - @extend .hamburger + +hamburger($nav-height) // Responsiveness +tablet display: none @@ -29,7 +34,7 @@ .nav-item a, a.nav-item - color: $text + color: $text-light &:hover color: $link-hover // Modifiers diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass index 63cddc11..0a339f6f 100644 --- a/sass/components/pagination.sass +++ b/sass/components/pagination.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .pagination align-items: center display: flex diff --git a/sass/components/panel.sass b/sass/components/panel.sass index a60949ee..c8f8a688 100644 --- a/sass/components/panel.sass +++ b/sass/components/panel.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .panel-icon +fa(14px, 16px) color: $text-light diff --git a/sass/components/tabs.sass b/sass/components/tabs.sass index b676dee6..5e72f0e1 100644 --- a/sass/components/tabs.sass +++ b/sass/components/tabs.sass @@ -1,6 +1,9 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .tabs - @extend .block - @extend .unselectable + +block + +unselectable align-items: stretch display: flex justify-content: space-between diff --git a/sass/elements/box.sass b/sass/elements/box.sass index b4f99840..3bc0f97f 100644 --- a/sass/elements/box.sass +++ b/sass/elements/box.sass @@ -1,5 +1,7 @@ +@import "../utilities/variables.sass" + .box - @extend .block + +block background-color: $white border-radius: $radius-large box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 4b5cb6c7..0dcee483 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -1,3 +1,6 @@ +@import "../utilities/controls.sass" +@import "../utilities/variables.sass" + =button-small border-radius: $radius-small font-size: 11px @@ -18,7 +21,8 @@ .button +control - @extend .unselectable + +unselectable + cursor: pointer justify-content: center padding-left: 10px padding-right: 10px @@ -51,16 +55,14 @@ $color-invert: nth($pair, 2) &.is-#{$name} background-color: $color - border-color: transparent + border-width: 0 color: $color-invert &:hover, &:focus, &.is-active - background-color: darken($color, 10%) + background-color: darken($color, 5%) border-color: transparent color: $color-invert - &:active - border-color: transparent &.is-inverted background-color: $color-invert color: $color @@ -72,6 +74,7 @@ &.is-outlined background-color: transparent border-color: $color + border-width: 1px color: $color &:hover, &:focus @@ -80,12 +83,12 @@ color: $color-invert &.is-link background-color: transparent - border-color: transparent + border-width: 0 color: $text text-decoration: underline &:hover, &:focus - background-color: $border + background-color: $background color: $text-strong // Sizes &.is-small @@ -105,6 +108,6 @@ color: transparent !important pointer-events: none &:after - @extend .loader + +loader +center(16px) position: absolute !important diff --git a/sass/elements/content.sass b/sass/elements/content.sass index a54203f6..e4962120 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -1,5 +1,8 @@ +@import "../utilities/variables.sass" + .content - @extend .block + +block + color: $text // Inline a:not(.button) border-bottom: 1px solid $border diff --git a/sass/elements/elements.sass b/sass/elements/elements.sass index b1d20059..e92f8de9 100644 --- a/sass/elements/elements.sass +++ b/sass/elements/elements.sass @@ -1,13 +1,13 @@ @charset "utf-8" -@import "box" -@import "button" -@import "content" -@import "form" -@import "image" -@import "notification" -@import "progress" -@import "table" -@import "title" +@import "box.sass" +@import "button.sass" +@import "content.sass" +@import "form.sass" +@import "image.sass" +@import "notification.sass" +@import "progress.sass" +@import "table.sass" +@import "title.sass" -@import "other" +@import "other.sass" diff --git a/sass/elements/form.sass b/sass/elements/form.sass index b4518b2b..c82de5c7 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -1,3 +1,6 @@ +@import "../utilities/controls.sass" +@import "../utilities/mixins.sass" + =form-control +control @each $name, $pair in $colors @@ -5,7 +8,8 @@ &.is-#{$name} border-color: $color -.input +.input, +.textarea +form-control box-shadow: inset 0 1px 2px rgba($black, 0.1) max-width: 100% @@ -28,7 +32,6 @@ width: auto .textarea - @extend .input display: block line-height: 1.2 max-height: 600px @@ -38,7 +41,8 @@ padding: 10px resize: vertical -%control-with-element +.checkbox, +.radio cursor: pointer display: inline-block line-height: 16px @@ -49,16 +53,12 @@ &:hover color: $control-hover &.is-disabled - color: $text-light + color: $control-disabled pointer-events: none input pointer-events: none -.checkbox - @extend %control-with-element - .radio - @extend %control-with-element & + .radio margin-left: 10px @@ -82,13 +82,13 @@ select width: 100% &:after - +arrow($link) + +arrow($control-active) margin-top: -6px right: 16px top: 50% &:hover &:after - border-color: $link-hover + border-color: $control-hover &.is-small height: 24px select @@ -106,7 +106,7 @@ padding-right: 52px .label - color: $text-strong + color: $control display: block font-weight: bold &:not(:last-child) @@ -114,7 +114,7 @@ .help display: block - font-size: $size-small + font-size: $control-size-small margin-top: 5px @each $name, $pair in $colors $color: nth($pair, 1) @@ -155,13 +155,13 @@ &:focus z-index: 3 &:first-child - border-radius: $radius 0 0 $radius + border-radius: $control-radius 0 0 $control-radius select - border-radius: $radius 0 0 $radius + border-radius: $control-radius 0 0 $control-radius &:last-child - border-radius: 0 $radius $radius 0 + border-radius: 0 $control-radius $control-radius 0 select - border-radius: 0 $radius $radius 0 + border-radius: 0 $control-radius $control-radius 0 &.is-expanded flex-grow: 1 flex-shrink: 0 @@ -178,14 +178,14 @@ &.has-icon & > .fa +fa(14px, 24px) - color: $text-light + color: $control-icon pointer-events: none position: absolute top: 4px z-index: 4 .input &:focus + .fa - color: $text-strong + color: $control-icon-active &.is-small + .fa font-size: 10.5px top: 0 @@ -253,7 +253,7 @@ flex-shrink: 1 &.is-loading &:after - @extend .loader + +loader position: absolute !important right: 8px top: 8px diff --git a/sass/elements/image.sass b/sass/elements/image.sass index cc27b444..d00357c9 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -1,3 +1,5 @@ +@import "../utilities/mixins.sass" + $dimensions: 16 24 32 48 64 96 128 .image diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 63d1739a..ef1816ba 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -1,5 +1,8 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .notification - @extend .block + +block +clearfix background-color: $background border-radius: $radius @@ -9,8 +12,9 @@ border-radius: 0 $radius float: right margin: -16px -20px 0 20px + .title, .subtitle, - .title + .content color: inherit // Colors @each $name, $pair in $colors diff --git a/sass/elements/other.sass b/sass/elements/other.sass index 51018726..06967d7f 100644 --- a/sass/elements/other.sass +++ b/sass/elements/other.sass @@ -1,44 +1,28 @@ -.delete - @extend .unselectable - -moz-appearance: none - -webkit-appearance: none - background-color: rgba($black, 0.2) - border: none - border-radius: 290486px - cursor: pointer - display: inline-block - height: 24px +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + +.block + +block + +.container position: relative + +desktop + margin: 0 auto + max-width: 960px + // Modifiers + &.is-fluid + margin: 0 20px + max-width: none + +widescreen + max-width: 1200px + +.delete + +delete + +.fa + font-size: 21px + text-align: center vertical-align: top - width: 24px - &:before, - &:after - background-color: $white - content: "" - display: block - height: 2px - left: 50% - margin-left: -25% - margin-top: -1px - position: absolute - top: 50% - width: 50% - &:before - transform: rotate(45deg) - &:after - transform: rotate(-45deg) - &:hover - background-color: rgba($black, 0.5) - // Sizes - &.is-small - height: 16px - width: 16px - &.is-medium - height: 32px - width: 32px - &.is-large - height: 40px - width: 40px .icon +fa(21px, 24px) @@ -53,46 +37,6 @@ &.is-large +fa(42px, 48px) -.hamburger - cursor: pointer - display: block - height: $nav-height - position: relative - width: $nav-height - span - background-color: $text - display: block - height: 1px - left: 50% - margin-left: -7px - position: absolute - top: 50% - transition: none $speed $easing - transition-property: background, left, opacity, transform - width: 15px - &:nth-child(1) - margin-top: -6px - &:nth-child(2) - margin-top: -1px - &:nth-child(3) - margin-top: 4px - &:hover - background-color: $background - // Modifers - &.is-active - span - background-color: $link - &:nth-child(1) - margin-left: -5px - transform: rotate(45deg) - transform-origin: left top - &:nth-child(2) - opacity: 0 - &:nth-child(3) - margin-left: -5px - transform: rotate(-45deg) - transform-origin: left bottom - .heading display: block font-size: 11px @@ -101,7 +45,7 @@ text-transform: uppercase .highlight - @extend .block + +block font-size: 12px font-weight: normal max-width: 100% @@ -112,16 +56,7 @@ max-width: 100% .loader - animation: spin-around 500ms infinite linear - border: 2px solid $border - border-radius: 290486px - border-right-color: transparent - border-top-color: transparent - content: "" - display: block - height: 16px - position: relative - width: 16px + +loader .number background-color: $background @@ -147,9 +82,6 @@ .delete margin-left: 4px margin-right: -6px - &:not(.is-large) - .delete - @extend .delete.is-small // Colors @each $name, $pair in $colors $color: nth($pair, 1) @@ -177,11 +109,3 @@ .delete margin-left: 4px margin-right: -8px - -.unselectable - -webkit-touch-callout: none - -webkit-user-select: none - -moz-user-select: none - -ms-user-select: none - user-select: none - diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index bfaeaa68..ecba68ac 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -1,5 +1,7 @@ +@import "../utilities/variables.sass" + .progress - @extend .block + +block -moz-appearance: none -webkit-appearance: none border: none diff --git a/sass/elements/table.sass b/sass/elements/table.sass index 9984df0d..8ce4eb4b 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -1,11 +1,23 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + +$table: $text-strong !default +$table-background: $white !default +$table-border: $border !default + +$table-head: $text-light !default + +$table-row-hover-background: $white-ter !default +$table-row-even-background: $white-bis !default + .table - background-color: $white - color: $text-strong + background-color: $table-background + color: $table margin-bottom: 20px width: 100% td, th - border: 1px solid $border + border: 1px solid $table-border border-width: 0 0 1px padding: 8px 10px vertical-align: top @@ -37,13 +49,12 @@ text-align: left tr &:hover - background-color: $background - color: $text-strong + background-color: $table-row-hover-background thead td, th border-width: 0 0 2px - color: $text-light + color: $table-head tbody tr &:last-child @@ -54,7 +65,7 @@ td, th border-width: 2px 0 0 - color: $text-light + color: $table-head // Modifiers &.is-bordered td, @@ -83,9 +94,7 @@ &.is-striped tbody tr - &:hover - background-color: darken($background, 2%) - &:nth-child(2n) - background-color: $background + &:nth-child(even) + background-color: $table-row-even-background &:hover - background-color: darken($background, 2%) + background-color: $table-row-hover-background diff --git a/sass/elements/title.sass b/sass/elements/title.sass index 3f2f26d3..b9878008 100644 --- a/sass/elements/title.sass +++ b/sass/elements/title.sass @@ -1,6 +1,9 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .title, .subtitle - @extend .block + +block font-weight: $weight-title-normal word-break: break-word em, diff --git a/sass/components/grid.sass b/sass/grid/columns.sass similarity index 89% rename from sass/components/grid.sass rename to sass/grid/columns.sass index 53cfc48c..f3e988f8 100644 --- a/sass/components/grid.sass +++ b/sass/grid/columns.sass @@ -1,4 +1,8 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .column + display: block flex-basis: 0 flex-grow: 1 flex-shrink: 1 @@ -248,35 +252,3 @@ // Modifiers &.is-desktop display: flex - -.tile - align-items: stretch - flex-basis: auto - flex-grow: 1 - flex-shrink: 1 - min-height: min-content - // Modifiers - &.is-ancestor - margin-left: -10px - margin-right: -10px - margin-top: -10px - &:last-child - margin-bottom: -10px - &:not(:last-child) - margin-bottom: 10px - &.is-child - margin: 0 !important - &.is-parent - padding: 10px - &.is-vertical - flex-direction: column - & > .tile.is-child:not(:last-child) - margin-bottom: 20px !important - // Responsiveness - +tablet - &:not(.is-child) - display: flex - @for $i from 1 through 12 - &.is-#{$i} - flex: none - width: ($i / 12) * 100% diff --git a/sass/grid/grid.sass b/sass/grid/grid.sass new file mode 100644 index 00000000..e53070f6 --- /dev/null +++ b/sass/grid/grid.sass @@ -0,0 +1,4 @@ +@charset "utf-8" + +@import "columns.sass" +@import "tiles.sass" diff --git a/sass/grid/tiles.sass b/sass/grid/tiles.sass new file mode 100644 index 00000000..7c5220b3 --- /dev/null +++ b/sass/grid/tiles.sass @@ -0,0 +1,35 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + +.tile + align-items: stretch + display: block + flex-basis: auto + flex-grow: 1 + flex-shrink: 1 + min-height: min-content + // Modifiers + &.is-ancestor + margin-left: -10px + margin-right: -10px + margin-top: -10px + &:last-child + margin-bottom: -10px + &:not(:last-child) + margin-bottom: 10px + &.is-child + margin: 0 !important + &.is-parent + padding: 10px + &.is-vertical + flex-direction: column + & > .tile.is-child:not(:last-child) + margin-bottom: 20px !important + // Responsiveness + +tablet + &:not(.is-child) + display: flex + @for $i from 1 through 12 + &.is-#{$i} + flex: none + width: ($i / 12) * 100% diff --git a/sass/layout/footer.sass b/sass/layout/footer.sass index 32919365..33a068b3 100644 --- a/sass/layout/footer.sass +++ b/sass/layout/footer.sass @@ -1,3 +1,5 @@ +@import "../utilities/variables.sass" + .footer background-color: $background padding: 40px 20px 80px diff --git a/sass/layout/hero.sass b/sass/layout/hero.sass index e92b4def..af934fc1 100644 --- a/sass/layout/hero.sass +++ b/sass/layout/hero.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + // Components .hero-video @@ -73,7 +76,7 @@ strong color: inherit .subtitle - color: rgba($color-invert, 0.7) + color: rgba($color-invert, 0.9) a, strong color: $color-invert @@ -84,14 +87,14 @@ background-color: $color a.nav-item, .nav-item a:not(.button) - color: rgba($color-invert, 0.5) + color: rgba($color-invert, 0.7) &:hover, &.is-active color: $color-invert .tabs a color: $color-invert - opacity: 0.5 + opacity: 0.9 &:hover opacity: 1 li diff --git a/sass/layout/layout.sass b/sass/layout/layout.sass index 8792926b..143ada35 100644 --- a/sass/layout/layout.sass +++ b/sass/layout/layout.sass @@ -1,5 +1,5 @@ @charset "utf-8" -@import "hero" -@import "section" -@import "footer" +@import "hero.sass" +@import "section.sass" +@import "footer.sass" diff --git a/sass/layout/section.sass b/sass/layout/section.sass index 95b74d0b..71626ee3 100644 --- a/sass/layout/section.sass +++ b/sass/layout/section.sass @@ -1,3 +1,6 @@ +@import "../utilities/mixins.sass" +@import "../utilities/variables.sass" + .section background-color: $white padding: 40px 20px diff --git a/sass/utilities/controls.sass b/sass/utilities/controls.sass index 28b77c16..5d238505 100644 --- a/sass/utilities/controls.sass +++ b/sass/utilities/controls.sass @@ -1,13 +1,39 @@ +@import "./mixins.sass" +@import "./variables.sass" + +$control: $text-strong !default +$control-background: $text-invert !default +$control-border: $border !default + +$control-hover: $link-hover !default +$control-hover-border: $border-hover !default + +$control-active: $link !default +$control-active-background: $link !default +$control-active-background-invert: $link-invert !default +$control-active-border: $link !default + +$control-disabled: $border !default +$control-disabled-background: $background !default + +$control-radius: $radius !default +$control-radius-small: $radius-small !default +$control-size: $size-normal !default +$control-size-small: $size-small !default + +$control-icon: $grey-lighter !default +$control-icon-active: $grey-light !default + =control -moz-appearance: none -webkit-appearance: none align-items: center background-color: $control-background border: 1px solid $control-border - border-radius: $radius + border-radius: $control-radius color: $control display: inline-flex - font-size: $size-normal + font-size: $control-size height: 32px justify-content: flex-start line-height: 24px @@ -24,15 +50,15 @@ outline: none &[disabled], &.is-disabled - background-color: $background - border-color: $control-border + background-color: $control-disabled-background + border-color: $control-disabled cursor: not-allowed pointer-events: none +placeholder color: rgba($control, 0.3) =control-small - border-radius: $radius-small + border-radius: $control-radius-small font-size: 11px height: 24px line-height: 16px diff --git a/sass/utilities/functions.sass b/sass/utilities/functions.sass index 661a72cc..ab246c25 100644 --- a/sass/utilities/functions.sass +++ b/sass/utilities/functions.sass @@ -21,14 +21,8 @@ $color-rgb: map-merge($color-rgb, ($name: $value)) @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722) -@function closestEvenNumber($number) - @if ($number % 2 == 0px) - @return $number - @else - @return ($number + 1px) - @function findColorInvert($color) - @if (colorLuminance($color) > 0.8) - @return rgba($black, 0.5) + @if (colorLuminance($color) > 0.67) + @return rgba(black, 0.7) @else @return white diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass index e15c8065..b986e44c 100644 --- a/sass/utilities/mixins.sass +++ b/sass/utilities/mixins.sass @@ -1,3 +1,6 @@ +@import "./animations.sass" +@import "./variables.sass" + =arrow($color) border: 1px solid $color border-right: 0 @@ -10,6 +13,10 @@ transform: rotate(-45deg) width: 7px +=block + &:not(:last-child) + margin-bottom: 20px + =clearfix &:after clear: both @@ -23,6 +30,49 @@ position: absolute top: 50% +=delete + +unselectable + -moz-appearance: none + -webkit-appearance: none + background-color: rgba($black, 0.1) + border: none + border-radius: 290486px + cursor: pointer + display: inline-block + height: 24px + outline: none + position: relative + vertical-align: top + width: 24px + &:before, + &:after + background-color: $white + content: "" + display: block + height: 2px + left: 50% + margin-left: -25% + margin-top: -1px + position: absolute + top: 50% + width: 50% + &:before + transform: rotate(45deg) + &:after + transform: rotate(-45deg) + &:hover + background-color: rgba($black, 0.2) + // Sizes + &.is-small + height: 16px + width: 16px + &.is-medium + height: 32px + width: 32px + &.is-large + height: 40px + width: 40px + =fa($size, $dimensions) display: inline-block font-size: $size @@ -32,6 +82,58 @@ vertical-align: top width: $dimensions +=hamburger($dimensions) + cursor: pointer + display: block + height: $dimensions + position: relative + width: $dimensions + span + background-color: $text + display: block + height: 1px + left: 50% + margin-left: -7px + position: absolute + top: 50% + transition: none $speed $easing + transition-property: background, left, opacity, transform + width: 15px + &:nth-child(1) + margin-top: -6px + &:nth-child(2) + margin-top: -1px + &:nth-child(3) + margin-top: 4px + &:hover + background-color: $background + // Modifers + &.is-active + span + background-color: $link + &:nth-child(1) + margin-left: -5px + transform: rotate(45deg) + transform-origin: left top + &:nth-child(2) + opacity: 0 + &:nth-child(3) + margin-left: -5px + transform: rotate(-45deg) + transform-origin: left bottom + +=loader + animation: spin-around 500ms infinite linear + border: 2px solid $border + border-radius: 290486px + border-right-color: transparent + border-top-color: transparent + content: "" + display: block + height: 16px + position: relative + width: 16px + =overlay($offset: 0) bottom: $offset left: $offset @@ -57,6 +159,19 @@ text-indent: -290486px width: $width +=unselectable + -webkit-touch-callout: none + -webkit-user-select: none + -moz-user-select: none + -ms-user-select: none + user-select: none + +// Responsiveness + +$tablet: 769px !default +$desktop: 980px !default +$widescreen: 1180px !default + =from($device) @media screen and (min-width: $device) @content diff --git a/sass/utilities/reset.sass b/sass/utilities/reset.sass deleted file mode 100644 index 26bf2864..00000000 --- a/sass/utilities/reset.sass +++ /dev/null @@ -1,174 +0,0 @@ -// -// HTML5 Reset :: style.css -// ---------------------------------------------------------- -// We have learned much from/been inspired by/taken code where offered from: -// -// Eric Meyer :: http://meyerweb.com -// HTML5 Doctor :: http://html5doctor.com -// and the HTML5 Boilerplate :: http://html5boilerplate.com -// -//------------------------------------------------------------------------------- - -// Let's default this puppy out - -html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary - margin: 0 - padding: 0 - border: 0 - font-size: 100% - font-weight: normal - vertical-align: baseline - background: transparent - -article, aside, figure, footer, header, nav, section, details, summary - display: block - -// Handle box-sizing while better addressing child elements: -// http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ -html - box-sizing: border-box - -*, -*:before, -*:after - box-sizing: inherit - -// consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 - -// Responsive images and other embedded objects -img, -object, -embed - max-width: 100% - -// -// Note: keeping IMG here will cause problems if you're using foreground images as sprites. -// In fact, it *will* cause problems with Google Maps' controls at small size. -// If this is the case for you, try uncommenting the following: -// -//#map img { -// max-width: none; -//} - -// force a vertical scrollbar to prevent a jumpy page -html - overflow-y: scroll - -// we use a lot of ULs that aren't bulleted. -// don't forget to restore the bullets within content. -ul - list-style: none - -blockquote, q - quotes: none - -blockquote:before, -blockquote:after, -q:before, -q:after - content: '' - content: none - -a - margin: 0 - padding: 0 - font-size: 100% - vertical-align: baseline - background: transparent - -del - text-decoration: line-through - -abbr[title], dfn[title] - border-bottom: 1px dotted #000 - cursor: help - -// tables still need cellspacing="0" in the markup -table - border-collapse: collapse - border-spacing: 0 - -th - font-weight: bold - vertical-align: bottom - -td - font-weight: normal - vertical-align: top - -hr - display: block - height: 1px - border: 0 - border-top: 1px solid #ccc - margin: 1em 0 - padding: 0 - -input, select - vertical-align: middle - -pre - white-space: pre - // CSS2 - white-space: pre-wrap - // CSS 2.1 - white-space: pre-line - // CSS 3 (and 2.1 as well, actually) - word-wrap: break-word - // IE - -input[type="radio"] - vertical-align: text-bottom - -input[type="checkbox"] - vertical-align: bottom - -select, input, textarea - font: 99% sans-serif - -table - font-size: inherit - font: 100% - -small - font-size: 85% - -strong - font-weight: bold - -td, td img - vertical-align: top - -// Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 -sub, sup - font-size: 75% - line-height: 0 - position: relative - -sup - top: -0.5em - -sub - bottom: -0.25em - -// standardize any monospaced elements -pre, code, kbd, samp - font-family: monospace, sans-serif - -// hand cursor on clickable elements -label, -input[type=button], -input[type=submit], -input[type=file], -button - cursor: pointer - -// Webkit browsers add a 2px margin outside the chrome of form elements -button, input, select, textarea - margin: 0 - -// make buttons play nice in IE -button, -input[type=button] - width: auto - overflow: visible diff --git a/sass/utilities/utilities.sass b/sass/utilities/utilities.sass deleted file mode 100644 index 75cda48d..00000000 --- a/sass/utilities/utilities.sass +++ /dev/null @@ -1,8 +0,0 @@ -@charset "utf-8" - -@import "reset" -@import "functions" -@import "mixins" -@import "animations" -@import "controls" -@import "variables" diff --git a/sass/utilities/variables.sass b/sass/utilities/variables.sass index 7513e8b3..e89b3461 100644 --- a/sass/utilities/variables.sass +++ b/sass/utilities/variables.sass @@ -1,27 +1,35 @@ +@import "./functions.sass" + +//////////////////////////////////////////////// +//////////////////////////////////////////////// // 1. Initial variables // Colors +$black: hsl(0, 0%, 4%) !default +$black-bis: hsl(0, 0%, 7%) !default +$black-ter: hsl(0, 0%, 14%) !default -$black: #111 !default -$grey-darker: #222324 !default -$grey-dark: #69707a !default -$grey: #aeb1b5 !default -$grey-light: #d3d6db !default -$grey-lighter: #f5f7fa !default -$white: #fff !default +$grey-darker: hsl(0, 0%, 21%) !default +$grey-dark: hsl(0, 0%, 29%) !default +$grey: hsl(0, 0%, 48%) !default +$grey-light: hsl(0, 0%, 71%) !default +$grey-lighter: hsl(0, 0%, 86%) !default -$blue: #42afe3 !default -$green: #97cd76 !default -$orange: #f68b39 !default -$purple: #847bb9 !default -$red: #ed6c63 !default -$turquoise: #1fc8db !default -$yellow: #fce473 !default +$white-ter: hsl(0, 0%, 96%) !default +$white-bis: hsl(0, 0%, 98%) !default +$white: hsl(0, 0%, 100%) !default + +$orange: hsl(14, 100%, 53%) !default +$yellow: hsl(48, 100%, 53%) !default +$green: hsl(141, 86%, 53%) !default +$turquoise: hsl(171, 86%, 48%) !default +$blue: hsl(217, 100%, 53%) !default +$purple: hsl(271, 100%, 71%) !default +$red: hsl(348, 100%, 53%) !default // Typography - -$family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif !default -$family-monospace: "Source Code Pro", "Monaco", "Inconsolata", monospace !default +$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default +$family-monospace: "Inconsolata", "Consolas", "Monaco", monospace !default $size-1: 48px !default $size-2: 40px !default @@ -37,26 +45,15 @@ $weight-bold: 700 !default $weight-title-normal: 300 !default $weight-title-bold: 500 !default -// Breakpoints - -$tablet: 769px !default -$desktop: 980px !default -$widescreen: 1180px !default - -// Dimensions - -$column-gap: 20px !default - -$nav-height: 50px !default - // Miscellaneous - $easing: ease-out !default $radius-small: 2px !default $radius: 3px !default $radius-large: 5px !default $speed: 86ms !default +//////////////////////////////////////////////// +//////////////////////////////////////////////// // 2. Primary colors $primary: $turquoise !default @@ -66,15 +63,14 @@ $success: $green !default $warning: $yellow !default $danger: $red !default -$light: $grey-lighter !default -$dark: $grey-dark !default +$light: $white-ter !default +$dark: $grey-darker !default -$text: $grey-dark !default - -// 3. Generated variables +//////////////////////////////////////////////// +//////////////////////////////////////////////// +// 3. Applied variables // Invert colors - $primary-invert: findColorInvert($primary) !default $info-invert: findColorInvert($info) !default @@ -86,22 +82,20 @@ $light-invert: $dark !default $dark-invert: $light !default // General colors +$body-background: $white-ter !default -$body-background: $grey-lighter !default +$background: $white-ter !default -$background: $grey-lighter !default - -$border: $grey-light !default -$border-hover: $grey !default +$border: $grey-lighter !default +$border-hover: $grey-light !default // Text colors - +$text: $grey-dark !default $text-invert: findColorInvert($text) !default $text-light: $grey !default $text-strong: $grey-darker !default // Code colors - $code: $red !default $code-background: $background !default @@ -109,34 +103,18 @@ $pre: $text !default $pre-background: $background !default // Link colors - $link: $primary !default $link-invert: $primary-invert !default $link-visited: $purple !default $link-hover: $grey-darker !default -$link-hover-background: $grey-lighter !default +$link-hover-background: $white-ter !default $link-hover-border: $grey-darker !default $link-active: $grey-darker !default $link-active-border: $grey-darker !default -// Control colors - -$control: $text-strong !default -$control-background: $text-invert !default -$control-border: $border !default - -$control-hover: $link-hover !default -$control-hover-border: $border-hover !default - -$control-active: $link !default -$control-active-background: $link !default -$control-active-background-invert: $link-invert !default -$control-active-border: $link !default - // Typography - $family-primary: $family-sans-serif !default $family-code: $family-monospace !default @@ -146,6 +124,8 @@ $size-medium: $size-5 !default $size-large: $size-3 !default $size-huge: $size-1 !default +//////////////////////////////////////////////// +//////////////////////////////////////////////// // 4. Lists and maps $colors: (white: ($white, $black), black: ($black, $white), light: ($light, $light-invert), dark: ($dark, $dark-invert), primary: ($primary, $primary-invert), info: ($info, $info-invert), success: ($success, $success-invert), warning: ($warning, $warning-invert), danger: ($danger, $danger-invert)) !default