aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 15:59:21 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 15:59:21 -0400
commit3a4c7e065aeb093ca5fdd4d8bfb39063809060d8 (patch)
treea7c7352a8069a14e70382e78de25038da675f1b3 /public
parent97e4b2682e46d2eb9cfe6e8b05af44ad9b34fdf9 (diff)
downloadthedroneely.com-3a4c7e065aeb093ca5fdd4d8bfb39063809060d8.tar.gz
thedroneely.com-3a4c7e065aeb093ca5fdd4d8bfb39063809060d8.tar.bz2
thedroneely.com-3a4c7e065aeb093ca5fdd4d8bfb39063809060d8.zip
public/css/tdro: Cleanup and pull some changes from Bulma v0.8.0
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css130
1 files changed, 15 insertions, 115 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 7a01987..5feefd6 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1,4 +1,4 @@
-/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
+/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
@@ -23,10 +23,8 @@
pointer-events: none;
position: absolute;
top: 50%;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- -webkit-transform-origin: center;
- transform-origin: center;
+ transform: rotate(-45deg);
+ transform-origin: center;
width: 0.625em;
}
@@ -99,7 +97,7 @@ fieldset[disabled] .pagination-ellipsis {
cursor: not-allowed;
}
-/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
+/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
@@ -157,17 +155,10 @@ html {
}
img,
-embed,
-iframe,
-object,
video {
max-width: 100%;
}
-audio {
- max-width: 100%;
-}
-
iframe {
border: 0;
}
@@ -1440,25 +1431,6 @@ a.box:active {
color: inherit;
}
-.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
- height: 1.5em;
- width: 1.5em;
-}
-
-.button .icon:first-child:not(:last-child) {
- margin-left: calc(-0.375em - 1px);
- margin-right: 0.1875em;
-}
-
-.button .icon:last-child:not(:first-child) {
- margin-left: 0.1875em;
- margin-right: calc(-0.375em - 1px);
-}
-
-.button .icon:first-child:last-child {
- margin-left: calc(-0.375em - 1px);
- margin-right: calc(-0.375em - 1px);
-}
.button.is-text {
background-color: transparent;
@@ -1479,75 +1451,6 @@ fieldset[disabled] .button {
opacity: 0.5;
}
-.button.is-fullwidth {
- display: flex;
- width: 100%;
-}
-
-
-.buttons {
- align-items: center;
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
-}
-
-.buttons .button {
- margin-bottom: 0.5rem;
-}
-
-.buttons .button:not(:last-child):not(.is-fullwidth) {
- margin-right: 0.5rem;
-}
-
-.buttons:last-child {
- margin-bottom: -0.5rem;
-}
-
-.buttons:not(:last-child) {
- margin-bottom: 1rem;
-}
-
-
-.buttons.has-addons .button:not(:first-child) {
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
-}
-
-.buttons.has-addons .button:not(:last-child) {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- margin-right: -1px;
-}
-
-.buttons.has-addons .button:last-child {
- margin-right: 0;
-}
-
-.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
- z-index: 2;
-}
-
-.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
- z-index: 3;
-}
-
-.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
- z-index: 4;
-}
-
-.buttons.has-addons .button.is-expanded {
- flex-grow: 1;
- flex-shrink: 1;
-}
-
-.buttons.is-centered {
- justify-content: center;
-}
-
-.buttons.is-right {
- justify-content: flex-end;
-}
.container {
flex-grow: 1;
@@ -1556,15 +1459,17 @@ fieldset[disabled] .button {
width: auto;
}
+.container.is-fluid {
+ max-width: none;
+ padding-left: 32px;
+ padding-right: 32px;
+ width: 100%;
+}
+
@media screen and (min-width: 1088px) {
.container {
max-width: 960px;
}
- .container.is-fluid {
- margin-left: 32px;
- margin-right: 32px;
- max-width: none;
- }
}
@media screen and (max-width: 1279px) {
@@ -1799,7 +1704,7 @@ fieldset[disabled] .button {
.table th.is-dark {
background-color: #363636;
border-color: #363636;
- color: whitesmoke;
+ color: #fff;
}
.table td.is-primary,
@@ -2780,8 +2685,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
align-items: stretch;
}
.navbar-item.has-dropdown-up .navbar-link::after {
- -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
- transform: rotate(135deg) translate(0.25em, -0.25em);
+ transform: rotate(135deg) translate(0.25em, -0.25em);
}
.navbar-item.has-dropdown-up .navbar-dropdown {
border-bottom: 2px solid #dbdbdb;
@@ -2797,8 +2701,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
.navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .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;
- -webkit-transform: translateY(0);
- transform: translateY(0);
+ transform: translateY(0);
}
.navbar-menu {
flex-grow: 1;
@@ -2849,12 +2752,9 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
opacity: 0;
pointer-events: none;
top: calc(100% + (-4px));
- -webkit-transform: translateY(-5px);
- transform: translateY(-5px);
+ transform: translateY(-5px);
transition-duration: 86ms;
- transition-property: opacity, -webkit-transform;
transition-property: opacity, transform;
- transition-property: opacity, transform, -webkit-transform;
}
.navbar-dropdown.is-right {
left: auto;