aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-12-05 22:35:08 -0500
committerThedro Neely <thedroneely@gmail.com>2021-12-05 22:35:08 -0500
commit745a63a8d2dbac447a0740bb608016e38a108798 (patch)
tree3dbaefdae9c2f2bbbe2ad03503df8a2d2bcc10cb /public
parentdc7ea9dbbde2477aba78cda358b5677d9095d25b (diff)
downloadthedroneely.com-745a63a8d2dbac447a0740bb608016e38a108798.tar.gz
thedroneely.com-745a63a8d2dbac447a0740bb608016e38a108798.tar.bz2
thedroneely.com-745a63a8d2dbac447a0740bb608016e38a108798.zip
public/css/tdro: Remove more unused rules
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css1243
1 files changed, 3 insertions, 1240 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 199d0c3..1c5ffd5 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -139,10 +139,6 @@ video {
max-width: 100%;
}
-iframe {
- border: 0;
-}
-
html {
background-color: #fcfcfc;
font-size: 16px;
@@ -205,10 +201,6 @@ input[type="radio"] {
vertical-align: baseline;
}
-small {
- font-size: 0.875em;
-}
-
span {
font-style: inherit;
font-weight: inherit;
@@ -218,10 +210,6 @@ strong {
font-weight: 700;
}
-fieldset {
- border: none;
-}
-
pre {
-webkit-overflow-scrolling: touch;
background-color: #002e42;
@@ -247,14 +235,6 @@ pre code {
float: right !important;
}
-.is-size-1 {
- font-size: 3rem !important;
-}
-
-.is-size-2 {
- font-size: 2.5rem !important;
-}
-
.is-size-3 {
font-size: 2rem !important;
}
@@ -287,230 +267,10 @@ pre code {
text-align: right !important;
}
-@media screen and (max-width: 768px) {
- .has-text-centered-mobile {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-centered-tablet {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-centered-tablet-only {
- text-align: center !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-centered-touch {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-centered-desktop {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-centered-desktop-only {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-centered-widescreen {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-centered-widescreen-only {
- text-align: center !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-centered-fullhd {
- text-align: center !important;
- }
-}
-
-@media screen and (max-width: 768px) {
- .has-text-justified-mobile {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-justified-tablet {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-justified-tablet-only {
- text-align: justify !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-justified-touch {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-justified-desktop {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-justified-desktop-only {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-justified-widescreen {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-justified-widescreen-only {
- text-align: justify !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-justified-fullhd {
- text-align: justify !important;
- }
-}
-
-@media screen and (max-width: 768px) {
- .has-text-left-mobile {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-left-tablet {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-left-tablet-only {
- text-align: left !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-left-touch {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-left-desktop {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-left-desktop-only {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-left-widescreen {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-left-widescreen-only {
- text-align: left !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-left-fullhd {
- text-align: left !important;
- }
-}
-
-@media screen and (max-width: 768px) {
- .has-text-right-mobile {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .has-text-right-tablet {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .has-text-right-tablet-only {
- text-align: right !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .has-text-right-touch {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .has-text-right-desktop {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .has-text-right-desktop-only {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .has-text-right-widescreen {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .has-text-right-widescreen-only {
- text-align: right !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .has-text-right-fullhd {
- text-align: right !important;
- }
-}
-
.is-uppercase {
text-transform: uppercase !important;
}
-.is-italic {
- font-style: italic !important;
-}
-
.has-text-white {
color: white !important;
}
@@ -519,62 +279,6 @@ pre code {
color: #245a8a !important;
}
-a.has-text-primary:hover, a.has-text-primary:focus {
- color: #009e86 !important;
-}
-
-.has-background-primary {
- background-color: #00d1b2 !important;
-}
-
-.has-text-link {
- color: #3273dc !important;
-}
-
-a.has-text-link:hover, a.has-text-link:focus {
- color: #205bbc !important;
-}
-
-.has-background-link {
- background-color: #3273dc !important;
-}
-
-.has-text-info {
- color: #209cee !important;
-}
-
-a.has-text-info:hover, a.has-text-info:focus {
- color: #0f81cc !important;
-}
-
-.has-background-info {
- background-color: #209cee !important;
-}
-
-.has-text-success {
- color: #23d160 !important;
-}
-
-a.has-text-success:hover, a.has-text-success:focus {
- color: #1ca64c !important;
-}
-
-.has-background-success {
- background-color: #23d160 !important;
-}
-
-.has-text-warning {
- color: #ffdd57 !important;
-}
-
-a.has-text-warning:hover, a.has-text-warning:focus {
- color: #ffd324 !important;
-}
-
-.has-background-warning {
- background-color: #ffdd57 !important;
-}
-
.has-text-danger {
color: #f05a60 !important;
}
@@ -591,42 +295,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
color: #7a7a7a !important;
}
-.has-text-grey-lighter {
- color: #dbdbdb !important;
-}
-
-.has-background-grey-lighter {
- background-color: #dbdbdb !important;
-}
-
-.has-text-white-ter {
- color: whitesmoke !important;
-}
-
-.has-background-white-ter {
- background-color: whitesmoke !important;
-}
-
-.has-text-white-bis {
- color: #fafafa !important;
-}
-
-.has-background-white-bis {
- background-color: #fafafa !important;
-}
-
-.has-text-weight-light {
- font-weight: 300 !important;
-}
-
.has-text-weight-normal {
font-weight: 400 !important;
}
-.has-text-weight-medium {
- font-weight: 500 !important;
-}
-
.has-text-weight-semibold {
font-weight: 600 !important;
}
@@ -639,234 +311,24 @@ a.has-text-danger:hover, a.has-text-danger:focus {
display: block !important;
}
-@media screen and (max-width: 768px) {
- .is-block-mobile {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-block-tablet {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-block-tablet-only {
- display: block !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-block-touch {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-block-desktop {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-block-desktop-only {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-block-widescreen {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-block-widescreen-only {
- display: block !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-block-fullhd {
- display: block !important;
- }
-}
-
.is-flex {
display: flex !important;
}
-@media screen and (max-width: 768px) {
- .is-flex-mobile {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-flex-tablet {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-flex-tablet-only {
- display: flex !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-flex-touch {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-flex-desktop {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-flex-desktop-only {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-flex-widescreen {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-flex-widescreen-only {
- display: flex !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-flex-fullhd {
- display: flex !important;
- }
-}
-
.is-inline {
display: inline !important;
}
-@media screen and (max-width: 768px) {
- .is-inline-mobile {
- display: inline !important;
- }
-}
-
@media screen and (min-width: 769px), print {
.is-inline-tablet {
display: inline !important;
}
}
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-inline-tablet-only {
- display: inline !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-inline-touch {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-inline-desktop {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-inline-desktop-only {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-inline-widescreen {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-inline-widescreen-only {
- display: inline !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-inline-fullhd {
- display: inline !important;
- }
-}
-
.is-inline-block {
display: inline-block !important;
}
-@media screen and (max-width: 768px) {
- .is-inline-block-mobile {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-inline-block-tablet {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 769px) and (max-width: 1087px) {
- .is-inline-block-tablet-only {
- display: inline-block !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-inline-block-touch {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-inline-block-desktop {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1088px) and (max-width: 1279px) {
- .is-inline-block-desktop-only {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-inline-block-widescreen {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1280px) and (max-width: 1471px) {
- .is-inline-block-widescreen-only {
- display: inline-block !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-inline-block-fullhd {
- display: inline-block !important;
- }
-}
-
.is-inline-flex {
display: inline-flex !important;
}
@@ -875,22 +337,6 @@ a.has-text-danger:hover, a.has-text-danger:focus {
display: none !important;
}
-.box {
- background-color: transparent;
- border-radius: 6px;
- box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
- display: block;
- padding: 1.25rem;
-}
-
-a.box:hover, a.box:focus {
- box-shadow: 0 2px 3px 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 #3273dc;
-}
-
.button {
background-color: transparent;
border-color: #dbdbdb;
@@ -1124,34 +570,10 @@ fieldset[disabled] .button {
margin-top: -1.25rem;
}
-.subtitle.is-1 {
- font-size: 3rem;
-}
-
-.subtitle.is-2 {
- font-size: 2.5rem;
-}
-
-.subtitle.is-3 {
- font-size: 2rem;
-}
-
-.subtitle.is-4 {
- font-size: 1.5rem;
-}
-
-.subtitle.is-5 {
- font-size: 1.25rem;
-}
-
.subtitle.is-6 {
font-size: 1rem;
}
-.subtitle.is-7 {
- font-size: 0.75rem;
-}
-
.heading {
display: block;
font-size: 11px;
@@ -1630,14 +1052,6 @@ button.dropdown-item.is-active {
color: #fff;
}
-.dropdown-divider {
- background-color: #ededed;
- border: none;
- display: block;
- height: 1px;
- margin: 0.5rem 0;
-}
-
.navbar {
background-color: white;
min-height: 3.25rem;
@@ -1645,7 +1059,6 @@ button.dropdown-item.is-active {
z-index: 30;
}
-
.navbar > .container {
align-items: stretch;
display: flex;
@@ -1653,10 +1066,6 @@ button.dropdown-item.is-active {
width: 100%;
}
-.navbar.has-shadow {
- box-shadow: 0 2px 0 0 whitesmoke;
-}
-
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
left: 0;
position: fixed;
@@ -1686,16 +1095,6 @@ body.has-navbar-fixed-bottom {
padding-bottom: 3.25rem;
}
-.navbar-burger {
- color: #4a4a4a;
- cursor: pointer;
- display: block;
- height: 3.25rem;
- position: relative;
- width: 3.25rem;
- margin-left: auto;
-}
-
.navbar-menu {
display: none;
}
@@ -1717,58 +1116,20 @@ a.navbar-item,
flex-shrink: 0;
}
-.navbar-item img {
- max-height: 1.75rem;
-}
-
@media screen and (max-width: 1087px) {
.navbar > .container {
display: block;
}
- .navbar-brand .navbar-item,
- .navbar-tabs .navbar-item {
- align-items: center;
- display: flex;
- }
- .navbar-link::after {
- display: none;
- }
.navbar-menu {
background-color: white;
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0;
}
- .navbar-menu.is-active {
- display: block;
- }
- .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
- left: 0;
- position: fixed;
- right: 0;
- z-index: 30;
- }
- .navbar.is-fixed-bottom-touch {
- bottom: 0;
- }
- .navbar.is-fixed-bottom-touch.has-shadow {
- box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
- }
- .navbar.is-fixed-top-touch {
- 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);
overflow: auto;
}
- html.has-navbar-fixed-top-touch,
- body.has-navbar-fixed-top-touch {
- padding-top: 3.25rem;
- }
- html.has-navbar-fixed-bottom-touch,
- body.has-navbar-fixed-bottom-touch {
- padding-bottom: 3.25rem;
- }
}
@media screen and (min-width: 1088px) {
@@ -1782,37 +1143,6 @@ a.navbar-item,
.navbar {
min-height: 4rem;
}
- .navbar.is-spaced {
- padding: 1rem 2rem;
- }
- .navbar.is-spaced .navbar-start,
- .navbar.is-spaced .navbar-end {
- align-items: center;
- }
- .navbar.is-spaced a.navbar-item,
- .navbar.is-spaced .navbar-link {
- border-radius: 4px;
- }
- .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
- .navbar.is-transparent .navbar-link:focus,
- .navbar.is-transparent .navbar-link:hover,
- .navbar.is-transparent .navbar-link.is-active {
- background-color: transparent !important;
- }
- .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
- background-color: transparent !important;
- }
- .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
- background-color: whitesmoke;
- color: #0a0a0a;
- }
- .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
- background-color: whitesmoke;
- color: #3273dc;
- }
- .navbar-burger {
- display: none;
- }
.navbar-item,
.navbar-link {
align-items: center;
@@ -1821,142 +1151,14 @@ a.navbar-item,
.navbar-item {
display: flex;
}
- .navbar-item.has-dropdown {
- align-items: stretch;
- }
- .navbar-item.has-dropdown-up .navbar-link::after {
- transform: rotate(135deg) translate(0.25em, -0.25em);
- }
- .navbar-item.has-dropdown-up .navbar-dropdown {
- border-bottom: 2px solid #dbdbdb;
- border-radius: 6px 6px 0 0;
- border-top: none;
- bottom: 100%;
- box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
- top: auto;
- }
- .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
- display: block;
- }
- .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
- opacity: 1;
- pointer-events: auto;
- transform: translateY(0);
- }
.navbar-menu {
flex-grow: 1;
flex-shrink: 0;
}
- .navbar-start {
- justify-content: flex-start;
- margin-right: auto;
- }
- .navbar-end {
- justify-content: flex-end;
- margin-left: auto;
- }
- .navbar-dropdown {
- background-color: white;
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
- border-top: 2px solid #dbdbdb;
- box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
- display: none;
- font-size: 0.875rem;
- left: 0;
- min-width: 100%;
- position: absolute;
- top: 100%;
- z-index: 20;
- }
- .navbar-dropdown .navbar-item {
- padding: 0.375rem 1rem;
- white-space: nowrap;
- }
- .navbar-dropdown a.navbar-item {
- padding-right: 3rem;
- }
- .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
- background-color: whitesmoke;
- color: #0a0a0a;
- }
- .navbar-dropdown a.navbar-item.is-active {
- background-color: whitesmoke;
- color: #3273dc;
- }
- .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
- border-radius: 6px;
- border-top: none;
- box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
- display: block;
- opacity: 0;
- pointer-events: none;
- top: calc(100% + (-4px));
- transform: translateY(-5px);
- transition-duration: 86ms;
- transition-property: opacity, transform;
- }
- .navbar-dropdown.is-right {
- left: auto;
- right: 0;
- }
- .navbar-divider {
- display: block;
- }
- .navbar > .container .navbar-brand,
- .container > .navbar .navbar-brand {
- margin-left: -.75rem;
- }
.navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
margin-right: -.75rem;
}
- .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
- left: 0;
- position: fixed;
- right: 0;
- z-index: 30;
- }
- .navbar.is-fixed-bottom-desktop {
- bottom: 0;
- }
- .navbar.is-fixed-bottom-desktop.has-shadow {
- box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
- }
- .navbar.is-fixed-top-desktop {
- top: 0;
- }
- html.has-navbar-fixed-top-desktop,
- body.has-navbar-fixed-top-desktop {
- padding-top: 3.25rem;
- }
- html.has-navbar-fixed-bottom-desktop,
- body.has-navbar-fixed-bottom-desktop {
- padding-bottom: 3.25rem;
- }
- html.has-spaced-navbar-fixed-top,
- body.has-spaced-navbar-fixed-top {
- padding-top: 5.25rem;
- }
- html.has-spaced-navbar-fixed-bottom,
- body.has-spaced-navbar-fixed-bottom {
- padding-bottom: 5.25rem;
- }
- a.navbar-item.is-active,
- .navbar-link.is-active {
- color: #0a0a0a;
- }
- a.navbar-item.is-active:not(:focus):not(:hover),
- .navbar-link.is-active:not(:focus):not(:hover) {
- background-color: transparent;
- }
- .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #fafafa;
- }
-}
-
-.hero.is-fullheight-with-navbar {
- min-height: calc(100vh - 3.25rem);
}
.pagination {
@@ -1964,29 +1166,6 @@ a.navbar-item,
margin: -0.25rem;
}
-.pagination.is-small {
- font-size: 0.75rem;
-}
-
-.pagination.is-medium {
- font-size: 1.25rem;
-}
-
-.pagination.is-large {
- font-size: 1.5rem;
-}
-
-.pagination.is-rounded .pagination-previous,
-.pagination.is-rounded .pagination-next {
- padding-left: 1em;
- padding-right: 1em;
- border-radius: 290486px;
-}
-
-.pagination.is-rounded .pagination-link {
- border-radius: 290486px;
-}
-
.pagination,
.pagination-list {
align-items: center;
@@ -2102,26 +1281,6 @@ a.navbar-item,
.pagination {
justify-content: space-between;
}
- .pagination.is-centered .pagination-previous {
- order: 1;
- }
- .pagination.is-centered .pagination-list {
- justify-content: center;
- order: 2;
- }
- .pagination.is-centered .pagination-next {
- order: 3;
- }
- .pagination.is-right .pagination-previous {
- order: 1;
- }
- .pagination.is-right .pagination-next {
- order: 2;
- }
- .pagination.is-right .pagination-list {
- justify-content: flex-end;
- order: 3;
- }
}
.column {
@@ -2132,359 +1291,33 @@ a.navbar-item,
padding: 0.75rem;
}
-.columns.is-mobile > .column.is-narrow {
- flex: none;
-}
-
-.columns.is-mobile > .column.is-full {
- flex: none;
- width: 100%;
-}
-
-.columns.is-mobile > .column.is-three-quarters {
- flex: none;
- width: 75%;
-}
-
-.columns.is-mobile > .column.is-two-thirds {
- flex: none;
- width: 66.6666%;
-}
-
-.columns.is-mobile > .column.is-half {
- flex: none;
- width: 50%;
-}
-
-.columns.is-mobile > .column.is-one-third {
- flex: none;
- width: 33.3333%;
-}
-
-.columns.is-mobile > .column.is-one-quarter {
- flex: none;
- width: 25%;
-}
-
-.columns.is-mobile > .column.is-one-fifth {
- flex: none;
- width: 20%;
-}
-
-.columns.is-mobile > .column.is-two-fifths {
- flex: none;
- width: 40%;
-}
-
-.columns.is-mobile > .column.is-three-fifths {
- flex: none;
- width: 60%;
-}
-
-.columns.is-mobile > .column.is-four-fifths {
- flex: none;
- width: 80%;
-}
-
-.columns.is-mobile > .column.is-offset-three-quarters {
- margin-left: 75%;
-}
-
-.columns.is-mobile > .column.is-offset-two-thirds {
- margin-left: 66.6666%;
-}
-
-.columns.is-mobile > .column.is-offset-half {
- margin-left: 50%;
-}
-
-.columns.is-mobile > .column.is-offset-one-third {
- margin-left: 33.3333%;
-}
-
-.columns.is-mobile > .column.is-offset-one-quarter {
- margin-left: 25%;
-}
-
-.columns.is-mobile > .column.is-offset-one-fifth {
- margin-left: 20%;
-}
-
-.columns.is-mobile > .column.is-offset-two-fifths {
- margin-left: 40%;
-}
-
-.columns.is-mobile > .column.is-offset-three-fifths {
- margin-left: 60%;
-}
-
-.columns.is-mobile > .column.is-offset-four-fifths {
- margin-left: 80%;
-}
-
-.columns.is-mobile > .column.is-1 {
- flex: none;
- width: 8.33333%;
-}
-
-.columns.is-mobile > .column.is-offset-1 {
- margin-left: 8.33333%;
-}
-
-.columns.is-mobile > .column.is-2 {
- flex: none;
- width: 16.66667%;
-}
-
-.columns.is-mobile > .column.is-offset-2 {
- margin-left: 16.66667%;
-}
-
-.columns.is-mobile > .column.is-3 {
- flex: none;
- width: 25%;
-}
-
-.columns.is-mobile > .column.is-offset-3 {
- margin-left: 25%;
-}
-
-.columns.is-mobile > .column.is-4 {
- flex: none;
- width: 33.33333%;
-}
-
-.columns.is-mobile > .column.is-offset-4 {
- margin-left: 33.33333%;
-}
-
.columns.is-mobile > .column.is-5 {
flex: none;
width: 41.66667%;
}
-.columns.is-mobile > .column.is-offset-5 {
- margin-left: 41.66667%;
-}
-
-.columns.is-mobile > .column.is-6 {
- flex: none;
- width: 50%;
-}
-
-.columns.is-mobile > .column.is-offset-6 {
- margin-left: 50%;
-}
-
.columns.is-mobile > .column.is-7 {
flex: none;
width: 58.33333%;
}
-.columns.is-mobile > .column.is-offset-7 {
- margin-left: 58.33333%;
-}
-
-.columns.is-mobile > .column.is-8 {
- flex: none;
- width: 66.66667%;
-}
-
-.columns.is-mobile > .column.is-offset-8 {
- margin-left: 66.66667%;
-}
-
-.columns.is-mobile > .column.is-9 {
- flex: none;
- width: 75%;
-}
-
-.columns.is-mobile > .column.is-offset-9 {
- margin-left: 75%;
-}
-
-.columns.is-mobile > .column.is-10 {
- flex: none;
- width: 83.33333%;
-}
-
-.columns.is-mobile > .column.is-offset-10 {
- margin-left: 83.33333%;
-}
-
-.columns.is-mobile > .column.is-11 {
- flex: none;
- width: 91.66667%;
-}
-
-.columns.is-mobile > .column.is-offset-11 {
- margin-left: 91.66667%;
-}
-
-.columns.is-mobile > .column.is-12 {
- flex: none;
- width: 100%;
-}
-
-.columns.is-mobile > .column.is-offset-12 {
- margin-left: 100%;
-}
-
@media screen and (min-width: 769px), print {
- .column.is-narrow, .column.is-narrow-tablet {
- flex: none;
- }
- .column.is-full, .column.is-full-tablet {
- flex: none;
- width: 100%;
- }
- .column.is-three-quarters, .column.is-three-quarters-tablet {
- flex: none;
- width: 75%;
- }
- .column.is-two-thirds, .column.is-two-thirds-tablet {
- flex: none;
- width: 66.6666%;
- }
- .column.is-half, .column.is-half-tablet {
- flex: none;
- width: 50%;
- }
- .column.is-one-third, .column.is-one-third-tablet {
- flex: none;
- width: 33.3333%;
- }
- .column.is-one-quarter, .column.is-one-quarter-tablet {
- flex: none;
- width: 25%;
- }
- .column.is-one-fifth, .column.is-one-fifth-tablet {
- flex: none;
- width: 20%;
- }
- .column.is-two-fifths, .column.is-two-fifths-tablet {
- flex: none;
- width: 40%;
- }
- .column.is-three-fifths, .column.is-three-fifths-tablet {
- flex: none;
- width: 60%;
- }
- .column.is-four-fifths, .column.is-four-fifths-tablet {
- flex: none;
- width: 80%;
- }
- .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
- margin-left: 75%;
- }
- .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
- margin-left: 66.6666%;
- }
- .column.is-offset-half, .column.is-offset-half-tablet {
- margin-left: 50%;
- }
- .column.is-offset-one-third, .column.is-offset-one-third-tablet {
- margin-left: 33.3333%;
- }
- .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
- margin-left: 25%;
- }
- .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
- margin-left: 20%;
- }
- .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
- margin-left: 40%;
- }
- .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
- margin-left: 60%;
- }
- .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
- margin-left: 80%;
- }
- .column.is-1, .column.is-1-tablet {
- flex: none;
- width: 8.33333%;
- }
- .column.is-offset-1, .column.is-offset-1-tablet {
- margin-left: 8.33333%;
- }
- .column.is-2, .column.is-2-tablet {
- flex: none;
- width: 16.66667%;
- }
- .column.is-offset-2, .column.is-offset-2-tablet {
- margin-left: 16.66667%;
- }
- .column.is-3, .column.is-3-tablet {
- flex: none;
- width: 25%;
- }
- .column.is-offset-3, .column.is-offset-3-tablet {
- margin-left: 25%;
- }
.column.is-4, .column.is-4-tablet {
flex: none;
width: 33.33333%;
}
- .column.is-offset-4, .column.is-offset-4-tablet {
- margin-left: 33.33333%;
- }
.column.is-5, .column.is-5-tablet {
flex: none;
width: 41.66667%;
}
- .column.is-offset-5, .column.is-offset-5-tablet {
- margin-left: 41.66667%;
- }
.column.is-6, .column.is-6-tablet {
flex: none;
width: 50%;
}
- .column.is-offset-6, .column.is-offset-6-tablet {
- margin-left: 50%;
- }
.column.is-7, .column.is-7-tablet {
flex: none;
width: 58.33333%;
}
- .column.is-offset-7, .column.is-offset-7-tablet {
- margin-left: 58.33333%;
- }
- .column.is-8, .column.is-8-tablet {
- flex: none;
- width: 66.66667%;
- }
- .column.is-offset-8, .column.is-offset-8-tablet {
- margin-left: 66.66667%;
- }
- .column.is-9, .column.is-9-tablet {
- flex: none;
- width: 75%;
- }
- .column.is-offset-9, .column.is-offset-9-tablet {
- margin-left: 75%;
- }
- .column.is-10, .column.is-10-tablet {
- flex: none;
- width: 83.33333%;
- }
- .column.is-offset-10, .column.is-offset-10-tablet {
- margin-left: 83.33333%;
- }
- .column.is-11, .column.is-11-tablet {
- flex: none;
- width: 91.66667%;
- }
- .column.is-offset-11, .column.is-offset-11-tablet {
- margin-left: 91.66667%;
- }
- .column.is-12, .column.is-12-tablet {
- flex: none;
- width: 100%;
- }
- .column.is-offset-12, .column.is-offset-12-tablet {
- margin-left: 100%;
- }
}
.columns {
@@ -2493,6 +1326,8 @@ a.navbar-item,
margin-top: -0.75rem;
}
+.columns.is-gapless { margin: 0 }
+
.columns:last-child {
margin-bottom: -0.75rem;
}
@@ -2556,73 +1391,10 @@ a.navbar-item,
padding: 0.75rem;
}
-.tile.is-vertical {
- flex-direction: column;
-}
-
-.tile.is-vertical > .tile.is-child:not(:last-child) {
- margin-bottom: 1.5rem !important;
-}
-
@media screen and (min-width: 769px), print {
.tile:not(.is-child) {
display: flex;
}
- .tile.is-1 {
- flex: none;
- width: 8.33333%;
- }
- .tile.is-2 {
- flex: none;
- width: 16.66667%;
- }
- .tile.is-3 {
- flex: none;
- width: 25%;
- }
- .tile.is-4 {
- flex: none;
- width: 33.33333%;
- }
- .tile.is-5 {
- flex: none;
- width: 41.66667%;
- }
- .tile.is-6 {
- flex: none;
- width: 50%;
- }
- .tile.is-7 {
- flex: none;
- width: 58.33333%;
- }
- .tile.is-8 {
- flex: none;
- width: 66.66667%;
- }
- .tile.is-9 {
- flex: none;
- width: 75%;
- }
- .tile.is-10 {
- flex: none;
- width: 83.33333%;
- }
- .tile.is-11 {
- flex: none;
- width: 91.66667%;
- }
- .tile.is-12 {
- flex: none;
- width: 100%;
- }
-}
-
-.hero {
- align-items: stretch;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
}
.section {
@@ -2806,18 +1578,9 @@ html.has-navbar-fixed-top, body.has-navbar-fixed-top, html.has-navbar-fixed-bott
.navbar__active { color: #014cc6 !important; }
.navbar__active .navbar__icon__label { font-weight: 700; }
-
.navbar__icon__menu { margin: 0; justify-content: center; height: 100%; }
-.navbar-burger .dropdown { width: 100%; }
-.navbar-burger .dropdown-label {
- height: 64px;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
.navbar__middle .dropdown { padding: 0; }
+
.dropdown label { cursor: pointer; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1.5rem; }
.dropdown-content .navbar-item { margin: 0; padding: 0.65rem 1rem; width: 100%; }
.dropdown-content .navbar__active { font-weight: 700; background-color: #ebf2ff; }