X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=public%2Fstylesheets%2Fstyle.css;h=b6cdee76ffbd056de115fe85d0fede79c4db5117;hb=caf34c9e3b71dbe252961a7af069fc3afbecf0b6;hp=73e9c9ce2a0b82cdeac8e0a53672d2165924e774;hpb=5621804db0b7c55b62bdee5eeb23021a5b8816ee;p=josuexyz%2F.git diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 73e9c9c..b6cdee7 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,5 +1,6 @@ @charset "UTF-8"; /*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */ +@import url(../vendors/font-awesome/css/font-awesome.min.css); @keyframes spinAround { from { transform: rotate(0deg); } @@ -293,7 +294,7 @@ body { line-height: 1.5; } a { - color: #3273dc; + color: green; cursor: pointer; text-decoration: none; } a strong { @@ -673,13 +674,13 @@ a.has-text-black:hover, a.has-text-black:focus { background-color: #0a0a0a !important; } .has-text-light { - color: whitesmoke !important; } + color: #b5b5b5 !important; } a.has-text-light:hover, a.has-text-light:focus { - color: #dbdbdb !important; } + color: #9c9c9c !important; } .has-background-light { - background-color: whitesmoke !important; } + background-color: #b5b5b5 !important; } .has-text-dark { color: #363636 !important; } @@ -691,22 +692,22 @@ a.has-text-dark:hover, a.has-text-dark:focus { background-color: #363636 !important; } .has-text-primary { - color: red !important; } + color: green !important; } a.has-text-primary:hover, a.has-text-primary:focus { - color: #cc0000 !important; } + color: #004d00 !important; } .has-background-primary { - background-color: red !important; } + background-color: green !important; } .has-text-link { - color: #3273dc !important; } + color: green !important; } a.has-text-link:hover, a.has-text-link:focus { - color: #205bbc !important; } + color: #004d00 !important; } .has-background-link { - background-color: #3273dc !important; } + background-color: green !important; } .has-text-info { color: #3298dc !important; } @@ -1072,9 +1073,9 @@ a.has-text-danger:hover, a.has-text-danger:focus { padding: 1.25rem; } a.box:hover, a.box:focus { - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; } + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px green; } a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; } + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px green; } .button { background-color: white; @@ -1110,7 +1111,7 @@ a.box:active { border-color: #3273dc; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .button:active, .button.is-active { border-color: #4a4a4a; color: #363636; } @@ -1258,69 +1259,69 @@ a.box:active { box-shadow: none; color: white; } .button.is-light { - background-color: whitesmoke; + background-color: #b5b5b5; border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .button.is-light:hover, .button.is-light.is-hovered { - background-color: #eeeeee; + background-color: #afafaf; border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .button.is-light:focus, .button.is-light.is-focused { border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } + box-shadow: 0 0 0 0.125em rgba(181, 181, 181, 0.25); } .button.is-light:active, .button.is-light.is-active { - background-color: #e8e8e8; + background-color: #a8a8a8; border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .button.is-light[disabled], fieldset[disabled] .button.is-light { - background-color: whitesmoke; + background-color: #b5b5b5; border-color: transparent; box-shadow: none; } .button.is-light.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - color: whitesmoke; } + background-color: #fff; + color: #b5b5b5; } .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { - background-color: rgba(0, 0, 0, 0.7); } + background-color: #f2f2f2; } .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { - background-color: rgba(0, 0, 0, 0.7); + background-color: #fff; border-color: transparent; box-shadow: none; - color: whitesmoke; } + color: #b5b5b5; } .button.is-light.is-loading::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } + border-color: transparent transparent #fff #fff !important; } .button.is-light.is-outlined { background-color: transparent; - border-color: whitesmoke; - color: whitesmoke; } + border-color: #b5b5b5; + color: #b5b5b5; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { - background-color: whitesmoke; - border-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + border-color: #b5b5b5; + color: #fff; } .button.is-light.is-outlined.is-loading::after { - border-color: transparent transparent whitesmoke whitesmoke !important; } + border-color: transparent transparent #b5b5b5 #b5b5b5 !important; } .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } + border-color: transparent transparent #fff #fff !important; } .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { background-color: transparent; - border-color: whitesmoke; + border-color: #b5b5b5; box-shadow: none; - color: whitesmoke; } + color: #b5b5b5; } .button.is-light.is-inverted.is-outlined { background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - color: rgba(0, 0, 0, 0.7); } + border-color: #fff; + color: #fff; } .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { - background-color: rgba(0, 0, 0, 0.7); - color: whitesmoke; } + background-color: #fff; + color: #b5b5b5; } .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent whitesmoke whitesmoke !important; } + border-color: transparent transparent #b5b5b5 #b5b5b5 !important; } .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); + border-color: #fff; box-shadow: none; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .button.is-dark { background-color: #363636; border-color: transparent; @@ -1386,155 +1387,155 @@ a.box:active { box-shadow: none; color: #fff; } .button.is-primary { - background-color: red; + background-color: green; border-color: transparent; color: #fff; } .button.is-primary:hover, .button.is-primary.is-hovered { - background-color: #f20000; + background-color: #007300; border-color: transparent; color: #fff; } .button.is-primary:focus, .button.is-primary.is-focused { border-color: transparent; color: #fff; } .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 0, 0, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .button.is-primary:active, .button.is-primary.is-active { - background-color: #e60000; + background-color: #006700; border-color: transparent; color: #fff; } .button.is-primary[disabled], fieldset[disabled] .button.is-primary { - background-color: red; + background-color: green; border-color: transparent; box-shadow: none; } .button.is-primary.is-inverted { background-color: #fff; - color: red; } + color: green; } .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { background-color: #f2f2f2; } .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: red; } + color: green; } .button.is-primary.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-primary.is-outlined { background-color: transparent; - border-color: red; - color: red; } + border-color: green; + color: green; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused { - background-color: red; - border-color: red; + background-color: green; + border-color: green; color: #fff; } .button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent red red !important; } + border-color: transparent transparent green green !important; } .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; } .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { background-color: transparent; - border-color: red; + border-color: green; box-shadow: none; - color: red; } + color: green; } .button.is-primary.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; } .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused { background-color: #fff; - color: red; } + color: green; } .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent red red !important; } + border-color: transparent transparent green green !important; } .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; } .button.is-primary.is-light { - background-color: #ffebeb; - color: #eb0000; } + background-color: #ebffeb; + color: #00f000; } .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { - background-color: #ffdede; + background-color: #deffde; border-color: transparent; - color: #eb0000; } + color: #00f000; } .button.is-primary.is-light:active, .button.is-primary.is-light.is-active { - background-color: #ffd1d1; + background-color: #d1ffd1; border-color: transparent; - color: #eb0000; } + color: #00f000; } .button.is-link { - background-color: #3273dc; + background-color: green; border-color: transparent; color: #fff; } .button.is-link:hover, .button.is-link.is-hovered { - background-color: #276cda; + background-color: #007300; border-color: transparent; color: #fff; } .button.is-link:focus, .button.is-link.is-focused { border-color: transparent; color: #fff; } .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .button.is-link:active, .button.is-link.is-active { - background-color: #2366d1; + background-color: #006700; border-color: transparent; color: #fff; } .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #3273dc; + background-color: green; border-color: transparent; box-shadow: none; } .button.is-link.is-inverted { background-color: #fff; - color: #3273dc; } + color: green; } .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { background-color: #f2f2f2; } .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { background-color: #fff; border-color: transparent; box-shadow: none; - color: #3273dc; } + color: green; } .button.is-link.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; - color: #3273dc; } + border-color: green; + color: green; } .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { - background-color: #3273dc; - border-color: #3273dc; + background-color: green; + border-color: green; color: #fff; } .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #3273dc #3273dc !important; } + border-color: transparent transparent green green !important; } .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { border-color: transparent transparent #fff #fff !important; } .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { background-color: transparent; - border-color: #3273dc; + border-color: green; box-shadow: none; - color: #3273dc; } + color: green; } .button.is-link.is-inverted.is-outlined { background-color: transparent; border-color: #fff; color: #fff; } .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { background-color: #fff; - color: #3273dc; } + color: green; } .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3273dc #3273dc !important; } + border-color: transparent transparent green green !important; } .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { background-color: transparent; border-color: #fff; box-shadow: none; color: #fff; } .button.is-link.is-light { - background-color: #eef3fc; - color: #2160c4; } + background-color: #ebffeb; + color: #00f000; } .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e3ecfa; + background-color: #deffde; border-color: transparent; - color: #2160c4; } + color: #00f000; } .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #d8e4f8; + background-color: #d1ffd1; border-color: transparent; - color: #2160c4; } + color: #00f000; } .button.is-info { background-color: #3298dc; border-color: transparent; @@ -2199,16 +2200,16 @@ a.box:active { background-color: #0a0a0a; color: white; } .notification.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + color: #fff; } .notification.is-dark { background-color: #363636; color: #fff; } .notification.is-primary { - background-color: red; + background-color: green; color: #fff; } .notification.is-link { - background-color: #3273dc; + background-color: green; color: #fff; } .notification.is-info { background-color: #3298dc; @@ -2259,13 +2260,13 @@ a.box:active { .progress.is-black:indeterminate { background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); } .progress.is-light::-webkit-progress-value { - background-color: whitesmoke; } + background-color: #b5b5b5; } .progress.is-light::-moz-progress-bar { - background-color: whitesmoke; } + background-color: #b5b5b5; } .progress.is-light::-ms-fill { - background-color: whitesmoke; } + background-color: #b5b5b5; } .progress.is-light:indeterminate { - background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); } + background-image: linear-gradient(to right, #b5b5b5 30%, #ededed 30%); } .progress.is-dark::-webkit-progress-value { background-color: #363636; } .progress.is-dark::-moz-progress-bar { @@ -2275,21 +2276,21 @@ a.box:active { .progress.is-dark:indeterminate { background-image: linear-gradient(to right, #363636 30%, #ededed 30%); } .progress.is-primary::-webkit-progress-value { - background-color: red; } + background-color: green; } .progress.is-primary::-moz-progress-bar { - background-color: red; } + background-color: green; } .progress.is-primary::-ms-fill { - background-color: red; } + background-color: green; } .progress.is-primary:indeterminate { - background-image: linear-gradient(to right, red 30%, #ededed 30%); } + background-image: linear-gradient(to right, green 30%, #ededed 30%); } .progress.is-link::-webkit-progress-value { - background-color: #3273dc; } + background-color: green; } .progress.is-link::-moz-progress-bar { - background-color: #3273dc; } + background-color: green; } .progress.is-link::-ms-fill { - background-color: #3273dc; } + background-color: green; } .progress.is-link:indeterminate { - background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); } + background-image: linear-gradient(to right, green 30%, #ededed 30%); } .progress.is-info::-webkit-progress-value { background-color: #3298dc; } .progress.is-info::-moz-progress-bar { @@ -2369,9 +2370,9 @@ a.box:active { color: white; } .table td.is-light, .table th.is-light { - background-color: whitesmoke; - border-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + border-color: #b5b5b5; + color: #fff; } .table td.is-dark, .table th.is-dark { background-color: #363636; @@ -2379,13 +2380,13 @@ a.box:active { color: #fff; } .table td.is-primary, .table th.is-primary { - background-color: red; - border-color: red; + background-color: green; + border-color: green; color: #fff; } .table td.is-link, .table th.is-link { - background-color: #3273dc; - border-color: #3273dc; + background-color: green; + border-color: green; color: #fff; } .table td.is-info, .table th.is-info { @@ -2413,7 +2414,7 @@ a.box:active { width: 1%; } .table td.is-selected, .table th.is-selected { - background-color: red; + background-color: green; color: #fff; } .table td.is-selected a, .table td.is-selected strong, @@ -2425,7 +2426,7 @@ a.box:active { .table th:not([align]) { text-align: left; } .table tr.is-selected { - background-color: red; + background-color: green; color: #fff; } .table tr.is-selected a, .table tr.is-selected strong { @@ -2538,23 +2539,23 @@ a.box:active { background-color: #0a0a0a; color: white; } .tag:not(body).is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + color: #fff; } .tag:not(body).is-dark { background-color: #363636; color: #fff; } .tag:not(body).is-primary { - background-color: red; + background-color: green; color: #fff; } .tag:not(body).is-primary.is-light { - background-color: #ffebeb; - color: #eb0000; } + background-color: #ebffeb; + color: #00f000; } .tag:not(body).is-link { - background-color: #3273dc; + background-color: green; color: #fff; } .tag:not(body).is-link.is-light { - background-color: #eef3fc; - color: #2160c4; } + background-color: #ebffeb; + color: #00f000; } .tag:not(body).is-info { background-color: #3298dc; color: #fff; } @@ -2740,8 +2741,8 @@ a.tag:hover { .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { border-color: #b5b5b5; } .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { - border-color: #3273dc; - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } + border-color: green; + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } [disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select { background-color: whitesmoke; border-color: whitesmoke; @@ -2771,21 +2772,21 @@ a.tag:hover { .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } .is-light.input, .is-light.textarea { - border-color: whitesmoke; } + border-color: #b5b5b5; } .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } + box-shadow: 0 0 0 0.125em rgba(181, 181, 181, 0.25); } .is-dark.input, .is-dark.textarea { border-color: #363636; } .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea { box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } .is-primary.input, .is-primary.textarea { - border-color: red; } + border-color: green; } .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 0, 0, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .is-link.input, .is-link.textarea { - border-color: #3273dc; } + border-color: green; } .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .is-info.input, .is-info.textarea { border-color: #3298dc; } .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { @@ -2865,7 +2866,7 @@ a.tag:hover { .select:not(.is-multiple) { height: 2.5em; } .select:not(.is-multiple):not(.is-loading)::after { - border-color: #3273dc; + border-color: green; right: 1.125em; z-index: 4; } .select.is-rounded select { @@ -2907,13 +2908,13 @@ a.tag:hover { .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } .select.is-light:not(:hover)::after { - border-color: whitesmoke; } + border-color: #b5b5b5; } .select.is-light select { - border-color: whitesmoke; } + border-color: #b5b5b5; } .select.is-light select:hover, .select.is-light select.is-hovered { - border-color: #e8e8e8; } + border-color: #a8a8a8; } .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } + box-shadow: 0 0 0 0.125em rgba(181, 181, 181, 0.25); } .select.is-dark:not(:hover)::after { border-color: #363636; } .select.is-dark select { @@ -2923,21 +2924,21 @@ a.tag:hover { .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active { box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } .select.is-primary:not(:hover)::after { - border-color: red; } + border-color: green; } .select.is-primary select { - border-color: red; } + border-color: green; } .select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #e60000; } + border-color: #006700; } .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 0, 0, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .select.is-link:not(:hover)::after { - border-color: #3273dc; } + border-color: green; } .select.is-link select { - border-color: #3273dc; } + border-color: green; } .select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #2366d1; } + border-color: #006700; } .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 128, 0, 0.25); } .select.is-info:not(:hover)::after { border-color: #3298dc; } .select.is-info select { @@ -3034,21 +3035,21 @@ a.tag:hover { border-color: transparent; color: white; } .file.is-light .file-cta { - background-color: whitesmoke; + background-color: #b5b5b5; border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { - background-color: #eeeeee; + background-color: #afafaf; border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); - color: rgba(0, 0, 0, 0.7); } + box-shadow: 0 0 0.5em rgba(181, 181, 181, 0.25); + color: #fff; } .file.is-light:active .file-cta, .file.is-light.is-active .file-cta { - background-color: #e8e8e8; + background-color: #a8a8a8; border-color: transparent; - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .file.is-dark .file-cta { background-color: #363636; border-color: transparent; @@ -3066,35 +3067,35 @@ a.tag:hover { border-color: transparent; color: #fff; } .file.is-primary .file-cta { - background-color: red; + background-color: green; border-color: transparent; color: #fff; } .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #f20000; + background-color: #007300; border-color: transparent; color: #fff; } .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.25); + box-shadow: 0 0 0.5em rgba(0, 128, 0, 0.25); color: #fff; } .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #e60000; + background-color: #006700; border-color: transparent; color: #fff; } .file.is-link .file-cta { - background-color: #3273dc; + background-color: green; border-color: transparent; color: #fff; } .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #276cda; + background-color: #007300; border-color: transparent; color: #fff; } .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { border-color: transparent; - box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0.5em rgba(0, 128, 0, 0.25); color: #fff; } .file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #2366d1; + background-color: #006700; border-color: transparent; color: #fff; } .file.is-info .file-cta { @@ -3304,13 +3305,13 @@ a.tag:hover { .help.is-black { color: #0a0a0a; } .help.is-light { - color: whitesmoke; } + color: #b5b5b5; } .help.is-dark { color: #363636; } .help.is-primary { - color: red; } + color: green; } .help.is-link { - color: #3273dc; } + color: green; } .help.is-info { color: #3298dc; } .help.is-success { @@ -3502,7 +3503,7 @@ a.tag:hover { white-space: nowrap; } .breadcrumb a { align-items: center; - color: #3273dc; + color: green; display: flex; justify-content: center; padding: 0 0.75em; } @@ -3660,7 +3661,7 @@ button.dropdown-item { color: #0a0a0a; } a.dropdown-item.is-active, button.dropdown-item.is-active { - background-color: #3273dc; + background-color: green; color: #fff; } .dropdown-divider { @@ -3759,7 +3760,7 @@ button.dropdown-item { .list-item:not(:last-child) { border-bottom: 1px solid #dbdbdb; } .list-item.is-active { - background-color: #3273dc; + background-color: green; color: #fff; } a.list-item { @@ -3832,7 +3833,7 @@ a.list-item { background-color: whitesmoke; color: #363636; } .menu-list a.is-active { - background-color: #3273dc; + background-color: green; color: #fff; } .menu-list li ul { border-left: 1px solid #dbdbdb; @@ -3881,10 +3882,10 @@ a.list-item { .message.is-light { background-color: #fafafa; } .message.is-light .message-header { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + color: #fff; } .message.is-light .message-body { - border-color: whitesmoke; } + border-color: #b5b5b5; } .message.is-dark { background-color: #fafafa; } .message.is-dark .message-header { @@ -3893,21 +3894,21 @@ a.list-item { .message.is-dark .message-body { border-color: #363636; } .message.is-primary { - background-color: #ffebeb; } + background-color: #ebffeb; } .message.is-primary .message-header { - background-color: red; + background-color: green; color: #fff; } .message.is-primary .message-body { - border-color: red; - color: #eb0000; } + border-color: green; + color: #00f000; } .message.is-link { - background-color: #eef3fc; } + background-color: #ebffeb; } .message.is-link .message-header { - background-color: #3273dc; + background-color: green; color: #fff; } .message.is-link .message-body { - border-color: #3273dc; - color: #2160c4; } + border-color: green; + color: #00f000; } .message.is-info { background-color: #eef6fc; } .message.is-info .message-header { @@ -4150,27 +4151,27 @@ a.list-item { background-color: #0a0a0a; color: white; } } .navbar.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + color: #fff; } .navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } + background-color: #a8a8a8; + color: #fff; } .navbar.is-light .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); } + border-color: #fff; } .navbar.is-light .navbar-burger { - color: rgba(0, 0, 0, 0.7); } + color: #fff; } @media screen and (min-width: 1024px) { .navbar.is-light .navbar-start > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-start .navbar-link:hover, @@ -4181,19 +4182,19 @@ a.list-item { .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } + background-color: #a8a8a8; + color: #fff; } .navbar.is-light .navbar-start .navbar-link::after, .navbar.is-light .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); } + border-color: #fff; } .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } + background-color: #a8a8a8; + color: #fff; } .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } } + background-color: #b5b5b5; + color: #fff; } } .navbar.is-dark { background-color: #363636; color: #fff; } @@ -4240,7 +4241,7 @@ a.list-item { background-color: #363636; color: #fff; } } .navbar.is-primary { - background-color: red; + background-color: green; color: #fff; } .navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-brand .navbar-link { @@ -4249,7 +4250,7 @@ a.list-item { .navbar.is-primary .navbar-brand .navbar-link:focus, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #e60000; + background-color: #006700; color: #fff; } .navbar.is-primary .navbar-brand .navbar-link::after { border-color: #fff; } @@ -4271,7 +4272,7 @@ a.list-item { .navbar.is-primary .navbar-end .navbar-link:focus, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end .navbar-link.is-active { - background-color: #e60000; + background-color: #006700; color: #fff; } .navbar.is-primary .navbar-start .navbar-link::after, .navbar.is-primary .navbar-end .navbar-link::after { @@ -4279,13 +4280,13 @@ a.list-item { .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #e60000; + background-color: #006700; color: #fff; } .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: red; + background-color: green; color: #fff; } } .navbar.is-link { - background-color: #3273dc; + background-color: green; color: #fff; } .navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link { @@ -4294,7 +4295,7 @@ a.list-item { .navbar.is-link .navbar-brand .navbar-link:focus, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #2366d1; + background-color: #006700; color: #fff; } .navbar.is-link .navbar-brand .navbar-link::after { border-color: #fff; } @@ -4316,7 +4317,7 @@ a.list-item { .navbar.is-link .navbar-end .navbar-link:focus, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #2366d1; + background-color: #006700; color: #fff; } .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after { @@ -4324,10 +4325,10 @@ a.list-item { .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #2366d1; + background-color: #006700; color: #fff; } .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #3273dc; + background-color: green; color: #fff; } } .navbar.is-info { background-color: #3298dc; @@ -4609,7 +4610,7 @@ a.navbar-item, .navbar-link:hover, .navbar-link.is-active { background-color: #fafafa; - color: #3273dc; } + color: green; } .navbar-item { display: block; @@ -4628,13 +4629,13 @@ a.navbar-item, padding-bottom: calc(0.5rem - 1px); } .navbar-item.is-tab:focus, .navbar-item.is-tab:hover { background-color: transparent; - border-bottom-color: #3273dc; } + border-bottom-color: green; } .navbar-item.is-tab.is-active { background-color: transparent; - border-bottom-color: #3273dc; + border-bottom-color: green; border-bottom-style: solid; border-bottom-width: 3px; - color: #3273dc; + color: green; padding-bottom: calc(0.5rem - 3px); } .navbar-content { @@ -4644,7 +4645,7 @@ a.navbar-item, .navbar-link:not(.is-arrowless) { padding-right: 2.5em; } .navbar-link:not(.is-arrowless)::after { - border-color: #3273dc; + border-color: green; margin-top: -0.375em; right: 1.125em; } @@ -4734,7 +4735,7 @@ a.navbar-item, color: #0a0a0a; } .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; } + color: green; } .navbar-burger { display: none; } @@ -4799,7 +4800,7 @@ a.navbar-item, color: #0a0a0a; } .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #3273dc; } + color: green; } .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { border-radius: 6px; border-top: none; @@ -4932,8 +4933,8 @@ a.navbar-item, white-space: nowrap; } .pagination-link.is-current { - background-color: #3273dc; - border-color: #3273dc; + background-color: green; + border-color: green; color: #fff; } .pagination-ellipsis { @@ -5005,12 +5006,12 @@ a.navbar-item, .panel.is-black .panel-block.is-active .panel-icon { color: #0a0a0a; } .panel.is-light .panel-heading { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + color: #fff; } .panel.is-light .panel-tabs a.is-active { - border-bottom-color: whitesmoke; } + border-bottom-color: #b5b5b5; } .panel.is-light .panel-block.is-active .panel-icon { - color: whitesmoke; } + color: #b5b5b5; } .panel.is-dark .panel-heading { background-color: #363636; color: #fff; } @@ -5019,19 +5020,19 @@ a.navbar-item, .panel.is-dark .panel-block.is-active .panel-icon { color: #363636; } .panel.is-primary .panel-heading { - background-color: red; + background-color: green; color: #fff; } .panel.is-primary .panel-tabs a.is-active { - border-bottom-color: red; } + border-bottom-color: green; } .panel.is-primary .panel-block.is-active .panel-icon { - color: red; } + color: green; } .panel.is-link .panel-heading { - background-color: #3273dc; + background-color: green; color: #fff; } .panel.is-link .panel-tabs a.is-active { - border-bottom-color: #3273dc; } + border-bottom-color: green; } .panel.is-link .panel-block.is-active .panel-icon { - color: #3273dc; } + color: green; } .panel.is-info .panel-heading { background-color: #3298dc; color: #fff; } @@ -5090,7 +5091,7 @@ a.navbar-item, .panel-list a { color: #4a4a4a; } .panel-list a:hover { - color: #3273dc; } + color: green; } .panel-block { align-items: center; @@ -5107,10 +5108,10 @@ a.navbar-item, .panel-block.is-wrapped { flex-wrap: wrap; } .panel-block.is-active { - border-left-color: #3273dc; + border-left-color: green; color: #363636; } .panel-block.is-active .panel-icon { - color: #3273dc; } + color: green; } .panel-block:last-child { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } @@ -5162,8 +5163,8 @@ label.panel-block { .tabs li { display: block; } .tabs li.is-active a { - border-bottom-color: #3273dc; - color: #3273dc; } + border-bottom-color: green; + color: green; } .tabs ul { align-items: center; border-bottom-color: #dbdbdb; @@ -5221,8 +5222,8 @@ label.panel-block { .tabs.is-toggle li:last-child a { border-radius: 0 4px 4px 0; } .tabs.is-toggle li.is-active a { - background-color: #3273dc; - border-color: #3273dc; + background-color: green; + border-color: green; color: #fff; z-index: 1; } .tabs.is-toggle ul { @@ -6524,49 +6525,49 @@ label.panel-block { .hero.is-black.is-bold .navbar-menu { background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } } .hero.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } + background-color: #b5b5b5; + color: #fff; } .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-light strong { color: inherit; } .hero.is-light .title { - color: rgba(0, 0, 0, 0.7); } + color: #fff; } .hero.is-light .subtitle { - color: rgba(0, 0, 0, 0.9); } + color: rgba(255, 255, 255, 0.9); } .hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong { - color: rgba(0, 0, 0, 0.7); } + color: #fff; } @media screen and (max-width: 1023px) { .hero.is-light .navbar-menu { - background-color: whitesmoke; } } + background-color: #b5b5b5; } } .hero.is-light .navbar-item, .hero.is-light .navbar-link { - color: rgba(0, 0, 0, 0.7); } + color: rgba(255, 255, 255, 0.7); } .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light .navbar-link:hover, .hero.is-light .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } + background-color: #a8a8a8; + color: #fff; } .hero.is-light .tabs a { - color: rgba(0, 0, 0, 0.7); + color: #fff; opacity: 0.9; } .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: rgba(0, 0, 0, 0.7); } + color: #fff; } .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { 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: rgba(0, 0, 0, 0.7); - border-color: rgba(0, 0, 0, 0.7); - color: whitesmoke; } + background-color: #fff; + border-color: #fff; + color: #b5b5b5; } .hero.is-light.is-bold { - background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } + background-image: linear-gradient(141deg, #a59295 0%, #b5b5b5 71%, #c5c0bf 100%); } @media screen and (max-width: 768px) { .hero.is-light.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } } + background-image: linear-gradient(141deg, #a59295 0%, #b5b5b5 71%, #c5c0bf 100%); } } .hero.is-dark { background-color: #363636; color: #fff; } @@ -6612,7 +6613,7 @@ label.panel-block { .hero.is-dark.is-bold .navbar-menu { background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } } .hero.is-primary { - background-color: red; + background-color: green; color: #fff; } .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-primary strong { @@ -6626,14 +6627,14 @@ label.panel-block { color: #fff; } @media screen and (max-width: 1023px) { .hero.is-primary .navbar-menu { - background-color: red; } } + background-color: green; } } .hero.is-primary .navbar-item, .hero.is-primary .navbar-link { color: rgba(255, 255, 255, 0.7); } .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-link.is-active { - background-color: #e60000; + background-color: #006700; color: #fff; } .hero.is-primary .tabs a { color: #fff; @@ -6649,14 +6650,14 @@ label.panel-block { .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: #fff; border-color: #fff; - color: red; } + color: green; } .hero.is-primary.is-bold { - background-image: linear-gradient(141deg, #cc0022 0%, red 71%, #ff401a 100%); } + background-image: linear-gradient(141deg, #0d4d00 0%, green 71%, #009a1a 100%); } @media screen and (max-width: 768px) { .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #cc0022 0%, red 71%, #ff401a 100%); } } + background-image: linear-gradient(141deg, #0d4d00 0%, green 71%, #009a1a 100%); } } .hero.is-link { - background-color: #3273dc; + background-color: green; color: #fff; } .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong { @@ -6670,14 +6671,14 @@ label.panel-block { color: #fff; } @media screen and (max-width: 1023px) { .hero.is-link .navbar-menu { - background-color: #3273dc; } } + background-color: green; } } .hero.is-link .navbar-item, .hero.is-link .navbar-link { color: rgba(255, 255, 255, 0.7); } .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link .navbar-link:hover, .hero.is-link .navbar-link.is-active { - background-color: #2366d1; + background-color: #006700; color: #fff; } .hero.is-link .tabs a { color: #fff; @@ -6693,12 +6694,12 @@ label.panel-block { .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { background-color: #fff; border-color: #fff; - color: #3273dc; } + color: green; } .hero.is-link.is-bold { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } + background-image: linear-gradient(141deg, #0d4d00 0%, green 71%, #009a1a 100%); } @media screen and (max-width: 768px) { .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } } + background-image: linear-gradient(141deg, #0d4d00 0%, green 71%, #009a1a 100%); } } .hero.is-info { background-color: #3298dc; color: #fff; } @@ -6948,4 +6949,37 @@ label.panel-block { background-color: #fafafa; padding: 3rem 1.5rem 6rem; } +.is-green-striped { + background: repeating-linear-gradient(45deg, rgba(208, 208, 208, 0.13) 0px, rgba(208, 208, 208, 0.13) 43px, rgba(195, 195, 195, 0.13) 43px, rgba(195, 195, 195, 0.13) 85px, rgba(41, 41, 41, 0.13) 85px, rgba(41, 41, 41, 0.13) 109px, rgba(88, 88, 88, 0.13) 109px, rgba(88, 88, 88, 0.13) 129px, rgba(24, 24, 24, 0.13) 129px, rgba(24, 24, 24, 0.13) 139px, rgba(92, 92, 92, 0.13) 139px, rgba(92, 92, 92, 0.13) 179px, rgba(37, 37, 37, 0.13) 179px, rgba(37, 37, 37, 0.13) 219px), repeating-linear-gradient(45deg, rgba(18, 18, 18, 0.13) 0px, rgba(18, 18, 18, 0.13) 13px, rgba(48, 48, 48, 0.13) 13px, rgba(48, 48, 48, 0.13) 61px, rgba(130, 130, 130, 0.13) 61px, rgba(130, 130, 130, 0.13) 84px, rgba(233, 233, 233, 0.13) 84px, rgba(233, 233, 233, 0.13) 109px, rgba(8, 8, 8, 0.13) 109px, rgba(8, 8, 8, 0.13) 143px, rgba(248, 248, 248, 0.13) 143px, rgba(248, 248, 248, 0.13) 173px, rgba(37, 37, 37, 0.13) 173px, rgba(37, 37, 37, 0.13) 188px), repeating-linear-gradient(45deg, rgba(3, 3, 3, 0.1) 0px, rgba(3, 3, 3, 0.1) 134px, rgba(82, 82, 82, 0.1) 134px, rgba(82, 82, 82, 0.1) 282px, rgba(220, 220, 220, 0.1) 282px, rgba(220, 220, 220, 0.1) 389px, rgba(173, 173, 173, 0.1) 389px, rgba(173, 173, 173, 0.1) 458px, rgba(109, 109, 109, 0.1) 458px, rgba(109, 109, 109, 0.1) 516px, rgba(240, 240, 240, 0.1) 516px, rgba(240, 240, 240, 0.1) 656px, rgba(205, 205, 205, 0.1) 656px, rgba(205, 205, 205, 0.1) 722px), linear-gradient(90deg, #159116, #27f854); } + +.no-margin { + margin: 0; } + +.no-padding { + padding: 0; } + +.imagebanner { + display: flex; + flex-flow: row wrap; } + +.imageme { + box-sizing: border-box; + padding: 0; } + +image { + margin: 0; + padding: 0; + border-radius: 0; } + +.parallax { + /* The image used */ + background-image: url("https://images.pexels.com/photos/1166643/pexels-photo-1166643.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); + /* Full height */ + height: 100%; + /* Create the parallax scrolling effect */ + background-attachment: fixed; + background-position: center; + background-repeat: no-repeat; + background-size: cover; } + /*# sourceMappingURL=style.css.map */