You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

981 lines
20 KiB
CSS

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6{
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-size: 100%;
font-weight: normal;
}
ul{
list-style: none;
}
button,
input,
select,
textarea{
margin: 0;
}
html{
box-sizing: border-box;
}
*, *::before, *::after{
box-sizing: inherit;
}
img,
video{
height: auto;
max-width: 100%;
}
iframe{
border: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
td,
th{
padding: 0;
}
td:not([align]),
th:not([align]){
text-align: left;
}
html{
background-color: white;
font-size: 16px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section{
display: block;
}
body,
button,
input,
select,
textarea{
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
code,
pre{
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body{
color: #4a4a4a;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
}
a{
color: #3273dc;
cursor: pointer;
text-decoration: none;
}
a strong{
color: currentColor;
}
a:hover{
color: #363636;
}
code{
background-color: whitesmoke;
color: #f14668;
font-size: 0.875em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
}
hr{
background-color: whitesmoke;
border: none;
display: block;
height: 2px;
margin: 1.5rem 0;
}
img{
height: auto;
max-width: 100%;
}
input[type="checkbox"],
input[type="radio"]{
vertical-align: baseline;
}
small{
font-size: 0.875em;
}
span{
font-style: inherit;
font-weight: inherit;
}
strong{
color: #363636;
font-weight: 700;
}
fieldset{
border: none;
}
pre{
-webkit-overflow-scrolling: touch;
background-color: whitesmoke;
color: #4a4a4a;
font-size: 0.875em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
white-space: pre;
word-wrap: normal;
}
pre code{
background-color: transparent;
color: currentColor;
font-size: 1em;
padding: 0;
}
table td,
table th{
vertical-align: top;
}
table td:not([align]),
table th:not([align]){
text-align: left;
}
table th{
color: #363636;
}
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child){
margin-bottom: 1.5rem;
}
.title,
.subtitle{
word-break: break-word;
}
.title{
color: #363636;
font-size: 2rem;
font-weight: 600;
line-height: 1.125;
}
.subtitle{
color: #4a4a4a;
font-size: 1.25rem;
font-weight: 400;
line-height: 1.25;
}
.subtitle.is-6 {
font-size: 1rem;
}
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after{
border: 3px solid transparent;
border-radius: 2px;
border-right: 0;
border-top: 0;
content: " ";
display: block;
height: 0.625em;
margin-top: -0.4375em;
pointer-events: none;
position: absolute;
top: 50%;
transform: rotate(-45deg);
transform-origin: center;
width: 0.625em;
}
.navbar{
background-color: white;
min-height: 3.25rem;
position: relative;
z-index: 30;
}
.navbar.is-dark{
background-color: #363636;
color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link{
color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active{
background-color: #292929;
color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after{
border-color: #fff;
}
.navbar.is-dark .navbar-burger{
color: #fff;
}
@media screen and (min-width: 1024px){
.navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link{
color: #fff;
}
.navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active{
background-color: #292929;
color: #fff;
}
.navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after{
border-color: #fff;
}
.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{
background-color: #292929;
color: #fff;
}
.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{
background-color: #363636;
color: #fff;
}
}
.navbar > .container{
align-items: stretch;
display: flex;
min-height: 3.25rem;
width: 100%;
}
.navbar.is-fixed-top{
left: 0;
position: fixed;
right: 0;
z-index: 30;
}
.navbar.is-fixed-top{
top: 0;
}
html.has-navbar-fixed-top,
body.has-navbar-fixed-top{
padding-top: 3.25rem;
}
.navbar-brand{
align-items: stretch;
display: flex;
flex-shrink: 0;
min-height: 3.25rem;
}
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover{
background-color: transparent;
}
.navbar-burger{
color: #4a4a4a;
cursor: pointer;
display: block;
height: 3.25rem;
position: relative;
width: 3.25rem;
margin-left: auto;
}
.navbar-burger span{
background-color: currentColor;
display: block;
height: 1px;
left: calc(50% - 8px);
position: absolute;
transform-origin: center;
transition-duration: 86ms;
transition-property: background-color, opacity, transform;
transition-timing-function: ease-out;
width: 16px;
}
.navbar-burger span:nth-child(1){
top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2){
top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3){
top: calc(50% + 4px);
}
.navbar-burger:hover{
background-color: rgba(0, 0, 0, 0.05);
}
.navbar-menu{
display: none;
}
.navbar-item,
.navbar-link{
color: #4a4a4a;
display: block;
line-height: 1.5;
padding: 0.5rem 0.75rem;
position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child{
margin-left: -0.25rem;
margin-right: -0.25rem;
}
a.navbar-item,
.navbar-link{
cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active{
background-color: #fafafa;
color: #3273dc;
}
.navbar-item{
display: block;
flex-grow: 0;
flex-shrink: 0;
}
.navbar-item img{
max-height: 1.75rem;
}
.navbar-item.has-dropdown{
padding: 0;
}
.navbar-link:not(.is-arrowless){
padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after{
border-color: #3273dc;
margin-top: -0.375em;
right: 1.125em;
}
.navbar-dropdown{
font-size: 0.875rem;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.navbar-divider{
background-color: whitesmoke;
border: none;
display: none;
height: 2px;
margin: 0.5rem 0;
}
@media screen and (max-width: 1023px){
.navbar > .container{
display: block;
}
.navbar-brand .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-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu{
-webkit-overflow-scrolling: touch;
max-height: calc(100vh - 3.25rem);
overflow: auto;
}
}
@media screen and (min-width: 1024px){
.navbar,
.navbar-menu,
.navbar-start,
.navbar-end{
align-items: stretch;
display: flex;
}
.navbar{
min-height: 3.25rem;
}
.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 .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;
display: flex;
}
.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;
}
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;
}
}
.container{
flex-grow: 1;
margin: 0 auto;
position: relative;
width: auto;
}
@media screen and (min-width: 1024px){
.container{
max-width: 960px;
}
}
@media screen and (min-width: 1216px){
.container{
max-width: 1152px;
}
}
@media screen and (min-width: 1408px){
.container{
max-width: 1344px;
}
}
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis{
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
height: 2.5em;
justify-content: flex-start;
line-height: 1.5;
padding-bottom: calc(0.5em - 1px);
padding-left: calc(0.75em - 1px);
padding-right: calc(0.75em - 1px);
padding-top: calc(0.5em - 1px);
position: relative;
vertical-align: top;
}
.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis{
outline: none;
}
.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis{
cursor: not-allowed;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6{
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-size: 100%;
font-weight: normal;
}
ul{
list-style: none;
}
button,
input,
select,
textarea{
margin: 0;
}
html{
box-sizing: border-box;
}
*, *::before, *::after{
box-sizing: inherit;
}
img,
video{
height: auto;
max-width: 100%;
}
iframe{
border: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
td,
th{
padding: 0;
}
td:not([align]),
th:not([align]){
text-align: left;
}
html{
background-color: white;
font-size: 16px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 300px;
overflow-x: hidden;
overflow-y: scroll;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section{
display: block;
}
body,
button,
input,
select,
textarea{
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
code,
pre{
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
font-family: monospace;
}
body{
color: #4a4a4a;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
}
a{
color: #3273dc;
cursor: pointer;
text-decoration: none;
}
a strong{
color: currentColor;
}
a:hover{
color: #363636;
}
code{
background-color: whitesmoke;
color: #f14668;
font-size: 0.875em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
}
hr{
background-color: whitesmoke;
border: none;
display: block;
height: 2px;
margin: 1.5rem 0;
}
img{
height: auto;
max-width: 100%;
}
input[type="checkbox"],
input[type="radio"]{
vertical-align: baseline;
}
small{
font-size: 0.875em;
}
span{
font-style: inherit;
font-weight: inherit;
}
strong{
color: #363636;
font-weight: 700;
}
fieldset{
border: none;
}
pre{
-webkit-overflow-scrolling: touch;
background-color: whitesmoke;
color: #4a4a4a;
font-size: 0.875em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
white-space: pre;
word-wrap: normal;
}
pre code{
background-color: transparent;
color: currentColor;
font-size: 1em;
padding: 0;
}
table td,
table th{
vertical-align: top;
}
table td:not([align]),
table th:not([align]){
text-align: left;
}
table th{
color: #363636;
}
.is-clearfix::after{
clear: both;
content: " ";
display: table;
}
.is-sr-only{
border: none !important;
clip: rect(0, 0, 0, 0) !important;
height: 0.01em !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: 0.01em !important;
}