#0
bitcom - B
0.00000000 BSV
j"19HxigV4QyBv3tHpQVcUEQyq1pzZVdoAutMü5.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: rgb(175, 125, 92);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
}
.tingle-modal * {
box-sizing: border-box;
}
.tingle-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
display: -ms-flexbox;
display: flex;
visibility: hidden;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
transition: transform 0.2s ease;
}
.tingle-modal--noClose .tingle-modal__close,
.tingle-modal__closeLabel {
display: none;
}
.tingle-modal--confirm .tingle-modal-box {
text-align: center;
}
.tingle-modal--noOverlayClose {
cursor: default;
}
.tingle-modal__close {
position: fixed;
top: 10px;
right: 28px;
z-index: 1000;
padding: 0;
width: 5rem;
height: 5rem;
border: none;
background-color: transparent;
color: #f0f0f0;
font-size: 6rem;
font-family: monospace;
line-height: 1;
cursor: pointer;
transition: color 0.3s ease;
}
.tingle-modal__close:hover {
color: #fff;
}
.tingle-modal-box {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: auto;
margin-bottom: auto;
width: 60%;
border-radius: 4px;
background: #fff;
opacity: 1;
cursor: auto;
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.tingle-modal-box__content {
padding: 3rem;
}
.tingle-modal-box__footer {
padding: 1.5rem 2rem;
width: auto;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: #f5f5f5;
cursor: auto;
}
.tingle-modal-box__footer::after {
display: table;
clear: both;
content: '';
}
.tingle-modal-box__footer--sticky {
position: fixed;
bottom: -200px;
z-index: 10001;
opacity: 1;
transition: bottom 0.3s ease-in-out 0.3s;
}
.tingle-enabled {
position: fixed;
right: 0;
left: 0;
overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
bottom: 0;
}
.tingle-enabled .tingle-content-wrapper {
filter: blur(8px);
}
.tingle-modal--visible {
visibility: visible;
opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
-ms-transform: scale(1);
transform: scale(1);
}
.tingle-modal--overflow {
overflow-y: scroll;
padding-top: 8vh;
}
.tingle-btn {
display: inline-block;
margin: 0 0.5rem;
padding: 1rem 2rem;
border: none;
background-color: grey;
box-shadow: none;
color: #fff;
vertical-align: middle;
text-decoration: none;
font-size: inherit;
font-family: inherit;
line-height: normal;
cursor: pointer;
transition: background-color 0.4s ease;
}
.tingle-btn--primary {
background-color: #3498db;
}
.tingle-btn--danger {
background-color: #e74c3c;
}
.tingle-btn--default {
background-color: #34495e;
}
.tingle-btn--pull-left {
float: left;
}
.tingle-btn--pull-right {
float: right;
}
@media (max-width: 540px) {
.tingle-modal {
top: 0;
display: block;
padding-top: 60px;
width: 100%;
}
.tingle-modal-box {
width: auto;
border-radius: 0;
}
.tingle-modal-box__content {
overflow-y: scroll;
}
.tingle-modal--noClose {
top: 0;
}
.tingle-modal--noOverlayClose {
padding-top: 0;
}
.tingle-modal-box__footer .tingle-btn {
display: block;
float: none;
margin-bottom: 1rem;
width: 100%;
}
.tingle-modal__close {
top: 0;
right: 0;
left: 0;
display: block;
width: 100%;
height: 60px;
border: none;
background-color: #2c3e50;
box-shadow: none;
color: #fff;
line-height: 55px;
}
.tingle-modal__closeLabel {
display: inline-block;
vertical-align: middle;
font-size: 1.5rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
}
.tingle-modal__closeIcon {
display: inline-block;
margin-right: 0.5rem;
vertical-align: middle;
font-size: 4rem;
}
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
.tingle-modal {
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}
@media (max-width: 540px) {
.tingle-modal {
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}
}
.tingle-enabled .tingle-content-wrapper {
filter: none;
}
}
body {
font-family: Calibri, 'Lucida Sans Unicode', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility !important;
color: rgb(253, 241, 223);
font-size: 1em;
margin: 7% auto;
max-width: 750px;
position: relative;
background-color: #333;
padding: 2vw;
}
@media print {
body {
background-color: transparent;
color: black;
margin: 0;
}
}
.tingle-modal-box {
color: #333;
}
.tingle-modal-box {
border-radius: 5px;
}
.tingle-modal-box__content {
background-color: rgb(175, 125, 92);
color: rgb(253, 241, 223);
}
.tingle-modal-box__footer {
background-color: rgba(252, 191, 138);
}
input#file {
display: block;
padding: 10px;
background: whitesmoke;
width: 100%;
margin: 10px 0;
}
a,
a:hover,
a:active,
a:visited {
color: gray;
text-decoration: none;
color: rgb(252, 191, 138);
color: rgb(175, 125, 92);
}
.prime,
.tx {
color: rgb(252, 191, 138);
}
a:hover {
text-decoration: underline;
}
span.tx {
color: rgb(175, 125, 92);
}
.tx,
.address {
font-size: 0.8em;
font-family: Menlo, monaco, Courier;
}
.tx {
display: block;
color: #9c9;
color: rgb(252, 191, 138);
margin: 10px 0;
}
a.tx {
color: rgb(175, 125, 92);
}
a.active,
a.tx.active {
color: rgb(252, 191, 138);
}
a.active:hover,
a.tx.active:hover {
text-decoration: none;
}
#dropzone.active {
background-color: #cfc;
border: solid 3px #9c9;
color: #333;
text-shadow: 1px 1px 0 #fff;
}
#dropzone {
background-color: rgb(175, 125, 92);
border: solid 3px rgb(252, 191, 138);
color: rgb(253, 241, 223);
min-height: 50px;
padding: 20px;
text-align: center;
/*font-weight: bold;*/
font-size: 1.5em;
}
#items:empty::before {
color: #ccc;
}
hr {
display: block;
margin-top: 2em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 1px;
border-color: rgba(175, 125, 92, 0.7);
border-top: 0;
clear: both;
}
h1 {
letter-spacing: -2px;
font-size: 3em;
}
li {
margin-bottom: 5px;
}
.button {
--border-color: transparent;
--border-color-hover: transparent;
--border-radius: 4px;
--border-thickness: 2px;
--background-color: #216a9e;
--background-color-hover: #184f76;
--font-size: 16px;
--line-height: 1.5;
--margin: 5px;
--min-height: 48px;
--padding: 10px 20px;
--text-color: #fff;
--text-color-hover: #fff;
--border-color: transparent;
--border-color-hover: transparent;
--border-radius: 4px;
--border-thickness: 2px;
--background-color: rgba(175, 125, 92, 0.2);
--background-color-hover: rgba(175, 125, 92, 0.3);
--font-size: 16px;
--line-height: 1.5;
--margin: 5px;
--min-height: 48px;
--padding: 10px 20px;
--text-color: rgb(253, 241, 223);
--text-color-hover: rgb(253, 241, 223);
align-items: center;
align-content: center;
background-color: var(--background-color);
border: var(--border-thickness) solid var(--border-color);
border-radius: var(--border-radius);
box-sizing: border-box;
color: var(--text-color);
cursor: pointer;
display: inline-flex;
font-size: var(--font-size);
justify-content: center;
line-height: var(--line-height);
min-height: var(--min-height);
margin: var(--margin);
max-width: 100%;
padding: var(--padding);
text-align: center;
transition-duration: 250ms;
transition-property: background-color, border-color, color;
user-select: none;
width: auto;
vertical-align: middle;
}
.button:link,
.button:visited {
color: var(--text-color);
}
.Qbutton:focus,
.button:hover {
background-color: var(--background-color-hover);
border-color: var(--border-color-hover);
color: var(--text-color-hover);
}
.button:focus {
outline: 2px dotted #999;
outline: 0px dotted #999;
outline-offset: 2px;
}
.button:active {
background-color: var(--background-color);
color: var(--text-color);
}
.button:disabled {
opacity: 0.5;
pointer-events: none;
}
.button::-moz-focus-inner {
border: 0;
}
.button.-outlined {
--background-color: transparent;
--background-color-hover: rgba(175, 125, 92, 0.1);
--border-color: rgba(175, 125, 92, 0.4);
--border-color-hover: rgba(253, 241, 223, 0.5);
--text-color: rgb(253, 241, 223);
--text-color-hover: rgb(253, 241, 223);
}
@media print {
.button {
--border-color: rgba(175, 125, 92, 0.4);
}
}
.button.-outlined.-small {
--border-color: rgba(175, 125, 92, 0.5);
}
.button.-outlined.-dark {
--background-color: transparent;
--background-color-hover: rgba(175, 125, 92, 1);
--border-color: rgba(175, 125, 92, 0.4);
--border-color-hover: rgba(175, 125, 92, 1);
--text-color: rgba(175, 125, 92, 1);
--text-color-hover: rgb(253, 241, 223);
font-weight: boldQ;
}
.button.-secondary {
--background-color: rgba(253, 241, 223, 1);
--background-color-hover: rgba(253, 241, 223, 0.5);
--border-color: #ccc;
--border-color-hover: #999;
--text-color: #333;
--text-color-hover: #333;
}
.button.-link {
--background-color: transparent;
--background-color-hover: transparent;
--border-color: transparent;
--border-color-hover: transparent;
--text-color: #216a9e;
--text-color-hover: #184f76;
}
.button.-small {
--border-thickness: 1px;
--font-size: 12px;
--line-height: 1.5;
--min-height: 32px;
--padding: 4px 8px;
}
.button.-large {
--border-thickness: 4px;
--font-size: 32px;
--line-height: 1.5;
--min-height: 72px;
--padding: 20px 40px;
}
/*
.button {
font-size: 14px;
color: rgb(253, 241, 223);
background: transparent;
border-width: 2px;
border-style: solid;
border-color: rgba(175, 125, 92, 0.5);
position: relative;
margin: 1em;
display: inline-block;
padding: 0.5em 1em;
transition: all 0.3s ease-in-out;
text-align: center;
}
.button:before,
.button:after {
content: '';
display: block;
position: absolute;
border-color: rgba(175, 125, 92, 0.5);
box-sizing: border-box;
border-style: solid;
width: 1em;
height: 1em;
transition: all 0.3s ease-in-out;
}
.button:before {
top: -6px;
left: -6px;
border-width: 2px 0 0 2px;
z-index: 5;
}
.button:after {
bottom: -6px;
right: -6px;
border-width: 0 2px 2px 0;
}
.button:hover:before,
.button:hover:after {
width: calc(100% + 12px);
height: calc(100% + 12px);
border-color: rgba(175, 125, 92, 0.5);
}
.button:hover {
color: rgb(253, 241, 223);
background-color: #333;
border-color: rgba(175, 125, 92, 0.5);
cursor: pointer;
}
.pink.button {
color: #eb1777;
border-color: #eb1777;
}
.pink.button:before,
.pink.button:after {
border-color: #eb1777;
}
.pink.button:hover:before,
.pink.button:hover:after {
border-color: #eb1777;
}
.pink.button:hover {
color: #fff;
background-color: #eb1777;
border-color: #eb1777;
}
.borderless.button {
border-color: rgba(0, 0, 0, 0);
color: #999;
}
.borderless.button:hover {
border-color: #353535;
background-color: transparent;
color: #353535;
}
.borderless.button:before,
.borderless.button:after {
border-color: transparent;
}
.borderless.button:hover:before,
.borderless.button:hover:after {
width: calc(100% + 12px);
height: calc(100% + 12px);
border-color: #353535;
}
*/
body {
background-image: url('https://bico.media/a293375b1ce0371bff8073da96241f2f8c9bc153a706cb078ed531ee56133170');
background-repeat: no-repeat;
background-position: -100px 105%;
}
.flex {
display: flex; /* or inline-flex */
flex-wrap: wrap;
justify-content: space-evenly;
align-items: flex-start;
}
.flex.spread {
justify-content: space-between;
}
.flex > h1,
.flex > h2,
.flex > h3,
.flex > h4,
.flex > h5 {
margin: 0;
position: relative;
}
.flex.align {
align-items: baseline;
}
.left {
float: left;
}
.right {
float: right;
}
.bsv::after {
content: 'ð';
}
.link {
cursor: pointer;
}
.address::before {
content: ' ';
}
svg.icon.bottom {
position: relative;
top: 25px;
cursor: pointer;
}
svg.icon path {
fill: #af7d5c;
}
svg.icon.active path {
fill: rgb(252, 191, 138);
}
.address {
position: relative;
}
.address:hover .qr {
display: block;
}
.address .qr {
display: none;
}
.qr {
position: absolute;
height: 180px;
width: 180px;
z-index: 1000;
top: -200px;
left: 20px;
border: 10px solid #333;
}
.qr svg {
background-color: rgb(253, 241, 223);
fill: #333;
border-radius: 3%;
}
th {
text-align: left;
}
.fileLinks td {
padding-right: 30px;
}
input {
background-color: #333;
color: rgb(253, 241, 223);
border-collapse: collapse;
border: 1px solid rgba(175, 125, 92, 0.7);
padding: 3px;
}
textarea:focus,
input:focus {
outline: none;
}
.nanobar {
position: fixed;
width: 100%;
height: 4px;
z-index: 9999;
top: 0;
left: 0;
}
.bar {
height: 100%;
transition: width 0.3s;
background: rgb(252, 191, 138);
}
text/cssutf-8add.bico.media.7cf6c223.css|"19iG3WTYSsbyos3uJ733yK4zEioi1FesNUadd.bico.media.7cf6c223.css b
1569837703972
https://whatsonchain.com/tx/3d3dca3b6883ee5a1fa72a15768bc3bd7baf209cde7590ce931fdfbbd5f6e408