diff --git a/public/style.css b/public/style.css index 0623cda..6b48035 100644 --- a/public/style.css +++ b/public/style.css @@ -294,13 +294,13 @@ pre { font-family: monospace; } body { - color: #757763; + color: #4a4a4a; font-size: 1em; font-weight: 400; line-height: 1.5; } a { - color: #FA7C91; + color: #3273dc; cursor: pointer; text-decoration: none; } a strong { @@ -347,7 +347,7 @@ fieldset { pre { -webkit-overflow-scrolling: touch; background-color: whitesmoke; - color: #757763; + color: #4a4a4a; font-size: 0.875em; overflow-x: auto; padding: 1.25rem 1.5rem; @@ -468,6 +468,38 @@ table th { .is-size-7-desktop { font-size: 0.75rem !important; } } +@media screen and (min-width: 1216px) { + .is-size-1-widescreen { + font-size: 3rem !important; } + .is-size-2-widescreen { + font-size: 2.5rem !important; } + .is-size-3-widescreen { + font-size: 2rem !important; } + .is-size-4-widescreen { + font-size: 1.5rem !important; } + .is-size-5-widescreen { + font-size: 1.25rem !important; } + .is-size-6-widescreen { + font-size: 1rem !important; } + .is-size-7-widescreen { + font-size: 0.75rem !important; } } + +@media screen and (min-width: 1408px) { + .is-size-1-fullhd { + font-size: 3rem !important; } + .is-size-2-fullhd { + font-size: 2.5rem !important; } + .is-size-3-fullhd { + font-size: 2rem !important; } + .is-size-4-fullhd { + font-size: 1.5rem !important; } + .is-size-5-fullhd { + font-size: 1.25rem !important; } + .is-size-6-fullhd { + font-size: 1rem !important; } + .is-size-7-fullhd { + font-size: 0.75rem !important; } } + .has-text-centered { text-align: center !important; } @@ -500,6 +532,22 @@ table th { .has-text-centered-desktop { text-align: center !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-centered-desktop-only { + text-align: center !important; } } + +@media screen and (min-width: 1216px) { + .has-text-centered-widescreen { + text-align: center !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-centered-widescreen-only { + text-align: center !important; } } + +@media screen and (min-width: 1408px) { + .has-text-centered-fullhd { + text-align: center !important; } } + @media screen and (max-width: 768px) { .has-text-justified-mobile { text-align: justify !important; } } @@ -520,6 +568,22 @@ table th { .has-text-justified-desktop { text-align: justify !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-justified-desktop-only { + text-align: justify !important; } } + +@media screen and (min-width: 1216px) { + .has-text-justified-widescreen { + text-align: justify !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-justified-widescreen-only { + text-align: justify !important; } } + +@media screen and (min-width: 1408px) { + .has-text-justified-fullhd { + text-align: justify !important; } } + @media screen and (max-width: 768px) { .has-text-left-mobile { text-align: left !important; } } @@ -540,6 +604,22 @@ table th { .has-text-left-desktop { text-align: left !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-left-desktop-only { + text-align: left !important; } } + +@media screen and (min-width: 1216px) { + .has-text-left-widescreen { + text-align: left !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-left-widescreen-only { + text-align: left !important; } } + +@media screen and (min-width: 1408px) { + .has-text-left-fullhd { + text-align: left !important; } } + @media screen and (max-width: 768px) { .has-text-right-mobile { text-align: right !important; } } @@ -560,6 +640,22 @@ table th { .has-text-right-desktop { text-align: right !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-right-desktop-only { + text-align: right !important; } } + +@media screen and (min-width: 1216px) { + .has-text-right-widescreen { + text-align: right !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-right-widescreen-only { + text-align: right !important; } } + +@media screen and (min-width: 1408px) { + .has-text-right-fullhd { + text-align: right !important; } } + .is-capitalized { text-transform: capitalize !important; } @@ -609,22 +705,22 @@ a.has-text-dark:hover, a.has-text-dark:focus { background-color: #363636 !important; } .has-text-primary { - color: #8A4D76 !important; } + color: #00d1b2 !important; } a.has-text-primary:hover, a.has-text-primary:focus { - color: #693b5a !important; } + color: #009e86 !important; } .has-background-primary { - background-color: #8A4D76 !important; } + background-color: #00d1b2 !important; } .has-text-link { - color: #FA7C91 !important; } + color: #3273dc !important; } a.has-text-link:hover, a.has-text-link:focus { - color: #f84b68 !important; } + color: #205bbc !important; } .has-background-link { - background-color: #FA7C91 !important; } + background-color: #3273dc !important; } .has-text-info { color: #3298dc !important; } @@ -681,10 +777,10 @@ a.has-text-danger:hover, a.has-text-danger:focus { background-color: #363636 !important; } .has-text-grey-dark { - color: #757763 !important; } + color: #4a4a4a !important; } .has-background-grey-dark { - background-color: #757763 !important; } + background-color: #4a4a4a !important; } .has-text-grey { color: #7a7a7a !important; } @@ -693,10 +789,10 @@ a.has-text-danger:hover, a.has-text-danger:focus { background-color: #7a7a7a !important; } .has-text-grey-light { - color: #D0D1CD !important; } + color: #b5b5b5 !important; } .has-background-grey-light { - background-color: #D0D1CD !important; } + background-color: #b5b5b5 !important; } .has-text-grey-lighter { color: #dbdbdb !important; } @@ -769,6 +865,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-block-desktop { display: block !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-block-desktop-only { + display: block !important; } } + +@media screen and (min-width: 1216px) { + .is-block-widescreen { + display: block !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-block-widescreen-only { + display: block !important; } } + +@media screen and (min-width: 1408px) { + .is-block-fullhd { + display: block !important; } } + .is-flex { display: flex !important; } @@ -792,6 +904,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-flex-desktop { display: flex !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-flex-desktop-only { + display: flex !important; } } + +@media screen and (min-width: 1216px) { + .is-flex-widescreen { + display: flex !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-flex-widescreen-only { + display: flex !important; } } + +@media screen and (min-width: 1408px) { + .is-flex-fullhd { + display: flex !important; } } + .is-inline { display: inline !important; } @@ -815,6 +943,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-inline-desktop { display: inline !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-desktop-only { + display: inline !important; } } + +@media screen and (min-width: 1216px) { + .is-inline-widescreen { + display: inline !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-widescreen-only { + display: inline !important; } } + +@media screen and (min-width: 1408px) { + .is-inline-fullhd { + display: inline !important; } } + .is-inline-block { display: inline-block !important; } @@ -838,6 +982,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-inline-block-desktop { display: inline-block !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-block-desktop-only { + display: inline-block !important; } } + +@media screen and (min-width: 1216px) { + .is-inline-block-widescreen { + display: inline-block !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-block-widescreen-only { + display: inline-block !important; } } + +@media screen and (min-width: 1408px) { + .is-inline-block-fullhd { + display: inline-block !important; } } + .is-inline-flex { display: inline-flex !important; } @@ -861,6 +1021,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-inline-flex-desktop { display: inline-flex !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; } } + +@media screen and (min-width: 1216px) { + .is-inline-flex-widescreen { + display: inline-flex !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-flex-widescreen-only { + display: inline-flex !important; } } + +@media screen and (min-width: 1408px) { + .is-inline-flex-fullhd { + display: inline-flex !important; } } + .is-hidden { display: none !important; } @@ -894,6 +1070,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-hidden-desktop { display: none !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-hidden-desktop-only { + display: none !important; } } + +@media screen and (min-width: 1216px) { + .is-hidden-widescreen { + display: none !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-hidden-widescreen-only { + display: none !important; } } + +@media screen and (min-width: 1408px) { + .is-hidden-fullhd { + display: none !important; } } + .is-invisible { visibility: hidden !important; } @@ -917,6 +1109,22 @@ a.has-text-danger:hover, a.has-text-danger:focus { .is-invisible-desktop { visibility: hidden !important; } } +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-invisible-desktop-only { + visibility: hidden !important; } } + +@media screen and (min-width: 1216px) { + .is-invisible-widescreen { + visibility: hidden !important; } } + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-invisible-widescreen-only { + visibility: hidden !important; } } + +@media screen and (min-width: 1408px) { + .is-invisible-fullhd { + visibility: hidden !important; } } + .is-marginless { margin: 0 !important; } @@ -936,15 +1144,15 @@ a.has-text-danger:hover, a.has-text-danger:focus { background-color: white; border-radius: 6px; box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - color: #757763; + color: #4a4a4a; display: block; 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 #FA7C91; } + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; } a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #FA7C91; } + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; } .button { background-color: white; @@ -974,20 +1182,20 @@ a.box:active { margin-left: calc(-0.5em - 1px); margin-right: calc(-0.5em - 1px); } .button:hover, .button.is-hovered { - border-color: #D0D1CD; + border-color: #b5b5b5; color: #363636; } .button:focus, .button.is-focused { border-color: #3273dc; color: #363636; } .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25); } + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } .button:active, .button.is-active { - border-color: #757763; + border-color: #4a4a4a; color: #363636; } .button.is-text { background-color: transparent; border-color: transparent; - color: #757763; + color: #4a4a4a; text-decoration: underline; } .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { background-color: whitesmoke; @@ -1273,30 +1481,30 @@ a.box:active { box-shadow: none; color: #fff; } .button.is-primary { - background-color: #8A4D76; + background-color: #00d1b2; border-color: transparent; color: #fff; } .button.is-primary:hover, .button.is-primary.is-hovered { - background-color: #82486f; + background-color: #00c4a7; 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(138, 77, 118, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } .button.is-primary:active, .button.is-primary.is-active { - background-color: #7a4468; + background-color: #00b89c; border-color: transparent; color: #fff; } .button.is-primary[disabled], fieldset[disabled] .button.is-primary { - background-color: #8A4D76; + background-color: #00d1b2; border-color: transparent; box-shadow: none; } .button.is-primary.is-inverted { background-color: #fff; - color: #8A4D76; } + color: #00d1b2; } .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { background-color: #f2f2f2; } .button.is-primary.is-inverted[disabled], @@ -1304,36 +1512,36 @@ a.box:active { background-color: #fff; border-color: transparent; box-shadow: none; - color: #8A4D76; } + color: #00d1b2; } .button.is-primary.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-primary.is-outlined { background-color: transparent; - border-color: #8A4D76; - color: #8A4D76; } + border-color: #00d1b2; + color: #00d1b2; } .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: #8A4D76; - border-color: #8A4D76; + background-color: #00d1b2; + border-color: #00d1b2; color: #fff; } .button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent #8A4D76 #8A4D76 !important; } + border-color: transparent transparent #00d1b2 #00d1b2 !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: #8A4D76; + border-color: #00d1b2; box-shadow: none; - color: #8A4D76; } + color: #00d1b2; } .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: #8A4D76; } + color: #00d1b2; } .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 #8A4D76 #8A4D76 !important; } + border-color: transparent transparent #00d1b2 #00d1b2 !important; } .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { background-color: transparent; @@ -1341,41 +1549,41 @@ a.box:active { box-shadow: none; color: #fff; } .button.is-primary.is-light { - background-color: #f8f2f6; - color: #9d5886; } + background-color: #ebfffc; + color: #00947e; } .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { - background-color: #f3eaf0; + background-color: #defffa; border-color: transparent; - color: #9d5886; } + color: #00947e; } .button.is-primary.is-light:active, .button.is-primary.is-light.is-active { - background-color: #efe2ea; + background-color: #d1fff8; border-color: transparent; - color: #9d5886; } + color: #00947e; } .button.is-link { - background-color: #FA7C91; + background-color: #3273dc; border-color: transparent; color: #fff; } .button.is-link:hover, .button.is-link.is-hovered { - background-color: #fa7087; + background-color: #276cda; 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(250, 124, 145, 0.25); } + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } .button.is-link:active, .button.is-link.is-active { - background-color: #f9637c; + background-color: #2366d1; border-color: transparent; color: #fff; } .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #FA7C91; + background-color: #3273dc; border-color: transparent; box-shadow: none; } .button.is-link.is-inverted { background-color: #fff; - color: #FA7C91; } + color: #3273dc; } .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { background-color: #f2f2f2; } .button.is-link.is-inverted[disabled], @@ -1383,36 +1591,36 @@ a.box:active { background-color: #fff; border-color: transparent; box-shadow: none; - color: #FA7C91; } + color: #3273dc; } .button.is-link.is-loading::after { border-color: transparent transparent #fff #fff !important; } .button.is-link.is-outlined { background-color: transparent; - border-color: #FA7C91; - color: #FA7C91; } + border-color: #3273dc; + color: #3273dc; } .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: #FA7C91; - border-color: #FA7C91; + background-color: #3273dc; + border-color: #3273dc; color: #fff; } .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #FA7C91 #FA7C91 !important; } + border-color: transparent transparent #3273dc #3273dc !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: #FA7C91; + border-color: #3273dc; box-shadow: none; - color: #FA7C91; } + color: #3273dc; } .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: #FA7C91; } + color: #3273dc; } .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 #FA7C91 #FA7C91 !important; } + border-color: transparent transparent #3273dc #3273dc !important; } .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { background-color: transparent; @@ -1420,16 +1628,16 @@ a.box:active { box-shadow: none; color: #fff; } .button.is-link.is-light { - background-color: #feebef; - color: #ac0722; } + background-color: #eef3fc; + color: #2160c4; } .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #fedfe4; + background-color: #e3ecfa; border-color: transparent; - color: #ac0722; } + color: #2160c4; } .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #fdd3da; + background-color: #d8e4f8; border-color: transparent; - color: #ac0722; } + color: #2160c4; } .button.is-info { background-color: #3298dc; border-color: transparent; @@ -1845,6 +2053,18 @@ a.box:active { @media screen and (min-width: 1024px) { .container { max-width: 960px; } } + @media screen and (max-width: 1215px) { + .container.is-widescreen { + max-width: 1152px; } } + @media screen and (max-width: 1407px) { + .container.is-fullhd { + max-width: 1344px; } } + @media screen and (min-width: 1216px) { + .container { + max-width: 1152px; } } + @media screen and (min-width: 1408px) { + .container { + max-width: 1344px; } } .content li + li { margin-top: 0.25em; } @@ -2125,10 +2345,10 @@ a.box:active { background-color: #363636; color: #fff; } .notification.is-primary { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .notification.is-link { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .notification.is-info { background-color: #3298dc; @@ -2156,11 +2376,11 @@ a.box:active { .progress::-webkit-progress-bar { background-color: #ededed; } .progress::-webkit-progress-value { - background-color: #757763; } + background-color: #4a4a4a; } .progress::-moz-progress-bar { - background-color: #757763; } + background-color: #4a4a4a; } .progress::-ms-fill { - background-color: #757763; + background-color: #4a4a4a; border: none; } .progress.is-white::-webkit-progress-value { background-color: white; } @@ -2195,21 +2415,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: #8A4D76; } + background-color: #00d1b2; } .progress.is-primary::-moz-progress-bar { - background-color: #8A4D76; } + background-color: #00d1b2; } .progress.is-primary::-ms-fill { - background-color: #8A4D76; } + background-color: #00d1b2; } .progress.is-primary:indeterminate { - background-image: linear-gradient(to right, #8A4D76 30%, #ededed 30%); } + background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); } .progress.is-link::-webkit-progress-value { - background-color: #FA7C91; } + background-color: #3273dc; } .progress.is-link::-moz-progress-bar { - background-color: #FA7C91; } + background-color: #3273dc; } .progress.is-link::-ms-fill { - background-color: #FA7C91; } + background-color: #3273dc; } .progress.is-link:indeterminate { - background-image: linear-gradient(to right, #FA7C91 30%, #ededed 30%); } + background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); } .progress.is-info::-webkit-progress-value { background-color: #3298dc; } .progress.is-info::-moz-progress-bar { @@ -2248,7 +2468,7 @@ a.box:active { animation-name: moveIndeterminate; animation-timing-function: linear; background-color: #ededed; - background-image: linear-gradient(to right, #757763 30%, #ededed 30%); + background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); background-position: top left; background-repeat: no-repeat; background-size: 150% 150%; } @@ -2300,13 +2520,13 @@ a.box:active { color: #fff; } .table td.is-primary, .table th.is-primary { - background-color: #8A4D76; - border-color: #8A4D76; + background-color: #00d1b2; + border-color: #00d1b2; color: #fff; } .table td.is-link, .table th.is-link { - background-color: #FA7C91; - border-color: #FA7C91; + background-color: #3273dc; + border-color: #3273dc; color: #fff; } .table td.is-info, .table th.is-info { @@ -2334,7 +2554,7 @@ a.box:active { width: 1%; } .table td.is-selected, .table th.is-selected { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .table td.is-selected a, .table td.is-selected strong, @@ -2346,7 +2566,7 @@ a.box:active { .table th:not([align]) { text-align: left; } .table tr.is-selected { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .table tr.is-selected a, .table tr.is-selected strong { @@ -2440,7 +2660,7 @@ a.box:active { align-items: center; background-color: whitesmoke; border-radius: 4px; - color: #757763; + color: #4a4a4a; display: inline-flex; font-size: 0.75rem; height: 2em; @@ -2465,17 +2685,17 @@ a.box:active { background-color: #363636; color: #fff; } .tag:not(body).is-primary { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .tag:not(body).is-primary.is-light { - background-color: #f8f2f6; - color: #9d5886; } + background-color: #ebfffc; + color: #00947e; } .tag:not(body).is-link { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .tag:not(body).is-link.is-light { - background-color: #feebef; - color: #ac0722; } + background-color: #eef3fc; + color: #2160c4; } .tag:not(body).is-info { background-color: #3298dc; color: #fff; } @@ -2591,7 +2811,7 @@ a.tag:hover { font-size: 0.75rem; } .subtitle { - color: #757763; + color: #4a4a4a; font-size: 1.25rem; font-weight: 400; line-height: 1.25; } @@ -2659,10 +2879,10 @@ a.tag:hover { .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { color: rgba(54, 54, 54, 0.3); } .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { - border-color: #D0D1CD; } + 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: #FA7C91; - box-shadow: 0 0 0 0.125em rgba(250, 124, 145, 0.25); } + border-color: #3273dc; + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } .input[disabled], .textarea[disabled], .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, @@ -2720,13 +2940,13 @@ a.tag:hover { .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: #8A4D76; } + border-color: #00d1b2; } .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(138, 77, 118, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } .is-link.input, .is-link.textarea { - border-color: #FA7C91; } + border-color: #3273dc; } .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(250, 124, 145, 0.25); } + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 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 { @@ -2809,7 +3029,7 @@ a.tag:hover { .select:not(.is-multiple) { height: 2.5em; } .select:not(.is-multiple):not(.is-loading)::after { - border-color: #FA7C91; + border-color: #3273dc; right: 1.125em; z-index: 4; } .select.is-rounded select { @@ -2868,21 +3088,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: #8A4D76; } + border-color: #00d1b2; } .select.is-primary select { - border-color: #8A4D76; } + border-color: #00d1b2; } .select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #7a4468; } + border-color: #00b89c; } .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(138, 77, 118, 0.25); } + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } .select.is-link:not(:hover)::after { - border-color: #FA7C91; } + border-color: #3273dc; } .select.is-link select { - border-color: #FA7C91; } + border-color: #3273dc; } .select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #f9637c; } + border-color: #2366d1; } .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(250, 124, 145, 0.25); } + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); } .select.is-info:not(:hover)::after { border-color: #3298dc; } .select.is-info select { @@ -3011,35 +3231,35 @@ a.tag:hover { border-color: transparent; color: #fff; } .file.is-primary .file-cta { - background-color: #8A4D76; + background-color: #00d1b2; border-color: transparent; color: #fff; } .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #82486f; + background-color: #00c4a7; 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(138, 77, 118, 0.25); + box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); color: #fff; } .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #7a4468; + background-color: #00b89c; border-color: transparent; color: #fff; } .file.is-link .file-cta { - background-color: #FA7C91; + background-color: #3273dc; border-color: transparent; color: #fff; } .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #fa7087; + background-color: #276cda; 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(250, 124, 145, 0.25); + box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); color: #fff; } .file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #f9637c; + background-color: #2366d1; border-color: transparent; color: #fff; } .file.is-info .file-cta { @@ -3204,7 +3424,7 @@ a.tag:hover { .file-cta { background-color: whitesmoke; - color: #757763; } + color: #4a4a4a; } .file-name { border-color: #dbdbdb; @@ -3253,9 +3473,9 @@ a.tag:hover { .help.is-dark { color: #363636; } .help.is-primary { - color: #8A4D76; } + color: #00d1b2; } .help.is-link { - color: #FA7C91; } + color: #3273dc; } .help.is-info { color: #3298dc; } .help.is-success { @@ -3405,7 +3625,7 @@ a.tag:hover { .control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon { - color: #757763; } + color: #4a4a4a; } .control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon { @@ -3453,7 +3673,7 @@ a.tag:hover { white-space: nowrap; } .breadcrumb a { align-items: center; - color: #FA7C91; + color: #3273dc; display: flex; justify-content: center; padding: 0 0.75em; } @@ -3469,7 +3689,7 @@ a.tag:hover { cursor: default; pointer-events: none; } .breadcrumb li + li::before { - color: #D0D1CD; + color: #b5b5b5; content: "\0002f"; } .breadcrumb ul, .breadcrumb ol { @@ -3505,7 +3725,7 @@ a.tag:hover { .card { background-color: white; box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - color: #757763; + color: #4a4a4a; max-width: 100%; position: relative; } @@ -3592,7 +3812,7 @@ a.tag:hover { padding-top: 0.5rem; } .dropdown-item { - color: #757763; + color: #4a4a4a; display: block; font-size: 0.875rem; line-height: 1.5; @@ -3611,7 +3831,7 @@ button.dropdown-item { color: #0a0a0a; } a.dropdown-item.is-active, button.dropdown-item.is-active { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .dropdown-divider { @@ -3700,7 +3920,7 @@ button.dropdown-item { display: block; padding: 0.5em 1em; } .list-item:not(a) { - color: #757763; } + color: #4a4a4a; } .list-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } @@ -3710,7 +3930,7 @@ button.dropdown-item { .list-item:not(:last-child) { border-bottom: 1px solid #dbdbdb; } .list-item.is-active { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } a.list-item { @@ -3777,14 +3997,14 @@ a.list-item { line-height: 1.25; } .menu-list a { border-radius: 2px; - color: #757763; + color: #4a4a4a; display: block; padding: 0.5em 0.75em; } .menu-list a:hover { background-color: whitesmoke; color: #363636; } .menu-list a.is-active { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .menu-list li ul { border-left: 1px solid #dbdbdb; @@ -3845,21 +4065,21 @@ a.list-item { .message.is-dark .message-body { border-color: #363636; } .message.is-primary { - background-color: #f8f2f6; } + background-color: #ebfffc; } .message.is-primary .message-header { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .message.is-primary .message-body { - border-color: #8A4D76; - color: #9d5886; } + border-color: #00d1b2; + color: #00947e; } .message.is-link { - background-color: #feebef; } + background-color: #eef3fc; } .message.is-link .message-header { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .message.is-link .message-body { - border-color: #FA7C91; - color: #ac0722; } + border-color: #3273dc; + color: #2160c4; } .message.is-info { background-color: #eef6fc; } .message.is-info .message-header { @@ -3895,7 +4115,7 @@ a.list-item { .message-header { align-items: center; - background-color: #757763; + background-color: #4a4a4a; border-radius: 4px 4px 0 0; color: #fff; display: flex; @@ -3918,7 +4138,7 @@ a.list-item { border-radius: 4px; border-style: solid; border-width: 0 0 0 4px; - color: #757763; + color: #4a4a4a; padding: 1.25em 1.5em; } .message-body code, .message-body pre { @@ -4008,7 +4228,7 @@ a.list-item { .navbar { background-color: white; - min-height: 3.25rem; + min-height: 5rem; position: relative; z-index: 30; } .navbar.is-white { @@ -4192,7 +4412,7 @@ a.list-item { background-color: #363636; color: #fff; } } .navbar.is-primary { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-brand .navbar-link { @@ -4201,7 +4421,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: #7a4468; + background-color: #00b89c; color: #fff; } .navbar.is-primary .navbar-brand .navbar-link::after { border-color: #fff; } @@ -4223,7 +4443,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: #7a4468; + background-color: #00b89c; color: #fff; } .navbar.is-primary .navbar-start .navbar-link::after, .navbar.is-primary .navbar-end .navbar-link::after { @@ -4231,13 +4451,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: #7a4468; + background-color: #00b89c; color: #fff; } .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } } .navbar.is-link { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .navbar.is-link .navbar-brand > .navbar-item, .navbar.is-link .navbar-brand .navbar-link { @@ -4246,7 +4466,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: #f9637c; + background-color: #2366d1; color: #fff; } .navbar.is-link .navbar-brand .navbar-link::after { border-color: #fff; } @@ -4268,7 +4488,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: #f9637c; + background-color: #2366d1; color: #fff; } .navbar.is-link .navbar-start .navbar-link::after, .navbar.is-link .navbar-end .navbar-link::after { @@ -4276,10 +4496,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: #f9637c; + background-color: #2366d1; color: #fff; } .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } } .navbar.is-info { background-color: #3298dc; @@ -4464,7 +4684,7 @@ a.list-item { .navbar > .container { align-items: stretch; display: flex; - min-height: 3.25rem; + min-height: 5rem; width: 100%; } .navbar.has-shadow { box-shadow: 0 2px 0 0 whitesmoke; } @@ -4482,18 +4702,18 @@ a.list-item { html.has-navbar-fixed-top, body.has-navbar-fixed-top { - padding-top: 3.25rem; } + padding-top: 5rem; } html.has-navbar-fixed-bottom, body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; } + padding-bottom: 5rem; } .navbar-brand, .navbar-tabs { align-items: stretch; display: flex; flex-shrink: 0; - min-height: 3.25rem; } + min-height: 5rem; } .navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { background-color: transparent; } @@ -4505,12 +4725,12 @@ body.has-navbar-fixed-bottom { overflow-y: hidden; } .navbar-burger { - color: #757763; + color: #4a4a4a; cursor: pointer; display: block; - height: 3.25rem; + height: 5rem; position: relative; - width: 3.25rem; + width: 5rem; margin-left: auto; } .navbar-burger span { background-color: currentColor; @@ -4543,7 +4763,7 @@ body.has-navbar-fixed-bottom { .navbar-item, .navbar-link { - color: #757763; + color: #4a4a4a; display: block; line-height: 1.5; padding: 0.5rem 0.75rem; @@ -4562,7 +4782,7 @@ a.navbar-item, .navbar-link:hover, .navbar-link.is-active { background-color: #fafafa; - color: #FA7C91; } + color: #3273dc; } .navbar-item { display: block; @@ -4577,17 +4797,17 @@ a.navbar-item, flex-shrink: 1; } .navbar-item.is-tab { border-bottom: 1px solid transparent; - min-height: 3.25rem; + min-height: 5rem; padding-bottom: calc(0.5rem - 1px); } .navbar-item.is-tab:focus, .navbar-item.is-tab:hover { background-color: transparent; - border-bottom-color: #FA7C91; } + border-bottom-color: #3273dc; } .navbar-item.is-tab.is-active { background-color: transparent; - border-bottom-color: #FA7C91; + border-bottom-color: #3273dc; border-bottom-style: solid; border-bottom-width: 3px; - color: #FA7C91; + color: #3273dc; padding-bottom: calc(0.5rem - 3px); } .navbar-content { @@ -4597,7 +4817,7 @@ a.navbar-item, .navbar-link:not(.is-arrowless) { padding-right: 2.5em; } .navbar-link:not(.is-arrowless)::after { - border-color: #FA7C91; + border-color: #3273dc; margin-top: -0.375em; right: 1.125em; } @@ -4644,14 +4864,14 @@ a.navbar-item, top: 0; } .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { -webkit-overflow-scrolling: touch; - max-height: calc(100vh - 3.25rem); + max-height: calc(100vh - 5rem); overflow: auto; } html.has-navbar-fixed-top-touch, body.has-navbar-fixed-top-touch { - padding-top: 3.25rem; } + padding-top: 5rem; } html.has-navbar-fixed-bottom-touch, body.has-navbar-fixed-bottom-touch { - padding-bottom: 3.25rem; } } + padding-bottom: 5rem; } } @media screen and (min-width: 1024px) { .navbar, @@ -4661,7 +4881,7 @@ a.navbar-item, align-items: stretch; display: flex; } .navbar { - min-height: 3.25rem; } + min-height: 5rem; } .navbar.is-spaced { padding: 1rem 2rem; } .navbar.is-spaced .navbar-start, @@ -4682,7 +4902,7 @@ a.navbar-item, color: #0a0a0a; } .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #FA7C91; } + color: #3273dc; } .navbar-burger { display: none; } .navbar-item, @@ -4740,7 +4960,7 @@ a.navbar-item, color: #0a0a0a; } .navbar-dropdown a.navbar-item.is-active { background-color: whitesmoke; - color: #FA7C91; } + color: #3273dc; } .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { border-radius: 6px; border-top: none; @@ -4776,16 +4996,16 @@ a.navbar-item, top: 0; } html.has-navbar-fixed-top-desktop, body.has-navbar-fixed-top-desktop { - padding-top: 3.25rem; } + padding-top: 5rem; } html.has-navbar-fixed-bottom-desktop, body.has-navbar-fixed-bottom-desktop { - padding-bottom: 3.25rem; } + padding-bottom: 5rem; } html.has-spaced-navbar-fixed-top, body.has-spaced-navbar-fixed-top { - padding-top: 5.25rem; } + padding-top: 7rem; } html.has-spaced-navbar-fixed-bottom, body.has-spaced-navbar-fixed-bottom { - padding-bottom: 5.25rem; } + padding-bottom: 7rem; } a.navbar-item.is-active, .navbar-link.is-active { color: #0a0a0a; } @@ -4796,7 +5016,7 @@ a.navbar-item, background-color: #fafafa; } } .hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); } + min-height: calc(100vh - 5rem); } .pagination { font-size: 1rem; @@ -4842,7 +5062,7 @@ a.navbar-item, .pagination-previous:hover, .pagination-next:hover, .pagination-link:hover { - border-color: #D0D1CD; + border-color: #b5b5b5; color: #363636; } .pagination-previous:focus, .pagination-next:focus, @@ -4868,12 +5088,12 @@ a.navbar-item, white-space: nowrap; } .pagination-link.is-current { - background-color: #FA7C91; - border-color: #FA7C91; + background-color: #3273dc; + border-color: #3273dc; color: #fff; } .pagination-ellipsis { - color: #D0D1CD; + color: #b5b5b5; pointer-events: none; } .pagination-list { @@ -4952,19 +5172,19 @@ a.navbar-item, .panel.is-dark .panel-block.is-active .panel-icon { color: #363636; } .panel.is-primary .panel-heading { - background-color: #8A4D76; + background-color: #00d1b2; color: #fff; } .panel.is-primary .panel-tabs a.is-active { - border-bottom-color: #8A4D76; } + border-bottom-color: #00d1b2; } .panel.is-primary .panel-block.is-active .panel-icon { - color: #8A4D76; } + color: #00d1b2; } .panel.is-link .panel-heading { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .panel.is-link .panel-tabs a.is-active { - border-bottom-color: #FA7C91; } + border-bottom-color: #3273dc; } .panel.is-link .panel-block.is-active .panel-icon { - color: #FA7C91; } + color: #3273dc; } .panel.is-info .panel-heading { background-color: #3298dc; color: #fff; } @@ -5017,13 +5237,13 @@ a.navbar-item, margin-bottom: -1px; padding: 0.5em; } .panel-tabs a.is-active { - border-bottom-color: #757763; + border-bottom-color: #4a4a4a; color: #363636; } .panel-list a { - color: #757763; } + color: #4a4a4a; } .panel-list a:hover { - color: #FA7C91; } + color: #3273dc; } .panel-block { align-items: center; @@ -5040,10 +5260,10 @@ a.navbar-item, .panel-block.is-wrapped { flex-wrap: wrap; } .panel-block.is-active { - border-left-color: #FA7C91; + border-left-color: #3273dc; color: #363636; } .panel-block.is-active .panel-icon { - color: #FA7C91; } + color: #3273dc; } .panel-block:last-child { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } @@ -5083,7 +5303,7 @@ label.panel-block { border-bottom-color: #dbdbdb; border-bottom-style: solid; border-bottom-width: 1px; - color: #757763; + color: #4a4a4a; display: flex; justify-content: center; margin-bottom: -1px; @@ -5095,8 +5315,8 @@ label.panel-block { .tabs li { display: block; } .tabs li.is-active a { - border-bottom-color: #FA7C91; - color: #FA7C91; } + border-bottom-color: #3273dc; + color: #3273dc; } .tabs ul { align-items: center; border-bottom-color: #dbdbdb; @@ -5145,7 +5365,7 @@ label.panel-block { position: relative; } .tabs.is-toggle a:hover { background-color: whitesmoke; - border-color: #D0D1CD; + border-color: #b5b5b5; z-index: 2; } .tabs.is-toggle li + li { margin-left: -1px; } @@ -5154,8 +5374,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: #FA7C91; - border-color: #FA7C91; + background-color: #3273dc; + border-color: #3273dc; color: #fff; z-index: 1; } .tabs.is-toggle ul { @@ -5760,6 +5980,238 @@ label.panel-block { width: 100%; } .column.is-offset-12-desktop { margin-left: 100%; } } + @media screen and (min-width: 1216px) { + .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-one-fifth-widescreen { + flex: none; + width: 20%; } + .column.is-two-fifths-widescreen { + flex: none; + width: 40%; } + .column.is-three-fifths-widescreen { + flex: none; + width: 60%; } + .column.is-four-fifths-widescreen { + flex: none; + width: 80%; } + .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-offset-one-fifth-widescreen { + margin-left: 20%; } + .column.is-offset-two-fifths-widescreen { + margin-left: 40%; } + .column.is-offset-three-fifths-widescreen { + margin-left: 60%; } + .column.is-offset-four-fifths-widescreen { + margin-left: 80%; } + .column.is-0-widescreen { + flex: none; + width: 0%; } + .column.is-offset-0-widescreen { + margin-left: 0%; } + .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%; } } + @media screen and (min-width: 1408px) { + .column.is-narrow-fullhd { + flex: none; } + .column.is-full-fullhd { + flex: none; + width: 100%; } + .column.is-three-quarters-fullhd { + flex: none; + width: 75%; } + .column.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; } + .column.is-half-fullhd { + flex: none; + width: 50%; } + .column.is-one-third-fullhd { + flex: none; + width: 33.3333%; } + .column.is-one-quarter-fullhd { + flex: none; + width: 25%; } + .column.is-one-fifth-fullhd { + flex: none; + width: 20%; } + .column.is-two-fifths-fullhd { + flex: none; + width: 40%; } + .column.is-three-fifths-fullhd { + flex: none; + width: 60%; } + .column.is-four-fifths-fullhd { + flex: none; + width: 80%; } + .column.is-offset-three-quarters-fullhd { + margin-left: 75%; } + .column.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; } + .column.is-offset-half-fullhd { + margin-left: 50%; } + .column.is-offset-one-third-fullhd { + margin-left: 33.3333%; } + .column.is-offset-one-quarter-fullhd { + margin-left: 25%; } + .column.is-offset-one-fifth-fullhd { + margin-left: 20%; } + .column.is-offset-two-fifths-fullhd { + margin-left: 40%; } + .column.is-offset-three-fifths-fullhd { + margin-left: 60%; } + .column.is-offset-four-fifths-fullhd { + margin-left: 80%; } + .column.is-0-fullhd { + flex: none; + width: 0%; } + .column.is-offset-0-fullhd { + margin-left: 0%; } + .column.is-1-fullhd { + flex: none; + width: 8.33333%; } + .column.is-offset-1-fullhd { + margin-left: 8.33333%; } + .column.is-2-fullhd { + flex: none; + width: 16.66667%; } + .column.is-offset-2-fullhd { + margin-left: 16.66667%; } + .column.is-3-fullhd { + flex: none; + width: 25%; } + .column.is-offset-3-fullhd { + margin-left: 25%; } + .column.is-4-fullhd { + flex: none; + width: 33.33333%; } + .column.is-offset-4-fullhd { + margin-left: 33.33333%; } + .column.is-5-fullhd { + flex: none; + width: 41.66667%; } + .column.is-offset-5-fullhd { + margin-left: 41.66667%; } + .column.is-6-fullhd { + flex: none; + width: 50%; } + .column.is-offset-6-fullhd { + margin-left: 50%; } + .column.is-7-fullhd { + flex: none; + width: 58.33333%; } + .column.is-offset-7-fullhd { + margin-left: 58.33333%; } + .column.is-8-fullhd { + flex: none; + width: 66.66667%; } + .column.is-offset-8-fullhd { + margin-left: 66.66667%; } + .column.is-9-fullhd { + flex: none; + width: 75%; } + .column.is-offset-9-fullhd { + margin-left: 75%; } + .column.is-10-fullhd { + flex: none; + width: 83.33333%; } + .column.is-offset-10-fullhd { + margin-left: 83.33333%; } + .column.is-11-fullhd { + flex: none; + width: 91.66667%; } + .column.is-offset-11-fullhd { + margin-left: 91.66667%; } + .column.is-12-fullhd { + flex: none; + width: 100%; } + .column.is-offset-12-fullhd { + margin-left: 100%; } } .columns { margin-left: -0.75rem; @@ -5819,6 +6271,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-0-desktop { --columnGap: 0rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-0-desktop-only { + --columnGap: 0rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-0-widescreen { + --columnGap: 0rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-0-widescreen-only { + --columnGap: 0rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-0-fullhd { + --columnGap: 0rem; } } .columns.is-variable.is-1 { --columnGap: 0.25rem; } @media screen and (max-width: 768px) { @@ -5836,6 +6300,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-1-desktop { --columnGap: 0.25rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-1-desktop-only { + --columnGap: 0.25rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-1-widescreen { + --columnGap: 0.25rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-1-widescreen-only { + --columnGap: 0.25rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-1-fullhd { + --columnGap: 0.25rem; } } .columns.is-variable.is-2 { --columnGap: 0.5rem; } @media screen and (max-width: 768px) { @@ -5853,6 +6329,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-2-desktop { --columnGap: 0.5rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-2-desktop-only { + --columnGap: 0.5rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-2-widescreen { + --columnGap: 0.5rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-2-widescreen-only { + --columnGap: 0.5rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-2-fullhd { + --columnGap: 0.5rem; } } .columns.is-variable.is-3 { --columnGap: 0.75rem; } @media screen and (max-width: 768px) { @@ -5870,6 +6358,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-3-desktop { --columnGap: 0.75rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-3-desktop-only { + --columnGap: 0.75rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-3-widescreen { + --columnGap: 0.75rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-3-widescreen-only { + --columnGap: 0.75rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-3-fullhd { + --columnGap: 0.75rem; } } .columns.is-variable.is-4 { --columnGap: 1rem; } @media screen and (max-width: 768px) { @@ -5887,6 +6387,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-4-desktop { --columnGap: 1rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-4-desktop-only { + --columnGap: 1rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-4-widescreen { + --columnGap: 1rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-4-widescreen-only { + --columnGap: 1rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-4-fullhd { + --columnGap: 1rem; } } .columns.is-variable.is-5 { --columnGap: 1.25rem; } @media screen and (max-width: 768px) { @@ -5904,6 +6416,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-5-desktop { --columnGap: 1.25rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-5-desktop-only { + --columnGap: 1.25rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-5-widescreen { + --columnGap: 1.25rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-5-widescreen-only { + --columnGap: 1.25rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-5-fullhd { + --columnGap: 1.25rem; } } .columns.is-variable.is-6 { --columnGap: 1.5rem; } @media screen and (max-width: 768px) { @@ -5921,6 +6445,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-6-desktop { --columnGap: 1.5rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-6-desktop-only { + --columnGap: 1.5rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-6-widescreen { + --columnGap: 1.5rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-6-widescreen-only { + --columnGap: 1.5rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-6-fullhd { + --columnGap: 1.5rem; } } .columns.is-variable.is-7 { --columnGap: 1.75rem; } @media screen and (max-width: 768px) { @@ -5938,6 +6474,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-7-desktop { --columnGap: 1.75rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-7-desktop-only { + --columnGap: 1.75rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-7-widescreen { + --columnGap: 1.75rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-7-widescreen-only { + --columnGap: 1.75rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-7-fullhd { + --columnGap: 1.75rem; } } .columns.is-variable.is-8 { --columnGap: 2rem; } @media screen and (max-width: 768px) { @@ -5955,6 +6503,18 @@ label.panel-block { @media screen and (min-width: 1024px) { .columns.is-variable.is-8-desktop { --columnGap: 2rem; } } + @media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-8-desktop-only { + --columnGap: 2rem; } } + @media screen and (min-width: 1216px) { + .columns.is-variable.is-8-widescreen { + --columnGap: 2rem; } } + @media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-8-widescreen-only { + --columnGap: 2rem; } } + @media screen and (min-width: 1408px) { + .columns.is-variable.is-8-fullhd { + --columnGap: 2rem; } } .tile { align-items: stretch; @@ -6205,7 +6765,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: #8A4D76; + background-color: #00d1b2; color: #fff; } .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-primary strong { @@ -6219,14 +6779,14 @@ label.panel-block { color: #fff; } @media screen and (max-width: 1023px) { .hero.is-primary .navbar-menu { - background-color: #8A4D76; } } + background-color: #00d1b2; } } .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: #7a4468; + background-color: #00b89c; color: #fff; } .hero.is-primary .tabs a { color: #fff; @@ -6242,14 +6802,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: #8A4D76; } + color: #00d1b2; } .hero.is-primary.is-bold { - background-image: linear-gradient(141deg, #713367 0%, #8A4D76 71%, #a05079 100%); } + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } @media screen and (max-width: 768px) { .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #713367 0%, #8A4D76 71%, #a05079 100%); } } + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } } .hero.is-link { - background-color: #FA7C91; + background-color: #3273dc; color: #fff; } .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), .hero.is-link strong { @@ -6263,14 +6823,14 @@ label.panel-block { color: #fff; } @media screen and (max-width: 1023px) { .hero.is-link .navbar-menu { - background-color: #FA7C91; } } + background-color: #3273dc; } } .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: #f9637c; + background-color: #2366d1; color: #fff; } .hero.is-link .tabs a { color: #fff; @@ -6286,12 +6846,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: #FA7C91; } + color: #3273dc; } .hero.is-link.is-bold { - background-image: linear-gradient(141deg, #ff4482 0%, #FA7C91 71%, #fe9292 100%); } + background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } @media screen and (max-width: 768px) { .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ff4482 0%, #FA7C91 71%, #fe9292 100%); } } + background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); } } .hero.is-info { background-color: #3298dc; color: #fff; } @@ -6541,8 +7101,9 @@ label.panel-block { background-color: #fafafa; padding: 3rem 1.5rem 6rem; } -.navbar { - background: #fafafa; } +nav.navbar { + padding-left: 5rem; + padding-right: 5rem; } .hero-bg { background-image: url("/images/clouds-bg.svg"); @@ -6550,7 +7111,7 @@ label.panel-block { background-color: #fff; } .landing-featue-image { - max-height: 128px !important; + max-height: 180px !important; width: auto; object-fit: contain; z-index: 0; } @@ -6833,6 +7394,36 @@ label.panel-block { .p-l-xxl { padding-left: 8rem; } +.m-diego { + margin: 6.25rem; } + +.p-diego { + padding: 6.25rem; } + +.m-t-diego { + margin-top: 6.25rem; } + +.p-t-diego { + padding-top: 6.25rem; } + +.m-r-diego { + margin-right: 6.25rem; } + +.p-r-diego { + padding-right: 6.25rem; } + +.m-b-diego { + margin-bottom: 6.25rem; } + +.p-b-diego { + padding-bottom: 6.25rem; } + +.m-l-diego { + margin-left: 6.25rem; } + +.p-l-diego { + padding-left: 6.25rem; } + .m-t-a { margin-top: auto; } @@ -6865,7 +7456,7 @@ label.panel-block { margin: -.8em auto; } .is-fullheight { - min-height: calc(100vh - ( 3.25rem )); } + min-height: calc(100vh - ( 5rem )); } .is-fullwidth { width: 100vw; @@ -6897,7 +7488,7 @@ label.panel-block { margin: 5px; width: 2rem; height: 2rem; - background: #8A4D76; + background: #00d1b2; border-radius: 50%; animation-name: loading-pulse; animation-duration: 2s; @@ -6927,7 +7518,7 @@ label.panel-block { z-index: 100; position: fixed; right: 25px; - top: calc(25px + ( 3.25rem )); } + top: calc(25px + ( 5rem )); } .notification-fade { animation: notification-fade .2s; } @@ -6997,3 +7588,9 @@ video { .slide-right-enter { opacity: 0; transform: translate(-2em, 0); } + +.has-diego-width-800 { + max-width: 50rem; } + +.is-boarderless { + border: none; } diff --git a/resources/sass/main.scss b/resources/sass/main.scss index da373d2..393936d 100644 --- a/resources/sass/main.scss +++ b/resources/sass/main.scss @@ -5,8 +5,9 @@ @import './mixins.scss'; @import "../../node_modules/bulma/bulma.sass"; // @import '../../node_modules/animate.css/source/_base.css'; -.navbar { - background:#fafafa; +nav.navbar { + padding-left: 5rem; + padding-right: 5rem; } .hero-bg{ // @include pattern(#c0ebfa, #7FD7F5); @@ -21,7 +22,7 @@ // background-repeat: no-repeat; } .landing-featue-image{ - max-height: 128px !important; + max-height: 180px !important; width: auto; object-fit: contain; z-index: 0; @@ -75,6 +76,7 @@ $sizes: ( ('lg', 2), ('xl', 4), ('xxl', 8), + ('diego', 6.25), ); $positions: ( ('t', 'top'), @@ -307,3 +309,10 @@ video{ opacity: 0; transform: translate(-2em, 0); } + +.has-diego-width-800{ + max-width: 50rem; +} +.is-boarderless{ + border: none; +} diff --git a/resources/sass/variables.scss b/resources/sass/variables.scss index 05ee611..6c6e880 100644 --- a/resources/sass/variables.scss +++ b/resources/sass/variables.scss @@ -1,9 +1,11 @@ // Update Bulma's global variables // $family-sans-serif: "Nunito", sans-serif; -$grey-dark: $brown; -$grey-light: $beige-light; -$primary: $purple; +// $grey-dark: $brown; +// $grey-light: $beige-light; +// $primary: $purple; // $primary: #7FD7F5; -$link: $pink; -$widescreen-enabled: false; -$fullhd-enabled: false; +// $link: $pink; +// $widescreen-enabled: false; +// $fullhd-enabled: false; + +$navbar-height: 5rem; diff --git a/resources/views/components/nav/nav.edge b/resources/views/components/nav/nav.edge index 844fed6..a81da3c 100644 --- a/resources/views/components/nav/nav.edge +++ b/resources/views/components/nav/nav.edge @@ -49,10 +49,10 @@ @else