}
body {
- color: #7a7a7a;
+ color: #4a4a4a;
font-size: 1rem;
font-weight: 400;
line-height: 1.428571428571429;
}
a:hover {
- color: #242424;
+ color: #363636;
}
code {
}
strong {
- color: #242424;
+ color: #363636;
font-weight: 700;
}
pre {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #4a4a4a;
white-space: pre;
word-wrap: normal;
}
pre code {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #4a4a4a;
display: block;
overflow-x: auto;
padding: 16px 20px;
}
table th {
- color: #242424;
+ color: #363636;
}
@keyframes spin-around {
.box {
background-color: white;
border-radius: 5px;
- box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1);
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
display: block;
padding: 20px;
}
}
a.box:hover, a.box:focus {
- box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px #11e4c4;
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #11e4c4;
}
a.box:active {
- box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2), 0 0 0 1px #11e4c4;
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #11e4c4;
}
@keyframes spin-around {
background-color: white;
border: 1px solid #dbdbdb;
border-radius: 3px;
- color: #242424;
+ color: #363636;
display: inline-flex;
font-size: 14px;
height: 32px;
}
.button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.button strong {
}
.button:hover, .button:focus, .button.is-active {
- color: #242424;
+ color: #363636;
}
.button:active {
- box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.2);
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.button.is-white {
background-color: white;
- border-color: transparent;
- color: #121212;
+ border-width: 0;
+ color: #0a0a0a;
}
.button.is-white:hover, .button.is-white:focus, .button.is-white.is-active {
background-color: #f2f2f2;
border-color: transparent;
- color: #121212;
-}
-
-.button.is-white:active {
- border-color: transparent;
+ color: #0a0a0a;
}
.button.is-white.is-inverted {
- background-color: #121212;
+ background-color: #0a0a0a;
color: white;
}
.button.is-white.is-inverted:hover {
- background-color: #050505;
+ background-color: black;
}
.button.is-white.is-loading:after {
- border-color: transparent transparent #121212 #121212 !important;
+ border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined {
background-color: transparent;
border-color: white;
+ border-width: 1px;
color: white;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
background-color: white;
border-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.button.is-black {
- background-color: #121212;
- border-color: transparent;
+ background-color: #0a0a0a;
+ border-width: 0;
color: white;
}
.button.is-black:hover, .button.is-black:focus, .button.is-black.is-active {
- background-color: #050505;
+ background-color: black;
border-color: transparent;
color: white;
}
-.button.is-black:active {
- border-color: transparent;
-}
-
.button.is-black.is-inverted {
background-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.button.is-black.is-inverted:hover {
.button.is-black.is-outlined {
background-color: transparent;
- border-color: #121212;
- color: #121212;
+ border-color: #0a0a0a;
+ border-width: 1px;
+ color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
- background-color: #121212;
- border-color: #121212;
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
color: white;
}
.button.is-light {
background-color: whitesmoke;
- border-color: transparent;
- color: #7a7a7a;
+ border-width: 0;
+ color: #363636;
}
.button.is-light:hover, .button.is-light:focus, .button.is-light.is-active {
background-color: #e8e8e8;
border-color: transparent;
- color: #7a7a7a;
-}
-
-.button.is-light:active {
- border-color: transparent;
+ color: #363636;
}
.button.is-light.is-inverted {
- background-color: #7a7a7a;
+ background-color: #363636;
color: whitesmoke;
}
.button.is-light.is-inverted:hover {
- background-color: #6e6e6e;
+ background-color: #292929;
}
.button.is-light.is-loading:after {
- border-color: transparent transparent #7a7a7a #7a7a7a !important;
+ border-color: transparent transparent #363636 #363636 !important;
}
.button.is-light.is-outlined {
background-color: transparent;
border-color: whitesmoke;
+ border-width: 1px;
color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
background-color: whitesmoke;
border-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.button.is-dark {
- background-color: #7a7a7a;
- border-color: transparent;
+ background-color: #363636;
+ border-width: 0;
color: whitesmoke;
}
.button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active {
- background-color: #6e6e6e;
+ background-color: #292929;
border-color: transparent;
color: whitesmoke;
}
-.button.is-dark:active {
- border-color: transparent;
-}
-
.button.is-dark.is-inverted {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.button.is-dark.is-inverted:hover {
.button.is-dark.is-outlined {
background-color: transparent;
- border-color: #7a7a7a;
- color: #7a7a7a;
+ border-color: #363636;
+ border-width: 1px;
+ color: #363636;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
- background-color: #7a7a7a;
- border-color: #7a7a7a;
+ background-color: #363636;
+ border-color: #363636;
color: whitesmoke;
}
.button.is-primary {
background-color: #11e4c4;
- border-color: transparent;
+ border-width: 0;
color: white;
}
color: white;
}
-.button.is-primary:active {
- border-color: transparent;
-}
-
.button.is-primary.is-inverted {
background-color: white;
color: #11e4c4;
.button.is-primary.is-outlined {
background-color: transparent;
border-color: #11e4c4;
+ border-width: 1px;
color: #11e4c4;
}
.button.is-info {
background-color: #0f6bff;
- border-color: transparent;
+ border-width: 0;
color: white;
}
color: white;
}
-.button.is-info:active {
- border-color: transparent;
-}
-
.button.is-info.is-inverted {
background-color: white;
color: #0f6bff;
.button.is-info.is-outlined {
background-color: transparent;
border-color: #0f6bff;
+ border-width: 1px;
color: #0f6bff;
}
.button.is-success {
background-color: #20ee68;
- border-color: transparent;
+ border-width: 0;
color: white;
}
color: white;
}
-.button.is-success:active {
- border-color: transparent;
-}
-
.button.is-success.is-inverted {
background-color: white;
color: #20ee68;
.button.is-success.is-outlined {
background-color: transparent;
border-color: #20ee68;
+ border-width: 1px;
color: #20ee68;
}
.button.is-warning {
background-color: #ffcf0f;
- border-color: transparent;
+ border-width: 0;
color: rgba(0, 0, 0, 0.7);
}
color: rgba(0, 0, 0, 0.7);
}
-.button.is-warning:active {
- border-color: transparent;
-}
-
.button.is-warning.is-inverted {
background-color: rgba(0, 0, 0, 0.7);
color: #ffcf0f;
.button.is-warning.is-outlined {
background-color: transparent;
border-color: #ffcf0f;
+ border-width: 1px;
color: #ffcf0f;
}
.button.is-danger {
background-color: #ff0f3f;
- border-color: transparent;
+ border-width: 0;
color: white;
}
color: white;
}
-.button.is-danger:active {
- border-color: transparent;
-}
-
.button.is-danger.is-inverted {
background-color: white;
color: #ff0f3f;
.button.is-danger.is-outlined {
background-color: transparent;
border-color: #ff0f3f;
+ border-width: 1px;
color: #ff0f3f;
}
.button.is-link {
background-color: transparent;
- border-color: transparent;
- color: #7a7a7a;
+ border-width: 0;
+ color: #4a4a4a;
text-decoration: underline;
}
.button.is-link:hover, .button.is-link:focus {
- background-color: #dbdbdb;
- color: #242424;
+ background-color: whitesmoke;
+ color: #363636;
}
.button.is-small {
}
.content {
- color: #7a7a7a;
+ color: #4a4a4a;
}
.content:not(:last-child) {
.content h4,
.content h5,
.content h6 {
- color: #242424;
+ color: #363636;
font-weight: 300;
line-height: 1.125;
margin-bottom: 20px;
background-color: white;
border: 1px solid #dbdbdb;
border-radius: 3px;
- color: #242424;
+ color: #363636;
display: inline-flex;
font-size: 14px;
height: 32px;
padding-right: 8px;
position: relative;
vertical-align: top;
- box-shadow: inset 0 1px 2px rgba(18, 18, 18, 0.1);
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
max-width: 100%;
width: 100%;
}
.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.textarea.is-disabled::-moz-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.textarea.is-disabled::-webkit-input-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
.textarea.is-disabled:-moz-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
.textarea.is-disabled:-ms-input-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.input.is-white,
.input.is-black,
.textarea.is-black {
- border-color: #121212;
+ border-color: #0a0a0a;
}
.input.is-light,
.input.is-dark,
.textarea.is-dark {
- border-color: #7a7a7a;
+ border-color: #363636;
}
.input.is-primary,
.checkbox:hover,
.radio:hover {
- color: #242424;
+ color: #363636;
}
.checkbox.is-disabled,
.radio.is-disabled {
- color: #b5b5b5;
+ color: #dbdbdb;
pointer-events: none;
}
background-color: white;
border: 1px solid #dbdbdb;
border-radius: 3px;
- color: #242424;
+ color: #363636;
display: inline-flex;
font-size: 14px;
height: 32px;
}
.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder {
- color: rgba(36, 36, 36, 0.3);
+ color: rgba(54, 54, 54, 0.3);
}
.select select.is-white {
}
.select select.is-black {
- border-color: #121212;
+ border-color: #0a0a0a;
}
.select select.is-light {
}
.select select.is-dark {
- border-color: #7a7a7a;
+ border-color: #363636;
}
.select select.is-primary {
}
.select:hover:after {
- border-color: #242424;
+ border-color: #363636;
}
.select.is-small {
}
.label {
- color: #242424;
+ color: #363636;
display: block;
font-weight: bold;
}
}
.help.is-black {
- color: #121212;
+ color: #0a0a0a;
}
.help.is-light {
}
.help.is-dark {
- color: #7a7a7a;
+ color: #363636;
}
.help.is-primary {
text-align: center;
vertical-align: top;
width: 24px;
- color: #b5b5b5;
+ color: #dbdbdb;
pointer-events: none;
position: absolute;
top: 4px;
}
.control.has-icon .input:focus + .fa {
- color: #242424;
+ color: #b5b5b5;
}
.control.has-icon .input.is-small + .fa {
.notification.is-white {
background-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.notification.is-black {
- background-color: #121212;
+ background-color: #0a0a0a;
color: white;
}
.notification.is-light {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.notification.is-dark {
- background-color: #7a7a7a;
+ background-color: #363636;
color: whitesmoke;
}
}
.progress::-webkit-progress-value {
- background-color: #7a7a7a;
+ background-color: #4a4a4a;
}
.progress::-moz-progress-bar {
- background-color: #7a7a7a;
+ background-color: #4a4a4a;
}
.progress.is-white::-webkit-progress-value {
}
.progress.is-black::-webkit-progress-value {
- background-color: #121212;
+ background-color: #0a0a0a;
}
.progress.is-black::-moz-progress-bar {
- background-color: #121212;
+ background-color: #0a0a0a;
}
.progress.is-light::-webkit-progress-value {
}
.progress.is-dark::-webkit-progress-value {
- background-color: #7a7a7a;
+ background-color: #363636;
}
.progress.is-dark::-moz-progress-bar {
- background-color: #7a7a7a;
+ background-color: #363636;
}
.progress.is-primary::-webkit-progress-value {
.table {
background-color: white;
- color: #242424;
+ color: #363636;
margin-bottom: 20px;
width: 100%;
}
}
.table th {
- color: #242424;
+ color: #363636;
text-align: left;
}
.table tr:hover {
background-color: whitesmoke;
- color: #242424;
}
.table thead td,
.table thead th {
border-width: 0 0 2px;
- color: #b5b5b5;
+ color: #7a7a7a;
}
.table tbody tr:last-child td,
.table tfoot td,
.table tfoot th {
border-width: 2px 0 0;
- color: #b5b5b5;
+ color: #7a7a7a;
}
.table.is-bordered td,
padding: 5px 10px;
}
-.table.is-striped tbody tr:hover {
- background-color: #f0f0f0;
+.table.is-striped tbody tr:nth-child(even) {
+ background-color: #fafafa;
}
-.table.is-striped tbody tr:nth-child(2n) {
+.table.is-striped tbody tr:nth-child(even):hover {
background-color: whitesmoke;
}
-.table.is-striped tbody tr:nth-child(2n):hover {
- background-color: #f0f0f0;
-}
-
@keyframes spin-around {
from {
transform: rotate(0deg);
}
.title {
- color: #242424;
+ color: #363636;
font-size: 28px;
line-height: 1;
}
}
.subtitle {
- color: #7a7a7a;
+ color: #4a4a4a;
font-size: 18px;
line-height: 1.125;
}
}
.subtitle strong {
- color: #242424;
+ color: #363636;
}
.subtitle + .title {
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
border: none;
border-radius: 290486px;
cursor: pointer;
}
.delete:hover {
- background-color: rgba(18, 18, 18, 0.2);
+ background-color: rgba(10, 10, 10, 0.2);
}
.delete.is-small {
vertical-align: top;
}
-.hamburger {
- cursor: pointer;
- display: block;
- height: 50px;
- position: relative;
- width: 50px;
-}
-
-.hamburger span {
- background-color: #7a7a7a;
- display: block;
- height: 1px;
- left: 50%;
- margin-left: -7px;
- position: absolute;
- top: 50%;
- transition: none 86ms ease-out;
- transition-property: background, left, opacity, transform;
- width: 15px;
-}
-
-.hamburger span:nth-child(1) {
- margin-top: -6px;
-}
-
-.hamburger span:nth-child(2) {
- margin-top: -1px;
-}
-
-.hamburger span:nth-child(3) {
- margin-top: 4px;
-}
-
-.hamburger:hover {
- background-color: whitesmoke;
-}
-
-.hamburger.is-active span {
- background-color: #11e4c4;
-}
-
-.hamburger.is-active span:nth-child(1) {
- margin-left: -5px;
- transform: rotate(45deg);
- transform-origin: left top;
-}
-
-.hamburger.is-active span:nth-child(2) {
- opacity: 0;
-}
-
-.hamburger.is-active span:nth-child(3) {
- margin-left: -5px;
- transform: rotate(-45deg);
- transform-origin: left bottom;
-}
-
.icon {
display: inline-block;
font-size: 21px;
align-items: center;
background-color: whitesmoke;
border-radius: 290486px;
- color: #7a7a7a;
+ color: #4a4a4a;
display: inline-flex;
font-size: 12px;
height: 24px;
.tag.is-white {
background-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.tag.is-black {
- background-color: #121212;
+ background-color: #0a0a0a;
color: white;
}
.tag.is-light {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.tag.is-dark {
- background-color: #7a7a7a;
+ background-color: #363636;
color: whitesmoke;
}
.card-header {
align-items: stretch;
- box-shadow: 0 1px 2px rgba(18, 18, 18, 0.1);
+ box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
display: flex;
min-height: 40px;
}
.card-header-title {
align-items: flex-start;
- color: #242424;
+ color: #363636;
display: flex;
flex-grow: 1;
font-weight: bold;
.card {
background-color: white;
- box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1);
- color: #7a7a7a;
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
+ color: #4a4a4a;
max-width: 100%;
position: relative;
width: 300px;
.menu-list a {
border-radius: 2px;
- color: #7a7a7a;
+ color: #4a4a4a;
display: block;
padding: 5px 10px;
}
}
.menu-label {
- color: #b5b5b5;
+ color: #7a7a7a;
font-size: 11px;
letter-spacing: 1px;
margin-bottom: 5px;
}
.message-header {
- background-color: #7a7a7a;
+ background-color: #4a4a4a;
border-radius: 3px 3px 0 0;
color: white;
padding: 7px 10px;
.message.is-white .message-header {
background-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.message.is-white .message-body {
}
.message.is-black .message-header {
- background-color: #121212;
+ background-color: #0a0a0a;
color: white;
}
.message.is-black .message-body {
- border-color: #121212;
+ border-color: #0a0a0a;
color: gray;
}
.message.is-light .message-header {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.message.is-light .message-body {
}
.message.is-dark .message-header {
- background-color: #7a7a7a;
+ background-color: #363636;
color: whitesmoke;
}
.message.is-dark .message-body {
- border-color: #7a7a7a;
+ border-color: #363636;
color: gray;
}
position: absolute;
right: 0;
top: 0;
- background-color: rgba(18, 18, 18, 0.86);
+ background-color: rgba(10, 10, 10, 0.86);
}
.modal-content,
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
border: none;
border-radius: 290486px;
cursor: pointer;
}
.modal-close:hover {
- background-color: rgba(18, 18, 18, 0.2);
+ background-color: rgba(10, 10, 10, 0.2);
}
.modal-close.is-small {
}
.modal-card-title {
- color: #242424;
+ color: #363636;
flex-grow: 1;
flex-shrink: 0;
font-size: 24px;
}
.nav-toggle span {
- background-color: #7a7a7a;
+ background-color: #4a4a4a;
display: block;
height: 1px;
left: 50%;
.nav-item a,
a.nav-item {
- color: #7a7a7a;
+ color: #4a4a4a;
}
.nav-item a:hover,
a.nav-item:hover {
- color: #242424;
+ color: #363636;
}
.nav-item a.is-active,
a.nav-item.is-active {
- color: #242424;
+ color: #363636;
}
.nav-item a.is-tab,
@media screen and (max-width: 768px) {
.nav-menu {
background-color: white;
- box-shadow: 0 4px 7px rgba(18, 18, 18, 0.1);
+ box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
left: 0;
display: none;
right: 0;
}
.nav.has-shadow {
- box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1);
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}
@media screen and (max-width: 979px) {
}
.pagination span {
- color: #b5b5b5;
+ color: #7a7a7a;
display: block;
margin: 0 4px;
}
text-align: center;
vertical-align: top;
width: 16px;
- color: #b5b5b5;
+ color: #7a7a7a;
float: left;
margin: 0 4px 0 -2px;
}
background-color: whitesmoke;
border-bottom: 1px solid #dbdbdb;
border-radius: 4px 4px 0 0;
- color: #242424;
+ color: #363636;
font-size: 18px;
font-weight: 300;
padding: 10px;
}
.panel-list a {
- color: #7a7a7a;
+ color: #4a4a4a;
}
.panel-list a:hover {
}
.panel-tabs a.is-active {
- border-bottom-color: #242424;
- color: #242424;
+ border-bottom-color: #363636;
+ color: #363636;
}
.panel-tabs:not(:last-child) {
}
.panel-block {
- color: #242424;
+ color: #363636;
display: block;
line-height: 16px;
padding: 10px;
.tabs a {
align-items: center;
border-bottom: 1px solid #dbdbdb;
- color: #7a7a7a;
+ color: #4a4a4a;
display: flex;
justify-content: center;
margin-bottom: -1px;
}
.tabs a:hover {
- border-bottom-color: #242424;
- color: #242424;
+ border-bottom-color: #363636;
+ color: #363636;
}
.tabs li {
.hero.is-white {
background-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.hero.is-white .title {
- color: #121212;
+ color: #0a0a0a;
}
.hero.is-white .title a,
}
.hero.is-white .subtitle {
- color: rgba(18, 18, 18, 0.9);
+ color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a,
.hero.is-white .subtitle strong {
- color: #121212;
+ color: #0a0a0a;
}
.hero.is-white .nav {
- box-shadow: 0 1px 0 rgba(18, 18, 18, 0.2);
+ box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2);
}
@media screen and (max-width: 768px) {
.hero.is-white a.nav-item,
.hero.is-white .nav-item a:not(.button) {
- color: rgba(18, 18, 18, 0.7);
+ color: rgba(10, 10, 10, 0.7);
}
.hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active,
.hero.is-white .nav-item a:not(.button):hover,
.hero.is-white .nav-item a:not(.button).is-active {
- color: #121212;
+ color: #0a0a0a;
}
.hero.is-white .tabs a {
- color: #121212;
+ color: #0a0a0a;
opacity: 0.9;
}
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
- color: #121212;
+ color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
- background-color: #121212;
- border-color: #121212;
+ background-color: #0a0a0a;
+ border-color: #0a0a0a;
color: white;
}
@media screen and (max-width: 768px) {
.hero.is-white .nav-toggle span {
- background-color: #121212;
+ background-color: #0a0a0a;
}
.hero.is-white .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-white .nav-toggle.is-active span {
- background-color: #121212;
+ background-color: #0a0a0a;
}
.hero.is-white .nav-menu .nav-item {
- border-top-color: rgba(18, 18, 18, 0.2);
+ border-top-color: rgba(10, 10, 10, 0.2);
}
}
.hero.is-black {
- background-color: #121212;
+ background-color: #0a0a0a;
color: white;
}
@media screen and (max-width: 768px) {
.hero.is-black .nav-menu {
- background-color: #121212;
+ background-color: #0a0a0a;
}
}
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
background-color: white;
border-color: white;
- color: #121212;
+ color: #0a0a0a;
}
.hero.is-black.is-bold {
- background-image: linear-gradient(141deg, black 0%, #121212 71%, #201d1d 100%);
+ background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
background-color: white;
}
.hero.is-black .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-black .nav-toggle.is-active span {
background-color: white;
.hero.is-light {
background-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.hero.is-light .title {
- color: #7a7a7a;
+ color: #363636;
}
.hero.is-light .title a,
}
.hero.is-light .subtitle {
- color: rgba(122, 122, 122, 0.9);
+ color: rgba(54, 54, 54, 0.9);
}
.hero.is-light .subtitle a,
.hero.is-light .subtitle strong {
- color: #7a7a7a;
+ color: #363636;
}
.hero.is-light .nav {
- box-shadow: 0 1px 0 rgba(122, 122, 122, 0.2);
+ box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2);
}
@media screen and (max-width: 768px) {
.hero.is-light a.nav-item,
.hero.is-light .nav-item a:not(.button) {
- color: rgba(122, 122, 122, 0.7);
+ color: rgba(54, 54, 54, 0.7);
}
.hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active,
.hero.is-light .nav-item a:not(.button):hover,
.hero.is-light .nav-item a:not(.button).is-active {
- color: #7a7a7a;
+ color: #363636;
}
.hero.is-light .tabs a {
- color: #7a7a7a;
+ color: #363636;
opacity: 0.9;
}
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
- color: #7a7a7a;
+ color: #363636;
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
- background-color: #7a7a7a;
- border-color: #7a7a7a;
+ background-color: #363636;
+ border-color: #363636;
color: whitesmoke;
}
@media screen and (max-width: 768px) {
.hero.is-light .nav-toggle span {
- background-color: #7a7a7a;
+ background-color: #363636;
}
.hero.is-light .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-light .nav-toggle.is-active span {
- background-color: #7a7a7a;
+ background-color: #363636;
}
.hero.is-light .nav-menu .nav-item {
- border-top-color: rgba(122, 122, 122, 0.2);
+ border-top-color: rgba(54, 54, 54, 0.2);
}
}
.hero.is-dark {
- background-color: #7a7a7a;
+ background-color: #363636;
color: whitesmoke;
}
@media screen and (max-width: 768px) {
.hero.is-dark .nav-menu {
- background-color: #7a7a7a;
+ background-color: #363636;
}
}
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
background-color: whitesmoke;
border-color: whitesmoke;
- color: #7a7a7a;
+ color: #363636;
}
.hero.is-dark.is-bold {
- background-image: linear-gradient(141deg, #6b5757 0%, #7a7a7a 71%, #8d8181 100%);
+ background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%);
}
@media screen and (max-width: 768px) {
background-color: whitesmoke;
}
.hero.is-dark .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-dark .nav-toggle.is-active span {
background-color: whitesmoke;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
background-color: white;
}
.hero.is-primary .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-primary .nav-toggle.is-active span {
background-color: white;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
background-color: white;
}
.hero.is-info .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-info .nav-toggle.is-active span {
background-color: white;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
background-color: white;
}
.hero.is-success .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-success .nav-toggle.is-active span {
background-color: white;
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-warning .nav-toggle.is-active span {
background-color: rgba(0, 0, 0, 0.7);
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
background-color: white;
}
.hero.is-danger .nav-toggle:hover {
- background-color: rgba(18, 18, 18, 0.1);
+ background-color: rgba(10, 10, 10, 0.1);
}
.hero.is-danger .nav-toggle.is-active span {
background-color: white;
}
.footer a, .footer a:visited {
- color: #7a7a7a;
+ color: #4a4a4a;
}
.footer a:hover, .footer a:visited:hover {
- color: #242424;
+ color: #363636;
}
.footer a:not(.icon), .footer a:visited:not(.icon) {
@media screen and (min-width: 769px) {
.button small {
- color: #7a7a7a;
+ color: #4a4a4a;
left: 0;
margin-top: 10px;
position: absolute;
#carbonads .carbon-text {
display: block;
- color: #242424;
+ color: #363636;
margin-left: 145px;
}
@keyframes floatUp {
0% {
- box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0), 0 0 0 rgba(18, 18, 18, 0);
+ box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0), 0 0 0 rgba(10, 10, 10, 0);
transform: scale(0.86);
}
67% {
- box-shadow: 0 0 0 rgba(18, 18, 18, 0), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2);
+ box-shadow: 0 0 0 rgba(10, 10, 10, 0), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
transform: scale(1);
}
100% {
- box-shadow: 0 20px 60px rgba(18, 18, 18, 0.05), 0 5px 10px rgba(18, 18, 18, 0.1), 0 1px 1px rgba(18, 18, 18, 0.2);
+ box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
transform: scale(1);
}
}
}
}
+@keyframes slideDown {
+ 0% {
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+ 100% {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+
+@keyframes slideUp {
+ 0% {
+ opacity: 0;
+ transform: translateY(10px);
+ }
+ 100% {
+ opacity: 1;
+ transform: translateY(0);
+ }
+}
+
#b {
animation-delay: 1s;
animation-duration: 1.5s;
}
}
+#bulma {
+ animation: slideDown 500ms both;
+ animation-delay: 1s;
+}
+
+#modern-framework {
+ animation: slideUp 500ms both;
+ animation-delay: 1.2s;
+}
+
#npm {
+ animation: fadeIn 500ms both;
+ animation-delay: 1.4s;
background: none;
margin: -10px 0 20px;
}
padding: 16px 32px;
}
+#ghbtns {
+ animation: slideDown 500ms both;
+ animation-delay: 1.6s;
+}
+
+#carbon {
+ animation: slideUp 500ms both;
+ animation-delay: 1.8s;
+}
+
+#download {
+ animation: fadeIn 500ms both;
+ animation-delay: 2s;
+}
+
#grid .notification {
padding-left: 0;
padding-right: 0;
#tweet {
background: white;
border-radius: 5px;
- box-shadow: 0 2px 3px rgba(18, 18, 18, 0.1), 0 0 0 1px rgba(18, 18, 18, 0.1);
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
padding: 20px;
}
position: absolute;
right: 0;
top: 0;
- background: rgba(18, 18, 18, 0.7);
+ background: rgba(10, 10, 10, 0.7);
background: whitesmoke;
border: 1px solid #dbdbdb;
content: "";
background: white;
border: solid #dbdbdb;
border-width: 0 0 1px 1px;
- color: #b5b5b5;
+ color: #7a7a7a;
cursor: pointer;
outline: none;
position: absolute;